@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@import url("https://use.typekit.net/fky4ueb.css");
.btn::after, .btn::before {
  position: absolute;
  content: "";
  transition: all 0.25s;
}

.btn {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  display: inline-block;
  font-family: itc-avant-garde-gothic-pro, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 20px !important;
  left: 0%;
  padding: 0.85em 1em;
  top: 0%;
  transform: translate(-9%, -1%);
  text-transform: uppercase;
  transition: all 0.25s;
}
.btn::before {
  background: #000;
  bottom: -33px;
  box-shadow: 0.05rem -0.05rem #000;
  height: 32px;
  left: 14px;
  transform: skewX(45deg);
  width: 102.4%;
}
.btn::after {
  background: #000;
  bottom: -17px;
  box-shadow: 0.05rem -0.05rem #000;
  height: 103%;
  right: -34px;
  transform: skewY(45deg);
  width: 32px;
}
.btn:active, .btn:hover {
  margin-left: 10px;
  margin-top: 10px;
}
.btn:active::before, .btn:hover::before {
  bottom: -16px;
  height: 15px;
  left: 5px;
}
.btn:active::after, .btn:hover::after {
  bottom: -8px;
  right: -17px;
  width: 15px;
}

.btn_container {
  height: 100px;
  position: relative;
}

.image_border {
  display: inline-block;
  position: relative;
}
.image_border img {
  border: 2px solid #000;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
}
.image_border:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.image_border:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}

.border {
  border-style: solid;
  border-width: 38px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .border {
    border-width: 50px;
  }
}

.text_center {
  text-align: center;
}

tbody, tfoot, thead {
  border: none !important;
  background-color: transparent !important;
}

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

.clear {
  clear: both;
}

.list,
.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list li,
.post-categories li {
  display: inline-block;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.chillablered {
  color: #c10230;
}

.cabernetsauvignon {
  color: #72253d;
}

.burgundy {
  color: #621244;
}

.pinotnoir {
  color: #3d1152;
}

.chianti {
  color: #691c32;
}

.merlot {
  color: #002e6d;
}

.chardonnay {
  color: #ffc600;
}

.pinotgrigio {
  color: #006450;
}

.crispwhite {
  color: #61a60e;
}

.moscato {
  color: #00aca0;
}

.chablis {
  color: #ff9e18;
}

.refreshingwhite {
  color: #73c3d5;
}

.sunsetblush {
  color: #eeb2ca;
}

.whitemerlot {
  color: #dd85ba;
}

.rose {
  color: #ec9bad;
}

.whitezinfandel {
  color: #dd1c5f;
}

.pinkmoscato {
  color: #e36386;
}

.butterychardonnay {
  color: #f5b335;
}

.darkredblend {
  color: #79242f;
}

.peachmoscato {
  color: #F1611E;
}

.strawberryrose {
  color: #EE3D49;
}

.tropicalpinot {
  color: #00A399;
}

.wildberry {
  color: #995CA0;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 46.875em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=46.875em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

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

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.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 {
  float: left;
  width: 50%;
}
.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 {
  float: left;
  width: 33.3333333333%;
}
.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 {
  float: left;
  width: 25%;
}
.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 {
  float: left;
  width: 20%;
}
.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 {
  float: left;
  width: 16.6666666667%;
}
.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 {
  float: left;
  width: 14.2857142857%;
}
.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 {
  float: left;
  width: 12.5%;
}
.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-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 46.875em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .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 {
    float: left;
    width: 50%;
  }
  .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 {
    float: left;
    width: 33.3333333333%;
  }
  .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 {
    float: left;
    width: 25%;
  }
  .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 {
    float: left;
    width: 20%;
  }
  .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 {
    float: left;
    width: 16.6666666667%;
  }
  .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 {
    float: left;
    width: 14.2857142857%;
  }
  .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 {
    float: left;
    width: 12.5%;
  }
  .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;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 46.875em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 46.875em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

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

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 46.875em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 46.875em) and (min-width: 46.875em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 46.875em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 {
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-up-4 {
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-up-7 {
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xxlarge-up-8 {
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 46.875em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 46.875em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 46.875em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 46.875em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 46.875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 46.875em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 46.875em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 46.875em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 46.875em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 46.875em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 46.875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

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

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 46.875em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 46.875em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #a9a9a9;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 46.875em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #a9a9a9;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #a9a9a9;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #a9a9a9;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #a9a9a9;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .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 print, screen and (min-width: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #a9a9a9;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

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

::placeholder {
  color: #a9a9a9;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #a9a9a9;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #a9a9a9;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #a9a9a9;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #000;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: black;
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #000;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: black;
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #fff;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #cccccc;
  color: #000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #000;
  color: #000;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: black;
  color: black;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #000;
  color: #000;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: black;
  color: black;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #fff;
  color: #fff;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #000;
}
.button.clear:hover, .button.clear:focus {
  color: black;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #000;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: black;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #fff;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: gray;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #000;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #000;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #fff;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #000;
  color: #fff;
}
.badge.primary {
  background: #000;
  color: #fff;
}
.badge.secondary {
  background: #fff;
  color: #000;
}
.badge.success {
  background: #3adb76;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #a9a9a9;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #a9a9a9;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #000;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: black;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #fff;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #cccccc;
  color: #000;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #000;
  color: #000;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: black;
  color: black;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #000;
  color: #000;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: black;
  color: black;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #fff;
  color: #fff;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: gray;
  color: gray;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #000;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: black;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #000;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: black;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #fff;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: gray;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 46.875em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 46.87375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d9d9d9;
  color: #000;
}
.callout.secondary {
  background-color: white;
  color: #000;
}
.callout.success {
  background-color: #e1faea;
  color: #000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 46.875em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #000;
  color: #fff;
}
.menu .active > a {
  background: #000;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #a9a9a9;
  box-shadow: 0 7px 0 #a9a9a9, 0 14px 0 #a9a9a9;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #000;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}
@media print, screen and (min-width: 46.875em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #a9a9a9;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 46.87375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 46.87375em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 46.875em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 46.875em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #a9a9a9;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 46.875em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #000;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #a9a9a9;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #a9a9a9;
}
.progress.primary .progress-meter {
  background-color: #000;
}
.progress.secondary .progress-meter {
  background-color: #fff;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #a9a9a9;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: black;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 46.875em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 46.875em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 46.87375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #a9a9a9;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #000;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #000;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #0d0d0d;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: black;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #000;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #fff;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #000;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 46.875em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 46.87375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 46.875em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 46.875em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 46.87375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 46.87375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

/* Franzia 2019-2021 */
/*
Refreshers
font-family:'Alternate Gothic W05 No_1';
font-family:'Greycliff CF W01 Demi Bold';

font-family: itc-avant-garde-gothic-pro,sans-serif;
font-weight: 300;
font-style: normal;

font-family: itc-avant-garde-gothic-pro,sans-serif;
font-weight: 700;
font-style: normal;

font-family: alternate-gothic-condensed-a,sans-serif;
font-weight: 400;
font-style: normal;

font-family: greycliff-cf,sans-serif;
font-weight: 600;
font-style: normal;

*/
body {
  font-size: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.menu-item a,
.btn-default {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 60px;
  line-height: 1;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  h1 {
    font-size: 60px;
    line-height: 58px;
  }
}

h2,
.heading2 {
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  h2,
  .heading2 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  h2,
  .heading2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  h2,
  .heading2 {
    font-size: 60px;
    line-height: 58px;
  }
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  h3 {
    font-size: 7vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  h3 {
    font-size: 7vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  h3 {
    font-size: 90px;
  }
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  h4 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  h4 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  h4 {
    font-size: 30px;
    line-height: 50px;
  }
}

h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  h5 {
    font-size: 28px;
    line-height: 50px;
  }
}

h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}

p {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 50px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  p {
    font-size: 28px;
    line-height: 50px;
  }
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.one_fitty {
  letter-spacing: -9px;
}

.one_fitty_small {
  letter-spacing: -4px;
}

.content {
  margin-top: 120px;
}

.grid-container {
  max-width: 100%;
}

.grid-margin-x, .grid-padding-x > .cell {
  margin: 0;
  padding: 0;
  width: 100%;
}

.blog h1,
.archive.category h1 {
  color: #a9a9a9;
}

.banner {
  background-size: cover !important;
  margin: 0 auto;
  max-width: 1500px;
  padding: 12rem 6rem;
  text-align: center;
}
.banner h1,
.banner p {
  color: #fff;
}
.banner .play_button {
  margin-bottom: 1.5rem;
}

.page-id-2 .ms-parent-id-6 .ms-layer,
.page-id-2 .ms-parent-id-7 .ms-layer {
  height: 615px;
  max-width: 100% !important;
  padding: 0 !important;
  position: relative;
}
.page-id-2 .ms-parent-id-6 .ms-layer .play_button,
.page-id-2 .ms-parent-id-7 .ms-layer .play_button {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-id-2 .ms-layer .banner {
  background: #cf2028;
  border-width: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 615px;
  padding: 0;
}
.page-id-2 .ms-layer .banner .intro_image {
  background-size: cover !important;
  height: 100%;
  width: 50%;
}
.page-id-2 .ms-layer .banner .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width: 50%;
}
.page-id-2 .ms-layer .banner .intro h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 18px auto;
  text-shadow: none;
}

.page-id-2 .ms-layer .fwb_slide {
  border-width: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 615px;
  padding: 0;
}
.page-id-2 .ms-layer .fwb_slide .content_logo {
  background: #9c1b29;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
}
.page-id-2 .ms-layer .fwb_slide .content_logo img {
  margin-bottom: 40px;
  max-width: 90%;
}
.page-id-2 .ms-layer .fwb_slide .content_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width: 50%;
}
.page-id-2 .ms-layer .fwb_slide .content_copy p {
  color: #000000 !important;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul li {
  margin: 0 0 25px 0;
  text-align: center;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul li img {
  margin-right: 30px;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul li .black_box {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1px 0;
  width: 235px;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul li:nth-child(1), .page-id-2 .ms-layer .fwb_slide .content_copy ul li:nth-child(2) {
  font-size: 30px;
}
.page-id-2 .ms-layer .fwb_slide .content_copy ul li:nth-child(3) {
  font-size: 25px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .page-id-2 .ms-parent-id-7 .ms-layer .fwb_slide {
    display: block;
    height: 1000px;
  }
  .page-id-2 .ms-parent-id-7 .ms-layer .fwb_slide .content_logo {
    height: 450px;
    width: 100%;
  }
  .page-id-2 .ms-parent-id-7 .ms-layer .fwb_slide .content_copy {
    display: block;
    height: 500px;
    padding: 40px 0;
    width: 100%;
  }
  .page-id-2 .ms-parent-id-7 .ms-layer .fwb_slide .content_copy p {
    margin-top: 0;
  }
}
.page-id-2 .wpb_row .master-slider-parent *, .page-id-2 .master-slider-parent *,
.page-id-1112266 .wpb_row .master-slider-parent *, .page-id-1112266 .master-slider-parent * {
  box-sizing: border-box;
}

.page-id-7 .banner {
  padding: 18% 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-7 .banner {
    background-position: center left !important;
  }
}

.page-id-17 .banner {
  padding: 12.7rem 6rem;
}
.page-id-17 .banner h1 {
  color: #a9a9a9;
  margin: 0 auto;
  max-width: 70%;
}
.page-id-17 .banner p {
  color: #000;
  margin: 15px auto 0 auto;
  max-width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-17 .banner p {
    max-width: 100% !important;
  }
}

.page-id-19 .banner {
  padding: 18% 6rem;
}

.page-id-21 .entry_content {
  margin: 0 auto;
  max-width: 1500px;
}
.page-id-21 .banner {
  padding: 14.3rem 6rem;
}
.page-id-21 .banner h1 {
  margin: 0 auto;
  max-width: 75%;
}

.tax-size .banner,
.tax-tap .banner {
  padding: 18% 6rem;
}

.page-id-189 .banner {
  background-position: top center !important;
  background-size: contain !important;
  padding: 250px 6rem 3rem 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .banner {
    padding: 30rem 0 2rem 0;
  }
}
.page-id-189 .banner h1 {
  color: #a9a9a9;
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .banner h1 {
    max-width: 95%;
  }
}
.page-id-189 .banner p {
  color: #000;
  margin: 15px auto 0 auto;
  max-width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .banner p {
    max-width: 90%;
  }
}
.page-id-189 .banner p small {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
}

.page-id-1112567 .banner {
  padding: 25%;
}
.page-id-1112567 p small {
  font-size: 16px;
  line-height: 20px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 38px;
  max-width: 1516px;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .wrapper {
    padding: 0;
  }
}
.entry_content {
  padding: 5rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .entry_content {
    padding: 5rem 50px;
  }
}
.entry_content img {
  max-width: 100%;
  height: auto;
}
.entry_content .alignleft, .entry_content img.alignleft {
  margin-right: 1.5em;
  float: left;
}
.entry_content .alignright, .entry_content img.alignright {
  margin-left: 1.5em;
  float: right;
}
.entry_content .aligncenter, .entry_content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry_content video, .entry_content object {
  max-width: 100%;
  height: auto;
}
.entry_content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry_content .get_deep {
  margin: 0 auto 55px auto;
  max-width: 52%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .entry_content .get_deep {
    max-width: 90% !important;
  }
}
.entry_content .size_nav {
  float: left;
  position: relative;
  text-align: center;
  z-index: 100;
}
.entry_content .size_nav #sizes {
  background: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry_content .size_nav #sizes li {
  border-bottom: none;
}
.entry_content .size_nav #sizes li:nth-child(2), .entry_content .size_nav #sizes li:nth-child(3) {
  margin-top: 40px;
}
.entry_content .size_nav #sizes li:hover {
  border-bottom: none !important;
}
.entry_content .size_nav #sizes li a {
  border-bottom: none !important;
  font-size: 20px;
  line-height: 1;
}
.entry_content .size_nav #sizes li:nth-child(1) .box {
  height: 85px !important;
  padding-bottom: 0;
}
.entry_content .size_nav #sizes li:nth-child(2) .box {
  height: 63px !important;
  padding-bottom: 0;
}
.entry_content .size_nav #sizes li:nth-child(3) .box {
  height: 42px !important;
  padding-bottom: 0;
}
.entry_content #wine_boxes {
  background: none;
  position: relative;
  margin: -210px auto 56px auto;
  text-align: center;
}

.page-id-15 .entry_content {
  padding: 5rem 0;
}
.page-id-15 .entry_content .intro {
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-15 .entry_content .intro {
    padding: 0 25px;
  }
}
.page-id-15 .entry_content .intro h1 {
  color: #a9a9a9;
}

.page-id-21 .entry_content p {
  margin: 0 auto;
  max-width: 80%;
}
.page-id-21 .entry_content ul {
  margin: 75px auto;
}
.page-id-21 .entry_content ul li {
  max-width: 33%;
  vertical-align: top;
}
.page-id-21 .entry_content ul li img {
  margin-bottom: 40px;
}
.page-id-21 .entry_content ul li p {
  font-size: 20px;
  line-height: 35px;
}

.blog ul.featured > li {
  display: grid !important;
  float: left;
}

.page-id-25 .entry_content {
  padding: 5rem 0;
}
.page-id-25 .entry_content h1 {
  color: #a9a9a9;
}
.page-id-25 .entry_content p {
  margin: 0 auto;
  max-width: 70%;
}
.page-id-25 .entry_content a {
  text-decoration: underline;
}
.page-id-25 .entry_content .wpcf7 form .large p,
.page-id-25 .entry_content .wpcf7 form .medium p,
.page-id-25 .entry_content .wpcf7 form .preferred p,
.page-id-25 .entry_content .wpcf7 form .small p {
  font-size: 16px;
  line-height: 44px;
  margin: auto;
  max-width: 100%;
}

.page-id-27 .entry_content {
  padding: 5rem 10rem;
}
.page-id-27 .entry_content h1 {
  color: #a9a9a9;
  margin-bottom: 65px;
}
.page-id-27 .entry_content h5 small {
  color: #000;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
  text-transform: lowercase;
}
.page-id-27 .entry_content table {
  border-collapse: collapse;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  position: relative;
}
.page-id-27 .entry_content table:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.page-id-27 .entry_content table:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}
.page-id-27 .entry_content table td {
  padding: 15px 33px;
}
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(1) {
  background: #fff;
  border-right: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(2) > td:nth-child(1) {
  background: #6F263D;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(3) > td:nth-child(1) {
  background: #621244;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(4) > td:nth-child(1) {
  background: #f5b335;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(5) > td:nth-child(1) {
  background: #72253d;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(6) > td:nth-child(1) {
  background: #ff9e18;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(7) > td:nth-child(1) {
  background: #ffc600;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(8) > td:nth-child(1) {
  background: #691c32;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(9) > td:nth-child(1) {
  background: #c10230;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(10) > td:nth-child(1) {
  background: #61a60e;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(11) > td:nth-child(1) {
  background: #79242f;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(12) > td:nth-child(1) {
  background: #e64b38;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(13) > td:nth-child(1) {
  background: #002e6d;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(14) > td:nth-child(1) {
  background: #00aca0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(15) > td:nth-child(1) {
  background: #e36386;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(16) > td:nth-child(1) {
  background: #006450;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(17) > td:nth-child(1) {
  background: #3d1152;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(18) > td:nth-child(1) {
  background: #73c3d5;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(19) > td:nth-child(1) {
  background: #ec9bad;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(20) > td:nth-child(1) {
  background: #a4d65e;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(21) > td:nth-child(1) {
  background: #eeb2ca;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(22) > td:nth-child(1) {
  background: #dd85ba;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr:nth-child(23) > td:nth-child(1) {
  background: #dd1c5f;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 0;
  width: 14px;
}
.page-id-27 .entry_content table tr,
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(2),
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(3),
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(4),
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(5) {
  border-top: 2px solid #000;
}
.page-id-27 .entry_content table tr:nth-child(1) {
  border-top: none;
}
.page-id-27 .entry_content table tr td:nth-child(2) {
  text-align: left;
}
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(2),
.page-id-27 .entry_content table tr:nth-child(1) > td:nth-child(4) {
  vertical-align: top;
}

.page-id-3 #newsletter_sign_up p,
.page-id-3 #newsletter_sign_up .btn_container,
.page-id-27 #newsletter_sign_up p,
.page-id-27 #newsletter_sign_up .btn_container,
.page-id-29 #newsletter_sign_up p,
.page-id-29 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-31 .entry_content h1 {
  color: #a9a9a9;
}
.page-id-31 .entry_content form {
  height: 450px;
  padding: 8%;
}
.page-id-31 .entry_content form .wpcf7-submit {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-sign-up.png) no-repeat !important;
  height: 106px;
  margin: 30px 0 0 80px;
  width: 206px;
}
.page-id-31 .entry_content form .wpcf7-submit:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-signup-hover.png) no-repeat !important;
}
.page-id-31 .entry_content form .wpcf7-response-output {
  margin-top: 70px;
}
.page-id-31 .entry_content .btn_container {
  display: inline;
}

.page-id-189 .entry_content .intro ul > li {
  cursor: pointer;
  margin: 70px 45px;
}

.page-id-189 #newsletter_sign_up p,
.page-id-189 #newsletter_sign_up .btn_container,
.page-id-1112655 #newsletter_sign_up p,
.page-id-1112655 #newsletter_sign_up .btn_container,
.page-id-1112852 #newsletter_sign_up p,
.page-id-1112852 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-508065 .outer_table {
  margin: 50px auto;
  width: 100%;
}
.page-id-508065 .outer_table table {
  width: 100%;
}

.page-id-1112655 .banner {
  background-position: center center !important;
  background-size: cover !important;
  border-width: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 615px;
  justify-content: flex-end;
  padding: 50px;
}
.page-id-1112655 .banner .intro {
  margin: 0;
  max-width: 50%;
  width: 100%;
}
.page-id-1112655 .banner .intro h1 {
  color: #fff;
  margin: 0 auto 10px auto;
  text-shadow: none;
}
.page-id-1112655 .banner .intro p {
  text-shadow: none;
}
.page-id-1112655 .entry_content {
  padding: 5rem 0;
}
.page-id-1112655 .entry_content h5 {
  font-size: 40px;
  line-height: 56px;
}
.page-id-1112655 .entry_content .image_row {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.page-id-1112655 .entry_content .image_row .glass {
  animation: glass 1.5s infinite;
}
@keyframes glass {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-1112655 .entry_content .callouts {
  float: left;
  padding: 0 5rem;
  width: 100%;
}
.page-id-1112655 .entry_content .callouts li p {
  max-width: 40%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112655 .entry_content .callouts li p {
    margin-top: 50px;
    max-width: 100%;
  }
}
.page-id-1112655 .entry_content .callouts .callout_top {
  border-color: #009A44 !important;
  left: -20%;
  right: 0 !important;
  padding: 5rem 0 8rem 0;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112655 .entry_content .callouts .callout_top {
    left: -5%;
  }
}
.page-id-1112655 .entry_content .callouts .callout_top.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-id-1112655 .entry_content .callouts .callout_top .image_border {
  max-width: 50%;
}
.page-id-1112655 .entry_content .callouts .callout_top p {
  border-color: #009A44 !important;
  float: left !important;
  margin-top: 140px;
}
.page-id-1112655 .entry_content .callouts .callout_top p strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-id-1112655 .entry_content #copy_block {
  margin: 50px auto 35px auto;
  max-width: 800px;
}
.page-id-1112655 .entry_content #copy_block h5 {
  color: #C83832;
  margin-bottom: -5px;
}
.page-id-1112655 .entry_content #copy_block p {
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
}
.page-id-1112655 .entry_content #copy_block img {
  margin-bottom: 20px;
}
.page-id-1112655 .entry_content #three_ways_to_donate {
  display: none;
}
.page-id-1112655 .entry_content #donate_and_save {
  background: none;
  padding: 35px 0 45px 0 !important;
  position: relative;
}
.page-id-1112655 .entry_content #donate_and_save .flex_this {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.page-id-1112655 .entry_content #donate_and_save img {
  margin: 0;
}
.page-id-1112655 .entry_content #donate_and_save h5 {
  color: #C83832;
  margin-bottom: 40px;
}
.page-id-1112655 .entry_content #donate_and_save .present {
  animation: smash 1.25s ease infinite alternate;
}
@keyframes smash {
  0% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1);
  }
}
.page-id-1112655 .entry_content #donate_and_save .snowflake {
  animation: snowflake 1.5s infinite;
}
@keyframes snowflake {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-1112655 .entry_content #donate_and_save ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.page-id-1112655 .entry_content #donate_and_save ul li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  list-style: none;
  padding: 13%;
  width: 30%;
  text-align: center;
}
.page-id-1112655 .entry_content #donate_and_save ul li.border {
  border-color: #009A44;
  border-width: 22px;
}
.page-id-1112655 .entry_content #donate_and_save .btn_container {
  margin-top: 55px;
}
.page-id-1112655 .entry_content #donate_and_save .tree {
  animation: tree 1.1233s ease infinite alternate;
}
@keyframes tree {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-12px);
  }
}
.page-id-1112655 .entry_content #donate_and_save .tree2 {
  animation: tree2 1s ease infinite alternate;
}
@keyframes tree2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.page-id-1112655 .entry_content #donate_and_save .diamond2 {
  animation: diamond2 1.5s infinite;
}
@keyframes diamond2 {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-1112655 .entry_content #hashtag {
  background: none;
}
.page-id-1112655 .entry_content #hashtag h6 {
  color: #000;
  font-size: 22px;
  margin-bottom: 40px;
}
.page-id-1112655 .entry_content #hashtag h6 img {
  margin: 0;
}

/* Fanz and Franz */
.page-id-1112852 .banner {
  background: #cf2028;
  border-width: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 615px;
  padding: 0;
}
.page-id-1112852 .banner .intro_image {
  background-size: cover !important;
  height: 100%;
  width: 50%;
}
.page-id-1112852 .banner .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width: 50%;
}
.page-id-1112852 .banner .intro h1 {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 42px;
  margin: 18px auto;
  text-shadow: none;
  text-transform: none;
}
.page-id-1112852 .entry_content {
  padding: 5rem 0;
}
.page-id-1112852 .entry_content h2 {
  font-size: 40px;
  line-height: 56px;
}
.page-id-1112852 .entry_content h5 {
  font-size: 40px;
  line-height: 56px;
}
.page-id-1112852 .entry_content .dance {
  position: absolute;
}
.page-id-1112852 .entry_content .image_row {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.page-id-1112852 .entry_content .image_row .jersey {
  animation: jersey1 1.5s infinite;
  left: 0;
  top: -40px;
}
@keyframes jersey1 {
  from {
    translate: 0 0;
    transform: rotate(350deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(351deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(350deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(350deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(350deg);
  }
}
.page-id-1112852 .entry_content .image_row .star1 {
  animation: star1 1.5s infinite;
  left: 140px;
  top: 80px;
}
@keyframes star1 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content .image_row .star2 {
  animation: star2 1.2s infinite;
  right: 120px;
  top: 0;
}
@keyframes star2 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content .image_row .finger {
  animation: finger1 1.5s infinite;
  right: 0;
  top: 20px;
}
@keyframes finger1 {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-1112852 .entry_content .callouts {
  float: left;
  padding: 0 5rem;
  width: 100%;
}
.page-id-1112852 .entry_content .callouts li p {
  max-width: 40%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112852 .entry_content .callouts li p {
    margin-top: 50px;
    max-width: 100%;
  }
}
.page-id-1112852 .entry_content .callouts .callout_top {
  border-color: #c10230 !important;
  left: -20%;
  right: 0 !important;
  padding: 5rem 0 8rem 0;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112852 .entry_content .callouts .callout_top {
    left: -5%;
  }
}
.page-id-1112852 .entry_content .callouts .callout_top.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-id-1112852 .entry_content .callouts .callout_top .image_border {
  max-width: 50%;
}
.page-id-1112852 .entry_content .callouts .callout_top p {
  border-color: #c10230 !important;
  float: left !important;
  margin-top: 140px;
}
.page-id-1112852 .entry_content .callouts .callout_top p strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-id-1112852 .entry_content #copy_block {
  margin: 50px auto 35px auto;
  max-width: 1440px;
  position: relative;
}
.page-id-1112852 .entry_content #copy_block .jersey {
  animation: jersey2 1.5s infinite;
  right: 100px;
  top: -50px;
}
@keyframes jersey2 {
  from {
    translate: 0 0;
    transform: rotate(40deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(41deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(40deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(39deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(40deg);
  }
}
.page-id-1112852 .entry_content #copy_block .star1 {
  animation: star1 1.2s infinite;
  left: 50px;
  top: -30px;
}
@keyframes star1 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #copy_block .star2 {
  animation: star2 1.5s infinite;
  right: 300px;
  top: -100px;
}
@keyframes star2 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #copy_block .finger {
  animation: finger2 1.5s infinite;
  left: 150px;
  top: -220px;
}
@keyframes finger2 {
  from {
    translate: 0 0;
    transform: rotate(305deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(306deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(305deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(304deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(305deg);
  }
}
.page-id-1112852 .entry_content #copy_block ul.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 75px 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.page-id-1112852 .entry_content #copy_block ul.list li {
  display: initial !important;
  flex: 0 0 33.333333%;
  float: none !important;
  margin-bottom: 50px;
  padding: 0 1.2%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112852 .entry_content #copy_block ul.list li {
    flex: 0 0 100%;
    width: 100%;
  }
}
.page-id-1112852 .entry_content #copy_block ul.list li h5 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 25px;
}
.page-id-1112852 .entry_content #copy_block ul.list li p {
  line-height: 40px;
  margin: 24px auto;
  max-width: 85%;
}
.page-id-1112852 .entry_content #copy_block ul.list li .blog_image {
  border: 20px solid #c10230;
  position: relative;
}
.page-id-1112852 .entry_content #three_ways_to_donate {
  background: none;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  float: none;
}
.page-id-1112852 .entry_content #three_ways_to_donate h5 {
  color: #000;
  margin-bottom: 25px;
}
.page-id-1112852 .entry_content #three_ways_to_donate h6 {
  color: #000;
  margin-top: 10px;
}
.page-id-1112852 .entry_content #three_ways_to_donate .jersey {
  animation: jersey3 1.8s infinite;
  left: 100px;
  top: -20px;
}
@keyframes jersey3 {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  25% {
    translate: 1px 0;
    transform: rotate(1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1);
  }
  75% {
    translate: -1px 0;
    transform: rotate(-1deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7);
  }
  to {
    translate: 0 0;
    transform: rotate(0deg);
  }
}
.page-id-1112852 .entry_content #three_ways_to_donate .star1 {
  animation: star1 1.5s infinite;
  left: 20px;
  top: 110px;
}
@keyframes star1 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #three_ways_to_donate .star2 {
  animation: star2 1.2s infinite;
  right: 0;
  top: 200px;
}
@keyframes star2 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #three_ways_to_donate .finger {
  animation: finger1 1.5s infinite;
  right: 100px;
  top: 270px;
}
.page-id-1112852 .entry_content #donate_and_save {
  background: none;
  max-width: 1440px;
  padding: 90px 0 45px 0 !important;
  position: relative;
  margin: 0 auto;
  float: none;
}
.page-id-1112852 .entry_content #donate_and_save .jersey {
  animation: star 1.5s infinite;
  left: 0;
  top: -40px;
}
.page-id-1112852 .entry_content #donate_and_save .star1 {
  animation: star1 1.2s infinite;
  right: 140px;
  top: -40px;
}
@keyframes star1 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #donate_and_save .star2 {
  animation: star2 1.5s infinite;
  right: 120px;
  top: 0;
}
@keyframes star2 {
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.page-id-1112852 .entry_content #donate_and_save .finger {
  animation: star 1.5s infinite;
  right: 0;
  top: 20px;
}
.page-id-1112852 .entry_content #donate_and_save .flex_this {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.page-id-1112852 .entry_content #donate_and_save img {
  margin: 0;
}
.page-id-1112852 .entry_content #donate_and_save h5 {
  color: #000;
}
.page-id-1112852 .entry_content #donate_and_save p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin: 0 auto 70px auto;
  max-width: 75%;
}
.page-id-1112852 .entry_content #donate_and_save ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
}
.page-id-1112852 .entry_content #donate_and_save ul li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
  list-style: none;
  padding: 13%;
  width: 30%;
  text-align: center;
}
.page-id-1112852 .entry_content #donate_and_save ul li.border {
  border-color: #c10230;
  border-width: 22px;
}
.page-id-1112852 .entry_content #donate_and_save .btn_container {
  margin-top: 55px;
}
.page-id-1112852 .entry_content #hashtag {
  background: none;
}
.page-id-1112852 .entry_content #hashtag h6 {
  color: #000;
  font-size: 22px;
  margin-bottom: 40px;
}
.page-id-1112852 .entry_content #hashtag h6 img {
  margin: 0;
}

.page-id-1111939 .entry_content {
  padding: 5rem 10rem 16px 10rem;
}
.page-id-1111939 .entry_content h1 {
  color: #a9a9a9;
  margin-bottom: 65px;
}
.page-id-1111939 .entry_content h5 small {
  color: #000;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
  text-transform: lowercase;
}
.page-id-1111939 .entry_content .table {
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  position: relative;
}
.page-id-1111939 .entry_content .table:before {
  border-color: transparent #000000 #FFFFFF transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.page-id-1111939 .entry_content .table:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}
.page-id-1111939 .entry_content .table ul {
  border-top: 2px solid #000;
  list-style: none;
}
.page-id-1111939 .entry_content .table ul li {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  overflow: hidden;
  padding: 0;
}
.page-id-1111939 .entry_content .table ul li .accordion-title {
  border: none !important;
  padding: 0.25rem 1rem !important;
}
.page-id-1111939 .entry_content .table ul li .accordion-title:focus, .page-id-1111939 .entry_content .table ul li .accordion-title:hover {
  background-color: transparent !important;
}
.page-id-1111939 .entry_content .table ul li .accordion-title:before {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  right: 35px;
  top: 40%;
}
.page-id-1111939 .entry_content .table ul li .accordion-title h5 {
  line-height: 102px;
  margin: 0;
}
.page-id-1111939 .entry_content .table ul li .accordion-content {
  border-top: 2px solid #000;
  padding: 0;
}
.page-id-1111939 .entry_content .table ul li .wine_color {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  height: 100%;
  left: 2px;
  margin-top: -2px;
  position: absolute;
  width: 14px;
}
.page-id-1111939 .entry_content .table ul li p {
  font-size: 16px;
  line-height: 42px;
  margin: 0;
}
.page-id-1111939 .entry_content .table ul li p:nth-child(1) {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-id-1111939 .entry_content .table ul li p:nth-child(even) {
  background-color: #f2f2f2;
}
.page-id-1111939 .entry_content .table ul li img {
  height: 90px;
  left: 50px;
  margin: 10px 0;
  position: absolute;
  width: 90px;
}
.page-id-1111939 .entry_content .table li:nth-child(1) .wine_color {
  background: #6F263D;
}
.page-id-1111939 .entry_content .table li:nth-child(2) .wine_color {
  background: #72253d;
}
.page-id-1111939 .entry_content .table li:nth-child(3) .wine_color {
  background: #ffc600;
}
.page-id-1111939 .entry_content .table li:nth-child(4) .wine_color {
  background: #f5b335;
}
.page-id-1111939 .entry_content .table li:nth-child(5) .wine_color {
  background: #79242f;
}
.page-id-1111939 .entry_content .table li:nth-child(6) .wine_color {
  background: #002e6d;
}
.page-id-1111939 .entry_content .table li:nth-child(7) .wine_color {
  background: #00aca0;
}
.page-id-1111939 .entry_content .table li:nth-child(8) .wine_color {
  background: #e36386;
}
.page-id-1111939 .entry_content .table li:nth-child(9) .wine_color {
  background: #006450;
}
.page-id-1111939 .entry_content .table li:nth-child(10) .wine_color {
  background: #3d1152;
}
.page-id-1111939 .entry_content .table li:nth-child(11) .wine_color {
  background: #ec9bad;
}
.page-id-1111939 .entry_content .table li:nth-child(12) .wine_color {
  background: #a4d65e;
}

.page-id-1111939 #newsletter_sign_up p,
.page-id-1111939 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-1111993 .wpcf7 [type=date], .page-id-1111993 .wpcf7 [type=email], .page-id-1111993 .wpcf7 [type=password], .page-id-1111993 .wpcf7 [type=tel], .page-id-1111993 .wpcf7 [type=text], .page-id-1111993 .wpcf7 textarea {
  font-size: 16px;
}
.page-id-1111993 .wpcf7 form .large,
.page-id-1111993 .wpcf7 form .medium,
.page-id-1111993 .wpcf7 form .preferred,
.page-id-1111993 .wpcf7 form .small {
  margin: 0 0 3% 0;
  max-width: 100%;
}
.page-id-1111993 #newsletter_sign_up p,
.page-id-1111993 #newsletter_sign_up .btn_container {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .banner,
  .page-id-506833 .banner {
    background: url("https://www.franzia.com/wp-content/uploads/2020/08/fun-with-franz-banner-mobile.jpg") bottom center no-repeat !important;
    background-size: cover !important;
    max-width: 100%;
    padding: 12rem 0;
  }
}
.page-id-1111859 .banner .play_button,
.page-id-506833 .banner .play_button {
  margin-bottom: 180px;
  margin-top: -100px;
}
.page-id-1111859 .banner h1,
.page-id-506833 .banner h1 {
  display: none;
}
.page-id-1111859 .entry_content .wrapper,
.page-id-506833 .entry_content .wrapper {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .entry_content .wrapper,
  .page-id-506833 .entry_content .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .entry_content,
  .page-id-506833 .entry_content {
    padding: 25px;
  }
}
.page-id-1111859 .intro,
.page-id-506833 .intro {
  display: flex;
  justify-content: center;
  margin: 0 0 100px 0;
  max-width: 100%;
}
.page-id-1111859 .intro .btn_container,
.page-id-506833 .intro .btn_container {
  margin: 0 40px;
}
.page-id-1111859 .list,
.page-id-506833 .list {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.page-id-1111859 .list li,
.page-id-506833 .list li {
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 0 3% 3% 0;
  height: 338px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 313px;
}
.page-id-1111859 .list li:after,
.page-id-506833 .list li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.page-id-1111859 .list li:nth-child(5),
.page-id-506833 .list li:nth-child(5) {
  background: #ec9bad;
}
.page-id-1111859 .list li:nth-child(5) img,
.page-id-506833 .list li:nth-child(5) img {
  border: 2px solid #000;
  bottom: -53px;
  max-width: 80%;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(5) img,
  .page-id-506833 .list li:nth-child(5) img {
    right: -10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(5),
  .page-id-506833 .list li:nth-child(5) {
    margin: 3% 0 13% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(2),
.page-id-506833 .list li:nth-child(2) {
  background: #c10230;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(2),
  .page-id-506833 .list li:nth-child(2) {
    margin: 3% 5% 13% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(2) .image,
.page-id-506833 .list li:nth-child(2) .image {
  border: 2px solid #000;
  bottom: -53px;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(2) .image,
  .page-id-506833 .list li:nth-child(2) .image {
    max-width: 85%;
    right: -10px;
  }
}
.page-id-1111859 .list li:nth-child(2) p,
.page-id-506833 .list li:nth-child(2) p {
  top: 35%;
}
.page-id-1111859 .list li:nth-child(9),
.page-id-506833 .list li:nth-child(9) {
  background: #ec9bad;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(9),
  .page-id-506833 .list li:nth-child(9) {
    margin: 0 5% 13% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(9) .hat,
.page-id-506833 .list li:nth-child(9) .hat {
  bottom: -53px;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(9) .hat,
  .page-id-506833 .list li:nth-child(9) .hat {
    right: -10px;
  }
}
.page-id-1111859 .list li:nth-child(4),
.page-id-506833 .list li:nth-child(4) {
  background: #ffc600;
}
.page-id-1111859 .list li:nth-child(4) img,
.page-id-506833 .list li:nth-child(4) img {
  bottom: -53px;
  max-width: 80%;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(4) img,
  .page-id-506833 .list li:nth-child(4) img {
    right: -10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(4),
  .page-id-506833 .list li:nth-child(4) {
    margin: 0 5% 3% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(3),
.page-id-506833 .list li:nth-child(3) {
  background: #72253d;
}
.page-id-1111859 .list li:nth-child(3) img,
.page-id-506833 .list li:nth-child(3) img {
  bottom: -53px;
  max-width: 80%;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(3) img,
  .page-id-506833 .list li:nth-child(3) img {
    right: -10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(3),
  .page-id-506833 .list li:nth-child(3) {
    margin: 3% 0 13% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(6),
.page-id-506833 .list li:nth-child(6) {
  background: #ffc600;
  height: 400px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(6),
  .page-id-506833 .list li:nth-child(6) {
    height: 330px;
    margin: 0 5% 5% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(6) img,
.page-id-506833 .list li:nth-child(6) img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-id-1111859 .list li:nth-child(7),
.page-id-506833 .list li:nth-child(7) {
  background: #ec9bad;
  height: 400px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(7),
  .page-id-506833 .list li:nth-child(7) {
    height: 330px;
    margin: 0 5% 5% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(7) img,
.page-id-506833 .list li:nth-child(7) img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-id-1111859 .list li:nth-child(1),
.page-id-506833 .list li:nth-child(1) {
  margin: 0 auto 3% auto !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 88%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(1),
  .page-id-506833 .list li:nth-child(1) {
    margin: 0 0 3% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(1) .lto,
.page-id-506833 .list li:nth-child(1) .lto {
  width: 70%;
}
.page-id-1111859 .list li:nth-child(1) h2,
.page-id-506833 .list li:nth-child(1) h2 {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-size: 60px;
  font-style: normal;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
}
.page-id-1111859 .list li:nth-child(4),
.page-id-506833 .list li:nth-child(4) {
  background: #c10230;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(4),
  .page-id-506833 .list li:nth-child(4) {
    margin: 5% 5% 13% 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(4) .image,
.page-id-506833 .list li:nth-child(4) .image {
  border: 2px solid #000;
  bottom: -53px;
  position: absolute;
  right: -20px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(4) .image,
  .page-id-506833 .list li:nth-child(4) .image {
    max-width: 85%;
    right: -10px;
  }
}
.page-id-1111859 .list li:nth-child(10),
.page-id-506833 .list li:nth-child(10) {
  background: #72253d;
  height: 400px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(10),
  .page-id-506833 .list li:nth-child(10) {
    height: 330px;
    margin: 0 !important;
  }
}
.page-id-1111859 .list li:nth-child(10) p,
.page-id-506833 .list li:nth-child(10) p {
  color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:nth-child(10) p,
  .page-id-506833 .list li:nth-child(10) p {
    margin-top: 25px;
  }
}
.page-id-1111859 .list li:nth-child(10) .btn,
.page-id-506833 .list li:nth-child(10) .btn {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.page-id-1111859 .list li:nth-child(10) .btn:before, .page-id-1111859 .list li:nth-child(10) .btn:after,
.page-id-506833 .list li:nth-child(10) .btn:before,
.page-id-506833 .list li:nth-child(10) .btn:after {
  background: #fff;
  box-shadow: 0.05rem -0.05rem #fff;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li,
  .page-id-506833 .list li {
    height: 280px;
    width: 45%;
  }
}
.page-id-1111859 .list li h5,
.page-id-506833 .list li h5 {
  color: #fff;
  font-size: 22px;
  left: 30px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 30px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 72%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li h5,
  .page-id-506833 .list li h5 {
    font-size: 20px !important;
  }
}
.page-id-1111859 .list li .center,
.page-id-506833 .list li .center {
  display: table-cell;
  height: 338px;
  opacity: 0;
  padding: 10px 40px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  width: 300px;
}
.page-id-1111859 .list li .center p,
.page-id-506833 .list li .center p {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  max-width: 100%;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: auto;
}
.page-id-1111859 .list li:hover h5,
.page-id-1111859 .list li:hover .hide_me,
.page-id-506833 .list li:hover h5,
.page-id-506833 .list li:hover .hide_me {
  opacity: 0;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:hover h5,
  .page-id-1111859 .list li:hover .hide_me,
  .page-id-506833 .list li:hover h5,
  .page-id-506833 .list li:hover .hide_me {
    opacity: 1;
  }
}
.page-id-1111859 .list li:hover .center,
.page-id-506833 .list li:hover .center {
  opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1111859 .list li:hover .center,
  .page-id-506833 .list li:hover .center {
    opacity: 0;
  }
}
.page-id-1111859 #newsletter_sign_up,
.page-id-506833 #newsletter_sign_up {
  padding-top: 0;
}
.page-id-1111859 #newsletter_sign_up p,
.page-id-1111859 #newsletter_sign_up .btn_container,
.page-id-506833 #newsletter_sign_up p,
.page-id-506833 #newsletter_sign_up .btn_container {
  display: none;
}

div.ms-slide-layers > div > a > img {
  border: none !important;
  box-shadow: none !important;
  height: 64px;
  width: 64px;
}

.error404 .banner {
  padding: 0 5rem;
}
.error404 .entry_content h1 {
  color: #a9a9a9;
  margin: 40px auto;
  max-width: 60%;
  text-shadow: none;
}
.error404 #newsletter_sign_up p,
.error404 #newsletter_sign_up .btn_container {
  display: none;
}

.swiper-next {
  display: none;
  width: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10000;
}

.postid-127 .swiper-next {
  display: block;
}

.single-wines .entry_content {
  margin: 200px auto 0 auto;
  max-width: 1440px;
  padding: 1rem 12rem 0 12rem;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .entry_content {
    padding: 1rem 25px 0 25px;
  }
}
.single-wines .entry_content p {
  margin: 0 auto 64px auto;
  max-width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .entry_content p {
    max-width: 97%;
  }
}
.single-wines .entry_content .franzia_crest {
  height: 480px;
  position: absolute;
  right: 2%;
  top: -5px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .entry_content .franzia_crest {
    display: none;
  }
}
.single-wines .entry_content .award {
  height: 180px;
  position: absolute;
  right: 15%;
  top: 55%;
  z-index: 100;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .entry_content .award {
    right: 5%;
    top: 75%;
  }
}
.single-wines .entry_content .btn {
  background: none !important;
  padding: 0.85em 2em;
}
.single-wines .entry_content .share {
  border: 2px solid #000;
  display: inline-flex;
  height: 60px;
  margin-top: 30px;
}
.single-wines .entry_content .share h4 {
  float: left;
  font-size: 20px;
  line-height: 58px;
  padding: 0 24px;
}
.single-wines .entry_content .share div {
  float: left;
  border-left: 2px solid #000;
  line-height: 58px;
  width: 60px;
}
.single-wines .entry_content .share img,
.single-wines .entry_content .share svg {
  cursor: pointer;
  height: 25px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
}
.single-wines .entry_content .share img:hover,
.single-wines .entry_content .share svg:hover {
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-id-1112266 .ms-parent-id-7 .ms-layer {
  max-width: 100% !important;
  padding: 8.5rem 6rem;
}
.page-id-1112266 .ms-parent-id-7 .ms-layer .play_button {
  display: block;
  margin: 1.5rem auto;
}
.page-id-1112266 .ms-parent-id-7 .ms-layer .logo_image {
  display: block;
  margin: 0 auto 30px auto;
  width: 369px;
}

.single-refreshers .entry_content {
  margin: 200px auto 0 auto;
  max-width: 100%;
  padding: 5rem 0;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers .entry_content {
    margin: 140px auto 0 auto;
    padding: 100px 0 0 0;
  }
}
.single-refreshers .entry_content p {
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 43px;
  margin: 0 auto 32px auto;
  max-width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers .entry_content p {
    max-width: 90%;
  }
}
.single-refreshers .entry_content .btn {
  background: none !important;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  padding: 0.85em 2em;
}
.single-refreshers .entry_content #banner {
  background-position: bottom center !important;
  background-size: cover !important;
  position: relative;
  margin: -210px auto 56px auto;
  text-align: center;
}
.single-refreshers .entry_content #banner .fruit1,
.single-refreshers .entry_content #banner .fruit2,
.single-refreshers .entry_content #banner .fruit3,
.single-refreshers .entry_content #banner .fruit4,
.single-refreshers .entry_content #banner .fruit5 {
  position: absolute;
}
.single-refreshers .entry_content #banner .splash {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers .entry_content #banner .splash {
    bottom: 120px;
    transform: scale(2);
  }
}
.single-refreshers .entry_content .winebox {
  position: relative;
  z-index: 3;
}
.single-refreshers .entry_content .share {
  border: 2px solid #000;
  display: inline-flex;
  height: 60px;
  margin-top: 30px;
}
.single-refreshers .entry_content .share h4 {
  float: left;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.57px;
  line-height: 58px;
  padding: 0 24px;
}
.single-refreshers .entry_content .share div {
  float: left;
  border-left: 2px solid #000;
  line-height: 58px;
  width: 60px;
}
.single-refreshers .entry_content .share img,
.single-refreshers .entry_content .share svg {
  cursor: pointer;
  height: 25px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
}
.single-refreshers .entry_content .share img:hover,
.single-refreshers .entry_content .share svg:hover {
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-refreshers .entry_content h1 {
  display: none;
}
.single-refreshers .entry_content h2, .single-refreshers .entry_content h3, .single-refreshers .entry_content h4, .single-refreshers .entry_content h5, .single-refreshers .entry_content h6 {
  font-family: alternate-gothic-condensed-a, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.single-refreshers .entry_content h2 {
  font-size: 70px;
  line-height: 62px;
}
.single-refreshers .entry_content h5 {
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 1.5px;
  line-height: 15px;
}
.single-refreshers .entry_content h6 {
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.36px;
  line-height: 13px;
}
.single-refreshers .entry_content .tabs-panel h4 {
  max-width: 100%;
}
.single-refreshers .entry_content .tabs-panel table {
  margin: 0 auto;
  width: 624px;
}
.single-refreshers .entry_content .tabs-panel table h5 {
  font-size: 15px;
}
.single-refreshers .entry_content .body_scale {
  margin: 22px auto 90px auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers .entry_content .body_scale {
    margin: 40px auto;
    transform: scale(0.9, 0.9);
  }
}
.single-refreshers .entry_content .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/body-scale.png) no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 624px;
}
.single-refreshers .entry_content .body_scale .scale img {
  height: 24px;
  margin-top: -4px;
}
.single-refreshers .entry_content .sweetness_scale {
  margin: 22px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers .entry_content .sweetness_scale {
    margin: 40px auto;
    transform: scale(0.9, 0.9);
  }
}
.single-refreshers .entry_content .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/sweetness-scale.png) no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 624px;
}
.single-refreshers .entry_content .sweetness_scale .scale img {
  height: 24px;
  margin-top: -4px;
}
.single-refreshers .entry_content .sweetness_scale tbody td,
.single-refreshers .entry_content .sweetness_scale tbody th {
  width: 25%;
}
.single-refreshers .entry_content #refresh {
  display: table;
  margin: 65px auto;
  text-align: center;
}
.single-refreshers .entry_content #refill {
  display: inline-block;
  margin: 65px auto;
  text-align: center;
}
.single-refreshers .entry_content #refill h2 {
  margin-bottom: 50px;
}
.single-refreshers .entry_content #refill ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.single-refreshers .entry_content #refill ul li {
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 30px;
}
.single-refreshers .entry_content #refill ul li:nth-child(1), .single-refreshers .entry_content #refill ul li:nth-child(2) {
  border-right: 3px solid #F1611E;
}
.single-refreshers .entry_content #refill ul li sup {
  font-size: 55px;
}
.single-refreshers .entry_content #refill ul li span {
  border: none;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 93px;
  height: auto;
  line-height: 28px;
  margin-bottom: 30px;
  width: auto;
}
.single-refreshers .entry_content #what_makes_us_special {
  margin: 65px auto !important;
}
.single-refreshers .entry_content #what_makes_us_special h5 {
  font-family: alternate-gothic-condensed-a, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 62px;
  margin-bottom: 30px;
}
.single-refreshers .entry_content #what_makes_us_special ul li a {
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 21px !important;
  letter-spacing: 0.63px;
  line-height: 28px !important;
}
.single-refreshers .entry_content #what_makes_us_special .tabs-content h4 {
  font-size: 32px;
}
.single-refreshers .entry_content #food_pairing {
  margin: 150px 0 !important;
}
.single-refreshers .entry_content #food_pairing h2 {
  margin-bottom: 30px;
}
.single-refreshers .entry_content #food_pairing ul li span {
  height: 120px;
  width: 120px;
}
.single-refreshers .entry_content #food_pairing ul li h6 {
  font-size: 21px;
  line-height: 28px;
}
.single-refreshers .entry_content #wine_details .tabs .tabs-title:nth-child(2) {
  display: inline-block;
}
.single-refreshers .entry_content #wine_details .tabs .tabs-title a {
  font-family: alternate-gothic-condensed-a, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 45px !important;
  line-height: 40px !important;
  white-space: nowrap;
}
.single-refreshers .entry_content .tabs-panel table h5 {
  font-size: 21px !important;
  letter-spacing: 0.63px;
  line-height: 28px !important;
  text-transform: none;
}
.single-refreshers .entry_content #relax {
  display: inline-block;
  margin: 65px auto;
  text-align: center;
  width: 100%;
}
.single-refreshers .entry_content #relax ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px auto;
  max-width: 600px;
  padding: 0;
  width: 100%;
}
.single-refreshers .entry_content #relax ul li {
  display: inline-block;
  width: 25%;
}
.single-refreshers .entry_content #relax ul li h6 {
  font-size: 15px !important;
  letter-spacing: 0.45px;
  line-height: 17px;
  margin-top: 15px;
}
.single-refreshers .entry_content #wine_serving {
  display: inline-block;
  margin: 100px auto;
  max-width: 45%;
  width: 100%;
}
.single-refreshers .entry_content #wine_serving .serving_box {
  float: left;
}
.single-refreshers .entry_content #wine_serving .btn_container {
  margin: 60px 0 30px 60px;
}
.single-refreshers #instagram {
  background: rgba(253, 217, 193, 0.41);
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.single-refreshers #instagram h5, .single-refreshers #instagram h5 a,
.single-refreshers #instagram .sbi_load_btn {
  border: none !important;
  color: #002e6d !important;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 21px !important;
  letter-spacing: 0.63px;
  line-height: 28px;
}
.single-refreshers #newsletter_sign_up p,
.single-refreshers #newsletter_sign_up .btn_container {
  display: none;
}
.single-refreshers #random_wines {
  margin: 100px auto 80px auto;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers #random_wines {
    float: left;
  }
}
.single-refreshers #random_wines .wines > li {
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 0 3% 3% 0;
  height: 338px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 313px;
}
.single-refreshers #random_wines .wines > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers #random_wines .wines > li {
    margin: 0 0 100px 0;
  }
}
.single-refreshers #random_wines .wines > li.wild-berry-moscato {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/square-berry.svg) no-repeat;
  background-size: cover !important;
}
.single-refreshers #random_wines .wines > li.peach-moscato {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/square-peach.svg) no-repeat;
  background-size: cover !important;
}
.single-refreshers #random_wines .wines > li.tropical-pinot-grigio {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/square-tropical.svg) no-repeat;
  background-size: cover !important;
}
.single-refreshers #random_wines .wines > li.strawberry-rose {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/square-strawberry.svg) no-repeat;
  background-size: cover !important;
}
.single-refreshers #random_wines .wines > li h5 {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002e6d !important;
  font-size: 45px;
  left: 25px;
  line-height: 40px;
  opacity: 1;
  position: absolute;
  top: 25px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 72%;
}
.single-refreshers #random_wines .wines > li h5 span {
  font-size: 30px;
  line-height: 1;
}
.single-refreshers #random_wines .wines > li .wp-post-image,
.single-refreshers #random_wines .wines > li img {
  bottom: -53px;
  opacity: 1;
  position: absolute;
  right: -20px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-refreshers #random_wines .wines > li .center {
  display: table-cell;
  height: 338px;
  opacity: 0;
  padding: 10px 40px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  width: 300px;
}
.single-refreshers #random_wines .wines > li .center p {
  color: #002e6d !important;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2vw;
  line-height: 1;
  max-width: 100%;
  text-transform: uppercase;
}
.single-refreshers #random_wines .wines > li:hover h5,
.single-refreshers #random_wines .wines > li:hover .wp-post-image,
.single-refreshers #random_wines .wines > li:hover img {
  opacity: 0;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers #random_wines .wines > li:hover h5,
  .single-refreshers #random_wines .wines > li:hover .wp-post-image,
  .single-refreshers #random_wines .wines > li:hover img {
    opacity: 1;
  }
}
.single-refreshers #random_wines .wines > li:hover .center {
  opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-refreshers #random_wines .wines > li:hover .center {
    opacity: 0;
  }
}
.single-refreshers #random_wines .also_like {
  color: #002e6d !important;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px !important;
  line-height: 28px;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

#what_makes_us_special {
  margin: 130px auto 38px auto;
}

.page-id-2 #what_makes_us_special h5 {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tabs {
  background: none;
  border: none;
}
.tabs .tabs-title {
  border-bottom: 2px solid transparent;
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .tabs .tabs-title {
    float: left;
    width: 33%;
  }
}
.tabs .tabs-title:focus, .tabs .tabs-title:active {
  background: none;
}
.tabs .tabs-title a[aria-selected=true], .tabs .tabs-title:hover {
  background: none;
  border-bottom: 2px solid #000;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.tabs .tabs-title a {
  font-size: 30px;
  line-height: 50px;
  padding: 0;
  margin: 1.25rem 1.5rem 0 1.5rem;
}
.tabs .tabs-title a:focus, .tabs .tabs-title a:hover {
  background: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .tabs .tabs-title a {
    margin: 1.25rem 0 0 0;
  }
}
.tabs .tabs-title img, .tabs .tabs-title svg {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  padding-bottom: 10px;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.page-id-2 #what_makes_us_special ul li:nth-child(1) svg, .page-id-2 #what_makes_us_special ul li:nth-child(1) svg path {
  fill: #ffc600;
}
.page-id-2 #what_makes_us_special ul li:nth-child(2) svg, .page-id-2 #what_makes_us_special ul li:nth-child(2) svg path {
  fill: #ffc600;
}
.page-id-2 #what_makes_us_special ul li:nth-child(3) svg, .page-id-2 #what_makes_us_special ul li:nth-child(3) svg path {
  fill: #ffc600;
}

.single-refreshers .tabs .tabs-title.is-active:hover,
.single-wines .tabs .tabs-title.is-active:hover {
  border-bottom: 2px solid transparent !important;
}
.single-refreshers .tabs .tabs-title a,
.single-wines .tabs .tabs-title a {
  line-height: 40px;
  position: relative;
}
.single-refreshers .tabs .tabs-title img:hover,
.single-refreshers .tabs .tabs-title svg:hover,
.single-wines .tabs .tabs-title img:hover,
.single-wines .tabs .tabs-title svg:hover {
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-refreshers .tabs .tabs-title.is-active img:hover, .single-refreshers .tabs .tabs-title.is-active svg:hover,
.single-wines .tabs .tabs-title.is-active img:hover,
.single-wines .tabs .tabs-title.is-active svg:hover {
  opacity: 1;
}
.single-refreshers .tabs .tabs-title .arrow,
.single-wines .tabs .tabs-title .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-icon-stem.svg) no-repeat;
  bottom: -30px;
  display: block;
  height: auto;
  position: absolute;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 80px;
}
.single-refreshers .tabs .tabs-title a[aria-selected=true],
.single-wines .tabs .tabs-title a[aria-selected=true] {
  border-bottom: none;
}
.single-refreshers .tabs .tabs-title a[aria-selected=true] .arrow,
.single-wines .tabs .tabs-title a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-icon.svg) no-repeat;
  bottom: -21px;
  display: block;
  height: auto;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 97px;
}

.tabs-content {
  background: none;
  border: none;
}
.tabs-content .tabs-panel {
  padding: 2rem 9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .tabs-content .tabs-panel {
    padding: 5rem 0 !important;
  }
  .tabs-content .tabs-panel h4 {
    max-width: 100% !important;
  }
}
.tabs-content .tabs-panel h4 {
  margin: 0 auto;
  max-width: 60%;
}

.single-wines h1 {
  margin-bottom: 25px;
}
.single-wines .tabs-panel h4 {
  max-width: 100%;
}
.single-wines .tabs-panel table {
  margin: 0 auto;
  width: 624px;
}
.single-wines .tabs-panel table h5 {
  font-size: 15px;
}
.single-wines .body_scale {
  margin: 22px auto 90px auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .body_scale {
    margin: 40px 0 40px -10px;
    transform: scale(0.9, 0.9);
  }
}
.single-wines .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/body-scale.png) no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 624px;
}
.single-wines .body_scale .scale img {
  height: 25px;
  margin-top: -4px;
}
.single-wines .sweetness_scale {
  margin: 22px auto 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .single-wines .sweetness_scale {
    margin: 40px 0 40px -10px;
    transform: scale(0.9, 0.9);
  }
}
.single-wines .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/sweetness-scale.png) no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 624px;
}
.single-wines .sweetness_scale .scale img {
  height: 25px;
  margin-top: -4px;
}
.single-wines .sweetness_scale tbody td,
.single-wines .sweetness_scale tbody th {
  width: 25%;
}

#what_makes_us_special .tabs .tabs-title a {
  border-bottom: 2px solid transparent;
}
#what_makes_us_special .tabs .tabs-title a[aria-selected=true] {
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #what_makes_us_special .tabs .tabs-title a {
    font-size: 200%;
  }
}

#what_makes_us_special svg {
  height: 109px;
  padding-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #what_makes_us_special svg {
    height: 85px;
  }
}

#wine_details {
  text-align: center;
}
#wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5) !important;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 -2px;
  padding: 1.25rem 3.5rem 0 3.5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #wine_details .tabs .tabs-title {
    margin: 0;
    padding: 1.25rem 3rem 0 3rem;
  }
}
#wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid #000 !important;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
#wine_details .tabs .tabs-title.is-active a {
  opacity: 1;
  border-bottom: none !important;
}
#wine_details .tabs .tabs-title a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  opacity: 0.5;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wine_details .tabs .tabs-title a:hover {
  opacity: 1;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #wine_details .tabs-content .tabs-panel {
    padding: 2rem 0;
  }
}
#wine_details .tabs-content .tabs-panel p {
  margin: 0 auto 50px auto;
  max-width: 60%;
}
#wine_details .tabs-content .tabs-panel .image_border {
  margin: 85px auto;
  width: 50%;
}
#wine_details .tabs-content .tabs-panel .btn.view_more {
  background: none !important;
}
#wine_details .tabs-content .tabs-panel ul.list > li {
  display: block;
  padding: 10px 0;
}
#wine_details .tabs-content .tabs-panel .center {
  display: inline-block;
  margin: 0 auto 0 -70px;
}
#wine_details .tabs-content .tabs-panel ul.tech {
  margin: 0 auto 50px auto;
  text-align: left;
}
#wine_details .tabs-content .tabs-panel ul.tech li h5 {
  line-height: 60px;
  white-space: nowrap;
}
#wine_details .tabs-content .tabs-panel ul.tech li svg {
  float: left;
  height: 60px;
  margin-right: 50px;
  width: 60px;
}

#field_3_4 > label {
  display: block !important;
  font-size: 12px;
  position: absolute;
  margin-top: -12px;
}

#food_pairing {
  margin-top: 100px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #food_pairing {
    margin-top: 40px;
  }
}
#food_pairing ul {
  margin: 10px 0 50px 0;
}
#food_pairing ul > li {
  display: inline-block !important;
  margin: 0 3rem;
  min-width: 105px;
}
#food_pairing .pair_icon {
  background-color: #000;
  display: block;
  height: 65px;
  margin-bottom: 10px;
}
#food_pairing .icon_balcony {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-balcony-swing.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-balcony-swing.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_bbq {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-bbq.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-bbq.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_bbqchicken {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-bbq-chicken.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-bbq-chicken.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_beef {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-beef.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-beef.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_blogging {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-blogging.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-blogging.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_camping {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-camping.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-camping.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_cheese {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-cheese.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-cheese.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_chicken {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chicken.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chicken.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_chinese {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chinese-food.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chinese-food.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_chocolate {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chocolate.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chocolate.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_cake {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chocolate-cake.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-chocolate-cake.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_citrus {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-citrus.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-citrus.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_crab {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-crab-salad.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-crab-salad.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_crabcakes {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-crab-cakes.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-crab-cakes.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_date {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-date-night.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-date-night.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_fruit {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fresh-fruit.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fresh-fruit.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_vegetables {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fresh-fruit.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fresh-fruit.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_firepits {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-firepits.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-firepits.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_fish {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fish.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-fish.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_shrimp {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-garlic-shrimp.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-garlic-shrimp.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_gamenight {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-game-night.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-game-night.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_greensalad {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-green-salad.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-green-salad.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_hiking {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-hiking.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-hiking.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_lazy {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-lazy-rivers.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-lazy-rivers.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_loungechairs {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-lounge-chairs.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-lounge-chairs.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_orderingin {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-orderingin.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-orderingin.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_painting {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-painting.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-painting.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_pasta {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pasta.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pasta.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_pizza {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pizza.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pizza.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_pork {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pork.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-pork.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_rose {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-rose-my-way.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-rose-my-way.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_salad {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-salad.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-salad.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_spicy {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-spicy-foods.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-spicy-foods.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_stargazing {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-star-gazing.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-star-gazing.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_summer {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_sundays {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-sundays.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-sundays.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_turkeyburgers {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-turkey-burgers.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-turkey-burgers.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_afternoons {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer-afternoons.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer-afternoons.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_summernights {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer-nights.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-summer-nights.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_playlist {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-the-perfect-playlist.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-the-perfect-playlist.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_winternights {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-winter-nights.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-winter-nights.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_book {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-your-favorite-book.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-your-favorite-book.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_party-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-people-purple.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-people-purple.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_game-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-finger-purple.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-finger-purple.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_anytime {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-clock-orange.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-clock-orange.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_pool-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-sun-teal.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-sun-teal.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_grill-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-grill-teal.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-grill-teal.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_cabana-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-canopy-red.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-canopy-red.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_lake-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-boat-red.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-boat-red.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_beach-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-umbrella-orange.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-umbrella-orange.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#food_pairing .icon_dance-time {
  mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-happy-orange.svg);
  -webkit-mask: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-happy-orange.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

#wine_serving {
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #wine_serving {
    max-width: 100%;
  }
}
#wine_serving h5 {
  margin: 30px auto;
}
#wine_serving .btn {
  background: none !important;
}
#wine_serving .serving_box {
  background: rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 3rem;
}
#wine_serving .serving_box h2,
#wine_serving .serving_box p {
  color: #000;
  display: inline;
  vertical-align: middle;
}
#wine_serving .serving_box img,
#wine_serving .serving_box svg {
  height: 47px;
  margin-left: 9px;
  vertical-align: baseline;
}
#wine_serving .btn_container {
  margin-left: 35px;
}

#wine_awards {
  margin: 0 auto;
  max-width: 55%;
  padding-bottom: 150px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #wine_awards {
    max-width: 100%;
  }
}
#wine_awards ul {
  background: none;
  border: 2px solid #000;
  list-style: none;
}
#wine_awards ul li {
  overflow: hidden;
  padding: 0;
  position: relative;
}
#wine_awards ul li .accordion-title {
  border: none !important;
  padding: 0.25rem 1rem !important;
}
#wine_awards ul li .accordion-title:focus, #wine_awards ul li .accordion-title:hover {
  background-color: transparent !important;
}
#wine_awards ul li .accordion-title:before {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  right: 35px;
  top: 40%;
}
#wine_awards ul li .accordion-title h5 {
  line-height: 102px;
  margin: 0;
}
#wine_awards ul li .accordion-content {
  background: none;
  border-top: 2px solid #000;
  padding: 0;
}
#wine_awards ul li .accordion-content:last-child {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
#wine_awards ul li p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding: 0 10px;
}
#wine_awards ul li p:nth-child(1) {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#wine_awards ul li p:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
#wine_awards ul li img {
  height: 90px;
  left: 50px;
  margin: 10px 0;
  position: absolute;
  width: 90px;
}

.callouts {
  list-style: none;
  margin: 0;
  padding: 8rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts {
    padding: 4rem;
  }
}
.callouts li {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.55s ease-in;
  -moz-transition: all 0.55s ease-in;
  -ms-transition: all 0.55s ease-in;
  -o-transition: all 0.55s ease-in;
  transition: all 0.55s ease-in;
  float: left;
}
.callouts li:nth-child(1) p {
  border-color: #c10230;
}
.callouts li:nth-child(2) p {
  border-color: #ffc600;
}
.callouts li:nth-child(3) p {
  border-color: #eeb2ca;
}
.callouts li:nth-child(4) p {
  border-color: #c10230;
}
.callouts li p {
  border-left-style: solid;
  border-left-width: 12px;
  font-size: 20px;
  line-height: 35px;
  max-width: 50%;
  padding: 0 0 0 20px;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts li p {
    max-width: 100%;
  }
}
.callouts li:nth-child(odd) {
  right: -20%;
}
.callouts li:nth-child(odd) p {
  float: left;
  margin-top: 140px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts li:nth-child(odd) p {
    margin-top: 0;
  }
}
.callouts li:nth-child(odd) .image_border {
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts li:nth-child(odd) .image_border {
    float: none;
  }
}
.callouts li:nth-child(odd).animated {
  right: 0%;
  opacity: 1;
}
.callouts li:nth-child(even) {
  left: -20%;
}
.callouts li:nth-child(even) p {
  float: right;
  margin-top: 140px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts li:nth-child(even) p {
    margin-top: 0;
  }
}
.callouts li:nth-child(even) .image_border {
  float: left;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .callouts li:nth-child(even) .image_border {
    float: none;
  }
}
.callouts li:nth-child(even).animated {
  left: 0%;
  opacity: 1;
}
.callouts li .image_border:last-child {
  margin-bottom: 125px;
}

.page-id-17 .callouts strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.page-id-17 .callouts p {
  margin-top: 140px;
}

.page-id-17 .video_intro h5 {
  margin: 45px auto;
}

.page-id-19 .callouts p {
  font-size: 20px;
  line-height: 35px;
}

.page-id-189 .callouts .callout_top {
  border-color: #ec9bad !important;
  left: -20%;
  right: 0 !important;
  padding: 5rem 0 8rem 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .callouts .callout_top {
    left: -5%;
  }
}
.page-id-189 .callouts .callout_top.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-id-189 .callouts .callout_top .image_border {
  float: left !important;
  max-width: 50% !important;
}
.page-id-189 .callouts .callout_top p {
  border-color: #ec9bad !important;
  float: right !important;
  margin-top: 40px;
}
.page-id-189 .callouts .callout_top p strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pinot-grigio-colombard h5,
.pinot-noir-carmenere h5 {
  font-size: 1.2vw !important;
  white-space: nowrap;
}

.bold-and-jammy-cabernet-sauvignon h5 {
  font-size: 1.2vw !important;
}

.wines-chillable-red .type-wines,
.wines .chillable-red {
  background: #c10230;
}

.wines-chillable-red h1,
.wines-chillable-red h2,
.wines-chillable-red h4,
.wines-chillable-red h5,
.wines-chillable-red h6,
.wines-chillable-red p {
  color: #fff !important;
}
.wines-chillable-red .entry_content .btn,
.wines-chillable-red #wine_serving .btn,
.wines-chillable-red .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-chillable-red .entry_content .btn:before, .wines-chillable-red .entry_content .btn:after,
.wines-chillable-red #wine_serving .btn:before,
.wines-chillable-red #wine_serving .btn:after,
.wines-chillable-red .btn.view_more:before,
.wines-chillable-red .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-chillable-red .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-chillable-red a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-chillable-red .share {
  border: 2px solid #fff !important;
}
.wines-chillable-red .share h4 {
  color: #fff !important;
}
.wines-chillable-red .share img,
.wines-chillable-red .share svg {
  fill: #fff;
}
.wines-chillable-red .share div {
  border-left: 2px solid #fff !important;
}
.wines-chillable-red .tabs .tabs-title img,
.wines-chillable-red .tabs .tabs-title svg,
.wines-chillable-red .tabs .tabs-title svg path,
.wines-chillable-red #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-chillable-red .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-chillable-red .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-chillable-red .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-chillable-red #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-chillable-red #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-chillable-red #wine_awards ul {
  border: 2px solid #fff;
}
.wines-chillable-red #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-chillable-red .accordion-title {
  color: #fff;
}
.wines-chillable-red .accordion-title:hover {
  color: #fff;
}
.wines-chillable-red #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-chillable-red #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-chillable-red .tabs .tabs-title a[aria-selected=true], .wines-chillable-red .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-chillable-red .tabs-title > a,
.wines-chillable-red .tabs-title > a:focus,
.wines-chillable-red .tabs-title > a[aria-selected=true],
.wines-chillable-red #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-chillable-red #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-chillable-red #wine_serving .serving_box img,
.wines-chillable-red #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-chillable-red .serving3 {
  display: none !important;
}

.wines .bold-and-jammy-cabernet-sauvignon,
.wines-bold-and-jammy-cabernet-sauvignon .type-wines {
  background: #6F263D;
}

.wines-bold-and-jammy-cabernet-sauvignon h1,
.wines-bold-and-jammy-cabernet-sauvignon h2,
.wines-bold-and-jammy-cabernet-sauvignon h4,
.wines-bold-and-jammy-cabernet-sauvignon h5,
.wines-bold-and-jammy-cabernet-sauvignon h6,
.wines-bold-and-jammy-cabernet-sauvignon p {
  color: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .entry_content .btn,
.wines-bold-and-jammy-cabernet-sauvignon #wine_serving .btn,
.wines-bold-and-jammy-cabernet-sauvignon .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .entry_content .btn:before, .wines-bold-and-jammy-cabernet-sauvignon .entry_content .btn:after,
.wines-bold-and-jammy-cabernet-sauvignon #wine_serving .btn:before,
.wines-bold-and-jammy-cabernet-sauvignon #wine_serving .btn:after,
.wines-bold-and-jammy-cabernet-sauvignon .btn.view_more:before,
.wines-bold-and-jammy-cabernet-sauvignon .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-bold-and-jammy-cabernet-sauvignon a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .share {
  border: 2px solid #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .share h4 {
  color: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .share img,
.wines-bold-and-jammy-cabernet-sauvignon .share svg {
  fill: #fff;
}
.wines-bold-and-jammy-cabernet-sauvignon .share div {
  border-left: 2px solid #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .tabs .tabs-title img,
.wines-bold-and-jammy-cabernet-sauvignon .tabs .tabs-title svg,
.wines-bold-and-jammy-cabernet-sauvignon .tabs .tabs-title svg path,
.wines-bold-and-jammy-cabernet-sauvignon #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-bold-and-jammy-cabernet-sauvignon #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-bold-and-jammy-cabernet-sauvignon #wine_awards ul {
  border: 2px solid #fff;
}
.wines-bold-and-jammy-cabernet-sauvignon #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-bold-and-jammy-cabernet-sauvignon .accordion-title {
  color: #fff;
}
.wines-bold-and-jammy-cabernet-sauvignon .accordion-title:hover {
  color: #fff;
}
.wines-bold-and-jammy-cabernet-sauvignon #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-bold-and-jammy-cabernet-sauvignon #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-bold-and-jammy-cabernet-sauvignon .tabs .tabs-title a[aria-selected=true], .wines-bold-and-jammy-cabernet-sauvignon .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .tabs-title > a,
.wines-bold-and-jammy-cabernet-sauvignon .tabs-title > a:focus,
.wines-bold-and-jammy-cabernet-sauvignon .tabs-title > a[aria-selected=true],
.wines-bold-and-jammy-cabernet-sauvignon #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .image_border img {
  border: 2px solid #fff !important;
  -webkit-box-shadow: 32px 32px 0 0 #fff !important;
  box-shadow: 32px 32px 0 0 #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .image_border:before {
  border-color: transparent #fff transparent transparent !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .image_border:after {
  border-color: transparent transparent transparent #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon #wine_serving .serving_box img,
.wines-bold-and-jammy-cabernet-sauvignon #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-bold-and-jammy-cabernet-sauvignon .serving3 {
  display: none !important;
}

.wines-cabernet-sauvignon .type-wines,
.wines .cabernet-sauvignon {
  background: #72253d;
}

.wines-cabernet-sauvignon h1,
.wines-cabernet-sauvignon h2,
.wines-cabernet-sauvignon h4,
.wines-cabernet-sauvignon h5,
.wines-cabernet-sauvignon h6,
.wines-cabernet-sauvignon p {
  color: #fff !important;
}
.wines-cabernet-sauvignon .size_nav {
  margin-top: 220px;
}
.wines-cabernet-sauvignon .entry_content .btn,
.wines-cabernet-sauvignon #wine_serving .btn,
.wines-cabernet-sauvignon .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-cabernet-sauvignon .entry_content .btn:before, .wines-cabernet-sauvignon .entry_content .btn:after,
.wines-cabernet-sauvignon #wine_serving .btn:before,
.wines-cabernet-sauvignon #wine_serving .btn:after,
.wines-cabernet-sauvignon .btn.view_more:before,
.wines-cabernet-sauvignon .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-cabernet-sauvignon .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-cabernet-sauvignon a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-cabernet-sauvignon .share {
  border: 2px solid #fff !important;
}
.wines-cabernet-sauvignon .share h4 {
  color: #fff !important;
}
.wines-cabernet-sauvignon .share img,
.wines-cabernet-sauvignon .share svg {
  fill: #fff;
}
.wines-cabernet-sauvignon .share div {
  border-left: 2px solid #fff !important;
}
.wines-cabernet-sauvignon .tabs .tabs-title img,
.wines-cabernet-sauvignon .tabs .tabs-title svg,
.wines-cabernet-sauvignon .tabs .tabs-title svg path,
.wines-cabernet-sauvignon #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-cabernet-sauvignon #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-cabernet-sauvignon #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-cabernet-sauvignon #wine_awards ul {
  border: 2px solid #fff;
}
.wines-cabernet-sauvignon #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-cabernet-sauvignon .accordion-title {
  color: #fff;
}
.wines-cabernet-sauvignon .accordion-title:hover {
  color: #fff;
}
.wines-cabernet-sauvignon #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-cabernet-sauvignon #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-cabernet-sauvignon .tabs .tabs-title a[aria-selected=true], .wines-cabernet-sauvignon .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-cabernet-sauvignon .tabs-title > a,
.wines-cabernet-sauvignon .tabs-title > a:focus,
.wines-cabernet-sauvignon .tabs-title > a[aria-selected=true],
.wines-cabernet-sauvignon #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-cabernet-sauvignon .image_border img {
  border: 2px solid #fff !important;
  -webkit-box-shadow: 32px 32px 0 0 #fff !important;
  box-shadow: 32px 32px 0 0 #fff !important;
}
.wines-cabernet-sauvignon .image_border:before {
  border-color: transparent #fff transparent transparent !important;
}
.wines-cabernet-sauvignon .image_border:after {
  border-color: transparent transparent transparent #fff !important;
}
.wines-cabernet-sauvignon #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-cabernet-sauvignon #wine_serving .serving_box img,
.wines-cabernet-sauvignon #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-cabernet-sauvignon .serving3 {
  display: none !important;
}

.wines-burgundy .type-wines,
.wines .burgundy {
  background: #621244;
}

.wines-burgundy h1,
.wines-burgundy h2,
.wines-burgundy h4,
.wines-burgundy h5,
.wines-burgundy h6,
.wines-burgundy p {
  color: #fff !important;
}
.wines-burgundy .entry_content .btn,
.wines-burgundy #wine_serving .btn,
.wines-burgundy .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-burgundy .entry_content .btn:before, .wines-burgundy .entry_content .btn:after,
.wines-burgundy #wine_serving .btn:before,
.wines-burgundy #wine_serving .btn:after,
.wines-burgundy .btn.view_more:before,
.wines-burgundy .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-burgundy .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-burgundy a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-burgundy .share {
  border: 2px solid #fff !important;
}
.wines-burgundy .share h4 {
  color: #fff !important;
}
.wines-burgundy .share img,
.wines-burgundy .share svg {
  fill: #fff;
}
.wines-burgundy .share div {
  border-left: 2px solid #fff !important;
}
.wines-burgundy .image_border img {
  border: 2px solid #fff !important;
  -webkit-box-shadow: 32px 32px 0 0 #fff !important;
  box-shadow: 32px 32px 0 0 #fff !important;
}
.wines-burgundy .image_border:before {
  border-color: transparent #fff transparent transparent !important;
}
.wines-burgundy .image_border:after {
  border-color: transparent transparent transparent #fff !important;
}
.wines-burgundy .tabs .tabs-title img,
.wines-burgundy .tabs .tabs-title svg,
.wines-burgundy .tabs .tabs-title svg path,
.wines-burgundy #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-burgundy #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-burgundy #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-burgundy #wine_awards ul {
  border: 2px solid #fff;
}
.wines-burgundy #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-burgundy .accordion-title {
  color: #fff;
}
.wines-burgundy .accordion-title:hover {
  color: #fff;
}
.wines-burgundy #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-burgundy #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-burgundy .tabs .tabs-title a[aria-selected=true], .wines-burgundy .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-burgundy .tabs-title > a,
.wines-burgundy .tabs-title > a:focus,
.wines-burgundy .tabs-title > a[aria-selected=true],
.wines-burgundy #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-burgundy #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-burgundy #wine_serving .serving_box img,
.wines-burgundy #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-burgundy .serving2,
.wines-burgundy .serving3 {
  display: none !important;
}

.wines-pinot-noir-carmenere .type-wines,
.wines .pinot-noir-carmenere {
  background: #3d1152;
}

.wines-pinot-noir-carmenere h1,
.wines-pinot-noir-carmenere h2,
.wines-pinot-noir-carmenere h4,
.wines-pinot-noir-carmenere h5,
.wines-pinot-noir-carmenere h6,
.wines-pinot-noir-carmenere p {
  color: #fff !important;
}
.wines-pinot-noir-carmenere .entry_content .btn,
.wines-pinot-noir-carmenere #wine_serving .btn,
.wines-pinot-noir-carmenere .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-pinot-noir-carmenere .entry_content .btn:before, .wines-pinot-noir-carmenere .entry_content .btn:after,
.wines-pinot-noir-carmenere #wine_serving .btn:before,
.wines-pinot-noir-carmenere #wine_serving .btn:after,
.wines-pinot-noir-carmenere .btn.view_more:before,
.wines-pinot-noir-carmenere .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-pinot-noir-carmenere .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-pinot-noir-carmenere a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-pinot-noir-carmenere .share {
  border: 2px solid #fff !important;
}
.wines-pinot-noir-carmenere .share h4 {
  color: #fff !important;
}
.wines-pinot-noir-carmenere .share img,
.wines-pinot-noir-carmenere .share svg {
  fill: #fff;
}
.wines-pinot-noir-carmenere .share div {
  border-left: 2px solid #fff !important;
}
.wines-pinot-noir-carmenere .tabs .tabs-title img,
.wines-pinot-noir-carmenere .tabs .tabs-title svg,
.wines-pinot-noir-carmenere .tabs .tabs-title svg path,
.wines-pinot-noir-carmenere #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-pinot-noir-carmenere .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-pinot-noir-carmenere .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-pinot-noir-carmenere .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-pinot-noir-carmenere #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-pinot-noir-carmenere #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-pinot-noir-carmenere #wine_awards ul {
  border: 2px solid #fff;
}
.wines-pinot-noir-carmenere #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-pinot-noir-carmenere .accordion-title {
  color: #fff;
}
.wines-pinot-noir-carmenere .accordion-title:hover {
  color: #fff;
}
.wines-pinot-noir-carmenere #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-pinot-noir-carmenere #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-pinot-noir-carmenere .tabs .tabs-title a[aria-selected=true], .wines-pinot-noir-carmenere .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-pinot-noir-carmenere .tabs-title > a,
.wines-pinot-noir-carmenere .tabs-title > a:focus,
.wines-pinot-noir-carmenere .tabs-title > a[aria-selected=true],
.wines-pinot-noir-carmenere #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-pinot-noir-carmenere #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-pinot-noir-carmenere #wine_serving .serving_box img,
.wines-pinot-noir-carmenere #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-pinot-noir-carmenere .serving2,
.wines-pinot-noir-carmenere .serving3 {
  display: none !important;
}

.wines-fruity-red-sangria .type-wines,
.wines .fruity-red-sangria {
  background: #e64b38;
}

.wines-fruity-red-sangria h1,
.wines-fruity-red-sangria h2,
.wines-fruity-red-sangria h4,
.wines-fruity-red-sangria h5,
.wines-fruity-red-sangria h6,
.wines-fruity-red-sangria p {
  color: #fff !important;
}
.wines-fruity-red-sangria .entry_content .btn,
.wines-fruity-red-sangria #wine_serving .btn,
.wines-fruity-red-sangria .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-fruity-red-sangria .entry_content .btn:before, .wines-fruity-red-sangria .entry_content .btn:after,
.wines-fruity-red-sangria #wine_serving .btn:before,
.wines-fruity-red-sangria #wine_serving .btn:after,
.wines-fruity-red-sangria .btn.view_more:before,
.wines-fruity-red-sangria .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-fruity-red-sangria .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-fruity-red-sangria a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-fruity-red-sangria .share {
  border: 2px solid #fff !important;
}
.wines-fruity-red-sangria .share h4 {
  color: #fff !important;
}
.wines-fruity-red-sangria .share img,
.wines-fruity-red-sangria .share svg {
  fill: #fff;
}
.wines-fruity-red-sangria .share div {
  border-left: 2px solid #fff !important;
}
.wines-fruity-red-sangria .tabs .tabs-title img,
.wines-fruity-red-sangria .tabs .tabs-title svg,
.wines-fruity-red-sangria .tabs .tabs-title svg path,
.wines-fruity-red-sangria #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-fruity-red-sangria .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-fruity-red-sangria .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-fruity-red-sangria .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-fruity-red-sangria #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-fruity-red-sangria #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-fruity-red-sangria #wine_awards ul {
  border: 2px solid #fff;
}
.wines-fruity-red-sangria #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-fruity-red-sangria .accordion-title {
  color: #fff;
}
.wines-fruity-red-sangria .accordion-title:hover {
  color: #fff;
}
.wines-fruity-red-sangria #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-fruity-red-sangria #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-fruity-red-sangria .tabs .tabs-title a[aria-selected=true], .wines-fruity-red-sangria .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-fruity-red-sangria .tabs-title > a,
.wines-fruity-red-sangria .tabs-title > a:focus,
.wines-fruity-red-sangria .tabs-title > a[aria-selected=true],
.wines-fruity-red-sangria #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-fruity-red-sangria #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-fruity-red-sangria #wine_serving .serving_box img,
.wines-fruity-red-sangria #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-fruity-red-sangria .serving3 {
  display: none !important;
}

.wines-chianti .type-wines,
.wines .chianti {
  background: #691c32;
}

.wines-chianti h1,
.wines-chianti h2,
.wines-chianti h4,
.wines-chianti h5,
.wines-chianti h6,
.wines-chianti p {
  color: #fff !important;
}
.wines-chianti .entry_content .btn,
.wines-chianti #wine_serving .btn,
.wines-chianti .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-chianti .entry_content .btn:before, .wines-chianti .entry_content .btn:after,
.wines-chianti #wine_serving .btn:before,
.wines-chianti #wine_serving .btn:after,
.wines-chianti .btn.view_more:before,
.wines-chianti .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-chianti .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-chianti a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-chianti .share {
  border: 2px solid #fff !important;
}
.wines-chianti .share h4 {
  color: #fff !important;
}
.wines-chianti .share img,
.wines-chianti .share svg {
  fill: #fff;
}
.wines-chianti .share div {
  border-left: 2px solid #fff !important;
}
.wines-chianti .tabs .tabs-title img,
.wines-chianti .tabs .tabs-title svg,
.wines-chianti .tabs .tabs-title svg path,
.wines-chianti #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-chianti .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-chianti .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-chianti .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-chianti #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-chianti #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-chianti #wine_awards ul {
  border: 2px solid #fff;
}
.wines-chianti #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-chianti .accordion-title {
  color: #fff;
}
.wines-chianti .accordion-title:hover {
  color: #fff;
}
.wines-chianti #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-chianti #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-chianti .tabs .tabs-title a[aria-selected=true], .wines-chianti .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-chianti .tabs-title > a,
.wines-chianti .tabs-title > a:focus,
.wines-chianti .tabs-title > a[aria-selected=true],
.wines-chianti #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-chianti #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-chianti #wine_serving .serving_box img,
.wines-chianti #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-chianti .serving2,
.wines-chianti .serving3 {
  display: none !important;
}

.wines-merlot .type-wines,
.wines .merlot {
  background: #002e6d;
}

.wines-merlot h1,
.wines-merlot h2,
.wines-merlot h4,
.wines-merlot h5,
.wines-merlot h6,
.wines-merlot p {
  color: #fff !important;
}
.wines-merlot .entry_content .btn,
.wines-merlot #wine_serving .btn,
.wines-merlot .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-merlot .entry_content .btn:before, .wines-merlot .entry_content .btn:after,
.wines-merlot #wine_serving .btn:before,
.wines-merlot #wine_serving .btn:after,
.wines-merlot .btn.view_more:before,
.wines-merlot .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-merlot .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-merlot a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-merlot .share {
  border: 2px solid #fff !important;
}
.wines-merlot .share h4 {
  color: #fff !important;
}
.wines-merlot .share img,
.wines-merlot .share svg {
  fill: #fff;
}
.wines-merlot .share div {
  border-left: 2px solid #fff !important;
}
.wines-merlot .tabs .tabs-title img,
.wines-merlot .tabs .tabs-title svg,
.wines-merlot .tabs .tabs-title svg path,
.wines-merlot #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-merlot .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-merlot .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-merlot .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-merlot #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-merlot #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-merlot #wine_awards ul {
  border: 2px solid #fff;
}
.wines-merlot #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-merlot .accordion-title {
  color: #fff;
}
.wines-merlot .accordion-title:hover {
  color: #fff;
}
.wines-merlot #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-merlot #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-merlot .tabs .tabs-title a[aria-selected=true], .wines-merlot .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-merlot .tabs-title > a,
.wines-merlot .tabs-title > a:focus,
.wines-merlot .tabs-title > a[aria-selected=true],
.wines-merlot #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-merlot #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-merlot #wine_serving .serving_box img,
.wines-merlot #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-merlot .serving3 {
  display: none !important;
}

.wines-chardonnay .type-wines,
.wines .chardonnay {
  background: #ffc600;
}
.wines-chardonnay .type-wines .size_nav,
.wines .chardonnay .size_nav {
  margin-top: 220px;
}

.wines-pinot-grigio-colombard .type-wines,
.wines .pinot-grigio-colombard {
  background: #006450;
}

.wines-pinot-grigio-colombard h1,
.wines-pinot-grigio-colombard h2,
.wines-pinot-grigio-colombard h4,
.wines-pinot-grigio-colombard h5,
.wines-pinot-grigio-colombard h6,
.wines-pinot-grigio-colombard p {
  color: #fff !important;
}
.wines-pinot-grigio-colombard .entry_content .btn,
.wines-pinot-grigio-colombard #wine_serving .btn,
.wines-pinot-grigio-colombard .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-pinot-grigio-colombard .entry_content .btn:before, .wines-pinot-grigio-colombard .entry_content .btn:after,
.wines-pinot-grigio-colombard #wine_serving .btn:before,
.wines-pinot-grigio-colombard #wine_serving .btn:after,
.wines-pinot-grigio-colombard .btn.view_more:before,
.wines-pinot-grigio-colombard .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-pinot-grigio-colombard .size_nav {
  margin-top: 220px;
}
.wines-pinot-grigio-colombard .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-pinot-grigio-colombard a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-pinot-grigio-colombard .share {
  border: 2px solid #fff !important;
}
.wines-pinot-grigio-colombard .share h4 {
  color: #fff !important;
}
.wines-pinot-grigio-colombard .share img,
.wines-pinot-grigio-colombard .share svg {
  fill: #fff;
}
.wines-pinot-grigio-colombard .share div {
  border-left: 2px solid #fff !important;
}
.wines-pinot-grigio-colombard .tabs .tabs-title img,
.wines-pinot-grigio-colombard .tabs .tabs-title svg,
.wines-pinot-grigio-colombard .tabs .tabs-title svg path,
.wines-pinot-grigio-colombard #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-pinot-grigio-colombard .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-pinot-grigio-colombard .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-pinot-grigio-colombard .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-pinot-grigio-colombard #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-pinot-grigio-colombard #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-pinot-grigio-colombard #wine_awards ul {
  border: 2px solid #fff;
}
.wines-pinot-grigio-colombard #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-pinot-grigio-colombard .accordion-title {
  color: #fff;
}
.wines-pinot-grigio-colombard .accordion-title:hover {
  color: #fff;
}
.wines-pinot-grigio-colombard #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-pinot-grigio-colombard #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-pinot-grigio-colombard .tabs .tabs-title a[aria-selected=true], .wines-pinot-grigio-colombard .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-pinot-grigio-colombard .tabs-title > a,
.wines-pinot-grigio-colombard .tabs-title > a:focus,
.wines-pinot-grigio-colombard .tabs-title > a[aria-selected=true],
.wines-pinot-grigio-colombard #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-pinot-grigio-colombard #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-pinot-grigio-colombard #wine_serving .serving_box img,
.wines-pinot-grigio-colombard #wine_serving .serving_box svg {
  fill: #fff !important;
}

.wines-sauvignon-blanc .type-wines,
.wines .sauvignon-blanc {
  background: #a4d65e;
}

.wines-sauvignon-blanc h1,
.wines-sauvignon-blanc h2,
.wines-sauvignon-blanc h4,
.wines-sauvignon-blanc h5,
.wines-sauvignon-blanc h6,
.wines-sauvignon-blanc p {
  color: #fff !important;
}
.wines-sauvignon-blanc .entry_content .btn,
.wines-sauvignon-blanc #wine_serving .btn,
.wines-sauvignon-blanc .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-sauvignon-blanc .entry_content .btn:before, .wines-sauvignon-blanc .entry_content .btn:after,
.wines-sauvignon-blanc #wine_serving .btn:before,
.wines-sauvignon-blanc #wine_serving .btn:after,
.wines-sauvignon-blanc .btn.view_more:before,
.wines-sauvignon-blanc .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-sauvignon-blanc .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-sauvignon-blanc a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-sauvignon-blanc .share {
  border: 2px solid #fff !important;
}
.wines-sauvignon-blanc .share h4 {
  color: #fff !important;
}
.wines-sauvignon-blanc .share img,
.wines-sauvignon-blanc .share svg {
  fill: #fff;
}
.wines-sauvignon-blanc .share div {
  border-left: 2px solid #fff !important;
}
.wines-sauvignon-blanc .tabs .tabs-title img,
.wines-sauvignon-blanc .tabs .tabs-title svg,
.wines-sauvignon-blanc .tabs .tabs-title svg path,
.wines-sauvignon-blanc #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-sauvignon-blanc .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-sauvignon-blanc .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-sauvignon-blanc .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-sauvignon-blanc #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-sauvignon-blanc #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-sauvignon-blanc #wine_awards ul {
  border: 2px solid #fff;
}
.wines-sauvignon-blanc #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-sauvignon-blanc .accordion-title {
  color: #fff;
}
.wines-sauvignon-blanc .accordion-title:hover {
  color: #fff;
}
.wines-sauvignon-blanc #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-sauvignon-blanc #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-sauvignon-blanc .tabs .tabs-title a[aria-selected=true], .wines-sauvignon-blanc .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-sauvignon-blanc .tabs-title > a,
.wines-sauvignon-blanc .tabs-title > a:focus,
.wines-sauvignon-blanc .tabs-title > a[aria-selected=true],
.wines-sauvignon-blanc #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-sauvignon-blanc #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-sauvignon-blanc #wine_serving .serving_box img,
.wines-sauvignon-blanc #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-sauvignon-blanc .serving3 {
  display: none !important;
}

.wines-crisp-white .type-wines,
.wines .crisp-white {
  background: #61a60e;
}

.wines-crisp-white h1,
.wines-crisp-white h2,
.wines-crisp-white h4,
.wines-crisp-white h5,
.wines-crisp-white h6,
.wines-crisp-white p {
  color: #fff !important;
}
.wines-crisp-white .entry_content .btn,
.wines-crisp-white #wine_serving .btn,
.wines-crisp-white .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-crisp-white .entry_content .btn:before, .wines-crisp-white .entry_content .btn:after,
.wines-crisp-white #wine_serving .btn:before,
.wines-crisp-white #wine_serving .btn:after,
.wines-crisp-white .btn.view_more:before,
.wines-crisp-white .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-crisp-white .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-crisp-white a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-crisp-white .share {
  border: 2px solid #fff !important;
}
.wines-crisp-white .share h4 {
  color: #fff !important;
}
.wines-crisp-white .share img,
.wines-crisp-white .share svg {
  fill: #fff;
}
.wines-crisp-white .share div {
  border-left: 2px solid #fff !important;
}
.wines-crisp-white .tabs .tabs-title img,
.wines-crisp-white .tabs .tabs-title svg,
.wines-crisp-white .tabs .tabs-title svg path,
.wines-crisp-white #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-crisp-white .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-crisp-white .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-crisp-white .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-crisp-white #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-crisp-white #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-crisp-white #wine_awards ul {
  border: 2px solid #fff;
}
.wines-crisp-white #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-crisp-white .accordion-title {
  color: #fff;
}
.wines-crisp-white .accordion-title:hover {
  color: #fff;
}
.wines-crisp-white #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-crisp-white #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-crisp-white .tabs .tabs-title a[aria-selected=true], .wines-crisp-white .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-crisp-white .tabs-title > a,
.wines-crisp-white .tabs-title > a:focus,
.wines-crisp-white .tabs-title > a[aria-selected=true],
.wines-crisp-white #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-crisp-white #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-crisp-white #wine_serving .serving_box img,
.wines-crisp-white #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-crisp-white .serving3 {
  display: none !important;
}

.wines-moscato .type-wines,
.wines .moscato {
  background: #00aca0;
}

.wines-moscato h1,
.wines-moscato h2,
.wines-moscato h4,
.wines-moscato h5,
.wines-moscato h6,
.wines-moscato p {
  color: #fff !important;
}
.wines-moscato .entry_content .btn,
.wines-moscato #wine_serving .btn,
.wines-moscato .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-moscato .entry_content .btn:before, .wines-moscato .entry_content .btn:after,
.wines-moscato #wine_serving .btn:before,
.wines-moscato #wine_serving .btn:after,
.wines-moscato .btn.view_more:before,
.wines-moscato .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-moscato .size_nav {
  margin-top: 220px;
}
.wines-moscato .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-moscato a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-moscato .share {
  border: 2px solid #fff !important;
}
.wines-moscato .share h4 {
  color: #fff !important;
}
.wines-moscato .share img,
.wines-moscato .share svg {
  fill: #fff;
}
.wines-moscato .share div {
  border-left: 2px solid #fff !important;
}
.wines-moscato .tabs .tabs-title img,
.wines-moscato .tabs .tabs-title svg,
.wines-moscato .tabs .tabs-title svg path,
.wines-moscato #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-moscato .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-moscato .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-moscato .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-moscato #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-moscato #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-moscato #wine_awards ul {
  border: 2px solid #fff;
}
.wines-moscato #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-moscato .accordion-title {
  color: #fff;
}
.wines-moscato .accordion-title:hover {
  color: #fff;
}
.wines-moscato #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-moscato #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-moscato .tabs .tabs-title a[aria-selected=true], .wines-moscato .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-moscato .tabs-title > a,
.wines-moscato .tabs-title > a:focus,
.wines-moscato .tabs-title > a[aria-selected=true],
.wines-moscato #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-moscato #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-moscato #wine_serving .serving_box img,
.wines-moscato #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-moscato .serving3 {
  display: none !important;
}

.wines-chablis .type-wines,
.wines .chablis {
  background: #ff9e18;
}
.wines-chablis .type-wines .serving2,
.wines-chablis .type-wines .serving3,
.wines .chablis .serving2,
.wines .chablis .serving3 {
  display: none !important;
}

.wines-refreshing-white .type-wines,
.wines .refreshing-white {
  background: #73c3d5;
}
.wines-refreshing-white .type-wines .serving2,
.wines-refreshing-white .type-wines .serving3,
.wines .refreshing-white .serving2,
.wines .refreshing-white .serving3 {
  display: none !important;
}

.wines-sunset-blush .type-wines,
.wines .sunset-blush {
  background: #eeb2ca;
}

.wines-white-merlot .type-wines,
.wines .white-merlot {
  background: #dd85ba;
}

.wines-white-merlot h1,
.wines-white-merlot h2,
.wines-white-merlot h4,
.wines-white-merlot h5,
.wines-white-merlot h6,
.wines-white-merlot p {
  color: #fff !important;
}
.wines-white-merlot .entry_content .btn,
.wines-white-merlot #wine_serving .btn,
.wines-white-merlot .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-white-merlot .entry_content .btn:before, .wines-white-merlot .entry_content .btn:after,
.wines-white-merlot #wine_serving .btn:before,
.wines-white-merlot #wine_serving .btn:after,
.wines-white-merlot .btn.view_more:before,
.wines-white-merlot .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-white-merlot .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-white-merlot a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-white-merlot .share {
  border: 2px solid #fff !important;
}
.wines-white-merlot .share h4 {
  color: #fff !important;
}
.wines-white-merlot .share img,
.wines-white-merlot .share svg {
  fill: #fff;
}
.wines-white-merlot .share div {
  border-left: 2px solid #fff !important;
}
.wines-white-merlot .tabs .tabs-title img,
.wines-white-merlot .tabs .tabs-title svg,
.wines-white-merlot .tabs .tabs-title svg path,
.wines-white-merlot #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-white-merlot .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-white-merlot .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-white-merlot .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-white-merlot #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-white-merlot #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-white-merlot #wine_awards ul {
  border: 2px solid #fff;
}
.wines-white-merlot #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-white-merlot .accordion-title {
  color: #fff;
}
.wines-white-merlot .accordion-title:hover {
  color: #fff;
}
.wines-white-merlot #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-white-merlot #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-white-merlot .tabs .tabs-title a[aria-selected=true], .wines-white-merlot .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-white-merlot .tabs-title > a,
.wines-white-merlot .tabs-title > a:focus,
.wines-white-merlot .tabs-title > a[aria-selected=true],
.wines-white-merlot #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-white-merlot #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-white-merlot #wine_serving .serving_box img,
.wines-white-merlot #wine_serving .serving_box svg {
  fill: #fff !important;
}

.wines-rose .type-wines,
.wines .rose {
  background: #ec9bad;
}
.wines-rose .type-wines .serving2,
.wines-rose .type-wines .serving3,
.wines .rose .serving2,
.wines .rose .serving3 {
  display: none !important;
}
.wines-rose .type-wines .size_nav,
.wines .rose .size_nav {
  margin-top: 220px;
}

.wines-white-zinfandel .type-wines,
.wines .white-zinfandel {
  background: #dd1c5f;
}

.wines-white-zinfandel h1,
.wines-white-zinfandel h2,
.wines-white-zinfandel h4,
.wines-white-zinfandel h5,
.wines-white-zinfandel h6,
.wines-white-zinfandel p {
  color: #fff !important;
}
.wines-white-zinfandel .entry_content .btn,
.wines-white-zinfandel #wine_serving .btn,
.wines-white-zinfandel .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-white-zinfandel .entry_content .btn:before, .wines-white-zinfandel .entry_content .btn:after,
.wines-white-zinfandel #wine_serving .btn:before,
.wines-white-zinfandel #wine_serving .btn:after,
.wines-white-zinfandel .btn.view_more:before,
.wines-white-zinfandel .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-white-zinfandel .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-white-zinfandel a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-white-zinfandel .share {
  border: 2px solid #fff !important;
}
.wines-white-zinfandel .share h4 {
  color: #fff !important;
}
.wines-white-zinfandel .share img,
.wines-white-zinfandel .share svg {
  fill: #fff;
}
.wines-white-zinfandel .share div {
  border-left: 2px solid #fff !important;
}
.wines-white-zinfandel .tabs .tabs-title img,
.wines-white-zinfandel .tabs .tabs-title svg,
.wines-white-zinfandel .tabs .tabs-title svg path,
.wines-white-zinfandel #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-white-zinfandel .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-white-zinfandel .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-white-zinfandel .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-white-zinfandel #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-white-zinfandel #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-white-zinfandel #wine_awards ul {
  border: 2px solid #fff;
}
.wines-white-zinfandel #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-white-zinfandel .accordion-title {
  color: #fff;
}
.wines-white-zinfandel .accordion-title:hover {
  color: #fff;
}
.wines-white-zinfandel #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-white-zinfandel #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-white-zinfandel .tabs .tabs-title a[aria-selected=true], .wines-white-zinfandel .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-white-zinfandel .tabs-title > a,
.wines-white-zinfandel .tabs-title > a:focus,
.wines-white-zinfandel .tabs-title > a[aria-selected=true],
.wines-white-zinfandel #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-white-zinfandel #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-white-zinfandel #wine_serving .serving_box img,
.wines-white-zinfandel #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-white-zinfandel .serving3 {
  display: none !important;
}

.wines-pink-moscato .type-wines,
.wines .pink-moscato {
  background: #e36386;
}

.wines-pink-moscato h1,
.wines-pink-moscato h2,
.wines-pink-moscato h4,
.wines-pink-moscato h5,
.wines-pink-moscato h6,
.wines-pink-moscato p {
  color: #fff !important;
}
.wines-pink-moscato .entry_content .btn,
.wines-pink-moscato #wine_serving .btn,
.wines-pink-moscato .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-pink-moscato .entry_content .btn:before, .wines-pink-moscato .entry_content .btn:after,
.wines-pink-moscato #wine_serving .btn:before,
.wines-pink-moscato #wine_serving .btn:after,
.wines-pink-moscato .btn.view_more:before,
.wines-pink-moscato .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-pink-moscato .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-pink-moscato a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-pink-moscato .share {
  border: 2px solid #fff !important;
}
.wines-pink-moscato .share h4 {
  color: #fff !important;
}
.wines-pink-moscato .share img,
.wines-pink-moscato .share svg {
  fill: #fff;
}
.wines-pink-moscato .share div {
  border-left: 2px solid #fff !important;
}
.wines-pink-moscato .tabs .tabs-title img,
.wines-pink-moscato .tabs .tabs-title svg,
.wines-pink-moscato .tabs .tabs-title svg path,
.wines-pink-moscato #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-pink-moscato .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-pink-moscato .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-pink-moscato .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-pink-moscato #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-pink-moscato #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-pink-moscato #wine_awards ul {
  border: 2px solid #fff;
}
.wines-pink-moscato #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-pink-moscato .accordion-title {
  color: #fff;
}
.wines-pink-moscato .accordion-title:hover {
  color: #fff;
}
.wines-pink-moscato #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-pink-moscato #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-pink-moscato .tabs .tabs-title a[aria-selected=true], .wines-pink-moscato .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-pink-moscato .tabs-title > a,
.wines-pink-moscato .tabs-title > a:focus,
.wines-pink-moscato .tabs-title > a[aria-selected=true],
.wines-pink-moscato #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-pink-moscato #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-pink-moscato #wine_serving .serving_box img,
.wines-pink-moscato #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-pink-moscato .serving3 {
  display: none !important;
}

.wines-buttery-chardonnay .type-wines,
.wines .buttery-chardonnay {
  background: #f5b335;
}
.wines-buttery-chardonnay .type-wines .serving2,
.wines-buttery-chardonnay .type-wines .serving3,
.wines .buttery-chardonnay .serving2,
.wines .buttery-chardonnay .serving3 {
  display: none !important;
}

.wines-dark-red-blend .type-wines,
.wines .dark-red-blend {
  background: #79242f;
}

.wines-dark-red-blend h1,
.wines-dark-red-blend h2,
.wines-dark-red-blend h4,
.wines-dark-red-blend h5,
.wines-dark-red-blend h6,
.wines-dark-red-blend p {
  color: #fff !important;
}
.wines-dark-red-blend .entry_content .btn,
.wines-dark-red-blend #wine_serving .btn,
.wines-dark-red-blend .btn.view_more {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.wines-dark-red-blend .entry_content .btn:before, .wines-dark-red-blend .entry_content .btn:after,
.wines-dark-red-blend #wine_serving .btn:before,
.wines-dark-red-blend #wine_serving .btn:after,
.wines-dark-red-blend .btn.view_more:before,
.wines-dark-red-blend .btn.view_more:after {
  background: #fff !important;
  box-shadow: 0.05rem -0.05rem #fff !important;
}
.wines-dark-red-blend .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.wines-dark-red-blend a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.wines-dark-red-blend .share {
  border: 2px solid #fff !important;
}
.wines-dark-red-blend .share h4 {
  color: #fff !important;
}
.wines-dark-red-blend .share img,
.wines-dark-red-blend .share svg {
  fill: #fff;
}
.wines-dark-red-blend .share div {
  border-left: 2px solid #fff !important;
}
.wines-dark-red-blend .tabs .tabs-title img,
.wines-dark-red-blend .tabs .tabs-title svg,
.wines-dark-red-blend .tabs .tabs-title svg path,
.wines-dark-red-blend #wine_details ul.tech li svg {
  fill: #fff !important;
}
.wines-dark-red-blend .image_border img {
  border: 2px solid #fff;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.wines-dark-red-blend .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.wines-dark-red-blend .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.wines-dark-red-blend #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5) !important;
}
.wines-dark-red-blend #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.wines-dark-red-blend #wine_awards ul {
  border: 2px solid #fff;
}
.wines-dark-red-blend #wine_awards ul li .accordion-content {
  border-top: 2px solid #fff;
}
.wines-dark-red-blend .accordion-title {
  color: #fff;
}
.wines-dark-red-blend .accordion-title:hover {
  color: #fff;
}
.wines-dark-red-blend #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.wines-dark-red-blend #what_makes_us_special .tabs .tabs-title.is-active a,
.wines-dark-red-blend .tabs .tabs-title a[aria-selected=true], .wines-dark-red-blend .tabs .tabs-title:hover {
  border-bottom: 2px solid #fff !important;
}
.wines-dark-red-blend .tabs-title > a,
.wines-dark-red-blend .tabs-title > a:focus,
.wines-dark-red-blend .tabs-title > a[aria-selected=true],
.wines-dark-red-blend #wine_details .tabs-content .tabs-panel p a {
  color: #fff !important;
}
.wines-dark-red-blend #food_pairing .pair_icon {
  background-color: #fff !important;
}
.wines-dark-red-blend #wine_serving .serving_box img,
.wines-dark-red-blend #wine_serving .serving_box svg {
  fill: #fff !important;
}
.wines-dark-red-blend .serving3 {
  display: none !important;
}

.page-id-1112266 .content {
  background: rgba(253, 217, 193, 0.41);
}
.page-id-1112266 .banner {
  background-size: cover !important;
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  padding: 120px 64px;
  position: relative;
  text-align: center;
}
.page-id-1112266 .banner .new_product {
  left: 25px;
  position: absolute;
  top: 25px;
}
.page-id-1112266 .banner h1,
.page-id-1112266 .banner p {
  color: #002e6d;
}
.page-id-1112266 .banner .left_col {
  float: left;
  margin-right: 5%;
  max-width: 60%;
}
.page-id-1112266 .banner .left_col a {
  float: left;
  margin: 25px 10px 0 0;
}
.page-id-1112266 .banner .right_col {
  float: left;
  max-width: 35%;
  text-align: left;
}
.page-id-1112266 .banner .right_col .heading2 {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 72px;
}
.page-id-1112266 .banner .right_col p {
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: 0.99px;
}
.page-id-1112266 .entry_content .intro h1 {
  color: #002e6d;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 62px;
  margin: 30px auto;
  max-width: 80%;
}
.page-id-1112266 .entry_content .intro p {
  color: #002e6d;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: 0.99px;
  margin: 0 auto;
  max-width: 90%;
}
.page-id-1112266 #refill {
  background: #F1611E;
  border: 9px solid #fff;
  display: inline-block;
  margin: 65px auto 0 auto;
  padding: 25px 25px 45px 25px;
  text-align: center;
}
.page-id-1112266 #refill h2 {
  margin-bottom: 50px;
}
.page-id-1112266 #refill ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}
.page-id-1112266 #refill ul li {
  color: #fff;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 40px;
}
.page-id-1112266 #refill ul li:nth-child(1), .page-id-1112266 #refill ul li:nth-child(2) {
  border-right: 3px solid #fff;
}
.page-id-1112266 #refill ul li h5 {
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 29px !important;
  letter-spacing: 1.74px;
  line-height: 17px !important;
  margin-bottom: 7px;
}
.page-id-1112266 #refill ul li h6 {
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
.page-id-1112266 #refill ul li sup {
  font-size: 55px;
}
.page-id-1112266 #refill ul li span {
  border: none;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 105px;
  height: auto;
  line-height: 32px;
  margin: 30px 0 35px 0;
  width: auto;
}
.page-id-1112266 #relax {
  display: inline-block;
  margin: 18px auto;
  text-align: center;
  width: 100%;
}
.page-id-1112266 #relax ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 30px auto;
  max-width: 650px;
  padding: 0;
  width: 100%;
}
.page-id-1112266 #relax ul li {
  background: #F1611E;
  border: 9px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  height: 142px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-1112266 #relax ul li svg {
  fill: #fff;
}
.page-id-1112266 #relax ul li h6 {
  color: #fff;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 13px !important;
  letter-spacing: 0.39px;
  line-height: 15px;
}
.page-id-1112266 #refresher_wines {
  background: #fff;
  display: flex;
  flex-flow: column wrap;
  position: relative;
  width: 100%;
}
.page-id-1112266 #refresher_wines .wine_block {
  margin-top: 64px;
  overflow: hidden;
  position: relative;
  height: 384px;
  width: 100%;
}
.page-id-1112266 #refresher_wines .wine_block .wine_name h2, .page-id-1112266 #refresher_wines .wine_block .wine_name h2 a {
  color: #002e6d;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 72px;
  margin: 0 auto;
}
.page-id-1112266 #refresher_wines .wine_block .wine_name h3 {
  color: #002e6d;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 40px;
  margin: 0 auto;
  text-transform: uppercase;
}
.page-id-1112266 #refresher_wines .peach {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/background-peach.svg) no-repeat !important;
  background-size: cover !important;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff {
  float: left;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff .splash {
  bottom: 0;
  left: 0;
  position: absolute;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff .wine_box {
  bottom: 12px;
  left: 20%;
  max-height: 350px;
  position: absolute;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff .fruit1 {
  top: 285px;
  left: 225px;
  position: absolute;
  width: 70px;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff .fruit2 {
  top: 225px;
  left: 185px;
  position: absolute;
  width: 125px;
}
.page-id-1112266 #refresher_wines .peach .wine_stuff .fruit3 {
  top: 205px;
  left: 65px;
  position: absolute;
  width: 105px;
}
.page-id-1112266 #refresher_wines .peach .wine_name {
  float: right;
  margin: 125px 140px 0 0;
  position: relative;
  z-index: 10;
}
.page-id-1112266 #refresher_wines .strawberry {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/background-strawberry.svg) no-repeat !important;
  background-size: cover !important;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff {
  float: right;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff .splash {
  bottom: 0;
  right: 0;
  position: absolute;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff .wine_box {
  bottom: 12px;
  right: 20%;
  max-height: 350px;
  position: absolute;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit1 {
  top: 210px;
  right: 560px;
  position: absolute;
  width: 72px;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit2 {
  top: 306px;
  right: 520px;
  position: absolute;
  width: 69px;
}
.page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit3 {
  top: 211px;
  right: 222px;
  position: absolute;
  width: 70px;
}
.page-id-1112266 #refresher_wines .strawberry .wine_name {
  float: left;
  margin: 125px 0 0 140px;
  position: relative;
  z-index: 10;
}
.page-id-1112266 #refresher_wines .tropical {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/background-tropical.svg) no-repeat !important;
  background-size: cover !important;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff {
  float: left;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff .splash {
  bottom: 0;
  left: 0;
  position: absolute;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff .wine_box {
  bottom: 12px;
  left: 20%;
  max-height: 350px;
  position: absolute;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit1 {
  top: 300px;
  left: 195px;
  position: absolute;
  width: 75px;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit2 {
  top: 240px;
  left: 100px;
  position: absolute;
  width: 160px;
}
.page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit3 {
  top: 211px;
  left: 540px;
  position: absolute;
  width: 66px;
}
.page-id-1112266 #refresher_wines .tropical .wine_name {
  float: right;
  margin: 125px 140px 0 0;
  position: relative;
  z-index: 10;
}
.page-id-1112266 #refresher_wines .berry {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/background-berry.svg) no-repeat !important;
  background-size: cover !important;
  margin-bottom: 64px;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff {
  float: right;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .splash {
  bottom: 0;
  right: 0;
  position: absolute;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .wine_box {
  bottom: 12px;
  right: 20%;
  max-height: 350px;
  position: absolute;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .fruit1 {
  top: 188px;
  right: 560px;
  position: absolute;
  width: 75px;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .fruit2 {
  top: 220px;
  right: 620px;
  position: absolute;
  width: 41px;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .fruit3 {
  top: 280px;
  right: 522px;
  position: absolute;
  width: 46px;
}
.page-id-1112266 #refresher_wines .berry .wine_stuff .fruit4 {
  top: 211px;
  right: 200px;
  position: absolute;
  width: 46px;
}
.page-id-1112266 #refresher_wines .berry .wine_name {
  float: left;
  margin: 125px 0 0 140px;
  position: relative;
  z-index: 10;
}
.page-id-1112266 #instagram {
  background: rgba(253, 217, 193, 0.41);
  padding: 40px 0;
}
.page-id-1112266 #instagram h5, .page-id-1112266 #instagram h5 a,
.page-id-1112266 #instagram .sbi_load_btn {
  border: none !important;
  color: #002e6d !important;
  font-family: greycliff-cf, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 21px !important;
  letter-spacing: 0.63px;
  line-height: 28px;
}
.page-id-1112266 #newsletter_sign_up p,
.page-id-1112266 #newsletter_sign_up .btn_container {
  display: none;
}

.postid-1112221 .entry_content {
  background: rgba(253, 217, 193, 0.41);
}
.postid-1112221 .entry_content h1,
.postid-1112221 .entry_content h2,
.postid-1112221 .entry_content h4,
.postid-1112221 .entry_content h5,
.postid-1112221 .entry_content h6,
.postid-1112221 .entry_content p {
  color: #F1611E !important;
}
.postid-1112221 .big_number {
  color: #F1611E;
}
.postid-1112221 .entry_content .btn,
.postid-1112221 #wine_serving .btn,
.postid-1112221 .btn.view_more {
  background: none !important;
  border: 2px solid #F1611E !important;
  color: #F1611E !important;
}
.postid-1112221 .entry_content .btn:before, .postid-1112221 .entry_content .btn:after,
.postid-1112221 #wine_serving .btn:before,
.postid-1112221 #wine_serving .btn:after,
.postid-1112221 .btn.view_more:before,
.postid-1112221 .btn.view_more:after {
  background: #F1611E !important;
  box-shadow: 0.05rem -0.05rem #F1611E !important;
}
.postid-1112221 .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.postid-1112221 a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.postid-1112221 .share {
  border: 2px solid #F1611E !important;
}
.postid-1112221 .share h4 {
  color: #F1611E !important;
}
.postid-1112221 .share img,
.postid-1112221 .share svg {
  fill: #F1611E;
}
.postid-1112221 .share div {
  border-left: 2px solid #F1611E !important;
}
.postid-1112221 .fruit1 {
  width: 115px;
  left: 15%;
  top: 85%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112221 .fruit1 {
    display: none;
  }
}
.postid-1112221 .fruit2 {
  left: 22%;
  top: 52%;
  width: 195px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112221 .fruit2 {
    left: -12%;
    top: 60%;
  }
}
.postid-1112221 .fruit3 {
  top: 70%;
  left: 70%;
  width: 176px;
  z-index: 3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112221 .fruit3 {
    top: 85%;
    left: 85%;
  }
}
.postid-1112221 .tabs .tabs-title img,
.postid-1112221 .tabs .tabs-title svg,
.postid-1112221 .tabs .tabs-title svg path,
.postid-1112221 #wine_details ul.tech li svg {
  fill: #F1611E !important;
}
.postid-1112221 .image_border img {
  border: 2px solid #F1611E;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.postid-1112221 .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.postid-1112221 .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.postid-1112221 #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(253, 217, 193, 0.41) !important;
}
.postid-1112221 #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid #F1611E !important;
}
.postid-1112221 .accordion-title {
  color: #F1611E;
}
.postid-1112221 .accordion-title:hover {
  color: #F1611E;
}
.postid-1112221 #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.postid-1112221 #what_makes_us_special .tabs .tabs-title.is-active a,
.postid-1112221 .tabs .tabs-title a[aria-selected=true], .postid-1112221 .tabs .tabs-title:hover {
  border-bottom: 2px solid #F1611E !important;
}
.postid-1112221 .tabs-title > a,
.postid-1112221 .tabs-title > a:focus,
.postid-1112221 .tabs-title > a[aria-selected=true],
.postid-1112221 #wine_details .tabs-content .tabs-panel p a {
  color: #F1611E !important;
}
.postid-1112221 #food_pairing .pair_icon {
  background-color: #F1611E !important;
}
.postid-1112221 #wine_serving .serving_box {
  background: rgba(243, 108, 33, 0.14);
}
.postid-1112221 #wine_serving .serving_box img,
.postid-1112221 #wine_serving .serving_box svg {
  fill: #F1611E !important;
}
.postid-1112221 #relax img,
.postid-1112221 #relax svg {
  fill: #F1611E !important;
}
.postid-1112221 .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/peach-scale.png) no-repeat !important;
}
.postid-1112221 .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/peach-sweetness-scale.png) no-repeat !important;
}

.postid-1112238 .entry_content {
  background: rgba(253, 237, 234, 0.41);
}
.postid-1112238 .entry_content h1,
.postid-1112238 .entry_content h2,
.postid-1112238 .entry_content h4,
.postid-1112238 .entry_content h5,
.postid-1112238 .entry_content h6,
.postid-1112238 .entry_content p {
  color: #EE3D49 !important;
}
.postid-1112238 .big_number {
  color: #EE3D49;
}
.postid-1112238 .entry_content .btn,
.postid-1112238 #wine_serving .btn,
.postid-1112238 .btn.view_more {
  background: none !important;
  border: 2px solid #EE3D49 !important;
  color: #EE3D49 !important;
}
.postid-1112238 .entry_content .btn:before, .postid-1112238 .entry_content .btn:after,
.postid-1112238 #wine_serving .btn:before,
.postid-1112238 #wine_serving .btn:after,
.postid-1112238 .btn.view_more:before,
.postid-1112238 .btn.view_more:after {
  background: #EE3D49 !important;
  box-shadow: 0.05rem -0.05rem #EE3D49 !important;
}
.postid-1112238 .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.postid-1112238 a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.postid-1112238 .share {
  border: 2px solid #EE3D49 !important;
}
.postid-1112238 .share h4 {
  color: #EE3D49 !important;
}
.postid-1112238 .share img,
.postid-1112238 .share svg {
  fill: #EE3D49;
}
.postid-1112238 .share div {
  border-left: 2px solid #EE3D49 !important;
}
.postid-1112238 .fruit1 {
  left: 20%;
  top: 45%;
  width: 101px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112238 .fruit1 {
    left: 0%;
  }
}
.postid-1112238 .fruit2 {
  left: 30%;
  top: 52%;
  width: 143px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112238 .fruit2 {
    left: 10%;
    top: 70%;
  }
}
.postid-1112238 .fruit3 {
  top: 50%;
  left: 70%;
  width: 81px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112238 .fruit3 {
    left: 80%;
  }
}
.postid-1112238 .tabs .tabs-title img,
.postid-1112238 .tabs .tabs-title svg,
.postid-1112238 .tabs .tabs-title svg path,
.postid-1112238 #wine_details ul.tech li svg {
  fill: #EE3D49 !important;
}
.postid-1112238 .image_border img {
  border: 2px solid #EE3D49;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.postid-1112238 .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.postid-1112238 .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.postid-1112238 #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(238, 61, 73, 0.41) !important;
}
.postid-1112238 #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid #EE3D49 !important;
}
.postid-1112238 .accordion-title {
  color: #EE3D49;
}
.postid-1112238 .accordion-title:hover {
  color: #EE3D49;
}
.postid-1112238 #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.postid-1112238 #what_makes_us_special .tabs .tabs-title.is-active a,
.postid-1112238 .tabs .tabs-title a[aria-selected=true], .postid-1112238 .tabs .tabs-title:hover {
  border-bottom: 2px solid #EE3D49 !important;
}
.postid-1112238 .tabs-title > a,
.postid-1112238 .tabs-title > a:focus,
.postid-1112238 .tabs-title > a[aria-selected=true],
.postid-1112238 #wine_details .tabs-content .tabs-panel p a {
  color: #EE3D49 !important;
}
.postid-1112238 #food_pairing .pair_icon {
  background-color: #EE3D49 !important;
}
.postid-1112238 #wine_serving .serving_box {
  background: rgba(238, 61, 73, 0.14);
}
.postid-1112238 #wine_serving .serving_box img,
.postid-1112238 #wine_serving .serving_box svg {
  fill: #EE3D49 !important;
}
.postid-1112238 #refill ul li:nth-child(1),
.postid-1112238 #refill ul li:nth-child(2) {
  border-right: 3px solid #EE3D49 !important;
}
.postid-1112238 #relax img,
.postid-1112238 #relax svg {
  fill: #EE3D49 !important;
}
.postid-1112238 .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/strawberry-body-scale.png) no-repeat !important;
}
.postid-1112238 .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/strawberry-sweetness-scale.png) no-repeat !important;
}

.postid-1112247 .entry_content {
  background: #E7F5F4;
}
.postid-1112247 .entry_content h1,
.postid-1112247 .entry_content h2,
.postid-1112247 .entry_content h4,
.postid-1112247 .entry_content h5,
.postid-1112247 .entry_content h6,
.postid-1112247 .entry_content p {
  color: #00A399 !important;
}
.postid-1112247 .big_number {
  color: #00A399;
}
.postid-1112247 .entry_content .btn,
.postid-1112247 #wine_serving .btn,
.postid-1112247 .btn.view_more {
  background: none !important;
  border: 2px solid #00A399 !important;
  color: #00A399 !important;
}
.postid-1112247 .entry_content .btn:before, .postid-1112247 .entry_content .btn:after,
.postid-1112247 #wine_serving .btn:before,
.postid-1112247 #wine_serving .btn:after,
.postid-1112247 .btn.view_more:before,
.postid-1112247 .btn.view_more:after {
  background: #00A399 !important;
  box-shadow: 0.05rem -0.05rem #00A399 !important;
}
.postid-1112247 .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.postid-1112247 a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.postid-1112247 .share {
  border: 2px solid #00A399 !important;
}
.postid-1112247 .share h4 {
  color: #00A399 !important;
}
.postid-1112247 .share img,
.postid-1112247 .share svg {
  fill: #00A399;
}
.postid-1112247 .share div {
  border-left: 2px solid #00A399 !important;
}
.postid-1112247 .fruit1 {
  left: 30%;
  top: 35%;
  width: 100px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112247 .fruit1 {
    left: 0;
  }
}
.postid-1112247 .fruit2 {
  left: 18%;
  top: 57%;
  width: 235px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112247 .fruit2 {
    left: -10%;
  }
}
.postid-1112247 .fruit3 {
  top: 69%;
  left: 25%;
  width: 115px;
}
.postid-1112247 .fruit4 {
  top: 50%;
  left: 65%;
  width: 127px;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112247 .fruit4 {
    left: 75%;
  }
}
.postid-1112247 .tabs .tabs-title img,
.postid-1112247 .tabs .tabs-title svg,
.postid-1112247 .tabs .tabs-title svg path,
.postid-1112247 #wine_details ul.tech li svg {
  fill: #00A399 !important;
}
.postid-1112247 .image_border img {
  border: 2px solid #00A399;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.postid-1112247 .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.postid-1112247 .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.postid-1112247 #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(0, 163, 153, 0.41) !important;
}
.postid-1112247 #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid #00A399 !important;
}
.postid-1112247 .accordion-title {
  color: #00A399;
}
.postid-1112247 .accordion-title:hover {
  color: #00A399;
}
.postid-1112247 #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.postid-1112247 #what_makes_us_special .tabs .tabs-title.is-active a,
.postid-1112247 .tabs .tabs-title a[aria-selected=true], .postid-1112247 .tabs .tabs-title:hover {
  border-bottom: 2px solid #00A399 !important;
}
.postid-1112247 .tabs-title > a,
.postid-1112247 .tabs-title > a:focus,
.postid-1112247 .tabs-title > a[aria-selected=true],
.postid-1112247 #wine_details .tabs-content .tabs-panel p a {
  color: #00A399 !important;
}
.postid-1112247 #food_pairing .pair_icon {
  background-color: #00A399 !important;
}
.postid-1112247 #wine_serving .serving_box {
  background: rgba(0, 163, 153, 0.14);
}
.postid-1112247 #wine_serving .serving_box img,
.postid-1112247 #wine_serving .serving_box svg {
  fill: #00A399 !important;
}
.postid-1112247 #refill ul li:nth-child(1),
.postid-1112247 #refill ul li:nth-child(2) {
  border-right: 3px solid #00A399 !important;
}
.postid-1112247 #relax img,
.postid-1112247 #relax svg {
  fill: #00A399 !important;
}
.postid-1112247 .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/tropical-body-scale.png) no-repeat !important;
}
.postid-1112247 .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/tropical-sweetness-scale.png) no-repeat !important;
}

.postid-1112256 .entry_content {
  background: #F6F1F7;
}
.postid-1112256 .entry_content h1,
.postid-1112256 .entry_content h2,
.postid-1112256 .entry_content h4,
.postid-1112256 .entry_content h5,
.postid-1112256 .entry_content h6,
.postid-1112256 .entry_content p {
  color: #995CA0 !important;
}
.postid-1112256 .big_number {
  color: #995CA0;
}
.postid-1112256 .entry_content .btn,
.postid-1112256 #wine_serving .btn,
.postid-1112256 .btn.view_more {
  background: none !important;
  border: 2px solid #995CA0 !important;
  color: #995CA0 !important;
}
.postid-1112256 .entry_content .btn:before, .postid-1112256 .entry_content .btn:after,
.postid-1112256 #wine_serving .btn:before,
.postid-1112256 #wine_serving .btn:after,
.postid-1112256 .btn.view_more:before,
.postid-1112256 .btn.view_more:after {
  background: #995CA0 !important;
  box-shadow: 0.05rem -0.05rem #995CA0 !important;
}
.postid-1112256 .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-stem-white.svg) no-repeat !important;
}
.postid-1112256 a[aria-selected=true] .arrow {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-white.svg) no-repeat !important;
}
.postid-1112256 .share {
  border: 2px solid #995CA0 !important;
}
.postid-1112256 .share h4 {
  color: #995CA0 !important;
}
.postid-1112256 .share img,
.postid-1112256 .share svg {
  fill: #995CA0;
}
.postid-1112256 .share div {
  border-left: 2px solid #995CA0 !important;
}
.postid-1112256 .fruit1 {
  left: 26%;
  top: 46%;
  width: 102px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112256 .fruit1 {
    left: 0;
    top: 36%;
  }
}
.postid-1112256 .fruit2 {
  left: 30%;
  top: 69%;
  width: 65px;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112256 .fruit2 {
    left: 5%;
  }
}
.postid-1112256 .fruit3 {
  top: 35%;
  left: 70%;
  width: 56px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112256 .fruit3 {
    left: 85%;
  }
}
.postid-1112256 .fruit4 {
  top: 50%;
  left: 65%;
  width: 65px;
  z-index: 3;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .postid-1112256 .fruit4 {
    left: 90%;
  }
}
.postid-1112256 .fruit5 {
  top: 55%;
  left: 20%;
  width: 68px;
  z-index: 3;
}
.postid-1112256 .tabs .tabs-title img,
.postid-1112256 .tabs .tabs-title svg,
.postid-1112256 .tabs .tabs-title svg path,
.postid-1112256 #wine_details ul.tech li svg {
  fill: #995CA0 !important;
}
.postid-1112256 .image_border img {
  border: 2px solid #995CA0;
  -webkit-box-shadow: 32px 32px 0 0 #fff;
  box-shadow: 32px 32px 0 0 #fff;
}
.postid-1112256 .image_border:before {
  border-color: transparent #fff transparent transparent;
}
.postid-1112256 .image_border:after {
  border-color: transparent transparent transparent #fff;
}
.postid-1112256 #wine_details .tabs .tabs-title {
  border-bottom: 2px solid rgba(153, 92, 160, 0.5) !important;
}
.postid-1112256 #wine_details .tabs .tabs-title.is-active {
  border-bottom: 2px solid #995CA0 !important;
}
.postid-1112256 .accordion-title {
  color: #995CA0;
}
.postid-1112256 .accordion-title:hover {
  color: #995CA0;
}
.postid-1112256 #what_makes_us_special .tabs .tabs-title a[aria-selected=true],
.postid-1112256 #what_makes_us_special .tabs .tabs-title.is-active a,
.postid-1112256 .tabs .tabs-title a[aria-selected=true], .postid-1112256 .tabs .tabs-title:hover {
  border-bottom: 2px solid #995CA0 !important;
}
.postid-1112256 .tabs-title > a,
.postid-1112256 .tabs-title > a:focus,
.postid-1112256 .tabs-title > a[aria-selected=true],
.postid-1112256 #wine_details .tabs-content .tabs-panel p a {
  color: #995CA0 !important;
}
.postid-1112256 #food_pairing .pair_icon {
  background-color: #995CA0 !important;
}
.postid-1112256 #wine_serving .serving_box {
  background: rgba(153, 92, 160, 0.14);
}
.postid-1112256 #wine_serving .serving_box img,
.postid-1112256 #wine_serving .serving_box svg {
  fill: #995CA0 !important;
}
.postid-1112256 #refill ul li:nth-child(1),
.postid-1112256 #refill ul li:nth-child(2) {
  border-right: 3px solid #995CA0 !important;
}
.postid-1112256 #relax img,
.postid-1112256 #relax svg {
  fill: #995CA0 !important;
}
.postid-1112256 .body_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/berry-body-scale.png) no-repeat !important;
}
.postid-1112256 .sweetness_scale .scale {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/berry-sweetness-scale.png) no-repeat !important;
}

#slider {
  margin: 90px 0;
}

.intro {
  margin: 0 auto;
  max-width: 70%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .intro {
    max-width: 100% !important;
  }
}

.page-id-9 .entry_content {
  margin: 0 auto;
  max-width: 1500px;
}
.page-id-9 .banner {
  background-position: bottom center !important;
  padding: 18% 6rem;
}
.page-id-9 .banner h1 {
  display: none;
}
.page-id-9 .banner img {
  width: 285px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-9 .wrapper {
    padding: 0;
  }
}
.page-id-9 .callouts {
  padding: 8rem 0;
}

.page-id-9 .callouts {
  padding: 5rem 0;
}
.page-id-9 .callouts li:nth-child(1) p {
  border-color: #ffc600;
}
.page-id-9 .callouts li:nth-child(2) p {
  border-color: #c10230;
}
.page-id-9 .callouts .image_border {
  display: inline-block;
  position: relative;
  margin: 24px auto 40px auto;
  max-width: 45%;
}
.page-id-9 .callouts .image_border .master-slider {
  border: 2px solid #000;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
}
.page-id-9 .callouts .image_border:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.page-id-9 .callouts .image_border:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}

.page-id-17 .intro {
  max-width: 90%;
}
.page-id-17 .intro p {
  color: #000;
}

.slideshow_intro {
  margin: 0 auto;
  max-width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .slideshow_intro {
    max-width: 100%;
  }
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.master-slider h2,
.master-slider a {
  color: #fff;
}
.master-slider h5 {
  color: #fff;
  margin-top: 35px;
}
.master-slider p {
  color: #fff;
  margin-top: 70px;
}
.master-slider .ms-layer {
  max-width: 70%;
}
.master-slider .ms-slide .ms-slide-bgvideo {
  left: 0;
}
.master-slider .ms-bullet {
  background: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.master-slider .ms-bullet-selected {
  background: #000;
  border: 2px solid #000;
}

.multiple_image {
  overflow: visible !important;
  position: relative;
}

.multiple_image .slidesjs-navigation {
  margin-top: 3px;
}

.multiple_image .slidesjs-previous {
  margin-right: 5px;
  float: left;
}

.multiple_image.slidesjs-next {
  margin-right: 5px;
  float: left;
}

.slidesjs-pagination {
  bottom: 20px;
  left: 0;
  list-style: none;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 10000;
}

.slidesjs-pagination li {
  display: inline-block;
  margin: 3px;
}

.slidesjs-pagination li a {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  float: left;
  overflow: hidden;
  text-indent: -99999em;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  border: 2px solid #000;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

.slidesjs-container {
  max-height: 448px !important;
  max-width: 597px;
}

#slider {
  height: 700px;
  margin: 0 auto 1600px auto;
  max-width: 1500px;
  width: 100%;
}
#slider .scroll_panel {
  background-size: cover !important;
  height: 100%;
  padding: 0 5rem;
  width: 100%;
}
#slider .scroll_panel img {
  max-width: 100px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
#slider .scroll_panel img:hover {
  max-width: 120px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#slider h2 {
  color: #fff;
  padding-top: 18%;
  text-shadow: 0 0 20px #000;
}
#slider a {
  color: #fff;
  text-shadow: 0 0 20px #000;
}
#slider h5 {
  color: #fff;
  margin: 0 0 80px 0;
  max-width: 60%;
  text-shadow: 0 0 20px #000;
  text-transform: none;
}

.page-id-17 .callouts {
  padding: 5rem 0;
}
.page-id-17 .callouts li:nth-child(1) p {
  border-color: #ffc600;
}
.page-id-17 .callouts li:nth-child(2) p {
  border-color: #c10230;
}
.page-id-17 .callouts .image_border {
  display: inline-block;
  position: relative;
  margin: 24px auto 40px auto;
  max-width: 45%;
}
.page-id-17 .callouts .image_border .master-slider {
  border: 2px solid #000;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
}
.page-id-17 .callouts .image_border:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.page-id-17 .callouts .image_border:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}

.swiper-container {
  height: 500px;
  margin-bottom: 80px;
  overflow: hidden;
  width: 100%;
}
.swiper-container .info {
  margin: 80px 0 0 50px;
  text-align: left;
}
.swiper-container h5 {
  color: #ec9bad;
}
.swiper-container p {
  font-size: 20px;
  line-height: 35px;
}
.swiper-container img {
  height: auto;
  width: 565px;
}

.swiper-controls {
  height: 500px;
  left: 54%;
  position: absolute;
  width: 65px;
  z-index: 1000;
}
.swiper-controls .swiper-button-prev {
  margin: 0 auto;
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-up.jpg) center;
  width: 27px;
  height: 19px;
}
.swiper-controls .swiper-button-next {
  margin: 0 auto;
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-arrow-down.jpg) center;
  width: 26px;
  height: 19px;
}
.swiper-controls .swiper-pagination {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative !important;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 100%;
  height: 4px;
  border-bottom: 3px solid #ec9bad;
  margin-top: -25px;
  position: absolute;
  left: 0 !important;
  bottom: 0;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.swiper-controls .swiper-pagination span {
  color: #a9a9a9;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  position: relative;
  margin: 0;
}

#sorting {
  margin-top: 130px;
}
#sorting .list {
  float: left;
  max-width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #sorting .list {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
#sorting .list li {
  margin: 0 -1px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #sorting .list li h5 {
    font-size: 25px;
  }
}
#sorting .list li a {
  border-bottom: 2px solid #e6e6e6;
  padding: 0 25px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#sorting .list li a.current {
  border-bottom: 2px solid #000;
}
#sorting .list li a:hover {
  border-bottom: 2px solid #000;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#sorting .list li:nth-child(2) a {
  color: #c10230;
}
#sorting .list li:nth-child(3) a {
  color: #ffc600;
}
#sorting .list li:nth-child(4) a {
  color: #eeb2ca;
}
#sorting .sort_by {
  float: right;
  max-width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #sorting .sort_by {
    float: none;
    text-align: center;
    max-width: 100%;
  }
  #sorting .sort_by .category-select {
    margin-top: 30px;
  }
}

#random_wines {
  margin: 100px auto 80px auto;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #random_wines {
    float: left;
  }
}
#random_wines .wines > li {
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 0 3% 3% 0;
  height: 338px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 313px;
}
#random_wines .wines > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #random_wines .wines > li {
    margin: 0 0 100px 0;
  }
}
#random_wines .wines > li h5 {
  color: #fff;
  font-size: 26px;
  font-size: 1.5vw;
  left: 30px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 30px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 72%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #random_wines .wines > li h5 {
    font-size: 30px !important;
  }
}
#random_wines .wines > li .new {
  height: 100%;
  left: -7px;
  position: absolute;
  top: -65px;
  width: 90px;
}
#random_wines .wines > li .wp-post-image,
#random_wines .wines > li img {
  bottom: -53px;
  opacity: 1;
  position: absolute;
  right: -20px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#random_wines .wines > li .center {
  display: table-cell;
  height: 338px;
  opacity: 0;
  padding: 10px 40px;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  width: 300px;
}
#random_wines .wines > li .center p {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2vw;
  line-height: 1;
  max-width: 100%;
  text-transform: uppercase;
}
#random_wines .wines > li:hover h5,
#random_wines .wines > li:hover .wp-post-image,
#random_wines .wines > li:hover img {
  opacity: 0;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #random_wines .wines > li:hover h5,
  #random_wines .wines > li:hover .wp-post-image,
  #random_wines .wines > li:hover img {
    opacity: 1;
  }
}
#random_wines .wines > li:hover .center {
  opacity: 1;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #random_wines .wines > li:hover .center {
    opacity: 0;
  }
}

#random_wines h5.also_like {
  color: #000 !important;
  margin-bottom: 30px;
}

.page-id-7 .wines > li,
.tax-tap .wines > li,
.tax-size .wines > li {
  margin: 0 3% 8% 0 !important;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-7 .wines > li,
  .tax-tap .wines > li,
  .tax-size .wines > li {
    height: 360px;
    margin: 0 0 100px 0 !important;
  }
}

.term-5-liter .onefiveliter,
.term-5-liter .fivehundy {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .term-5-liter .banner {
    background-position: center left !important;
  }
}

.term-1-5-liter #random_wines .wines > li img {
  max-width: 80%;
}
.term-1-5-liter .fiveliter,
.term-1-5-liter .fivehundy {
  display: none;
}

.term-500-milliliter #random_wines .wines > li img {
  right: 0;
}
.term-500-milliliter .onefiveliter,
.term-500-milliliter .fiveliter {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .term-500-milliliter .banner {
    background-position: 65% 0;
  }
}

#hashtag,
#instagram {
  background: #fff;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
#hashtag h5,
#instagram h5 {
  margin-bottom: 28px;
}
#hashtag #sb_instagram #sbi_load .sbi_load_btn, #hashtag #sb_instagram .sbi_follow_btn a,
#instagram #sb_instagram #sbi_load .sbi_load_btn,
#instagram #sb_instagram .sbi_follow_btn a {
  background: none !important;
  border-bottom: 2px solid #e6e6e6;
  font-size: 20px !important;
  margin-top: 28px;
  padding: 0 0 3px 0;
  text-transform: uppercase;
}

#recent_posts {
  background: #fff;
  position: relative;
  text-align: center;
}
#recent_posts ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 60px 0;
  width: 100%;
}
#recent_posts ul li {
  display: initial !important;
  flex: 0 0 31%;
  float: none !important;
  margin: 0 30px 0 0;
  position: relative;
  text-align: center;
}
#recent_posts ul li:nth-child(3) {
  margin-right: 0;
}
#recent_posts ul li h5 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 25px;
}
#recent_posts ul li p {
  line-height: 40px;
  margin: 24px auto;
  max-width: 85%;
}
#recent_posts ul li .blog_image {
  position: relative;
}
#recent_posts ul li .blog_image .overlay {
  background: rgba(255, 186, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
#recent_posts ul li .blog_image .overlay .arrow {
  background: none !important;
  bottom: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
#recent_posts ul li:hover .overlay {
  opacity: 1;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #recent_posts .ms-info a {
    display: none;
  }
  #recent_posts .ms-info h4,
  #recent_posts .ms-info h4 a {
    color: #000 !important;
    display: block;
    font-family: itc-avant-garde-gothic-pro, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 28px !important;
    line-height: 50px !important;
    margin: 30px auto 0 auto !important;
    max-width: 400px !important;
  }
  #recent_posts .ms-info p {
    display: none !important;
  }
}

.page-id-3 .entry_content,
.page-id-29 .entry_content {
  text-align: left;
}
.page-id-3 .entry_content p,
.page-id-3 .entry_content table td,
.page-id-29 .entry_content p,
.page-id-29 .entry_content table td {
  font-size: 20px;
  line-height: 30px;
}
.page-id-3 .entry_content ul > li,
.page-id-29 .entry_content ul > li {
  font-size: 20px;
  line-height: 30px;
}
.page-id-3 .entry_content a,
.page-id-29 .entry_content a {
  color: #c10230;
}

.page-id-3 .menu-item-1111996 a {
  color: #fff !important;
}

.search-results .entry_content {
  text-align: left;
}
.search-results .entry_content h1 {
  color: #a9a9a9;
  margin-bottom: 100px;
  text-align: center;
}
.search-results .entry_content h2 {
  margin-top: 30px;
}
.search-results .entry_content ul > li {
  font-size: 30px;
  line-height: 50px;
}

.blog,
.archive.category {
  text-align: center;
}
.blog .banner,
.archive.category .banner {
  border-color: #c10230;
  padding: 4rem 6rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .blog .banner,
  .archive.category .banner {
    padding: 2rem 0;
  }
}
.blog .banner img,
.archive.category .banner img {
  margin-bottom: 30px;
  max-width: 300px;
}
.blog .banner h1,
.archive.category .banner h1 {
  color: #a9a9a9;
  font-size: 50px;
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .blog .banner h1,
  .archive.category .banner h1 {
    max-width: 100%;
  }
}
.blog .entry_content,
.archive.category .entry_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 5rem 5rem 5rem;
}
.blog select,
.archive.category select {
  cursor: pointer;
  margin-bottom: 50px;
  max-width: 275px;
}
.blog .widget,
.archive.category .widget {
  color: #fff;
  margin-bottom: 50px;
}
.blog ul.entries,
.archive.category ul.entries {
  align-items: top;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.blog ul.entries li,
.archive.category ul.entries li {
  display: initial !important;
  flex: 0 0 33.333333%;
  float: none !important;
  margin-bottom: 40px;
  padding: 0 2%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .blog ul.entries li,
  .archive.category ul.entries li {
    width: 100%;
  }
}
.blog ul.entries li:nth-child(1n) .no_image,
.archive.category ul.entries li:nth-child(1n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-red.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(1n) .no_image h6 a,
.archive.category ul.entries li:nth-child(1n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(2n) .no_image,
.archive.category ul.entries li:nth-child(2n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-rose.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(2n) .no_image h6 a,
.archive.category ul.entries li:nth-child(2n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(3n) .no_image,
.archive.category ul.entries li:nth-child(3n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-chardonnay.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(3n) .no_image h6 a,
.archive.category ul.entries li:nth-child(3n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(5n) .no_image,
.archive.category ul.entries li:nth-child(5n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-red.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(5n) .no_image h6 a,
.archive.category ul.entries li:nth-child(5n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(6n) .no_image,
.archive.category ul.entries li:nth-child(6n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-rose.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(6n) .no_image h6 a,
.archive.category ul.entries li:nth-child(6n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(4n) .no_image,
.archive.category ul.entries li:nth-child(4n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-chardonnay.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(4n) .no_image h6 a,
.archive.category ul.entries li:nth-child(4n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(9n) .no_image,
.archive.category ul.entries li:nth-child(9n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-red.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(9n) .no_image h6 a,
.archive.category ul.entries li:nth-child(9n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(8n) .no_image,
.archive.category ul.entries li:nth-child(8n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-rose.png) no-repeat !important;
  background-size: cover !important;
}
.blog ul.entries li:nth-child(8n) .no_image h6 a,
.archive.category ul.entries li:nth-child(8n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li:nth-child(7n) .no_image,
.archive.category ul.entries li:nth-child(7n) .no_image {
  padding: 24% 0;
  background: url(https://www.franzia.com/wp-content/uploads/2019/12/blog-chardonnay.png) no-repeat !important;
  background-size: cover !important;
  max-height: 264px;
}
.blog ul.entries li:nth-child(7n) .no_image h6 a,
.archive.category ul.entries li:nth-child(7n) .no_image h6 a {
  color: #000 !important;
}
.blog ul.entries li .blog_image,
.archive.category ul.entries li .blog_image {
  position: relative;
}
.blog ul.entries li .blog_image .overlay,
.archive.category ul.entries li .blog_image .overlay {
  background: rgba(255, 186, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.blog ul.entries li .blog_image .overlay .arrow,
.archive.category ul.entries li .blog_image .overlay .arrow {
  bottom: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.blog ul.entries li:hover .overlay,
.archive.category ul.entries li:hover .overlay {
  opacity: 1;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog ul.entries .image_border,
.archive.category ul.entries .image_border {
  margin: 50px auto;
  max-width: 650px;
}
.blog ul.entries p,
.archive.category ul.entries p {
  font-size: 20px;
  line-height: 28px;
  margin: 24px auto 0 auto;
  max-width: 85%;
}
.blog ul.entries h6 a,
.archive.category ul.entries h6 a {
  color: #a9a9a9;
  margin-bottom: 86px;
}
.blog ul.list,
.archive.category ul.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 100%;
}
.blog ul.list li,
.archive.category ul.list li {
  display: initial !important;
  flex: 0 0 33.333333%;
  float: none !important;
  margin-bottom: 50px;
  padding: 0 2%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .blog ul.list li,
  .archive.category ul.list li {
    flex: 0 0 100%;
    width: 100%;
  }
}
.blog ul.list li h5,
.archive.category ul.list li h5 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 25px;
}
.blog ul.list li p,
.archive.category ul.list li p {
  line-height: 40px;
  margin: 24px auto;
  max-width: 85%;
}
.blog ul.list li .blog_image,
.archive.category ul.list li .blog_image {
  position: relative;
}
.blog ul.list li .blog_image .overlay,
.archive.category ul.list li .blog_image .overlay {
  background: rgba(255, 186, 0, 0.2);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.blog ul.list li .blog_image .overlay .arrow,
.archive.category ul.list li .blog_image .overlay .arrow {
  bottom: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.blog ul.list li:hover .overlay,
.archive.category ul.list li:hover .overlay {
  opacity: 1;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

ul.featured li .blog_image {
  border: 20px solid #c10230;
}
ul.featured li .blog_image img {
  width: 100%;
}

.archive.category .widget {
  margin-bottom: 50px;
}

.tax-tap .entry_content,
.tax-size .entry_content {
  padding: 5rem 0;
}
.tax-tap ul.list,
.tax-size ul.list {
  margin: 0 auto 80px auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .tax-tap ul.list,
  .tax-size ul.list {
    margin: 0 auto;
  }
}
.tax-tap ul.list li,
.tax-size ul.list li {
  width: auto;
}
.tax-tap #sorting,
.tax-size #sorting {
  margin-top: 0;
  padding: 0 9rem;
}
.tax-tap #random_wines,
.tax-size #random_wines {
  padding: 0 9rem;
}

.term-red #sorting ul > li:nth-child(2) a {
  border-bottom: 2px solid #000;
}

.term-white #sorting ul > li:nth-child(3) a {
  border-bottom: 2px solid #000;
}

.term-blush #sorting ul > li:nth-child(4) a {
  border-bottom: 2px solid #000;
}

.single-post .entry_content {
  margin: 0 auto;
  max-width: 920px;
  text-align: left;
}
.single-post .entry_content h1 {
  color: #a9a9a9;
  margin-bottom: 30px;
  text-align: center;
}
.single-post .entry_content h2 {
  line-height: 44px;
  margin-bottom: 25px;
}
.single-post .entry_content h3 {
  font-size: 20px;
  margin: 65px 0 25px 0;
}
.single-post .entry_content h6 {
  margin-bottom: 30px;
  text-align: center;
}
.single-post .entry_content h6 a {
  color: #a9a9a9;
  margin-bottom: 86px;
}
.single-post .entry_content p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: left;
}
.single-post .entry_content a {
  color: #c10230;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .entry_content a:hover {
  color: #000;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post .entry_content .breadcrumb {
  color: #a9a9a9;
  margin-bottom: 30px;
  text-align: center;
}
.single-post .entry_content .breadcrumb a {
  color: #a9a9a9;
}
.single-post .entry_content .breadcrumb a:hover {
  text-decoration: underline;
}
.single-post .entry_content .breadcrumb .breadcrumb_last {
  display: none;
}
.single-post .entry_content select {
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 275px;
}
.single-post .entry_content .left_col {
  float: left;
  padding-right: 5%;
  margin: 48px 0;
  max-width: 50%;
}
.single-post .entry_content .right_col {
  float: left;
  margin: 48px 0;
  max-width: 50%;
}
.single-post .entry_content .featured_wine {
  margin: 65px auto 0 auto;
  width: 350px;
}
.single-post .entry_content .featured_wine h5 {
  margin-bottom: 30px;
  text-align: center;
}
.single-post .entry_content .featured_wine .wines > li {
  cursor: pointer;
  margin: 0;
  height: 338px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 313px;
}
.single-post .entry_content .featured_wine .wines > li:last-child {
  margin-right: 0;
}
.single-post .entry_content .featured_wine .wines > li h5 {
  text-align: left;
}
.single-post .entry_content .featured_wine .wines > li .image_border {
  position: absolute;
  right: 0;
}
.single-post .entry_content .featured_wine .wines > li .image_border img {
  border: none;
  box-shadow: none;
  float: right;
  position: relative;
}
.single-post .entry_content .featured_wine .wines > li .image_border:before, .single-post .entry_content .featured_wine .wines > li .image_border:after {
  display: none;
}
.single-post .entry_content .featured_wine .wines > li h5 {
  color: #fff;
  font-size: 27px;
  left: 20px;
  line-height: 32px;
  opacity: 1;
  position: absolute;
  top: 20px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 72%;
}
.single-post .entry_content .featured_wine .wines > li .wp-post-image,
.single-post .entry_content .featured_wine .wines > li img {
  bottom: -53px;
  opacity: 1;
  position: absolute;
  right: -20px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .entry_content .featured_wine .wines > li .center {
  display: table-cell;
  height: 338px;
  opacity: 0;
  padding: 10px 40px;
  vertical-align: middle;
  width: 300px;
}
.single-post .entry_content .featured_wine .wines > li .center p {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8vw;
  line-height: 1;
  text-transform: uppercase;
}
.single-post .entry_content .featured_wine .wines > li:hover h5,
.single-post .entry_content .featured_wine .wines > li:hover .wp-post-image,
.single-post .entry_content .featured_wine .wines > li:hover img {
  opacity: 0;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-post .entry_content .featured_wine .wines > li:hover .center {
  opacity: 1;
}
.single-post .entry_content .widget {
  color: #fff;
  text-align: center;
}
.single-post .entry_content .image_border {
  display: inline-block;
  position: relative;
  margin: 10px auto 35px auto;
}
.single-post .entry_content .image_border img {
  border: 2px solid #000;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
}
.single-post .entry_content .image_border:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.single-post .entry_content .image_border:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 0;
  z-index: 1000;
}

.page-id-19 .video_intro {
  margin: 0 auto;
  max-width: 83%;
}
.page-id-19 .video_intro .image_border {
  margin: 120px auto 100px auto;
}
.page-id-19 .callouts {
  padding: 8rem 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-19 .callouts li:nth-child(even) p {
    margin: 0 65px 50px 0;
    max-width: 80%;
  }
  .page-id-19 .callouts li:nth-child(odd) p {
    margin: 0 0 50px 25px;
    max-width: 80%;
  }
}

.page-id-189 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.page-id-189 .entry_content {
  padding: 5rem 0;
}
.page-id-189 .entry_content .callouts {
  float: left;
  padding: 0 5rem;
  width: 100%;
}
.page-id-189 .entry_content .callouts li p {
  max-width: 40%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-189 .entry_content .callouts li p {
    margin-top: 50px;
    max-width: 100%;
  }
}
.page-id-189 .entry_content ul:nth-child(1) {
  background: url(http://www.franzia.com/wp-content/uploads/2022/05/fireworks-bg-v4.gif) center no-repeat;
  background-size: contain;
}

#donate_form {
  background: #c10230;
  float: left;
  margin: 0;
  padding: 0 5%;
  text-align: center;
  width: 100%;
}
#donate_form input[type=text] {
  background: none !important;
  border-bottom: 2px solid #fff !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  height: auto !important;
  line-height: 52px;
  text-align: center;
}
#donate_form input[type=text]::placeholder {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 65px;
  text-transform: uppercase;
}
#donate_form .gfield_required {
  display: none;
}
#donate_form .gform_wrapper form {
  margin: 0 auto;
  text-align: center;
  width: 695px;
}
#donate_form .gform_wrapper form .gform_fields .gfield {
  padding-right: 0 !important;
}
#donate_form .ginput_container_fileupload {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
#donate_form #field_1_2, #donate_form #field_1_3 {
  float: left;
  max-width: 50% !important;
  padding: 0 5%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #donate_form #field_1_2, #donate_form #field_1_3 {
    padding: 0;
  }
}
#donate_form #field_1_2 h5 {
  float: left;
  margin-right: 12px;
}
#donate_form #field_1_2 .gfield_label {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-upload-white.png) no-repeat !important;
  cursor: pointer;
  height: 106px;
  margin-right: 36px;
  width: 275px;
}
#donate_form #field_1_2 .gfield_label:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-upload-white-hover.png) no-repeat !important;
}
#donate_form #gform_submit_button_1 {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-submit-white.png) no-repeat !important;
  height: 106px;
  width: 275px;
  text-indent: -99999em;
}
#donate_form #gform_submit_button_1:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-submit-white-hover.png) no-repeat !important;
}
#donate_form .gform_wrapper .gform_footer {
  clear: none !important;
  width: auto !important;
}
#donate_form .gform_wrapper .gform_footer h5 {
  float: left;
  margin-right: -20px;
}
#donate_form .gform_wrapper li.gfield.gfield_error,
#donate_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}
#donate_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #donate_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

#three_ways_to_donate {
  background: #c10230 url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/logo-fisher-house-watermark.png) 90% 200px no-repeat;
  float: left;
  padding: 5rem 5%;
  width: 100%;
}
#three_ways_to_donate h5,
#three_ways_to_donate h6 {
  color: #fff;
}
#three_ways_to_donate li {
  margin-top: 50px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #three_ways_to_donate li {
    float: left;
    width: 33.3333333%;
  }
}
#three_ways_to_donate p {
  color: #fff;
  margin: 10px auto;
  max-width: 75%;
}
#three_ways_to_donate img {
  margin: 0 35px;
}

#copy_block h2 {
  font-size: 60px;
  letter-spacing: 2.4px;
  line-height: 65px;
  margin: 20px auto;
  max-width: 65%;
}
#copy_block p {
  margin: 0 auto 50px auto;
  max-width: 60%;
}

#donate_and_save {
  background: #c10230;
  float: left;
  padding: 5rem 5%;
  width: 100%;
}
#donate_and_save h5,
#donate_and_save h6 {
  color: #fff;
}
#donate_and_save p {
  color: #fff;
  margin: 60px auto;
  max-width: 75%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  #donate_and_save p {
    max-width: 95%;
  }
}
#donate_and_save img {
  margin: 0 35px;
}

.page-id-1112027 ul.featured {
  display: flex;
  margin-bottom: 40px;
}
.page-id-1112027 ul.featured li:nth-child(1) {
  border: 38px solid #fc40b4;
  max-width: 50%;
}
.page-id-1112027 ul.featured li:nth-child(2) {
  align-content: center;
  border-bottom: 38px solid #fc40b4;
  border-right: 38px solid #fc40b4;
  border-top: 38px solid #fc40b4;
  display: grid;
  max-width: 50%;
  padding: 0 10px;
}
.page-id-1112027 ul.featured li:nth-child(2) h1 {
  color: #fc40b4;
}
.page-id-1112027 ul.featured li:nth-child(2) h5 {
  color: #000;
}
.page-id-1112027 ul.featured li:nth-child(2) p {
  font-size: 30px !important;
  line-height: 46px;
  max-width: 100% !important;
}
.page-id-1112027 .entry_content p {
  font-size: 14px;
  line-height: 25px;
  margin: 20px auto;
  max-width: 65%;
}
.page-id-1112027 .entry_content a {
  color: #fc40b4;
}
.page-id-1112027 #gform_wrapper_3 input[type=text],
.page-id-1112027 #gform_wrapper_4 input[type=text],
.page-id-1112027 #gform_wrapper_5 input[type=text] {
  background: none !important;
  border-bottom: 2px solid #fc40b4 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  height: auto !important;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.page-id-1112027 #gform_wrapper_3 input[type=text]::placeholder,
.page-id-1112027 #gform_wrapper_4 input[type=text]::placeholder,
.page-id-1112027 #gform_wrapper_5 input[type=text]::placeholder {
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
}
.page-id-1112027 #gform_wrapper_3 .gfield_required,
.page-id-1112027 #gform_wrapper_4 .gfield_required,
.page-id-1112027 #gform_wrapper_5 .gfield_required {
  display: none;
}
.page-id-1112027 #gform_wrapper_3 form,
.page-id-1112027 #gform_wrapper_4 form,
.page-id-1112027 #gform_wrapper_5 form {
  margin: 50px auto;
  max-width: 65%;
}
.page-id-1112027 #gform_wrapper_3 .gform_fields,
.page-id-1112027 #gform_wrapper_4 .gform_fields,
.page-id-1112027 #gform_wrapper_5 .gform_fields {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.page-id-1112027 #gform_wrapper_3 .gfield,
.page-id-1112027 #gform_wrapper_4 .gfield,
.page-id-1112027 #gform_wrapper_5 .gfield {
  float: left;
  margin: 0 2% 3% 0;
  max-width: 47.5%;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112027 #gform_wrapper_3 .gfield,
  .page-id-1112027 #gform_wrapper_4 .gfield,
  .page-id-1112027 #gform_wrapper_5 .gfield {
    padding: 0;
  }
}
.page-id-1112027 #gform_wrapper_3 .ginput_container,
.page-id-1112027 #gform_wrapper_4 .ginput_container,
.page-id-1112027 #gform_wrapper_5 .ginput_container {
  margin-top: 0;
}
.page-id-1112027 #gform_wrapper_3 #field_3_5, .page-id-1112027 #gform_wrapper_3 #field_3_6,
.page-id-1112027 #gform_wrapper_3 #field_4_5, .page-id-1112027 #gform_wrapper_3 #field_4_6,
.page-id-1112027 #gform_wrapper_3 #field_5_5, .page-id-1112027 #gform_wrapper_3 #field_5_6,
.page-id-1112027 #gform_wrapper_4 #field_3_5,
.page-id-1112027 #gform_wrapper_4 #field_3_6,
.page-id-1112027 #gform_wrapper_4 #field_4_5,
.page-id-1112027 #gform_wrapper_4 #field_4_6,
.page-id-1112027 #gform_wrapper_4 #field_5_5,
.page-id-1112027 #gform_wrapper_4 #field_5_6,
.page-id-1112027 #gform_wrapper_5 #field_3_5,
.page-id-1112027 #gform_wrapper_5 #field_3_6,
.page-id-1112027 #gform_wrapper_5 #field_4_5,
.page-id-1112027 #gform_wrapper_5 #field_4_6,
.page-id-1112027 #gform_wrapper_5 #field_5_5,
.page-id-1112027 #gform_wrapper_5 #field_5_6 {
  max-width: 100% !important;
}
.page-id-1112027 #gform_wrapper_3 .gfield_date_day,
.page-id-1112027 #gform_wrapper_3 .gfield_date_month,
.page-id-1112027 #gform_wrapper_3 .gfield_date_year,
.page-id-1112027 #gform_wrapper_4 .gfield_date_day,
.page-id-1112027 #gform_wrapper_4 .gfield_date_month,
.page-id-1112027 #gform_wrapper_4 .gfield_date_year,
.page-id-1112027 #gform_wrapper_5 .gfield_date_day,
.page-id-1112027 #gform_wrapper_5 .gfield_date_month,
.page-id-1112027 #gform_wrapper_5 .gfield_date_year {
  max-width: 33%;
  width: auto;
}
.page-id-1112027 #gform_wrapper_3 #choice_3_5_1, .page-id-1112027 #gform_wrapper_3 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_3 #choice_4_5_1, .page-id-1112027 #gform_wrapper_3 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_3 #choice_5_5_1, .page-id-1112027 #gform_wrapper_3 #choice_5_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_3_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_4_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_5_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_5_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_3_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_4_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_5_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_5_6_1 {
  background: #fff;
  border: 3px solid #000;
  color: #fc40b4;
  height: 25px !important;
  line-height: 15px;
  margin: 0 7px 0 0 !important;
  width: 25px !important;
  text-align: center;
}
.page-id-1112027 #gform_wrapper_3 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_5_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_5_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_5_6_1:checked:after {
  content: "✔";
  font-size: 30px;
}
.page-id-1112027 #gform_wrapper_3 .gfield_checkbox li input[type=checkbox]:checked + label,
.page-id-1112027 #gform_wrapper_4 .gfield_checkbox li input[type=checkbox]:checked + label,
.page-id-1112027 #gform_wrapper_5 .gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: normal;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_4,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_4,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_4 {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-sweeps.jpg) no-repeat !important;
  height: 106px;
  width: 275px;
  text-indent: -99999em;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_4:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_4:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_4:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-sweeps-hover.jpg) no-repeat !important;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_5,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_5,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_5 {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-enter.png) no-repeat !important;
  height: 106px;
  width: 275px;
  text-indent: -99999em;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_5:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_5:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_5:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-enter-hover.png) no-repeat !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_footer,
.page-id-1112027 #gform_wrapper_4 .gform_footer,
.page-id-1112027 #gform_wrapper_5 .gform_footer {
  clear: none !important;
  text-align: center !important;
  width: auto !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}
.page-id-1112027 #gform_wrapper_3 .gfield_error,
.page-id-1112027 #gform_wrapper_4 .gfield_error,
.page-id-1112027 #gform_wrapper_5 .gfield_error {
  text-align: center;
}
.page-id-1112027 #gform_wrapper_3 .validation_message,
.page-id-1112027 #gform_wrapper_4 .validation_message,
.page-id-1112027 #gform_wrapper_5 .validation_message {
  padding: 20px;
}
.page-id-1112027 #newsletter_sign_up p,
.page-id-1112027 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-1112027 ul.featured {
  display: flex;
  margin-bottom: 40px;
}
.page-id-1112027 ul.featured li:nth-child(1) {
  border: 38px solid #c10230;
  max-width: 50%;
}
.page-id-1112027 ul.featured li:nth-child(2) {
  align-content: center;
  border-bottom: 38px solid #c10230;
  border-right: 38px solid #c10230;
  border-top: 38px solid #c10230;
  display: grid;
  max-width: 50%;
  padding: 0 10px;
}
.page-id-1112027 ul.featured li:nth-child(2) h1 {
  color: #c10230;
}
.page-id-1112027 ul.featured li:nth-child(2) h5 {
  color: #000;
}
.page-id-1112027 ul.featured li:nth-child(2) p {
  font-size: 30px !important;
  line-height: 46px;
  max-width: 100% !important;
}
.page-id-1112027 .entry_content p {
  font-size: 14px;
  line-height: 25px;
  margin: 20px auto;
  max-width: 65%;
}
.page-id-1112027 .entry_content a {
  color: #c10230;
}
.page-id-1112027 #gform_wrapper_3 input[type=text],
.page-id-1112027 #gform_wrapper_4 input[type=text],
.page-id-1112027 #gform_wrapper_5 input[type=text] {
  background: none !important;
  border-bottom: 2px solid #c10230 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  height: auto !important;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
.page-id-1112027 #gform_wrapper_3 input[type=text]::placeholder,
.page-id-1112027 #gform_wrapper_4 input[type=text]::placeholder,
.page-id-1112027 #gform_wrapper_5 input[type=text]::placeholder {
  color: #000;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
}
.page-id-1112027 #gform_wrapper_3 .gfield_required,
.page-id-1112027 #gform_wrapper_4 .gfield_required,
.page-id-1112027 #gform_wrapper_5 .gfield_required {
  display: none;
}
.page-id-1112027 #gform_wrapper_3 form,
.page-id-1112027 #gform_wrapper_4 form,
.page-id-1112027 #gform_wrapper_5 form {
  margin: 50px auto;
  max-width: 65%;
}
.page-id-1112027 #gform_wrapper_3 .gform_fields,
.page-id-1112027 #gform_wrapper_4 .gform_fields,
.page-id-1112027 #gform_wrapper_5 .gform_fields {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.page-id-1112027 #gform_wrapper_3 .gfield,
.page-id-1112027 #gform_wrapper_4 .gfield,
.page-id-1112027 #gform_wrapper_5 .gfield {
  float: left;
  margin: 0 2% 3% 0;
  max-width: 47.5%;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .page-id-1112027 #gform_wrapper_3 .gfield,
  .page-id-1112027 #gform_wrapper_4 .gfield,
  .page-id-1112027 #gform_wrapper_5 .gfield {
    padding: 0;
  }
}
.page-id-1112027 #gform_wrapper_3 .ginput_container,
.page-id-1112027 #gform_wrapper_4 .ginput_container,
.page-id-1112027 #gform_wrapper_5 .ginput_container {
  margin-top: 0;
}
.page-id-1112027 #gform_wrapper_3 #field_3_5, .page-id-1112027 #gform_wrapper_3 #field_3_6,
.page-id-1112027 #gform_wrapper_3 #field_4_5, .page-id-1112027 #gform_wrapper_3 #field_4_6,
.page-id-1112027 #gform_wrapper_3 #field_5_5, .page-id-1112027 #gform_wrapper_3 #field_5_6,
.page-id-1112027 #gform_wrapper_4 #field_3_5,
.page-id-1112027 #gform_wrapper_4 #field_3_6,
.page-id-1112027 #gform_wrapper_4 #field_4_5,
.page-id-1112027 #gform_wrapper_4 #field_4_6,
.page-id-1112027 #gform_wrapper_4 #field_5_5,
.page-id-1112027 #gform_wrapper_4 #field_5_6,
.page-id-1112027 #gform_wrapper_5 #field_3_5,
.page-id-1112027 #gform_wrapper_5 #field_3_6,
.page-id-1112027 #gform_wrapper_5 #field_4_5,
.page-id-1112027 #gform_wrapper_5 #field_4_6,
.page-id-1112027 #gform_wrapper_5 #field_5_5,
.page-id-1112027 #gform_wrapper_5 #field_5_6 {
  max-width: 100% !important;
}
.page-id-1112027 #gform_wrapper_3 .gfield_date_day,
.page-id-1112027 #gform_wrapper_3 .gfield_date_month,
.page-id-1112027 #gform_wrapper_3 .gfield_date_year,
.page-id-1112027 #gform_wrapper_4 .gfield_date_day,
.page-id-1112027 #gform_wrapper_4 .gfield_date_month,
.page-id-1112027 #gform_wrapper_4 .gfield_date_year,
.page-id-1112027 #gform_wrapper_5 .gfield_date_day,
.page-id-1112027 #gform_wrapper_5 .gfield_date_month,
.page-id-1112027 #gform_wrapper_5 .gfield_date_year {
  max-width: 33%;
  width: auto;
}
.page-id-1112027 #gform_wrapper_3 #choice_3_5_1, .page-id-1112027 #gform_wrapper_3 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_3 #choice_4_5_1, .page-id-1112027 #gform_wrapper_3 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_3 #choice_5_5_1, .page-id-1112027 #gform_wrapper_3 #choice_5_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_3_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_4_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_4 #choice_5_5_1,
.page-id-1112027 #gform_wrapper_4 #choice_5_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_3_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_3_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_4_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_4_6_1,
.page-id-1112027 #gform_wrapper_5 #choice_5_5_1,
.page-id-1112027 #gform_wrapper_5 #choice_5_6_1 {
  background: #fff;
  border: 3px solid #000;
  color: #c10230;
  height: 25px !important;
  line-height: 15px;
  margin: 0 7px 0 0 !important;
  width: 25px !important;
  text-align: center;
}
.page-id-1112027 #gform_wrapper_3 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_3 #choice_5_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_4 #choice_5_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_3_5_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_3_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_4_5_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_4_6_1:checked:after,
.page-id-1112027 #gform_wrapper_5 #choice_5_6_1:checked:after {
  content: "✔";
  font-size: 30px;
}
.page-id-1112027 #gform_wrapper_3 .gfield_checkbox li input[type=checkbox]:checked + label,
.page-id-1112027 #gform_wrapper_4 .gfield_checkbox li input[type=checkbox]:checked + label,
.page-id-1112027 #gform_wrapper_5 .gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: normal;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_4,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_4,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_3,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_4 {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-sweeps.jpg) no-repeat !important;
  height: 106px;
  width: 275px;
  text-indent: -99999em;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_4:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_4:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_3:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_4:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-sweeps-hover.jpg) no-repeat !important;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_5,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_5,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_5 {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-enter.png) no-repeat !important;
  height: 106px;
  width: 275px;
  text-indent: -99999em;
}
.page-id-1112027 #gform_wrapper_3 #gform_submit_button_5:hover,
.page-id-1112027 #gform_wrapper_4 #gform_submit_button_5:hover,
.page-id-1112027 #gform_wrapper_5 #gform_submit_button_5:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-enter-hover.png) no-repeat !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_footer,
.page-id-1112027 #gform_wrapper_4 .gform_footer,
.page-id-1112027 #gform_wrapper_5 .gform_footer {
  clear: none !important;
  text-align: center !important;
  width: auto !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}
.page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .page-id-1112027 #gform_wrapper_3 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-id-1112027 #gform_wrapper_4 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-id-1112027 #gform_wrapper_5 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}
.page-id-1112027 #gform_wrapper_3 .gfield_error,
.page-id-1112027 #gform_wrapper_4 .gfield_error,
.page-id-1112027 #gform_wrapper_5 .gfield_error {
  text-align: center;
}
.page-id-1112027 #gform_wrapper_3 .validation_message,
.page-id-1112027 #gform_wrapper_4 .validation_message,
.page-id-1112027 #gform_wrapper_5 .validation_message {
  padding: 20px;
}
.page-id-1112027 #newsletter_sign_up p,
.page-id-1112027 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-1112071 ul.featured {
  display: flex;
  margin-bottom: 40px;
}
.page-id-1112071 ul.featured li:nth-child(1) {
  background: url(https://www.franzia.com/wp-content/uploads/2021/02/sweeps-thanks.jpg) no-repeat;
  background-size: cover !important;
  border: 38px solid #c10230;
  max-width: 50%;
  padding: 30% 5% 2% 5%;
  width: 100%;
}
.page-id-1112071 ul.featured li:nth-child(2) {
  align-content: center;
  border-bottom: 38px solid #c10230;
  border-right: 38px solid #c10230;
  border-top: 38px solid #c10230;
  display: grid;
  max-width: 50%;
  padding: 0 10px;
  text-align: center;
}
.page-id-1112071 ul.featured li:nth-child(2) h1 {
  color: #c10230;
}
.page-id-1112071 ul.featured li:nth-child(2) h5 {
  color: #000;
}
.page-id-1112071 ul.featured li:nth-child(2) p {
  font-size: 30px !important;
  line-height: 46px;
  max-width: 100% !important;
}
.page-id-1112071 .share {
  margin: 20px auto;
  max-width: 250px;
}
.page-id-1112071 #newsletter_sign_up p,
.page-id-1112071 #newsletter_sign_up .btn_container {
  display: none;
}

.page-id-1112597 ul.featured {
  display: flex;
  margin-bottom: 40px;
}
.page-id-1112597 ul.featured li:nth-child(1) {
  border: 38px solid #c10230;
  max-width: 50%;
  width: 100%;
}
.page-id-1112597 ul.featured li:nth-child(2) {
  align-content: center;
  border-bottom: 38px solid #c10230;
  border-right: 38px solid #c10230;
  border-top: 38px solid #c10230;
  display: grid;
  max-width: 50%;
  padding: 0 10px;
  text-align: center;
}
.page-id-1112597 ul.featured li:nth-child(2) h1 {
  color: #c10230;
}
.page-id-1112597 ul.featured li:nth-child(2) h5 {
  color: #000;
}
.page-id-1112597 ul.featured li:nth-child(2) p {
  font-size: 30px !important;
  line-height: 46px;
  max-width: 100% !important;
}
.page-id-1112597 .share {
  margin: 20px auto;
  max-width: 250px;
}
.page-id-1112597 #newsletter_sign_up p,
.page-id-1112597 #newsletter_sign_up .btn_container {
  display: none;
}

#hashtag {
  background: #c10230;
  float: left;
  padding: 5rem 5%;
  width: 100%;
}
#hashtag h5,
#hashtag h6 {
  color: #fff;
}
#hashtag p {
  color: #fff;
  margin: 60px auto 0 auto;
  max-width: 75%;
}
#hashtag img {
  margin: 0 35px;
}

#pop_tabs {
  background: #c10230;
  float: left;
  padding: 0 5% 5rem 5%;
  width: 100%;
}
#pop_tabs h5,
#pop_tabs h6 {
  color: #fff;
}
#pop_tabs p {
  color: #fff;
  margin: 60px auto;
  max-width: 75%;
}
#pop_tabs ul {
  margin: 0 auto;
  max-width: 1200px;
}
#pop_tabs li {
  margin: 0 2px 5px 0;
}
#pop_tabs .btn_container {
  margin-top: 95px;
}
#pop_tabs .btn_container .btn {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
#pop_tabs .btn_container .btn:before, #pop_tabs .btn_container .btn:after {
  background: #fff;
  box-shadow: 0.05rem -0.05rem #fff !important;
}

.big_number {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 75px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  text-align: center;
  width: 100px;
}

.fisher {
  display: none;
  margin-top: 140px;
  padding: 0 5rem 5rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .fisher {
    padding: 5rem;
  }
}
.fisher li:nth-child(odd).animated {
  right: -10%;
}
.fisher .btn_container {
  display: block;
  margin: 45px 0 0 27px;
}
.fisher .btn::before {
  width: 101.4%;
}
.fisher img {
  margin-top: 140px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .fisher img {
    margin-top: 50px;
  }
}

.disclaimer {
  margin: 100px auto;
  max-width: 60%;
  text-align: center;
}
.disclaimer p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto;
  max-width: 60%;
}

.wpcf7,
#mc-embedded-subscribe-form,
#popup-newsletter-form {
  float: left;
  margin-bottom: 100px !important;
}
.wpcf7 form,
#mc-embedded-subscribe-form form,
#popup-newsletter-form form {
  border: 2px solid #000;
  margin: 50px auto;
  max-width: 65%;
  padding: 2%;
  position: relative;
  -webkit-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  -moz-box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
  box-shadow: 32px 32px 0px 0px rgb(0, 0, 0);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .wpcf7 form,
  #mc-embedded-subscribe-form form,
  #popup-newsletter-form form {
    max-width: 100%;
  }
}
.wpcf7 form:before,
#mc-embedded-subscribe-form form:before,
#popup-newsletter-form form:before {
  border-color: transparent #000000 transparent transparent;
  border-style: solid;
  border-width: 0 32px 32px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: -2px;
  position: absolute;
  width: 0;
  z-index: 1000;
}
.wpcf7 form:after,
#mc-embedded-subscribe-form form:after,
#popup-newsletter-form form:after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 32px 0 0 32px;
  content: "";
  height: 0;
  position: absolute;
  right: -32px;
  top: -2px;
  width: 0;
  z-index: 1000;
}
.wpcf7 .small,
#mc-embedded-subscribe-form .small,
#popup-newsletter-form .small {
  float: left;
  margin: 0 2% 3% 0;
  max-width: 31%;
  width: 100%;
}
.wpcf7 .medium,
#mc-embedded-subscribe-form .medium,
#popup-newsletter-form .medium {
  float: left;
  margin: 0 2% 3% 0;
  max-width: 47.5%;
  width: 100%;
}
.wpcf7 .preferred,
#mc-embedded-subscribe-form .preferred,
#popup-newsletter-form .preferred {
  float: left;
  margin: 0 2% 3% 0;
  max-width: 64%;
  width: 100%;
}
.wpcf7 .large,
#mc-embedded-subscribe-form .large,
#popup-newsletter-form .large {
  float: left;
  margin: 0 0 3% 0;
  max-width: 96.5%;
  width: 100%;
}
.wpcf7 .clear,
#mc-embedded-subscribe-form .clear,
#popup-newsletter-form .clear {
  clear: both;
}
.wpcf7 [type=date], .wpcf7 [type=email], .wpcf7 [type=password], .wpcf7 [type=tel], .wpcf7 [type=text], .wpcf7 textarea, .wpcf7 select,
#mc-embedded-subscribe-form [type=date],
#mc-embedded-subscribe-form [type=email],
#mc-embedded-subscribe-form [type=password],
#mc-embedded-subscribe-form [type=tel],
#mc-embedded-subscribe-form [type=text],
#mc-embedded-subscribe-form textarea,
#mc-embedded-subscribe-form select,
#popup-newsletter-form [type=date],
#popup-newsletter-form [type=email],
#popup-newsletter-form [type=password],
#popup-newsletter-form [type=tel],
#popup-newsletter-form [type=text],
#popup-newsletter-form textarea,
#popup-newsletter-form select {
  border-bottom: 2px solid #ec9bad !important;
}
.wpcf7 .wpcf7-response-output,
.wpcf7 #mce-responses,
#mc-embedded-subscribe-form .wpcf7-response-output,
#mc-embedded-subscribe-form #mce-responses,
#popup-newsletter-form .wpcf7-response-output,
#popup-newsletter-form #mce-responses {
  background: #fff;
  border-width: 6px !important;
  font-family: "ITC Avant Garde Gothic W01 Bd";
  font-size: 20px;
  line-height: 30px;
  margin: -250px 0 0 0 !important;
  padding: 50px !important;
  position: relative;
  text-transform: uppercase;
  z-index: 100000;
}
.wpcf7 .wpcf7-response-output,
#mc-embedded-subscribe-form .wpcf7-response-output,
#popup-newsletter-form .wpcf7-response-output {
  left: 0;
  margin: 0 auto !important;
  right: 0;
  width: 400px;
  bottom: 250px;
  position: absolute;
}
.wpcf7 .wpcf7-submit,
.wpcf7 #mc-embedded-subscribe,
#mc-embedded-subscribe-form .wpcf7-submit,
#mc-embedded-subscribe-form #mc-embedded-subscribe,
#popup-newsletter-form .wpcf7-submit,
#popup-newsletter-form #mc-embedded-subscribe {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-send.png) no-repeat !important;
  border: none !important;
  cursor: pointer;
  height: 106px;
  text-indent: -99999em;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 206px;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 #mc-embedded-subscribe:hover,
#mc-embedded-subscribe-form .wpcf7-submit:hover,
#mc-embedded-subscribe-form #mc-embedded-subscribe:hover,
#popup-newsletter-form .wpcf7-submit:hover,
#popup-newsletter-form #mc-embedded-subscribe:hover {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-send-hover.png) no-repeat !important;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.wpcf7 .wpcf7-submit .wpcf7-submit,
.wpcf7 #mc-embedded-subscribe .wpcf7-submit,
#mc-embedded-subscribe-form .wpcf7-submit .wpcf7-submit,
#mc-embedded-subscribe-form #mc-embedded-subscribe .wpcf7-submit,
#popup-newsletter-form .wpcf7-submit .wpcf7-submit,
#popup-newsletter-form #mc-embedded-subscribe .wpcf7-submit {
  margin-left: 100px;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.share {
  border: 2px solid #000;
  display: inline-flex;
  height: 60px;
  margin-top: 30px;
  text-align: center;
}
.share h4 {
  float: left;
  font-size: 20px;
  line-height: 58px;
  padding: 0 24px;
}
.share div {
  float: left;
  border-left: 2px solid #000;
  line-height: 58px;
  width: 60px;
}
.share img,
.share svg {
  cursor: pointer;
  height: 25px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
}
.share img:hover,
.share svg:hover {
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_pagination {
  clear: both;
  margin: 100px auto;
}
.blog_pagination h5 {
  cursor: pointer;
  display: inline;
  margin: 0 17px;
}
.blog_pagination h5 a {
  display: block;
}
.blog_pagination h5:hover {
  opacity: 0.5;
}

[type=date], [type=email], [type=password], [type=tel], [type=text], textarea {
  border-bottom: 2px solid #a9a9a9 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: none !important;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
}
[type=date]:hover, [type=date]:focus, [type=date]:active, [type=email]:hover, [type=email]:focus, [type=email]:active, [type=password]:hover, [type=password]:focus, [type=password]:active, [type=tel]:hover, [type=tel]:focus, [type=tel]:active, [type=text]:hover, [type=text]:focus, [type=text]:active, textarea:hover, textarea:focus, textarea:active {
  border-bottom: 2px solid #000 !important;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}

[type=date]::placeholder,
[type=email]::placeholder,
[type=password]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
textarea::placeholder {
  color: #000;
}

[type=date]:focus::placeholder,
[type=email]:focus::placeholder,
[type=password]:focus::placeholder,
[type=tel]:focus::placeholder,
[type=text]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

select {
  background: url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-select-menu.png") no-repeat 99% !important;
  border-bottom: 2px solid #a9a9a9 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  cursor: pointer;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  height: auto;
  line-height: 30px;
  margin: auto;
  padding: 0 25px;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-transform: uppercase;
}
select:hover, select:focus, select:active {
  border-bottom: 2px solid #000 !important;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

#addressInput, #addy_in_address [type=text] {
  margin-top: -10px;
}

.category-select {
  cursor: pointer;
  margin: 0 auto;
  width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .category-select {
    margin: 25px auto;
  }
}

.category .category-select {
  margin: 30px auto 0 auto;
}

@media screen and (min-width: 1686px) {
  .page-id-1111859 ul.list li:nth-child(1) {
    margin: 0 auto;
  }
  .page-id-1111859 ul.list li:nth-child(2),
  .page-id-1111859 ul.list li:nth-child(3) {
    margin: 0 3% 8% 0;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1685px) {
  .page-id-1111859 ul.list li:nth-child(1) {
    margin: 0 auto;
  }
  .page-id-1111859 ul.list li:nth-child(4) {
    background: #ffc600 !important;
  }
  .page-id-1111859 ul.list li:nth-child(5) {
    background: #c10230 !important;
  }
  .page-id-1111859 ul.list li:nth-child(2),
  .page-id-1111859 ul.list li:nth-child(3) {
    margin: 0 3% 8.5% 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1259px) {
  .page-id-1111859 .entry_content {
    padding: 5rem 0;
  }
  .page-id-1111859 ul.list li:nth-child(1) {
    margin: 0 auto 3% auto;
    width: 95%;
  }
  .page-id-1111859 ul.list li:nth-child(2),
  .page-id-1111859 ul.list li:nth-child(3),
  .page-id-1111859 ul.list li:nth-child(4) {
    margin: 0 3% 10% 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .page-id-2 .ms-parent-id-7 .ms-layer .banner {
    display: block;
    height: auto;
  }
  .page-id-2 .ms-parent-id-7 .ms-layer .banner .intro_image {
    height: 400px;
    width: 100%;
  }
  .page-id-2 .ms-parent-id-7 .ms-layer .banner .intro {
    display: block;
    height: 465px;
    padding: 40px;
    width: 100%;
  }
  .page-id-1111859 .entry_content .wrapper {
    padding: 0 !important;
  }
  .page-id-1111859 ul.list li:nth-child(1) {
    margin: 0 auto 3% auto !important;
    padding: 0;
    width: 95%;
  }
  .page-id-1111859 ul.list li:nth-child(1) .lto {
    width: 60%;
  }
  .page-id-1111859 ul.list li:nth-child(1) .lto h2 {
    font-size: 35px;
    margin: 25px 0 0 0;
  }
  .page-id-1111859 ul.list li:nth-child(1) img {
    right: -15px;
  }
  .page-id-1111859 ul.list li:nth-child(4) {
    background: #ffc600 !important;
    margin: 3% 5% 13% 0 !important;
  }
  .page-id-1111859 ul.list li:nth-child(5) {
    background: #c10230 !important;
  }
  .page-id-1111859 ul.list li:nth-child(6) {
    margin: 0 5% 5% 0 !important;
  }
  .page-id-1111859 ul.list li:nth-child(7) {
    margin: 0 0 5% 0 !important;
  }
  #copy_block h2 {
    max-width: 95%;
  }
  #copy_block p {
    max-width: 80%;
  }
  .page-id-1112027 ul.featured {
    flex-direction: column;
  }
  .page-id-1112027 ul.featured li:nth-child(1) {
    border: none;
    max-width: 100%;
    padding: 55px 0;
  }
  .page-id-1112027 ul.featured li:nth-child(1) h1 {
    color: #fc40b4;
  }
  .page-id-1112027 ul.featured li:nth-child(1) h5 {
    color: #000;
  }
  .page-id-1112027 ul.featured li:nth-child(1) p {
    font-size: 30px !important;
    max-width: 100%;
  }
  .page-id-1112027 ul.featured li:nth-child(2) {
    border: 38px solid #fc40b4;
    max-width: 100%;
    padding: 0;
  }
  .page-id-1112027 .entry_content p {
    font-size: 20px;
    max-width: 100%;
  }
  .page-id-1112027 #gform_wrapper_3 form,
  .page-id-1112027 #gform_wrapper_4 form,
  .page-id-1112027 #gform_wrapper_5 form {
    max-width: 100%;
  }
  .page-id-1112027 #gform_wrapper_3 label,
  .page-id-1112027 #gform_wrapper_4 label,
  .page-id-1112027 #gform_wrapper_5 label {
    font-size: 20px;
  }
  .page-id-1112027 #gform_wrapper_3 #choice_3_5_1, .page-id-1112027 #gform_wrapper_3 #choice_3_6_1,
  .page-id-1112027 #gform_wrapper_3 #choice_4_5_1, .page-id-1112027 #gform_wrapper_3 #choice_4_6_1,
  .page-id-1112027 #gform_wrapper_3 #choice_5_5_1, .page-id-1112027 #gform_wrapper_3 #choice_5_6_1,
  .page-id-1112027 #gform_wrapper_4 #choice_3_5_1,
  .page-id-1112027 #gform_wrapper_4 #choice_3_6_1,
  .page-id-1112027 #gform_wrapper_4 #choice_4_5_1,
  .page-id-1112027 #gform_wrapper_4 #choice_4_6_1,
  .page-id-1112027 #gform_wrapper_4 #choice_5_5_1,
  .page-id-1112027 #gform_wrapper_4 #choice_5_6_1,
  .page-id-1112027 #gform_wrapper_5 #choice_3_5_1,
  .page-id-1112027 #gform_wrapper_5 #choice_3_6_1,
  .page-id-1112027 #gform_wrapper_5 #choice_4_5_1,
  .page-id-1112027 #gform_wrapper_5 #choice_4_6_1,
  .page-id-1112027 #gform_wrapper_5 #choice_5_5_1,
  .page-id-1112027 #gform_wrapper_5 #choice_5_6_1 {
    vertical-align: top;
  }
  .page-id-1112027 #gform_wrapper_3 .gfield,
  .page-id-1112027 #gform_wrapper_4 .gfield,
  .page-id-1112027 #gform_wrapper_5 .gfield {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-1112567 ul.featured {
    flex-direction: column;
  }
  .page-id-1112567 ul.featured li:nth-child(1) {
    border: none;
    max-width: 100%;
    padding: 55px 0;
  }
  .page-id-1112567 ul.featured li:nth-child(1) h1 {
    color: #c10230;
  }
  .page-id-1112567 ul.featured li:nth-child(1) h5 {
    color: #000;
  }
  .page-id-1112567 ul.featured li:nth-child(1) p {
    font-size: 30px !important;
    max-width: 100%;
  }
  .page-id-1112567 ul.featured li:nth-child(2) {
    border: 38px solid #c10230;
    max-width: 100%;
    padding: 0;
  }
  .page-id-1112567 .entry_content p {
    font-size: 20px;
    max-width: 100%;
  }
  .page-id-1112567 #gform_wrapper_3 form,
  .page-id-1112567 #gform_wrapper_4 form,
  .page-id-1112567 #gform_wrapper_5 form {
    max-width: 100%;
  }
  .page-id-1112567 #gform_wrapper_3 label,
  .page-id-1112567 #gform_wrapper_4 label,
  .page-id-1112567 #gform_wrapper_5 label {
    font-size: 20px;
  }
  .page-id-1112567 #gform_wrapper_3 #choice_3_5_1, .page-id-1112567 #gform_wrapper_3 #choice_3_6_1,
  .page-id-1112567 #gform_wrapper_3 #choice_4_5_1, .page-id-1112567 #gform_wrapper_3 #choice_4_6_1,
  .page-id-1112567 #gform_wrapper_3 #choice_5_5_1, .page-id-1112567 #gform_wrapper_3 #choice_5_6_1,
  .page-id-1112567 #gform_wrapper_4 #choice_3_5_1,
  .page-id-1112567 #gform_wrapper_4 #choice_3_6_1,
  .page-id-1112567 #gform_wrapper_4 #choice_4_5_1,
  .page-id-1112567 #gform_wrapper_4 #choice_4_6_1,
  .page-id-1112567 #gform_wrapper_4 #choice_5_5_1,
  .page-id-1112567 #gform_wrapper_4 #choice_5_6_1,
  .page-id-1112567 #gform_wrapper_5 #choice_3_5_1,
  .page-id-1112567 #gform_wrapper_5 #choice_3_6_1,
  .page-id-1112567 #gform_wrapper_5 #choice_4_5_1,
  .page-id-1112567 #gform_wrapper_5 #choice_4_6_1,
  .page-id-1112567 #gform_wrapper_5 #choice_5_5_1,
  .page-id-1112567 #gform_wrapper_5 #choice_5_6_1 {
    vertical-align: top;
  }
  .page-id-1112567 #gform_wrapper_3 .gfield,
  .page-id-1112567 #gform_wrapper_4 .gfield,
  .page-id-1112567 #gform_wrapper_5 .gfield {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-1112071 ul.featured {
    flex-direction: column;
  }
  .page-id-1112071 ul.featured li:nth-child(1) {
    background: none;
    border: none;
    max-width: 100%;
    padding: 55px 0;
  }
  .page-id-1112071 ul.featured li:nth-child(1) h1 {
    color: #c10230;
  }
  .page-id-1112071 ul.featured li:nth-child(1) h5 {
    color: #000;
  }
  .page-id-1112071 ul.featured li:nth-child(1) p {
    font-size: 30px !important;
    max-width: 100%;
  }
  .page-id-1112071 ul.featured li:nth-child(2) {
    background: url(https://www.franzia.com/wp-content/uploads/2021/02/sweeps-thanks.jpg) no-repeat;
    background-size: cover !important;
    border: 38px solid #c10230;
    max-width: 100%;
    padding: 30%;
  }
  .page-id-1112071 .entry_content p {
    font-size: 20px;
    max-width: 100%;
  }
  .page-id-1112071 #gform_wrapper_3 form,
  .page-id-1112071 #gform_wrapper_4 form {
    max-width: 100%;
  }
  .page-id-1112071 #gform_wrapper_3 label,
  .page-id-1112071 #gform_wrapper_4 label {
    font-size: 20px;
  }
  .page-id-1112071 #gform_wrapper_3 #choice_3_5_1, .page-id-1112071 #gform_wrapper_3 #choice_3_6_1,
  .page-id-1112071 #gform_wrapper_3 #choice_4_5_1, .page-id-1112071 #gform_wrapper_3 #choice_4_6_1,
  .page-id-1112071 #gform_wrapper_4 #choice_3_5_1,
  .page-id-1112071 #gform_wrapper_4 #choice_3_6_1,
  .page-id-1112071 #gform_wrapper_4 #choice_4_5_1,
  .page-id-1112071 #gform_wrapper_4 #choice_4_6_1 {
    vertical-align: top;
  }
  .page-id-1112071 #gform_wrapper_3 .gfield,
  .page-id-1112071 #gform_wrapper_4 .gfield {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-1112597 ul.featured {
    flex-direction: column;
  }
  .page-id-1112597 ul.featured li:nth-child(1) {
    background: none;
    border: none;
    max-width: 100%;
    padding: 55px 0;
  }
  .page-id-1112597 ul.featured li:nth-child(1) h1 {
    color: #c10230;
  }
  .page-id-1112597 ul.featured li:nth-child(1) h5 {
    color: #000;
  }
  .page-id-1112597 ul.featured li:nth-child(1) p {
    font-size: 30px !important;
    max-width: 100%;
  }
  .page-id-1112597 ul.featured li:nth-child(2) {
    border: 38px solid #c10230;
    max-width: 100%;
  }
  .page-id-1112597 .entry_content p {
    font-size: 20px;
    max-width: 100%;
  }
  .page-id-1112597 #gform_wrapper_3 form,
  .page-id-1112597 #gform_wrapper_4 form,
  .page-id-1112597 #gform_wrapper_5 form {
    max-width: 100%;
  }
  .page-id-1112597 #gform_wrapper_3 label,
  .page-id-1112597 #gform_wrapper_4 label,
  .page-id-1112597 #gform_wrapper_5 label {
    font-size: 20px;
  }
  .page-id-1112597 #gform_wrapper_3 #choice_3_5_1, .page-id-1112597 #gform_wrapper_3 #choice_3_6_1,
  .page-id-1112597 #gform_wrapper_3 #choice_4_5_1, .page-id-1112597 #gform_wrapper_3 #choice_4_6_1,
  .page-id-1112597 #gform_wrapper_3 #choice_5_5_1, .page-id-1112597 #gform_wrapper_3 #choice_5_6_1,
  .page-id-1112597 #gform_wrapper_4 #choice_3_5_1,
  .page-id-1112597 #gform_wrapper_4 #choice_3_6_1,
  .page-id-1112597 #gform_wrapper_4 #choice_4_5_1,
  .page-id-1112597 #gform_wrapper_4 #choice_4_6_1,
  .page-id-1112597 #gform_wrapper_4 #choice_5_5_1,
  .page-id-1112597 #gform_wrapper_4 #choice_5_6_1,
  .page-id-1112597 #gform_wrapper_5 #choice_3_5_1,
  .page-id-1112597 #gform_wrapper_5 #choice_3_6_1,
  .page-id-1112597 #gform_wrapper_5 #choice_4_5_1,
  .page-id-1112597 #gform_wrapper_5 #choice_4_6_1,
  .page-id-1112597 #gform_wrapper_5 #choice_5_5_1,
  .page-id-1112597 #gform_wrapper_5 #choice_5_6_1 {
    vertical-align: top;
  }
  .page-id-1112597 #gform_wrapper_3 .gfield,
  .page-id-1112597 #gform_wrapper_4 .gfield,
  .page-id-1112597 #gform_wrapper_5 .gfield {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-3 table td {
    float: left;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .page-id-3 table td p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .page-id-3 h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  #random_wines .wines > li .center p,
  #random_wines .wines > li .center p span {
    font-size: 1.2vw !important;
  }
  .fisher > li {
    margin: 0 15%;
    max-width: 1440px;
  }
  .bold-and-jammy-cabernet-sauvignon h5 {
    font-size: 0.8vw !important;
  }
  .pinot-grigio-colombard h5,
  .pinot-noir-carmenere h5 {
    white-space: normal !important;
  }
  .term-500-milliliter ul.list {
    max-width: 1000px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1599px) {
  .term-500-milliliter ul.list {
    max-width: 1000px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1444px) {
  .page-id-1112266 .banner {
    display: inline-block;
  }
  .page-id-1112266 .banner .left_col {
    display: flex;
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
    max-width: 100%;
  }
  .page-id-1112266 .banner .left_col a {
    float: none;
  }
  .page-id-1112266 .banner .right_col {
    display: inline-block;
    float: none;
    max-width: 100%;
  }
  .page-id-1112266 .intro {
    max-width: 100%;
  }
  .page-id-1112266 #refill ul {
    flex-flow: row;
  }
  .page-id-1112266 #refill ul li {
    padding: 0 20px;
  }
  .page-id-1112266 #relax ul {
    flex-wrap: nowrap;
  }
  .page-id-1112266 #relax ul li {
    margin: 0 5px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #sorting .list,
  #sorting .sort_by {
    float: none !important;
    max-width: 100% !important;
    text-align: center;
  }
  .fisher {
    padding: 0 0% 5rem 25% !important;
  }
  .fisher li:nth-child(odd) p {
    float: none !important;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .fisher img {
    margin-top: 50px !important;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .wine_box {
    left: 10%;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit1 {
    left: 35%;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit2 {
    top: 200px;
    left: 60%;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit3 {
    left: 0;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .wine_box {
    right: 10%;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit3 {
    right: 50px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit2 {
    top: 356px;
    right: 420px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .wine_box {
    left: 10%;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit2 {
    left: -50px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit1 {
    left: 345px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit3 {
    top: 111px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .wine_box {
    right: 10%;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .fruit4 {
    right: 40px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_name {
    margin: 125px 0 0 80px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_name {
    margin: 125px 0 0 80px;
  }
  .single-refreshers .entry_content #wine_serving .serving_box {
    float: none;
  }
  .postid-1112247 .fruit1 {
    left: 10%;
  }
  .postid-1112247 .fruit2 {
    left: 8%;
  }
  .postid-1112247 .fruit3 {
    left: 55%;
  }
  .postid-1112247 .fruit4 {
    left: 75%;
  }
  .postid-1112221 .fruit2 {
    left: 2%;
  }
  .postid-1112256 .fruit1 {
    left: 6%;
  }
  .postid-1112256 .fruit2 {
    left: 10%;
  }
  .postid-1112256 .fruit4 {
    left: 85%;
  }
  .postid-1112238 .fruit1 {
    left: 10%;
  }
  .postid-1112238 .fruit2 {
    left: 15%;
    top: 65%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1160px) {
  .page-id-1111939 .entry_content {
    padding: 5rem 1rem 16px 1rem;
  }
  .page-id-1111939 .entry_content .table ul li h5 {
    line-height: 40px !important;
    margin-bottom: 0.5rem !important;
    padding: 0 20px;
  }
  .page-id-1111939 .entry_content .table ul li img {
    left: 0;
    position: relative;
  }
  .page-id-1111939 .entry_content .table ul li .accordion-title:before {
    margin: 0;
    top: -50px;
  }
  .page-id-1111939 .entry_content .table ul li p {
    font-size: 20px !important;
    line-height: 32px !important;
    padding: 5px 20px !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1090px) {
  .page-id-189 .banner {
    background-size: 120% !important;
    padding: 250px 3rem 3rem 3rem;
  }
  .page-id-189 .callouts .callout_top .image_border {
    float: none !important;
    margin-bottom: 100px;
    max-width: 100% !important;
  }
  .page-id-189 p {
    max-width: 90% !important;
  }
  .page-id-1112655 .banner {
    padding: 13rem;
  }
  .page-id-1112655 .callouts .callout_top .image_border {
    float: none !important;
    margin-bottom: 100px;
    max-width: 100% !important;
  }
  .page-id-1112655 .callouts .callout_top p {
    max-width: 90% !important;
  }
  .page-id-1112655 #three_ways_to_donate .palms_left {
    left: 0 !important;
  }
  .page-id-1112655 #three_ways_to_donate .palms_right {
    right: 0 !important;
  }
  .page-id-1112655 #three_ways_to_donate .bird_right {
    top: 75% !important;
  }
  .page-id-1112655 #three_ways_to_donate .bird_left {
    top: 65% !important;
  }
  .ms-parent-id-6 .ms-layer {
    transform: scale(0.7, 0.7);
  }
  .tabs-content .tabs-panel h4 {
    max-width: 100%;
  }
  .entry_content .get_deep {
    max-width: 100%;
  }
  .callouts li {
    float: none !important;
  }
  .callouts li p {
    float: none !important;
    margin: 0 0 30px 0 !important;
  }
  .callouts li .image_border {
    float: none !important;
  }
  #random_wines .wines > li h5 {
    font-size: 2vw;
  }
  .pinot-grigio-colombard h5,
  .pinot-noir-carmenere h5,
  .bold-and-jammy-cabernet-sauvignon h5 {
    font-size: 1.7vw !important;
  }
  .page-id-21 .entry_content ul li {
    margin-bottom: 110px;
    max-width: 70% !important;
  }
  .single-wines .entry_content {
    padding: 1rem 1rem 0 1rem !important;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #random_wines .wines > li {
    margin: 0 3% 100px 0 !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1022px) {
  .swiper-controls {
    left: 8% !important;
  }
}
@media screen and (max-width: 750px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .menu .active > a {
    border-bottom: none !important;
  }
  #menu-mobile-navigation li .sub-menu {
    margin: 0 auto 20px auto;
  }
  #wine_details .tabs .tabs-title {
    float: none !important;
  }
  #wine_details .tabs .tabs-title:nth-child(2) {
    display: none !important;
  }
  #wine_details .tabs-panel ul.tech li h5 {
    font-size: 15px;
  }
  .callouts li:nth-child(even) p {
    margin: 0 0 50px 65px;
    max-width: 80%;
  }
  .callouts li:nth-child(odd) p {
    margin: 0 40px 50px 0;
    max-width: 80%;
  }
  .page-id-189 .callouts .callout_top {
    padding: 5rem 0 50px 0;
  }
  .page-id-1112655 .callouts .callout_top {
    padding: 5rem 0 50px 0;
  }
  .single-wines .breadcrumb {
    color: #000 !important;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 125px;
    z-index: 10000;
  }
  .single-wines .breadcrumb a {
    padding: 0 10px;
    text-transform: uppercase;
  }
  .single-refreshers .entry_content #refill ul li span {
    margin-top: 30px;
  }
  .single-refreshers .entry_content #relax ul li h6 {
    font-size: 20px !important;
    line-height: 24px;
  }
  #food_pairing ul > li {
    margin: 0 30px;
  }
  .single-refreshers .entry_content #wine_serving {
    display: block;
    margin: 0 auto 100px 0;
    max-width: 100%;
  }
  .single-refreshers .entry_content #wine_serving .serving_box {
    float: none;
  }
  .single-refreshers .entry_content #wine_serving .btn_container {
    margin: 60px 0 30px 30px;
  }
  .single-refreshers #random_wines .wines > li h5 {
    font-size: 45px !important;
  }
  .single-refreshers .entry_content .share {
    margin-bottom: 100px;
  }
  .single-refreshers #newsletter_sign_up p,
  .single-refreshers #newsletter_sign_up .btn_container {
    display: none !important;
  }
  .page-id-1112266 .banner {
    background-size: cover !important;
    display: inline-block;
    padding: 120px 50px;
  }
  .page-id-1112266 .banner .left_col {
    float: none;
    margin-bottom: 50px;
    margin-right: 0;
    max-width: 100%;
  }
  .page-id-1112266 .banner .left_col a {
    float: none;
    margin: 25px 20px 0 0;
  }
  .page-id-1112266 .banner .left_col a img {
    margin-bottom: 20px;
  }
  .page-id-1112266 .banner .right_col {
    float: none;
    max-width: 100%;
  }
  .page-id-1112266 .entry_content {
    padding: 5rem 0;
  }
  .page-id-1112266 .entry_content .wrapper {
    padding: 0;
  }
  .page-id-1112266 #refill {
    width: 90%;
  }
  .page-id-1112266 #refill ul {
    justify-content: space-between;
  }
  .page-id-1112266 #refill ul li {
    padding: 0 10px;
  }
  .page-id-1112266 #relax ul {
    justify-content: space-around;
  }
  .page-id-1112266 #refill ul li span {
    font-size: 85px;
  }
  #random_wines .wines > li .wp-post-image,
  #random_wines .wines > li img {
    bottom: -70px;
  }
  .page-id-1112266 #relax ul {
    max-width: 400px;
  }
  .page-id-1112266 #relax ul li {
    margin-bottom: 20px;
  }
  .page-id-1112266 #refresher_wines .peach .wine_name {
    float: none;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .wine_box {
    left: 350px;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .splash {
    bottom: 50px;
    left: 20%;
    position: absolute;
    transform: scale(1.5);
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit1 {
    top: 385px;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit2 {
    top: 225px;
  }
  .page-id-1112266 #refresher_wines .peach .wine_stuff .fruit3 {
    top: 185px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .splash {
    bottom: 50px;
    left: -20%;
    position: absolute;
    transform: scale(1.5);
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .wine_box {
    right: 370px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_name {
    float: right;
    max-width: 60%;
    position: relative;
    z-index: 10;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit1 {
    top: 150px;
    right: 280px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit2 {
    top: 356px;
    right: 40px;
  }
  .page-id-1112266 #refresher_wines .strawberry .wine_stuff .fruit3 {
    top: 195px;
    right: 122px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_name {
    float: none;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .wine_box {
    left: 350px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .splash {
    bottom: 50px;
    left: 20%;
    position: absolute;
    transform: scale(1.5);
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit1 {
    top: 385px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit2 {
    left: 140px;
    top: 205px;
  }
  .page-id-1112266 #refresher_wines .tropical .wine_stuff .fruit3 {
    left: 580px;
    top: 185px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .splash {
    bottom: 50px;
    left: -20%;
    position: absolute;
    transform: scale(1.5);
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .wine_box {
    right: 370px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_name {
    float: right;
    max-width: 60%;
    position: relative;
    z-index: 10;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .fruit1 {
    top: 150px;
    right: 280px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .fruit2 {
    top: 356px;
    right: 40px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .fruit3 {
    top: 145px;
    right: 80px;
  }
  .page-id-1112266 #refresher_wines .berry .wine_stuff .fruit4 {
    top: 175px;
  }
  #random_wines .wines > li.pinot-grigio-colombard h5,
  #random_wines .wines > li.pinot-noir-carmenere h5,
  #random_wines .wines > li.buttery-chardonnay h5 {
    font-size: 22px !important;
    white-space: normal !important;
  }
  #random_wines .wines > li.bold-and-jammy-cabernet-sauvignon h5 {
    font-size: 22px !important;
  }
  #post-2 .master-slider-parent {
    width: 700px !important;
  }
  #post-2 .ms-parent-id-12 {
    height: 1800px !important;
  }
  .page-id-1112266 .master-slider-parent {
    height: 640px !important;
  }
  .page-id-1112266 .ms-slide-bgcont img {
    height: 634px !important;
    margin: 0 !important;
    width: 630px !important;
  }
  #post-2 .ms-layer {
    width: 100% !important;
  }
  #post-2 .ms-parent-id-12 .ms-layer,
  .page-id-1112266 .ms-parent-id-17 .ms-layer {
    display: block !important;
    width: auto !important;
  }
  #post-2 .ms-bullets.ms-dir-h .ms-bullets-count {
    right: -200%;
  }
  .ms-staff-carousel {
    margin: 0 !important;
  }
  #random_wines .wines > li .new {
    top: -45px;
  }
  #wine_boxes .tabs-panel {
    padding: 7rem 2rem 2rem 7rem;
  }
  .master-slider img, .ms-slide-bgvideocont video {
    max-width: none !important;
  }
  .single-post .entry_content .featured_wine {
    width: 375px;
  }
  .page-id-9 .banner h1,
  .page-id-17 .banner h1 {
    max-width: 100%;
  }
  .page-id-9 .callouts .image_border,
  .page-id-17 .callouts .image_border {
    max-width: 85%;
  }
  .page-id-9 .ms-container .ms-slide-vpbtn,
  .page-id-17 .ms-container .ms-slide-vpbtn {
    display: none;
  }
  .page-id-19 .video_intro {
    max-width: 100%;
  }
  .page-id-21 .banner h1 {
    max-width: 100%;
  }
  .page-id-21 .entry_content ul li {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .page-id-25 .entry_content p {
    max-width: 90%;
  }
  .page-id-25 .entry_content a {
    text-decoration: underline;
  }
  .page-id-25 .wpcf7 form {
    max-width: 80% !important;
  }
  .page-id-25 .wpcf7 form .large,
  .page-id-25 .wpcf7 form .medium,
  .page-id-25 .wpcf7 form .preferred,
  .page-id-25 .wpcf7 form .small {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-25 .wpcf7 form [type=submit] {
    margin-left: 50px;
  }
  .page-id-27 .entry_content {
    padding: 5rem 0;
  }
  .page-id-27 .entry_content table {
    margin: -270px 0 0 -180px;
    transform: scale(0.6);
  }
  .page-id-31 .wpcf7 form,
  .page-id-31 #mc-embedded-subscribe-form,
  .page-id-31 #popup-newsletter-form {
    height: 600px;
  }
  .page-id-31 .wpcf7 form .large,
  .page-id-31 .wpcf7 form .medium,
  .page-id-31 .wpcf7 form .preferred,
  .page-id-31 .wpcf7 form .small,
  .page-id-31 #mc-embedded-subscribe-form .large,
  .page-id-31 #mc-embedded-subscribe-form .medium,
  .page-id-31 #mc-embedded-subscribe-form .preferred,
  .page-id-31 #mc-embedded-subscribe-form .small,
  .page-id-31 #popup-newsletter-form .large,
  .page-id-31 #popup-newsletter-form .medium,
  .page-id-31 #popup-newsletter-form .preferred,
  .page-id-31 #popup-newsletter-form .small {
    margin: 0 0 3% 0;
    max-width: 100%;
  }
  .page-id-31 #mc-embedded-subscribe-form #mc-embedded-subscribe,
  .page-id-31 #popup-newsletter-form #mc-embedded-subscribe {
    transform: none !important;
  }
  .page-id-1111993 .wpcf7 form [type=checkbox] {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: -webkit-baseline-middle;
    width: 30px;
  }
  #donate_form input[type=text] {
    font-size: 25px;
  }
  #donate_form input[type=text]::placeholder {
    font-size: 25px !important;
  }
  #slider h5 {
    max-width: 100%;
  }
  .single-post h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .single-post h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .single-post h5 {
    font-size: 28px;
    line-height: 40px;
  }
  .single-post p {
    font-size: 25px;
    line-height: 40px;
  }
  .single-post .entry_content {
    padding: 50px 10px;
  }
  #recent_posts ul li {
    flex: 0 0 100%;
    margin: 0 0 50px 0;
  }
  .blog ul.entries li, .archive.category ul.entries li {
    flex: 0 0 50%;
  }
  .blog_pagination h5 {
    font-size: 20px;
  }
  .page-id-189 .banner {
    background-size: 200% !important;
    padding: 250px 0 30px 0 !important;
  }
  .page-id-189 .callouts .callout_top .image_border {
    max-width: 100% !important;
  }
  .page-id-1112655 .banner {
    align-items: flex-start;
    background: url("http://www.franzia.com/wp-content/uploads/2023/10/holiday-shop-banner-mobile.jpg") no-repeat !important;
    padding: 20px;
  }
  .page-id-1112655 .banner.border {
    border-width: 20px;
  }
  .page-id-1112655 .entry_content h5 {
    font-size: 44px;
  }
  .page-id-1112655 .entry_content h6 {
    font-size: 20px;
  }
  .page-id-1112655 .entry_content .image_row {
    padding: 0;
  }
  .page-id-1112655 .entry_content #donate_and_save ul {
    padding: 0 40px;
  }
  .page-id-1112655 .entry_content #donate_and_save ul li {
    height: 550px;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-id-1112655 .callouts {
    padding: 0 !important;
  }
  .page-id-1112655 .callouts .callout_top {
    padding: 80px 0 0 0;
  }
  .page-id-1112655 .callouts .callout_top .image_border {
    margin: 0 40px 40px 0 !important;
    max-width: 100% !important;
  }
  /* fanz */
  .page-id-1112852 .banner {
    display: block;
    height: auto;
  }
  .page-id-1112852 .banner .intro_image {
    height: 400px;
    width: 100%;
  }
  .page-id-1112852 .banner .intro {
    display: block;
    height: 200px;
    padding: 40px;
    width: 100%;
  }
  .page-id-1112852 .entry_content .image_row {
    padding: 80px 0;
  }
  .page-id-1112852 .entry_content .image_row .star1 {
    left: 0;
    top: 180px;
  }
  .page-id-1112852 .entry_content .image_row .finger {
    top: 220px;
  }
  .page-id-1112852 .entry_content .callouts {
    padding: 0;
  }
  .page-id-1112852 .entry_content .callouts .callout_top {
    padding: 50px 0 0 0;
  }
  .page-id-1112852 .entry_content .callouts .callout_top .image_border {
    margin: 0 40px 0 0 !important;
    max-width: 100% !important;
  }
  .page-id-1112852 .entry_content .callouts .callout_top p {
    margin-top: 100px;
  }
  .page-id-1112852 .entry_content #copy_block h5 {
    padding: 80px 0;
  }
  .page-id-1112852 .entry_content #copy_block .jersey {
    right: 20px;
    top: 270px;
  }
  .page-id-1112852 .entry_content #copy_block .star2 {
    right: 200px;
    top: 0px;
  }
  .page-id-1112852 .entry_content #copy_block .finger {
    top: -90px;
  }
  .page-id-1112852 .entry_content #copy_block .star1 {
    left: 20px;
    top: 250px;
  }
  .page-id-1112852 .entry_content #copy_block ul.list li {
    padding: 0 40px;
  }
  .page-id-1112852 .entry_content #copy_block ul.list li h5 {
    font-size: 40px;
    line-height: 56px;
    padding: 0;
  }
  .page-id-1112852 .entry_content #three_ways_to_donate .star1 {
    top: 180px;
  }
  .page-id-1112852 .entry_content #three_ways_to_donate .jersey {
    left: auto;
    right: 200px;
    top: -60px;
  }
  .page-id-1112852 .entry_content #three_ways_to_donate .finger {
    left: 80px;
    right: auto;
    top: 350px;
  }
  .page-id-1112852 .entry_content #donate_and_save h5 {
    margin: 0 auto 20px auto;
    max-width: 80%;
  }
  .page-id-1112852 .entry_content #donate_and_save p {
    max-width: 95%;
  }
  .page-id-1112852 .entry_content #donate_and_save ul {
    display: block;
    margin: 0 40px;
    width: auto;
  }
  .page-id-1112852 .entry_content #donate_and_save ul li {
    height: 535px;
    margin-bottom: 40px;
    width: 100%;
  }
  .single-wines .entry_content .award {
    top: 45%;
  }
  .single-wines .entry_content img {
    margin: 40px 0 0 40px;
    max-width: 80%;
  }
  .tax-size #sorting,
  .tax-tap #sorting {
    padding: 0 !important;
  }
  .swiper-controls {
    left: 38px !important;
  }
  .swiper-container {
    height: 700px !important;
    margin-left: 38px;
  }
  .swiper-container .swiper-slide {
    height: 700px !important;
    margin-bottom: 4px;
    max-width: 420px;
  }
  .swiper-container .swiper-slide .info {
    margin: 50px 0 0 0;
  }
  .fisher {
    padding: 0 5rem 5rem 0 !important;
  }
  .fisher .fisher img {
    margin: 50px 70px !important;
  }
  #newsletter_sign_up p {
    margin: 0 auto 30px auto;
    max-width: 65%;
  }
  .disclaimer p {
    max-width: 100%;
  }
}
.post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}
.post-password-form input[type=submit], .post-password-form input[type=submit].disabled, .post-password-form input[type=submit][disabled], .post-password-form input[type=submit].disabled:hover, .post-password-form input[type=submit][disabled]:hover, .post-password-form input[type=submit].disabled:focus, .post-password-form input[type=submit][disabled]:focus {
  background-color: #000;
  color: #fff;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: black;
  color: #fff;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before, .gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 50%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 33.3333333333%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 25%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 20%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 16.6666666667%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 14.2857142857%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 12.5%;
  float: left;
}
@media print, screen and (min-width: 46.875em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
.login {
  background: #ffc600;
}

.login h1 a {
  background: url(https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/franzia-logo.png) no-repeat top center;
  width: 184px;
  height: 52px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}

#modal_screen {
  background-image: url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/crest-age-gate.png");
  background-repeat: no-repeat;
  background-position: 50% 50px;
  background-size: contain !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120000;
}

#modal_content_wrapper {
  width: 100vw;
}
#modal_content_wrapper .age_gate_header {
  padding: 15% 0 45px 0;
}

#modal_content {
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0 !important;
  width: 100%;
  z-index: 120001;
}
#modal_content h5 {
  font-size: 26px;
  margin: 0 0 35px 0;
}
#modal_content p {
  font-size: 13px;
  line-height: 19px;
}
#modal_content img {
  height: auto;
  margin: 0 auto;
}
#modal_content nav {
  text-transform: uppercase;
  text-align: center;
}
#modal_content nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#modal_content nav ul li {
  display: inline-block;
  text-align: center;
  width: auto;
}
#modal_content nav small,
#modal_content nav p small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 60px auto;
  max-width: 80%;
  text-align: center;
}
#modal_content nav .av_go {
  background: none !important;
  padding: 27px 0;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  line-height: 1;
  margin: 0 57px 0 0;
  width: 140px;
}
#modal_content nav .av_go:before {
  width: 103.5%;
}
#modal_content nav .av_no {
  background: none !important;
  padding: 27px 0;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  line-height: 1;
  margin: 0 8px 0 0;
  width: 140px;
}
#modal_content nav .av_no:before {
  width: 103.5%;
}
#modal_content nav .btn_container {
  margin: 37px 0 50px 0;
}
#modal_content navnav:after {
  content: "";
  display: block;
  clear: both;
}
#modal_content .footer {
  background: none;
  bottom: 0;
  margin-top: 100px;
  padding: 8px;
  position: relative;
  width: 100%;
}
#modal_content .footer p {
  max-width: 100%;
  text-transform: uppercase;
}

#modal_regret_wrapper {
  height: 100%;
}
#modal_regret_wrapper nav .av_btn {
  margin-top: 0;
  width: 130px;
}

.agree {
  font-size: 13px;
  margin: 37px auto;
}
.agree a {
  text-decoration: underline !important;
}
.agree #agree {
  border: 1px solid #000;
  height: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 8px -4px 0;
  text-align: center;
  width: 22px;
}
.agree #agree:checked:after {
  content: "✔";
  font-size: 18px;
}

.id {
  font-size: 26px !important;
  line-height: 45px !important;
}

.fancybox-container {
  z-index: 100000000 !important;
}

.age_gate {
  padding: 40px;
}
.age_gate p {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  #modal_content {
    left: 0 !important;
  }
}
#newsletter_sign_up {
  background: #fff;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
#newsletter_sign_up .footer_crest {
  margin: 100px auto;
}
#newsletter_sign_up p {
  color: #000 !important;
}

.footer {
  background: #000;
  margin: 0;
  padding: 1.6rem 5rem 0.5rem 5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer {
    padding: 1.6rem 25px 0.5rem 25px;
    text-align: center;
  }
}
.footer nav {
  display: inline-block;
}
.footer a {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  margin: 0 1rem !important;
  padding: 0 !important;
  text-transform: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer a {
    font-size: 20px;
  }
}
.footer .current_page_item a {
  color: #ec9bad !important;
}
.footer .copyright {
  color: #fff;
  float: right;
  font-size: 10px;
  line-height: 30px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer .copyright {
    float: none;
    font-size: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer #menu-footer-navigation {
    display: inline-block;
  }
}
.footer #menu-footer-navigation li {
  border-right: 1px solid #fff;
}
.footer #menu-footer-navigation li:last-child {
  border-right: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer #menu-footer-navigation li {
    display: inline-block;
  }
  .footer #menu-footer-navigation li:nth-child(3) {
    border-right: none;
  }
}

.header {
  background: #fff;
  height: 120px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.top-bar, .top-bar ul {
  background-color: #fff;
}

#top-bar-menu {
  display: block !important;
  height: 120px;
}

.top-bar {
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .top-bar {
    padding: 1rem 25px;
  }
}
.top-bar input {
  max-width: 100% !important;
}
.top-bar .logo {
  float: left;
  height: 52px;
  margin-left: 5%;
  width: 184px;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .top-bar .logo {
    height: auto;
    width: 244px;
  }
}

.social_header {
  border-bottom: 1px solid #a9a9a9;
  margin: 4px 0 20px 0;
  padding: 0 5% 0 0;
  text-align: right;
  width: 100%;
}
.social_header .social_icon {
  margin: 0 3px -3px 3px;
}
.social_header .social_icon.facebook, .social_header .social_icon.instagram {
  height: 16px;
  width: 16px;
}
.social_header .social_icon.youtube {
  height: 16px;
  width: 22px;
}
.social_header .search_icon {
  background: #fff url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-search.svg") no-repeat center center;
  border: 8px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  padding: 8px;
  position: relative;
  margin-right: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  z-index: 1000000;
}
.social_header .get_franzy {
  font-size: 13px;
  margin-left: 0.9375rem;
}
.social_header .get_franzy span {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.search_icon.open {
  background: #fff url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-close.svg") no-repeat center center;
  border: 8px solid #fff;
  z-index: 1000000;
}
.search_icon.open::after {
  content: "EXIT";
  color: #fff;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  left: 45px;
  line-height: 17px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.search_overlay {
  background: rgba(0, 0, 0, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
  z-index: 1;
}
.search_overlay form {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 40%;
  width: 50%;
}
.search_overlay form input[type=search] {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3vw;
  height: 63px !important;
  left: 0;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 100px 0 0 !important;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.search_overlay form input[type=search]::placeholder {
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3vw;
  line-height: 1;
  text-transform: uppercase;
}
.search_overlay form .search_submit {
  background: url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-search-white.png") no-repeat;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 54px;
  position: absolute;
  right: 0;
  width: 54px;
}
.search_overlay.open {
  display: block;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.menu-primary-navigation-container {
  text-align: center;
  white-space: nowrap;
}

#menu-primary-navigation {
  float: none;
  justify-content: flex-end;
  margin: 8px 4% 0 0;
}
#menu-primary-navigation li {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu-primary-navigation li a {
  font-size: 15px;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
#menu-primary-navigation li a:hover {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li .menu-item-has-children.menu-item-329 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-330 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-331 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-508070 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-508068 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-506843 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-1112293 > a,
#menu-primary-navigation li .menu-item-has-children.menu-item-1112303 > a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#menu-primary-navigation li .sub-menu {
  display: none;
  left: 0;
  margin: 0 auto;
  padding: 15px 5% 35px 5%;
  position: fixed;
  right: 0;
  text-align: left;
  top: 114px;
  width: 100vw;
}
#menu-primary-navigation li .sub-menu a {
  border-bottom: 3px solid #fff;
  display: inline-block;
  font-size: 1vw;
  margin: 0 1.75rem;
  padding: 0.625rem 0;
}
#menu-primary-navigation li .sub-menu a:hover {
  border-bottom: 3px solid #000;
}
#menu-primary-navigation li .sub-menu li {
  float: left;
  width: 25%;
}
#menu-primary-navigation li .sub-menu li .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}
#menu-primary-navigation li .sub-menu li .sub-menu li {
  display: block;
  float: none;
  width: 100%;
}
#menu-primary-navigation li .sub-menu li a {
  border-bottom: none;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  padding: 6px 0;
  text-transform: uppercase;
}
#menu-primary-navigation li.menu-item-38:nth-child(1), #menu-primary-navigation li.menu-item-329:nth-child(1), #menu-primary-navigation li.menu-item-508070:nth-child(1) {
  border-left: 12px solid #c10230;
}
#menu-primary-navigation li.menu-item-38:nth-child(1) a, #menu-primary-navigation li.menu-item-329:nth-child(1) a, #menu-primary-navigation li.menu-item-508070:nth-child(1) a {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-38:nth-child(1) a:hover, #menu-primary-navigation li.menu-item-329:nth-child(1) a:hover, #menu-primary-navigation li.menu-item-508070:nth-child(1) a:hover {
  border-bottom: none;
  color: #c10230;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-38:nth-child(1).active .current-menu-item a, #menu-primary-navigation li.menu-item-329:nth-child(1).active .current-menu-item a, #menu-primary-navigation li.menu-item-508070:nth-child(1).active .current-menu-item a {
  color: #c10230;
}
#menu-primary-navigation li.menu-item-36:nth-child(2), #menu-primary-navigation li.menu-item-330:nth-child(2), #menu-primary-navigation li.menu-item-508068:nth-child(2) {
  border-left: 12px solid #ffc600;
}
#menu-primary-navigation li.menu-item-36:nth-child(2) a, #menu-primary-navigation li.menu-item-330:nth-child(2) a, #menu-primary-navigation li.menu-item-508068:nth-child(2) a {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-36:nth-child(2) a:hover, #menu-primary-navigation li.menu-item-330:nth-child(2) a:hover, #menu-primary-navigation li.menu-item-508068:nth-child(2) a:hover {
  border-bottom: none;
  color: #ffc600;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-36:nth-child(2).active .current-menu-item a, #menu-primary-navigation li.menu-item-330:nth-child(2).active .current-menu-item a, #menu-primary-navigation li.menu-item-508068:nth-child(2).active .current-menu-item a {
  color: #ffc600;
}
#menu-primary-navigation li.menu-item-37:nth-child(3), #menu-primary-navigation li.menu-item-331:nth-child(3) {
  border-left: 12px solid #ec9bad;
}
#menu-primary-navigation li.menu-item-37:nth-child(3) a, #menu-primary-navigation li.menu-item-331:nth-child(3) a {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-37:nth-child(3) a:hover, #menu-primary-navigation li.menu-item-331:nth-child(3) a:hover {
  border-bottom: none;
  color: #ec9bad;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-37:nth-child(3).active .current-menu-item a, #menu-primary-navigation li.menu-item-331:nth-child(3).active .current-menu-item a {
  color: #ec9bad;
}
#menu-primary-navigation li.menu-item-506843:nth-child(4), #menu-primary-navigation li.menu-item-1112293:nth-child(4), #menu-primary-navigation li.menu-item-1111941:nth-child(4), #menu-primary-navigation li.menu-item-1112303:nth-child(4), #menu-primary-navigation li.menu-item-1112309:nth-child(4) {
  border-left: 12px solid #FCC6A5;
}
#menu-primary-navigation li.menu-item-506843:nth-child(4) a, #menu-primary-navigation li.menu-item-1112293:nth-child(4) a, #menu-primary-navigation li.menu-item-1111941:nth-child(4) a, #menu-primary-navigation li.menu-item-1112303:nth-child(4) a, #menu-primary-navigation li.menu-item-1112309:nth-child(4) a {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-506843:nth-child(4) a:hover, #menu-primary-navigation li.menu-item-1112293:nth-child(4) a:hover, #menu-primary-navigation li.menu-item-1111941:nth-child(4) a:hover, #menu-primary-navigation li.menu-item-1112303:nth-child(4) a:hover, #menu-primary-navigation li.menu-item-1112309:nth-child(4) a:hover {
  border-bottom: none;
  color: #FCC6A5;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-primary-navigation li.menu-item-506843:nth-child(4).active .current-menu-item a, #menu-primary-navigation li.menu-item-1112293:nth-child(4).active .current-menu-item a, #menu-primary-navigation li.menu-item-1111941:nth-child(4).active .current-menu-item a, #menu-primary-navigation li.menu-item-1112303:nth-child(4).active .current-menu-item a, #menu-primary-navigation li.menu-item-1112309:nth-child(4).active .current-menu-item a {
  color: #FCC6A5;
}
#menu-primary-navigation li:hover > .sub-menu, #menu-primary-navigation li:focus-within > .sub-menu {
  display: block;
}

#menu-item-33 .sub-menu {
  left: 60% !important;
}

#menu-item-35 .sub-menu li {
  width: 25% !important;
}

.current_page_item.menu-item-has-children > a {
  background: none;
  border-bottom: none !important;
}

.menu a {
  margin: 0.7rem 1rem;
  padding: 0 0 2px 0;
}

.menu .active > a {
  background: none;
  color: #000;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.hamburger {
  position: absolute;
  right: 25px;
  top: 30px;
}

.menu_icon {
  left: auto;
  padding: 0.1em 1em;
  position: absolute;
  right: 40px;
  top: 20px;
}

.mobile_nav {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
}
.mobile_nav .search_icon {
  background: #fff url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-search-mobile.png") no-repeat center center;
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  padding: 8px;
  position: relative;
  margin-right: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  z-index: 1000000;
}
.mobile_nav .search_icon.open {
  background: #fff url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/icon-search-mobile.png") no-repeat center center;
  border: 2px solid #000;
  z-index: 1000000;
}
.mobile_nav .search_icon.open::after {
  content: "EXIT";
  color: #fff;
  display: block;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  left: 45px;
  line-height: 31px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.mobile_nav .search_overlay {
  z-index: 10000;
}
.mobile_nav .search_overlay form {
  top: 25%;
  width: 90%;
}
.mobile_nav .search_overlay form input[type=search] {
  font-size: 30px;
}
.mobile_nav .search_overlay form input[type=search]::placeholder {
  font-size: 30px;
}
.mobile_nav .social_header {
  float: none;
  margin: 50px 0;
  text-align: center;
}
.mobile_nav .social_header .social_icon {
  margin: 0 35px;
}
.mobile_nav .social_header .social_icon.facebook,
.mobile_nav .social_header .social_icon.instagram {
  height: 50px;
  width: 50px;
}
.mobile_nav .social_header .social_icon.youtube {
  height: 50px;
  width: 69px;
}
.mobile_nav .get_franzy {
  display: block;
  font-size: 30px;
  margin-top: 50px;
}

#menu-mobile-navigation {
  float: none;
  margin: 8px 0 0 0;
  text-align: center;
}
#menu-mobile-navigation li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#menu-mobile-navigation li a {
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
}
#menu-mobile-navigation li .sub-menu {
  margin: 0 auto;
  padding: 0;
}
#menu-mobile-navigation li .sub-menu a {
  border-bottom: 3px solid #fff;
  font-size: 1vw;
  margin: 0 1.75rem;
  padding: 0.625rem 0;
}
#menu-mobile-navigation li .sub-menu a:hover {
  border-bottom: 3px solid #000;
}
#menu-mobile-navigation li .sub-menu li .sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
}
#menu-mobile-navigation li .sub-menu li .sub-menu li {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
}
#menu-mobile-navigation li .sub-menu li a {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  padding: 24px 0 3px 0;
  text-transform: uppercase;
}

#violator {
  border: 2px solid #000;
  margin-top: 75px;
  outline: none;
  padding: 30px 60px 60px 60px;
  position: relative;
  width: 65% !important;
  text-align: center;
}
#violator h2 {
  color: #000 !important;
}
#violator p {
  color: #000 !important;
  margin-bottom: 30px;
}
#violator strong {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#violator .menu_icon {
  position: absolute;
  right: -35px;
  top: 0;
}
#violator .menu_icon:hover {
  margin: 0;
}
#violator .menu_icon:before, #violator .menu_icon:after {
  display: none;
}

.reveal-overlay {
  z-index: 1000000 !important;
}

@media screen and (max-width: 1300px) {
  .menu-primary-navigation-container,
  .social_header {
    display: none;
  }
  .header {
    height: 100px;
  }
  .mobile_nav {
    overflow-y: scroll;
    width: 100%;
  }
  .mobile_nav::-webkit-scrollbar {
    display: none;
  }
  .show-for-small.mobile {
    display: block !important;
  }
  .top-bar .logo {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  #violator {
    margin: 107px auto 0 auto;
    padding: 60px 30px;
    width: 100% !important;
  }
  #mc-embedded-subscribe-form .medium {
    max-width: 100%;
  }
  #violator .menu_icon {
    right: 0;
  }
  #top-bar-menu {
    height: 100px;
  }
  .top-bar .logo {
    margin-left: 0;
    margin-top: 10px;
  }
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
  transition: all 0.25s;
}

.store_locator_plus {
  margin: 75px 0 100px 0;
  position: relative;
}
.store_locator_plus .slp_search_container {
  margin-top: 500px;
}
.store_locator_plus .slp_map {
  position: absolute;
  top: -460px;
}
.store_locator_plus #address_search div {
  display: inline-block;
  margin: 50px 17px 0 17px;
}
.store_locator_plus .slp_search_form .search_box {
  display: inline-block !important;
  width: 100%;
}

.slp_search_form .search_box .search_item label {
  display: none;
}

#addressInput, #addy_in_address [type=text] {
  background: none !important;
  border-bottom: 2px solid #a9a9a9 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: none !important;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0 !important;
  margin-top: -10px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  width: 210px;
}
#addressInput::placeholder, #addy_in_address [type=text]::placeholder {
  color: #000;
}
#addressInput:hover, #addressInput:focus, #addressInput:active, #addy_in_address [type=text]:hover, #addy_in_address [type=text]:focus, #addy_in_address [type=text]:active {
  border-bottom: 2px solid #000 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: none !important;
}

#addy_in_radius {
  width: 165px;
}

.slp_search_form select,
.slp_search_form .search_box .search_item select {
  height: auto !important;
  padding: 0 !important;
}

.slp_search_form .search_box .search_item select {
  max-width: 210px;
  text-align-last: center;
  width: 99%;
}

.slp_search_form .search_box .search_item #radius_in_submit {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center !important;
}

#map_sidebar {
  margin-top: 180px;
}

#addressSubmit {
  background: url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-find.jpg") no-repeat;
  border: none !important;
  display: inline-block;
  height: 107px;
  outline: none;
  text-indent: -99999em;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 275px;
}
#addressSubmit:hover {
  background: url("https://www.franzia.com/wp-content/themes/franzia-theme/assets/images/button-find-hover.jpg") no-repeat;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@-moz-document url-prefix() {
  #addressSubmit {
    margin-top: 100px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #addressSubmit {
      margin-top: 100px;
    }
  }
}
.slp_results_container .results_entry {
  border: none !important;
  border-radius: 0 !important;
  text-align: left;
}
.slp_results_container .results_entry:hover {
  border: none !important;
  border-radius: 0 !important;
}

.results_wrapper {
  padding: 0 5%;
}

#map {
  border: 38px solid #c10230;
}

@media screen and (max-width: 750px) {
  .store_locator_plus .slp_search_form .search_box {
    margin-top: 75px;
  }
  .store_locator_plus #address_search div {
    margin: 0 17px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

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