@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@media print, screen and (min-width: 50em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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=50em&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: #fefefe;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #0a0a0a;
  -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; }

[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: 1.9375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #D9D9D6;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #0a0a0a;
  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 #999999;
    background-color: #fefefe;
    box-shadow: 0 0 5px #D9D9D6;
    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: #EFEFEF;
  cursor: not-allowed; }

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

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

:-ms-input-placeholder {
  color: #D9D9D6; }

::placeholder {
  color: #D9D9D6; }

[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: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    line-height: 1;
    padding: 0.5625rem 0; }

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

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #D9D9D6;
  background: #EFEFEF;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      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;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        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 #D9D9D6; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 1.9375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #D9D9D6;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #0a0a0a;
  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%28153, 153, 153%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #999999;
    background-color: #fefefe;
    box-shadow: 0 0 5px #D9D9D6;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #EFEFEF;
    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: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .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: 700;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

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: 1.25rem;
  font-size: inherit;
  line-height: 1.3;
  text-rendering: optimizeLegibility; }

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Tahoma, Arial, 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: #D9D9D6; }

h1, .h1 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

h2, .h2 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

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

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; }
  h2, .h2 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; }
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; }
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; }
  h5, .h5 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; }
  h6, .h6 {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0; } }

a {
  line-height: inherit;
  color: #003d1b;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #166238; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #D9D9D6; }
  blockquote, blockquote p {
    line-height: 1.3;
    color: #999999; }

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

figure {
  margin: 0; }

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

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

.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, .cite-block {
  display: block;
  color: #999999;
  font-size: 0.8125rem; }
  cite:before, .cite-block:before {
    content: "— "; }

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

.code-block {
  border: 1px solid #D9D9D6;
  background-color: #EFEFEF;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  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: 50em) {
  .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 #999999;
    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; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 50em) {
    .grid-container {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  .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: 50em) {
      .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

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

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        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 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 50em) {
  .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 {
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.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 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .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 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .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 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .xlarge-shrink, .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 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    width: auto; }
  .grid-x > .xxlarge-shrink, .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 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .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: 50em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.25rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.25rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.25rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.625rem;
      margin-left: -0.625rem; } }

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

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-padding-x > .cell {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .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.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .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.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .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.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .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.33333% - 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.66667% - 1.25rem); }

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

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

@media print, screen and (min-width: 50em) {
  .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.33333% - 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.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }

.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.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 50em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .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: 50em) {
  .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: 50em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 50em) {
  .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.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .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.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .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.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .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.33333%; }

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

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 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.33333%; }

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

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 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.33333%; }

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

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 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.33333%; }

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

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

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

@media print, screen and (min-width: 50em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 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.25rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      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 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 50em) {
    .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 {
      -ms-flex-preferred-size: auto;
          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 {
      -ms-flex-preferred-size: auto;
          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 {
      -ms-flex-preferred-size: auto;
          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 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .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 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 50em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .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 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .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 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .xlarge-shrink, .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 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      height: auto; }
    .grid-y > .xxlarge-shrink, .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 {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .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: 50em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.25rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 50em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 50em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 50em) {
  .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: 50em) {
    .grid-margin-y {
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.25rem);
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 50em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.25rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.25rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.25rem); } }
  @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.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.25rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.25rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.25rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.25rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.25rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.25rem); } }

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

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

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

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.25rem 0;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  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: #166238;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #135330;
    color: #fefefe; }
  .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: #000000;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: black;
    color: #fefefe; }
  .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: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .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: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .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: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .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: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.whiteness, .button.whiteness.disabled, .button.whiteness[disabled], .button.whiteness.disabled:hover, .button.whiteness[disabled]:hover, .button.whiteness.disabled:focus, .button.whiteness[disabled]:focus {
    background-color: #ffffff;
    color: #0a0a0a; }
  .button.whiteness:hover, .button.whiteness:focus {
    background-color: #cccccc;
    color: #0a0a0a; }
  .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: 2px solid #166238;
    color: #166238; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #166238;
    color: #166238; }
  .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: 2px solid #000000;
    color: #000000; }
  .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: 2px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #767676;
    color: #767676; }
  .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: 2px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #3adb76;
    color: #3adb76; }
  .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: 2px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #ffae00;
    color: #ffae00; }
  .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: 2px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #cc4b37;
    color: #cc4b37; }
  .button.hollow.whiteness, .button.hollow.whiteness.disabled, .button.hollow.whiteness[disabled], .button.hollow.whiteness.disabled:hover, .button.hollow.whiteness[disabled]:hover, .button.hollow.whiteness.disabled:focus, .button.hollow.whiteness[disabled]:focus {
    border: 2px solid #ffffff;
    color: #ffffff; }
  .button.hollow.whiteness:hover, .button.hollow.whiteness:focus {
    border-color: white;
    color: white; }
  .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: #166238; }
  .button.clear:hover, .button.clear:focus {
    color: #166238; }
  .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: #000000; }
  .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: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #767676; }
  .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: #3adb76; }
  .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: #ffae00; }
  .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: #cc4b37; }
  .button.clear.whiteness, .button.clear.whiteness.disabled, .button.clear.whiteness[disabled], .button.clear.whiteness.disabled:hover, .button.clear.whiteness[disabled]:hover, .button.clear.whiteness.disabled:focus, .button.clear.whiteness[disabled]:focus {
    color: #ffffff; }
  .button.clear.whiteness:hover, .button.clear.whiteness:focus {
    color: white; }
  .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: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 0.625rem; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #166238; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .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.dropdown.hollow.whiteness::after, .button.dropdown.clear.whiteness::after {
    border-top-color: #ffffff; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        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;
    -ms-flex: 0 0 auto;
        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 {
    -ms-flex: 1 1 0px;
        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: #000000;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: black;
    color: #fefefe; }
  .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: #767676;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .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: #0a0a0a; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .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: #0a0a0a; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .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: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button-group.whiteness .button, .button-group.whiteness .button.disabled, .button-group.whiteness .button[disabled], .button-group.whiteness .button.disabled:hover, .button-group.whiteness .button[disabled]:hover, .button-group.whiteness .button.disabled:focus, .button-group.whiteness .button[disabled]:focus {
    background-color: #ffffff;
    color: #0a0a0a; }
  .button-group.whiteness .button:hover, .button-group.whiteness .button:focus {
    background-color: #cccccc;
    color: #0a0a0a; }
  .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: 2px solid #166238;
    color: #166238; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #166238;
    color: #166238; }
  .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: 2px solid #000000;
    color: #000000; }
  .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: 2px solid #767676;
    color: #767676; }
  .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: #767676;
    color: #767676; }
  .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: 2px 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: #3adb76;
    color: #3adb76; }
  .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: 2px 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: #ffae00;
    color: #ffae00; }
  .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: 2px 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: #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.whiteness .button, .button-group.hollow.whiteness .button.disabled, .button-group.hollow.whiteness .button[disabled], .button-group.hollow.whiteness .button.disabled:hover, .button-group.hollow.whiteness .button[disabled]:hover, .button-group.hollow.whiteness .button.disabled:focus, .button-group.hollow.whiteness .button[disabled]:focus, .button-group.hollow .button.whiteness, .button-group.hollow .button.whiteness.disabled, .button-group.hollow .button.whiteness[disabled], .button-group.hollow .button.whiteness.disabled:hover, .button-group.hollow .button.whiteness[disabled]:hover, .button-group.hollow .button.whiteness.disabled:focus, .button-group.hollow .button.whiteness[disabled]:focus {
    border: 2px solid #ffffff;
    color: #ffffff; }
  .button-group.hollow.whiteness .button:hover, .button-group.hollow.whiteness .button:focus, .button-group.hollow .button.whiteness:hover, .button-group.hollow .button.whiteness:focus {
    border-color: white;
    color: white; }
  .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: #166238; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #166238; }
  .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: #000000; }
  .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: #767676; }
  .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: #767676; }
  .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: #3adb76; }
  .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: #ffae00; }
  .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: #cc4b37; }
  .button-group.clear.whiteness .button, .button-group.clear.whiteness .button.disabled, .button-group.clear.whiteness .button[disabled], .button-group.clear.whiteness .button.disabled:hover, .button-group.clear.whiteness .button[disabled]:hover, .button-group.clear.whiteness .button.disabled:focus, .button-group.clear.whiteness .button[disabled]:focus, .button-group.clear .button.whiteness, .button-group.clear .button.whiteness.disabled, .button-group.clear .button.whiteness[disabled], .button-group.clear .button.whiteness.disabled:hover, .button-group.clear .button.whiteness[disabled]:hover, .button-group.clear .button.whiteness.disabled:focus, .button-group.clear .button.whiteness[disabled]:focus {
    color: #ffffff; }
  .button-group.clear.whiteness .button:hover, .button-group.clear.whiteness .button:focus, .button-group.clear .button.whiteness:hover, .button-group.clear .button.whiteness:focus {
    color: white; }
  .button-group.no-gaps .button {
    margin-right: -0.125rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          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 {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
  @media print, screen and (min-width: 50em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 49.99875em) {
    .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; } }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #000000;
  color: #fefefe; }
  .label.primary {
    background: #000000;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }
  .label.whiteness {
    background: #ffffff;
    color: #0a0a0a; }

.progress {
  height: 1rem;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background-color: #D9D9D6; }
  .progress.primary .progress-meter {
    background-color: #000000; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }
  .progress.whiteness .progress-meter {
    background-color: #ffffff; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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: #000000;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      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;
  -ms-transform: scale(1, -1);
      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;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.switch {
  position: relative;
  margin-bottom: 1.25rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
      -ms-user-select: none;
          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: #D9D9D6;
  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: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #000000; }
    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-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-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; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.25rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

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

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d9d9d9;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.whiteness {
    background-color: white;
    color: #0a0a0a; }
  .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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1.25rem;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

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

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #D9D9D6;
  border-radius: 0;
  background-color: #fefefe;
  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; }

.pagination {
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        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: 50em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #EFEFEF; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #000000;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #D9D9D6;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.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: "»"; }

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .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 #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-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: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-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 #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-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 #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-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%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  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 #EFEFEF;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #EFEFEF; }
  .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 #EFEFEF;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #EFEFEF; }

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

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

.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(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 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: #D9D9D6; }
    .orbit-bullets button:hover {
      background-color: #999999; }
    .orbit-bullets button.is-active {
      background-color: #999999; }

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

.tabs {
  margin: 0;
  border: 1px solid #EFEFEF;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        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: #000000; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .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: #000000; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: black; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #EFEFEF;
      color: #000000; }

.tabs-content {
  border: 1px solid #EFEFEF;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.25rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.75rem 1.25rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        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 {
    -ms-flex: 1 1 0px;
        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 {
    -ms-flex-align: center;
        align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 50em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.large-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.xlarge-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.xlarge-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.xxlarge-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.xxlarge-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    -ms-flex-flow: row nowrap;
        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 {
    -ms-flex-flow: row nowrap;
        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 {
    -ms-flex-flow: column nowrap;
        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 {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -ms-flex-flow: column nowrap;
        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 {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #000000;
    color: #fefefe; }
  .menu .active > a {
    background: #000000;
    color: #fefefe; }
  .menu.align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -ms-flex-pack: start;
          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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu.align-center li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.75rem 1.25rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center; }
  .menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -ms-flex-pack: start;
          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: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #D9D9D6;
    box-shadow: 0 7px 0 #D9D9D6, 0 14px 0 #D9D9D6; }

.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: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #999999;
    box-shadow: 0 7px 0 #999999, 0 14px 0 #999999; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.75rem 1.25rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.75rem 1.25rem; }

.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: #000000 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 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      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: #000000 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
      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; }

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

.drilldown a {
  padding: 0.75rem 1.25rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.75rem 1.25rem; }

.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 #000000;
    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 #003d1b;
  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 #003d1b 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 #000000 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.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: #003d1b transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.75rem 1.25rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #000000; }

.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 #003d1b 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 #003d1b; }

@media print, screen and (min-width: 50em) {
  .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: #003d1b 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 #003d1b 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 #003d1b; } }

@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: #003d1b 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 #003d1b 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 #003d1b; } }

@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: #003d1b 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 #003d1b 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 #003d1b; } }

@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: #003d1b 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 #003d1b 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 #003d1b; } }

.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 #D9D9D6;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.75rem 1.25rem; }
  .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 #003d1b 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 #003d1b; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.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(254, 254, 254, 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: #EFEFEF; }
  [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(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #EFEFEF; }
  [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(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -ms-transform: none;
      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 {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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 {
    -ms-transform: none;
        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 {
      -ms-transform: none;
          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: 50em) {
  .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;
      -ms-transform: 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;
      -ms-transform: 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;
      -ms-transform: 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;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

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: 500000000000000;
  display: none;
  background-color: rgba(254, 254, 254, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.reveal {
  z-index: 500000000000001;
  backface-visibility: hidden;
  display: none;
  padding: 1.25rem;
  border: 1px solid #D9D9D6;
  border-radius: 0;
  background-color: #fefefe;
  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: 50em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal {
      width: 600px;
      max-width: 62.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal.tiny {
      width: 30%;
      max-width: 62.5rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.small {
      width: 50%;
      max-width: 62.5rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.large {
      width: 90%;
      max-width: 62.5rem; } }
  .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: 49.99875em) {
    .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; }

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

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

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

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

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

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.25rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .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 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 50em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-xlarge {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0; }

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

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

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

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

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

@media screen and (max-width: 49.99875em), 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; }

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

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

.text-wrap {
  word-wrap: break-word !important; }

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

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

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

.text-overline {
  text-decoration: overline !important; }

.text-underline {
  text-decoration: underline !important; }

.text-line-through {
  text-decoration: line-through !important; }

.font-wide {
  letter-spacing: 0.25rem; }

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: 700; }

.font-italic {
  font-style: italic !important; }

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded {
  border-radius: 5000px !important; }
  .rounded .switch-paddle {
    border-radius: 5000px !important; }
    .rounded .switch-paddle:after {
      border-radius: 50%; }

.radius {
  border-radius: 0.1875rem; }

.bordered {
  border: 0.0625rem solid #D9D9D6; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: '';
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: '';
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent; }

.separator-center {
  text-align: center !important; }
  .separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .separator-center::after {
    clear: both; }
  .separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #000000;
    margin: 1.25rem auto 0; }

.separator-left {
  text-align: left !important; }
  .separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .separator-left::after {
    clear: both; }
  .separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #000000;
    margin: 1.25rem auto 0;
    margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }
  .separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .separator-right::after {
    clear: both; }
  .separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #000000;
    margin: 1.25rem auto 0;
    margin-right: 0 !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch; }

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch; }

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

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

.display-table {
  display: table !important; }

.display-table-cell {
  display: table-cell !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.border-box {
  box-sizing: border-box !important; }

.border-none {
  border: 0 !important; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

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

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-0 {
  padding: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin: 1.25rem !important; }

.margin-top-1 {
  margin-top: 1.25rem !important; }

.margin-right-1 {
  margin-right: 1.25rem !important; }

.margin-bottom-1 {
  margin-bottom: 1.25rem !important; }

.margin-left-1 {
  margin-left: 1.25rem !important; }

.margin-horizontal-1 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }

.margin-vertical-1 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.padding-1 {
  padding: 1.25rem !important; }

.padding-top-1 {
  padding-top: 1.25rem !important; }

.padding-right-1 {
  padding-right: 1.25rem !important; }

.padding-bottom-1 {
  padding-bottom: 1.25rem !important; }

.padding-left-1 {
  padding-left: 1.25rem !important; }

.padding-horizontal-1 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }

.padding-vertical-1 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.margin-2 {
  margin: 2.5rem !important; }

.margin-top-2 {
  margin-top: 2.5rem !important; }

.margin-right-2 {
  margin-right: 2.5rem !important; }

.margin-bottom-2 {
  margin-bottom: 2.5rem !important; }

.margin-left-2 {
  margin-left: 2.5rem !important; }

.margin-horizontal-2 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.margin-vertical-2 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.padding-2 {
  padding: 2.5rem !important; }

.padding-top-2 {
  padding-top: 2.5rem !important; }

.padding-right-2 {
  padding-right: 2.5rem !important; }

.padding-bottom-2 {
  padding-bottom: 2.5rem !important; }

.padding-left-2 {
  padding-left: 2.5rem !important; }

.padding-horizontal-2 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.padding-vertical-2 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.margin-3 {
  margin: 3.75rem !important; }

.margin-top-3 {
  margin-top: 3.75rem !important; }

.margin-right-3 {
  margin-right: 3.75rem !important; }

.margin-bottom-3 {
  margin-bottom: 3.75rem !important; }

.margin-left-3 {
  margin-left: 3.75rem !important; }

.margin-horizontal-3 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.margin-vertical-3 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.padding-3 {
  padding: 3.75rem !important; }

.padding-top-3 {
  padding-top: 3.75rem !important; }

.padding-right-3 {
  padding-right: 3.75rem !important; }

.padding-bottom-3 {
  padding-bottom: 3.75rem !important; }

.padding-left-3 {
  padding-left: 3.75rem !important; }

.padding-horizontal-3 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.padding-vertical-3 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.eot");
  src: local("Georgia"), url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.eot");
  src: local("Georgia"), url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia-Bold.eot");
  src: local("../fonts/Georgia Bold"), local("Georgia-Bold"), url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Bold.woff2") format("woff2"), url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.ttf") format("truetype"), url("../fonts/Georgia-Bold.svg#Georgia") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Tahoma';
  src: url("../fonts/tahoma.eot");
  src: url("../fonts/tahoma.woff2") format("woff2"), url("../fonts/tahoma.eot?#iefix") format("embedded-opentype"), url("../fonts/tahoma.woff") format("woff"), url("../fonts/tahoma.ttf") format("truetype"), url("../fonts/tahoma.svg#Tahoma") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Tahoma';
  src: url("../fonts/tahoma-regular.eot");
  src: url("../fonts/tahoma-regular.woff2") format("woff2"), url("../fonts/tahoma-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/tahoma-regular.woff") format("woff"), url("../fonts/tahoma-regular.ttf") format("truetype"), url("../fonts/tahoma-regular.svg#Tahoma") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Bold"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: 600; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  box-sizing: border-box; }

.beer-slider img, .beer-slider svg {
  vertical-align: bottom; }

.beer-slider > * {
  height: 100%; }

.beer-slider > img {
  max-width: 100%;
  height: auto; }

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s; }

.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
  height: 100%; }

.beer-reveal > img:first-child {
  height: auto; }

.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto; }

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh; }

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh; }

.beer-range::-ms-tooltip {
  display: none; }

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s; }

.beer-handle:before, .beer-handle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0; }

.beer-handle:before {
  left: 10px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.beer-handle:after {
  right: 0;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75); }

.beer-slider[data-beer-label]:after {
  right: 1.5rem; }

.beer-reveal[data-beer-label]:after {
  left: 1.5rem; }

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none; }

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  box-sizing: content-box;
  display: none; }
  .scroll-element div {
    box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.m-t-0 {
  margin-top: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

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

.p-t-5 {
  padding-top: 5px !important; }

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

.p-b-5 {
  padding-bottom: 5px !important; }

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

.p-l-5 {
  padding-left: 5px !important; }

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

.p-r-5 {
  padding-right: 5px !important; }

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

.p-t-10 {
  padding-top: 10px !important; }

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

.p-b-10 {
  padding-bottom: 10px !important; }

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

.p-l-10 {
  padding-left: 10px !important; }

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

.p-r-10 {
  padding-right: 10px !important; }

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

.p-t-20 {
  padding-top: 20px !important; }

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

.p-b-20 {
  padding-bottom: 20px !important; }

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

.p-l-20 {
  padding-left: 20px !important; }

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

.p-r-20 {
  padding-right: 20px !important; }

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

.p-t-30 {
  padding-top: 30px !important; }

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

.p-b-30 {
  padding-bottom: 30px !important; }

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

.p-l-30 {
  padding-left: 30px !important; }

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

.p-r-30 {
  padding-right: 30px !important; }

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

.p-t-40 {
  padding-top: 40px !important; }

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

.p-b-40 {
  padding-bottom: 40px !important; }

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

.p-l-40 {
  padding-left: 40px !important; }

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

.p-r-40 {
  padding-right: 40px !important; }

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

.p-t-60 {
  padding-top: 60px !important; }

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

.p-b-60 {
  padding-bottom: 60px !important; }

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

.p-l-60 {
  padding-left: 60px !important; }

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

.p-r-60 {
  padding-right: 60px !important; }

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

.p-t-80 {
  padding-top: 80px !important; }

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

.p-b-80 {
  padding-bottom: 80px !important; }

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

.p-l-80 {
  padding-left: 80px !important; }

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

.p-r-80 {
  padding-right: 80px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

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

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

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

.all-content-white *,
.all-content-white p,
.all-content-white h1, .all-content-white h2, .all-content-white h3, .all-content-white h4, .all-content-white h5, .all-content-white h6,
.all-content-white ul li,
.all-content-white ol li,
.all-content-white span {
  color: #fff; }

.bg-la-palma {
  background-color: #003d1b; }

.bg-saltpan {
  background-color: #F0F4E4; }

.color-dg,
.color-dg * {
  color: #166238; }

.color-lg,
.color-lg * {
  color: #166238; }

.color-red,
.color-red * {
  color: #A01A27; }

.extend_ff_georgia, h1, .opc-h1, .opc-h1 *,
h2, .opc-h2, .opc-h2 *,
h3, .opc-h3, .opc-h3 *,
h4, .opc-h4, .opc-h4 *,
h5, .opc-h5, .opc-h5 *, .search__block .input-box input[type="text"], .product__block--featured .media-object-section h6, .breadcrumb__section--type-2 li a,
.breadcrumb__section--type-2 li span, .filter__wrap .button__options button span, .filter__trigger span, .filter__trigger p, .qty-handler > div span.notify-in-stock,
.qty-handler > div button.notify-in-stock, .qty-handler.with-label label, .notify_instock_modal h2, .notify_instock_modal div.product span.name, .header__top .icon h6, .products-dropdown .recent-links a, footer .footer__links--top p {
  font-family: "Georgia", serif; }

.extend_ff_tahoma, body,
body p, h6, .opc-h6, .opc-h6 *,
p.opc-small, .opc-small, .opc-small *, small, input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea, .input-box label, .button, .opc__slide--content .media-object-section small, .back-link, .coupon__code > div input[type="submit"], .input-estimate > div input[type="submit"], .input-estimate > div input[type="button"], .input-estimate > div button[type="submit"], .input-estimate > div button[type="button"], .login__block h4, .checkout__shipping-method--block .bg-saltpan h4, .checkout__form h5,
.braintree-hosted-fields-wrapper h5, footer .footer__links--bottom a, footer .footer__copyrights p {
  font-family: "Roboto", sans-serif; }

.extend_ff_segoe_ui {
  font-family: "SegoeUI", sans-serif; }

.extend-float-left-block,
.extend-float-right-block,
.extend-float-left-block-wfw,
.input-box,
.checkout__form,
.braintree-hosted-fields-wrapper,
.product__shop--title,
.product__shop--configs,
.product__shop--configs--option,
.product__shop--product-title,
.product__shop--sub-product-title,
.product__shop--sub-product,
.main_checkout .checkout__billing--heding,
.main_checkout .checkout__shipping--heding,
.main_checkout .checkout__options--heding,
.header__top,
.header__bottom,
.extend-float-right-block-wfw {
  display: block; }

.extend-float-left-block {
  float: left; }

.extend-float-right-block {
  float: right; }


.extend-float-left-block-wfw,
.input-box,
.checkout__form,
.braintree-hosted-fields-wrapper,
.product__shop--title,
.product__shop--configs,
.product__shop--configs--option,
.product__shop--product-title,
.product__shop--sub-product-title,
.product__shop--sub-product,
.main_checkout .checkout__billing--heding,
.main_checkout .checkout__shipping--heding,
.main_checkout .checkout__options--heding,
.header__top,
.header__bottom {
  float: left;
  width: 100%; }

.extend-float-right-block-wfw {
  float: right;
  width: 100%; }

@media (min-width: 768px) {
  .extend-float-ld-cm {
    float: left; } }

@media (max-width: 767px) {
  .extend-float-ld-cm {
    float: none;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .extend-float-rd-cm {
    float: right; } }

@media (max-width: 767px) {
  .extend-float-rd-cm {
    float: none;
    margin: 0 auto; } }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 40px;
  height: 40px;
  top: 58%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
  z-index: 2; }
  .slick-slider .slick-prev:before, .slick-slider .slick-prev.slick-disabled,
  .slick-slider .slick-next:before,
  .slick-slider .slick-next.slick-disabled {
    display: none; }

.slick-slider .slick-next {
  right: 20px;
  background-position: 0 -47px; }
  .slick-slider .slick-next:hover {
    background-position: 0 -47px; }

.slick-slider .slick-prev {
  left: 20px;
  background-position: 0 0; }
  .slick-slider .slick-prev:hover {
    background-position: 0 0; }

.extend_form_fields_arrow,
select {
  background-image: url(../images/icons/drop-down-arrow.png);
  background-repeat: no-repeat; }

.extend_stripe_images, .slick-slider .slick-prev,
.slick-slider .slick-next, .search__block .input-box input[type="submit"], .opc__slide--content .media-object:after, .header__bottom .dropdown__tools *[data-toggle-trigger] h4:after {
  background-repeat: no-repeat;
  background-image: url(../images/icons/sprite.png);
  background-size: auto;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

html,
body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0 !important; }

header,
footer,
main {
  width: 100%;
  float: left; }

a {
  text-decoration: none !important; }

ul,
ol {
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"][disabled],
  button[disabled] {
    cursor: not-allowed; }

iframe {
  box-shadow: none !important;
  border-width: 0 !important; }

.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.margin-0 {
  margin: 0 !important; }

.mfp-ready {
  z-index: 50000 !important; }

.bottom-margin-respond {
  margin: 0 0 20px 0 !important; }
  @media print, screen and (min-width: 64em) {
    .bottom-margin-respond {
      margin: 0 0 20px 0 !important; } }

.bottom-top-margin-respond {
  margin: 20px 0 !important; }
  @media print, screen and (min-width: 64em) {
    .bottom-top-margin-respond {
      margin: 20px 0 !important; } }

ul,
ol {
  margin-left: 40px;
  margin-bottom: 20px;
  list-style-type: disc; }
  .instructions-box ul, .instructions-box ol {
    list-style-type: none;
    margin-bottom: 0; }

.page_header > h1,
.page_header > h2,
.page_header > h3,
.page_header > h4,
.page_header > h5, .page_header > h6 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color: #b3960f;
  border-bottom: 1px solid #b3960f;
  line-height: normal;
  overflow: hidden; }
  .page_header > h1:after, .page_header > h2:after, .page_header > h3:after,
  .page_header > h4:after, .page_header > h5:after, .page_header > h6:after {
    display: none !important; }

video {
  width: 100%;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 50em) {
    video.gallery-video {
      max-width: 480px; } }

.float-left-img {
  margin: 0 20px 20px 0; }

.float-right-img {
  margin: 0 0 20px 20px; }

@media print, screen and (max-width: 49.99875em) {
  .float-left-img, .float-right-img {
    float: none !important;
    display: block;
    margin: 0 auto 20px auto; } }

.anchor-offset:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 110px;
  margin-top: -110px; }

.shake-seed {
  border: 1px solid #35A01A;
  padding: 20px 20px 0 20px;
  margin-top: 20px;
  border-radius: 5px; }

.media-object {
  margin-bottom: 0; }
  .media-object--section .thumbnail {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .media-object--section .thumbnail a {
      display: block; }
      .media-object--section .thumbnail a img {
        width: 100%;
        height: auto; }

.thumbnail {
  border-width: 0;
  margin: 0;
  box-shadow: none; }

body,
body p {
  font-weight: 400;
  color: #000;
  line-height: normal;
  font-size: 0.875rem; }
  @media print, screen and (min-width: 64em) {
    body,
    body p {
      font-size: 1rem; } }

h1, .opc-h1, .opc-h1 *,
h2, .opc-h2, .opc-h2 *,
h3, .opc-h3, .opc-h3 *,
h4, .opc-h4, .opc-h4 *,
h5, .opc-h5, .opc-h5 * {
  font-weight: 400; }

.font-12 {
  font-size: 0.75rem; }

@media (min-width: 51em) {
  h1, .opc-h1, .opc-h1 * {
    font-size: 1.5rem; } }

@media (max-width: 50em) {
  h1, .opc-h1, .opc-h1 * {
    font-size: 1.125rem; } }

@media (min-width: 51em) {
  h2, .opc-h2, .opc-h2 * {
    font-size: 1.375rem; } }

@media (max-width: 50em) {
  h2, .opc-h2, .opc-h2 * {
    font-size: 1.125rem; } }

@media (min-width: 51em) {
  h3, .opc-h3, .opc-h3 * {
    font-size: 1.25rem; } }

@media (max-width: 50em) {
  h3, .opc-h3, .opc-h3 * {
    font-size: 1.125rem; } }

h4, .opc-h4, .opc-h4 * {
  font-weight: 400; }

@media (min-width: 51em) {
  h4, .opc-h4, .opc-h4 * {
    font-size: 1.125rem; } }

@media (max-width: 50em) {
  h4, .opc-h4, .opc-h4 * {
    font-size: 1.125rem; } }

@media (min-width: 51em) {
  h5, .opc-h5, .opc-h5 * {
    font-size: 1rem; } }

@media (max-width: 50em) {
  h5, .opc-h5, .opc-h5 * {
    font-size: 1rem; } }

@media (min-width: 51em) {
  h6, .opc-h6, .opc-h6 * {
    font-size: 0.875rem; } }

@media (max-width: 50em) {
  h6, .opc-h6, .opc-h6 * {
    font-size: 0.875rem; } }

@media (min-width: 51em) {
  p.small, .opc-small, .opc-small *, small {
    font-size: 0.875rem;
    line-height: 0.875rem; } }

@media (max-width: 50em) {
  p.small, .opc-small, .opc-small *, small {
    font-size: 0.75rem;
    line-height: 0.75rem; } }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea {
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 17px; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea,
.braintree-hosted-field {
  min-width: 1px;
  padding-left: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #707070;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #000000;
  outline: 0 !important; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus,
  .braintree-hosted-field:focus {
    color: #000000;
    border: 1px solid #707070 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
.braintree-hosted-field {
  height: 40px; }

input[type="text"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="text"]:-moz-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="password"]::-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="url"]::-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="search"]::-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="number"]::-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="email"]::-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="email"]:-moz-placeholder {
  color: #C1C1C1; }

.input-box label {
  display: inline-block;
  margin: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 17px;
  text-align: left; }

select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: -30px 11px center; }
  select::-ms-expand {
    display: none;
    /* IE  */ }

textarea {
  resize: none; }

.help-block {
  text-align: left;
  padding-top: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #A01A27;
  display: block;
  clear: both;
  text-align: right; }

.alert {
  padding: 10px;
  background: #A01A27;
  display: block;
  clear: both; }
  .alert p {
    color: white;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin: 0; }

.input-options label,
.radio-type label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400; }

.input-options input,
.radio-type input {
  display: none; }

.input-options input + span,
.input-options input + p,
.radio-type input + span,
.radio-type input + p {
  display: block;
  padding-left: 31px;
  font-weight: bold; }
  .input-options input + span:after,
  .input-options input + p:after,
  .radio-type input + span:after,
  .radio-type input + p:after {
    content: '';
    border: 1.5px solid #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 2px; }

.input-options input:checked + span:after,
.input-options input:checked + p:after,
.radio-type input:checked + span:after,
.radio-type input:checked + p:after {
  background-color: #003d1b; }

input[type="text"][disabled], input[type="text"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="url"][disabled],
input[type="url"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="datetime"][disabled],
input[type="datetime"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="radio"][disabled],
input[type="radio"].disabled,
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
input[type="submit"][disabled],
input[type="submit"].disabled,
input[type="reset"][disabled],
input[type="reset"].disabled,
*.action.primary[disabled],
*.action.primary.disabled,
*.action.secondary[disabled],
*.action.secondary.disabled,
*.action.tertiary[disabled],
*.action.tertiary.disabled,
*.action.quartenary[disabled],
*.action.quartenary.disabled,
*.action.special[disabled],
*.action.special.disabled,
button[disabled],
button.disabled,
input[type="button"][disabled],
input[type="button"].disabled,
select[disabled],
select.disabled,
textarea[disabled],
textarea.disabled,
*[disabled],
*.disabled {
  background-color: #F6F6F6;
  border-color: #A1A1A1;
  color: #C1C1C1;
  cursor: not-allowed; }

input[type="text"][disabled]::-webkit-input-placeholder, input[type="text"][disabled]::-moz-placeholder, input[type="text"][disabled]:-ms-input-placeholder, input[type="text"][disabled]:-moz-placeholder, input[type="text"].disabled::-webkit-input-placeholder, input[type="text"].disabled::-moz-placeholder, input[type="text"].disabled:-ms-input-placeholder, input[type="text"].disabled:-moz-placeholder,
input[type="password"][disabled]::-webkit-input-placeholder,
input[type="password"][disabled]::-moz-placeholder,
input[type="password"][disabled]:-ms-input-placeholder,
input[type="password"][disabled]:-moz-placeholder,
input[type="password"].disabled::-webkit-input-placeholder,
input[type="password"].disabled::-moz-placeholder,
input[type="password"].disabled:-ms-input-placeholder,
input[type="password"].disabled:-moz-placeholder,
input[type="url"][disabled]::-webkit-input-placeholder,
input[type="url"][disabled]::-moz-placeholder,
input[type="url"][disabled]:-ms-input-placeholder,
input[type="url"][disabled]:-moz-placeholder,
input[type="url"].disabled::-webkit-input-placeholder,
input[type="url"].disabled::-moz-placeholder,
input[type="url"].disabled:-ms-input-placeholder,
input[type="url"].disabled:-moz-placeholder,
input[type="tel"][disabled]::-webkit-input-placeholder,
input[type="tel"][disabled]::-moz-placeholder,
input[type="tel"][disabled]:-ms-input-placeholder,
input[type="tel"][disabled]:-moz-placeholder,
input[type="tel"].disabled::-webkit-input-placeholder,
input[type="tel"].disabled::-moz-placeholder,
input[type="tel"].disabled:-ms-input-placeholder,
input[type="tel"].disabled:-moz-placeholder,
input[type="search"][disabled]::-webkit-input-placeholder,
input[type="search"][disabled]::-moz-placeholder,
input[type="search"][disabled]:-ms-input-placeholder,
input[type="search"][disabled]:-moz-placeholder,
input[type="search"].disabled::-webkit-input-placeholder,
input[type="search"].disabled::-moz-placeholder,
input[type="search"].disabled:-ms-input-placeholder,
input[type="search"].disabled:-moz-placeholder,
input[type="number"][disabled]::-webkit-input-placeholder,
input[type="number"][disabled]::-moz-placeholder,
input[type="number"][disabled]:-ms-input-placeholder,
input[type="number"][disabled]:-moz-placeholder,
input[type="number"].disabled::-webkit-input-placeholder,
input[type="number"].disabled::-moz-placeholder,
input[type="number"].disabled:-ms-input-placeholder,
input[type="number"].disabled:-moz-placeholder,
input[type="datetime"][disabled]::-webkit-input-placeholder,
input[type="datetime"][disabled]::-moz-placeholder,
input[type="datetime"][disabled]:-ms-input-placeholder,
input[type="datetime"][disabled]:-moz-placeholder,
input[type="datetime"].disabled::-webkit-input-placeholder,
input[type="datetime"].disabled::-moz-placeholder,
input[type="datetime"].disabled:-ms-input-placeholder,
input[type="datetime"].disabled:-moz-placeholder,
input[type="email"][disabled]::-webkit-input-placeholder,
input[type="email"][disabled]::-moz-placeholder,
input[type="email"][disabled]:-ms-input-placeholder,
input[type="email"][disabled]:-moz-placeholder,
input[type="email"].disabled::-webkit-input-placeholder,
input[type="email"].disabled::-moz-placeholder,
input[type="email"].disabled:-ms-input-placeholder,
input[type="email"].disabled:-moz-placeholder {
  color: #C1C1C1; }

input[type="text"].valid,
input[type="password"].valid,
input[type="url"].valid,
input[type="tel"].valid,
input[type="search"].valid,
input[type="number"].valid,
input[type="datetime"].valid,
input[type="email"].valid,
select.valid,
textarea.valid {
  border-color: #76b852;
  color: #76b852; }

input[type="text"].error,
input[type="password"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="search"].error,
input[type="number"].error,
input[type="datetime"].error,
input[type="email"].error,
select.error,
textarea.error {
  border-color: #d50000;
  color: #d50000; }

.fieldset {
  margin: 0; }

.search__block .input-box {
  position: relative;
  padding-right: 45px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  background-color: #fff; }
  .search__block .input-box input[type="text"],
  .search__block .input-box input[type="submit"] {
    border: none !important;
    outline: 0 !important; }
  .search__block .input-box input[type="text"] {
    height: auto;
    font-size: 1.125rem;
    padding: 16px;
    margin: 0; }
    .search__block .input-box input[type="text"]::-webkit-input-placeholder, .search__block .input-box input[type="text"]::-moz-placeholder, .search__block .input-box input[type="text"]:-ms-input-placeholder, .search__block .input-box input[type="text"]:-moz-placeholder {
      color: #B1B1B1; }
    .search__block .input-box input[type="text"]:focus {
      font-size: 1.125rem; }
  .search__block .input-box input[type="submit"] {
    background-color: transparent !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 45px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    text-indent: -999px;
    background-position: -131px 13px;
    background-size: auto;
    cursor: pointer; }
    .search__block .input-box input[type="submit"]:hover {
      background-position: -131px -47px; }
  .search__block .input-box:after {
    content: '';
    width: 1.5px;
    height: 30px;
    top: 10px;
    right: 45px;
    position: absolute;
    background-color: #000; }

@media (max-width: 768px) {
  .search-grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 21px; }
  .search__block {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #B3960F;
    border-bottom: 1px solid #B3960F; } }

.promo-slider__section .slick-list {
  margin-right: -55%; }

.promo-slider__section .img-block {
  padding-right: 20px;
  display: block; }
  .promo-slider__section .img-block img {
    width: 100%; }

.promo-slider__section .slick-slide {
  opacity: 0.5; }
  .promo-slider__section .slick-slide.slick-current {
    opacity: 1; }

.button {
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }
  .button.logout-btn {
    padding: 5px; }
  .button.notify {
    background-color: #B3960F; }
    .button.notify:hover {
      background-color: #80650f; }

*[data-toggle-trigger] {
  cursor: pointer; }

*[data-toggle-target] {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1000; }

.opc__slider--main {
  height: 400px;
  background-color: #B1B1B1;
  box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 50em) {
    .opc__slider--main {
      height: 600px; } }

.opc__slide {
  position: relative;
  background-size: cover !important;
  height: 400px; }
  @media print, screen and (min-width: 50em) {
    .opc__slide {
      height: 600px; } }
  .opc__slide.slide_one {
    background: url("../images/main-banner-slider/mobile-main-banner-slider-a.png") center center no-repeat; }
    @media print, screen and (min-width: 50em) {
      .opc__slide.slide_one {
        background: url("../images/main-banner-slider/main-banner-slider-a.png") center center no-repeat; } }
  .opc__slide.slide_two {
    background: url("../images/main-banner-slider/mobile-main-banner-slider-b.png") center center no-repeat; }
    @media print, screen and (min-width: 50em) {
      .opc__slide.slide_two {
        background: url("../images/main-banner-slider/main-banner-slider-b.jpg") center center no-repeat; } }
  .opc__slide.slide_three {
    background: url("../images/main-banner-slider/mobile-main-banner-slider-c.png") center center no-repeat; }
    @media print, screen and (min-width: 50em) {
      .opc__slide.slide_three {
        background: url("../images/main-banner-slider/main-banner-slider-c.jpg") center center no-repeat; } }
  .opc__slide.slide_four {
    background: url("../images/main-banner-slider/mobile-main-banner-slider-d.png") center center no-repeat; }
    @media print, screen and (min-width: 50em) {
      .opc__slide.slide_four {
        background: url("../images/main-banner-slider/main-banner-slider-d.jpg") center center no-repeat; } }
  .opc__slide.slide_five {
    background: url("../images/main-banner-slider/mobile-main-banner-slider-e.png") center center no-repeat; }
    @media print, screen and (min-width: 50em) {
      .opc__slide.slide_five {
        background: url("../images/main-banner-slider/main-banner-slider-e.jpg") center center no-repeat; } }
  .opc__slide--content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .opc__slide--content a {
      display: block;
      width: 100%;
      max-width: 436px; }
    .opc__slide--content .media-object {
      background-color: rgba(255, 255, 255, 0.85);
      border-radius: 6px;
      padding: 20px 50px 20px 20px;
      position: relative;
      height: 100px;
      line-height: 1rem; }
      .opc__slide--content .media-object-section:first-child {
        padding-right: 20px; }
      .opc__slide--content .media-object-section h3 {
        margin: 0;
        color: #003d1b; }
      .opc__slide--content .media-object-section small {
        color: #000; }
      .opc__slide--content .media-object:after {
        content: '';
        width: 10px;
        height: 14px;
        display: block;
        top: 0;
        bottom: 0;
        right: 20px;
        position: absolute;
        margin-top: auto;
        margin-bottom: auto;
        background-position: -105px -20px; }
    .opc__slide--content a:hover .media-object-section h3 {
      color: #166238; }

@media (max-width: 800px) {
  .opc__slide--content {
    bottom: 20px; }
    .opc__slide--content a {
      max-width: 100%; }
    .opc__slide--content .media-object {
      padding: 18px 40px 8px 20px;
      min-height: 100px; }
    .opc__slide--content .media-object-section h3 {
      line-height: 15px; }
    .opc__slide--content .media-object-section small {
      font-family: "Georgia", serif; }
  .slick-prev,
  .slick-next {
    display: none !important; } }

.promo-slider__heading {
  padding: 20px 0; }
  @media print, screen and (min-width: 64em) {
    .promo-slider__heading {
      padding: 40px 0; } }

.opc__banner--large {
  box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  height: 300px;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
  background: url("../images/inner-banners/small_heading.jpg") center center; }
  .opc__banner--large > div {
    width: 100%;
    height: 300px;
    background-position: center center !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0; }
  @media print, screen and (min-width: 64em) {
    .opc__banner--large {
      height: 400px;
      background: url("../images/inner-banners/large_heading.jpg") center center; }
      .opc__banner--large > div {
        height: 400px; } }
  @media screen and (min-width: 90em) {
    .opc__banner--large {
      height: 500px; }
      .opc__banner--large > div {
        height: 500px; } }

.opc__banner--small {
  height: 120px;
  background-position: center center;
  background: url("../images/inner-banners/large_heading.jpg") bottom center;
  background-size: cover;
  box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 8px 2px rgba(0, 0, 0, 0.2); }
  .opc__banner--small > div {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center !important;
    background-size: cover !important; }

@media (max-width: 638px) {
  .opc__banner--small {
    height: 120px; } }

.section__heading--type-1 h1, .section__heading--type-1 .opc-h1,
.section__heading--type-1 h2, .section__heading--type-1 .opc-h2,
.section__heading--type-1 h3, .section__heading--type-1 .opc-h3,
.section__heading--type-1 h4, .section__heading--type-1 .opc-h4,
.section__heading--type-1 h5, .section__heading--type-1 .opc-h5 {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .section__heading--type-1 h1 span, .section__heading--type-1 .opc-h1 span,
  .section__heading--type-1 h2 span, .section__heading--type-1 .opc-h2 span,
  .section__heading--type-1 h3 span, .section__heading--type-1 .opc-h3 span,
  .section__heading--type-1 h4 span, .section__heading--type-1 .opc-h4 span,
  .section__heading--type-1 h5 span, .section__heading--type-1 .opc-h5 span {
    display: block;
    float: left;
    position: relative;
    padding: 0 20px 0 0;
    background-color: #fff;
    color: #B3960F;
    z-index: 2; }
  .section__heading--type-1 h1:after, .section__heading--type-1 .opc-h1:after,
  .section__heading--type-1 h2:after, .section__heading--type-1 .opc-h2:after,
  .section__heading--type-1 h3:after, .section__heading--type-1 .opc-h3:after,
  .section__heading--type-1 h4:after, .section__heading--type-1 .opc-h4:after,
  .section__heading--type-1 h5:after, .section__heading--type-1 .opc-h5:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-color: #B3960F;
    z-index: 1; }

.section__heading--type-1 h2, .section__heading--type-1 .opc-h2 {
  margin-bottom: 20px; }

*.color-lg a:hover,
*.color-lg a *:hover,
a.color-lg:hover,
a.color-lg *:hover,
a *.color-lg:hover {
  color: #166238; }

*.color-dg a:hover,
*.color-dg a *:hover,
a.color-dg:hover,
a.color-dg *:hover,
a *.color-dg:hover {
  color: #003d1b; }

.back-link svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 3px; }
  .back-link svg .cls-1-1 {
    fill: #166238; }
  .back-link svg .cls-2-2 {
    fill: #fff;
    fill-rule: evenodd; }

.back-link:hover svg .cls-1-1 {
  fill: #166238; }

.category__block .card {
  border: 1px solid #F0F4E4;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 5px; }
  .category__block .card-section {
    padding: 0; }
  .category__block .card-section-details {
    padding: 10px; }
  .category__block .card-section-img a {
    display: block; }
  .category__block .card-section-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
    @media print, screen and (min-width: 50em) {
      .category__block .card-section-img img {
        border-radius: 5px 5px 0 0; } }

@media (max-width: 800px) {
  .category__block {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    line-height: normal;
    height: 40px !important; }
    .category__block .card {
      display: inline-block;
      width: 100%;
      border: none; }
      .category__block .card-section {
        display: block;
        float: left; }
      .category__block .card-section-img {
        width: 40px; }
        .category__block .card-section-img img {
          border-radius: 5px; }
      .category__block .card-section-details {
        width: calc(100% - 40px);
        padding: 10px 11px 6px;
        text-align: left; }
    .category__block:last-of-type {
      margin-bottom: 10px !important; } }

.product__block .media-object-section:first-child {
  padding: 0;
  margin-right: 20px; }

.product__block .media-object-section h2 {
  margin-bottom: 5px; }

.product__block .media-object-section h4 {
  margin: -4px 0 -1px;
  font-family: "Tahoma", sans-serif;
  font-size: inherit; }

.product__block .media-object .thumbnail img {
  width: 150px;
  height: auto !important; }

.product__block .media-object .thumbnail a {
  display: block; }

.product__block .media-object .price {
  font-weight: bold;
  margin-bottom: 5px; }

.product__block .media-object .button {
  width: auto; }

.product__specification p {
  margin-bottom: 2px; }

@media (max-width: 638px) {
  .product__block .media-object-section:first-child {
    width: 75px; }
  .product__block .media-object .thumbnail img {
    width: 75px !important; }
  .product__block .product__specification p.price {
    margin: 2px 0; } }

.fetured__products--section {
  margin: 6px 0 11px; }

.product__block--featured {
  margin: 0 0 10px; }
  .product__block--featured .media-object {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    border: 1px solid #003d1b;
    height: 65px; }
    .product__block--featured .media-object-section {
      padding: 0; }
      .product__block--featured .media-object-section:first-child {
        margin-right: 20px; }
        .product__block--featured .media-object-section:first-child * {
          vertical-align: middle; }
        .product__block--featured .media-object-section:first-child .thumbnail {
          width: 65px;
          height: 65px; }
          .product__block--featured .media-object-section:first-child .thumbnail a {
            display: block; }
          .product__block--featured .media-object-section:first-child .thumbnail img {
            width: 100%;
            height: 100%; }
      .product__block--featured .media-object-section h6 {
        padding-right: 50px;
        margin-top: 14px;
        font-weight: 400;
        letter-spacing: 0.9px;
        line-height: 19px; }

@media (max-width: 638px) {
  .fetured__products--section {
    margin: 0 0 13px; }
  .product__block--featured {
    margin: 0 0 6px; }
    .product__block--featured .media-object {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      overflow: visible;
      border: none;
      height: auto; }
      .product__block--featured .media-object-section {
        padding: 0; }
        .product__block--featured .media-object-section:first-child {
          margin-right: 11px; }
          .product__block--featured .media-object-section:first-child .thumbnail {
            width: 40px;
            height: 40px; }
        .product__block--featured .media-object-section h6 {
          padding-right: 0;
          margin-top: 10px;
          font-size: 18px;
          letter-spacing: 0.9px;
          line-height: 21px; } }

@media (min-width: 639px) and (max-width: 800px) {
  .product__block--featured {
    width: 32.333% !important; }
  .product__block--featured:nth-child(2), .product__block--featured:nth-child(3) {
    margin-left: 1.5%; } }

.breadcrumb__section {
  padding-top: 30px; }
  .breadcrumb__section ul {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
    list-style-type: none !important; }
    .breadcrumb__section ul li {
      background-color: #fff;
      float: left;
      position: relative;
      z-index: 2; }
      .breadcrumb__section ul li span:not(.separation) {
        color: #B3960F;
        display: inline-block;
        padding-right: 20px; }
      .breadcrumb__section ul li .separation {
        margin: 0 6px 0 1px; }
      .breadcrumb__section ul li h1, .breadcrumb__section ul li h2 {
        display: inline; }
    .breadcrumb__section ul:after {
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      background-color: #B3960F;
      z-index: 1; }
  .breadcrumb__section .grid-container .grid-x .opc-h1 * {
    line-height: 23px; }
  .breadcrumb__section p {
    margin-bottom: 16px; }

@media (max-width: 638px) {
  .breadcrumb__section {
    padding-top: 20px; }
    .breadcrumb__section ul {
      margin-bottom: 19px; }
    .breadcrumb__section p {
      margin-bottom: 26px; }
    .breadcrumb__section .grid-container .grid-x .opc-h1 * {
      line-height: 16px; }
    .breadcrumb__section--type-2 ul * {
      line-height: 18px; } }

.breadcrumb__section--type-2 {
  padding-top: 20px;
  padding-bottom: 20px; }
  .breadcrumb__section--type-2 ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style-type: none; }
  .breadcrumb__section--type-2 li {
    float: left;
    margin-right: 10px; }
    .breadcrumb__section--type-2 li a svg {
      top: 3px;
      margin-right: 7px; }
    .breadcrumb__section--type-2 li p {
      margin: 2px 0 0 0;
      font-size: 14px;
      color: #166238; }
  .breadcrumb__section--type-2 .separation {
    margin: 0; }

@media (max-width: 638px) {
  .breadcrumb__section--type-2 {
    padding-top: 17px;
    padding-bottom: 18px; }
    .breadcrumb__section--type-2 li:first-child a {
      margin-left: 0; } }

@media (min-width: 639px) and (max-width: 800px) {
  .breadcrumb__section--type-2 {
    padding-top: 17px;
    padding-bottom: 18px; } }

.filter__section {
  margin: 0 0 7px; }

.filter__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin-bottom: 20px; }
  .filter__wrap .icon {
    width: 14px;
    height: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto; }
  .filter__wrap .button__options {
    float: left;
    width: 80px; }
    .filter__wrap .button__options > div {
      float: left; }
      .filter__wrap .button__options > div.search {
        border-right: 1px solid #003d1b; }
    .filter__wrap .button__options button {
      background-color: transparent;
      cursor: pointer;
      height: 74px;
      border: none;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
      .filter__wrap .button__options button img,
      .filter__wrap .button__options button svg {
        height: 30px;
        width: auto; }
      .filter__wrap .button__options button span {
        font-weight: 400;
        width: 100%;
        float: left;
        margin-top: 6px;
        text-transform: uppercase;
        font-size: 0.75rem; }
      .filter__wrap .button__options button:hover span {
        color: #166238 !important; }

.filter__option {
  width: 100%;
  float: left;
  position: relative; }

.filter__trigger {
  position: relative;
  border-top: 2px solid gold;
  height: 74px;
  padding: 16px 19px 14px; }
  .filter__trigger span {
    font-weight: bold;
    width: 100%;
    float: left; }
  .filter__trigger p {
    font-size: 14px; }

.filter__target {
  top: calc(100% - 20px);
  left: 1px;
  right: 1px;
  padding: 0px 20px 10px;
  background: white; }
  .filter__target label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    line-height: normal; }
    .filter__target label input {
      display: none; }
    .filter__target label span {
      display: block;
      padding-left: 35px;
      font-weight: bold;
      height: 20px; }
      .filter__target label span:after {
        content: '';
        border: 2px solid #166238;
        width: 20px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0; }
    .filter__target label input:checked + span:after {
      background: url(../images/icons/filter-icons/tick.svg) no-repeat;
      background-size: 16px 9px;
      background-position: center; }

.filter__reset {
  width: 75%;
  margin: auto; }

.filter__button {
  background-color: #003d1b;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  height: 35px; }
  .filter__button:hover {
    background-color: #166238; }

.button-span-text {
  color: white;
  text-transform: uppercase;
  font-size: 0.75rem; }

.filter__container {
  width: 15rem; }

@media (max-width: 800px) {
  .product_search_container {
    -ms-flex-direction: column;
        flex-direction: column; }
  .filter__container {
    width: 100%; }
  .filter__button {
    border-radius: 0 0 5px 5px;
    margin-top: 0px;
    background-color: rgba(53, 160, 26, 0.8); }
  .filter__reset {
    width: 100%; }
  .filter__wrap {
    background: none; }
    .filter__wrap .icon {
      width: 14px;
      height: auto;
      top: 3px;
      bottom: 0;
      right: 20px;
      position: absolute;
      margin-top: auto;
      margin-bottom: auto; }
    .filter__wrap .button__options {
      float: left;
      width: 100%;
      background: #fafbf9;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafbf9), color-stop(47%, #f6f6f6), color-stop(100%, #f0f4e4));
      background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#f0f4e4', GradientType=0 ); }
      .filter__wrap .button__options > div {
        width: 100%;
        float: left; }
        .filter__wrap .button__options > div.search {
          border-right: 1px solid #003d1b; }
      .filter__wrap .button__options button {
        background-color: rgba(53, 160, 26, 0.85);
        border-radius: 0 0 5px 5px;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        width: 100%;
        text-align: center;
        margin-top: 0; }
        .filter__wrap .button__options button img,
        .filter__wrap .button__options button svg {
          height: 20px;
          width: auto;
          top: -3px;
          left: -2px;
          position: relative; }
        .filter__wrap .button__options button span {
          width: auto;
          float: none;
          margin-top: 5px;
          margin-left: 3px;
          font-size: 1rem;
          display: inline-block; }
  .filter__option {
    width: 100%;
    background: #f0f4e4;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f0f4e4), color-stop(23%, rgba(246, 246, 246, 0.99)), color-stop(59%, rgba(250, 250, 250, 0.97)), color-stop(100%, rgba(255, 255, 255, 0.97)));
    background: linear-gradient(to bottom, #f0f4e4 0%, rgba(246, 246, 246, 0.99) 23%, rgba(250, 250, 250, 0.97) 59%, rgba(255, 255, 255, 0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4e4', endColorstr='#ffffff', GradientType=0 ); }
  .filter__trigger {
    position: relative;
    border-right: none;
    height: 52px;
    padding: 17px 19px 18px;
    cursor: pointer;
    background: #fafbf9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafbf9), color-stop(47%, #f6f6f6), color-stop(100%, #f0f4e4));
    background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#f0f4e4', GradientType=0 );
    border-top: 2px solid rgba(255, 215, 0, 0.3); }
    .filter__trigger span {
      width: auto;
      float: none;
      display: inline-block;
      font-family: "Roboto", sans-serif; }
    .filter__trigger p {
      font-size: 16px;
      line-height: 20px; }
      .filter__trigger p span {
        font-size: 16px; }
    .filter__trigger.active {
      background: none; }
      .filter__trigger.active img {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  .filter__target {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    padding: 1px 20px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%;
    float: left;
    background-color: transparent; }
    .filter__target label {
      margin-bottom: 12px;
      padding-top: 0px; }
      .filter__target label span {
        padding-left: 31px; }
        .filter__target label span:after {
          width: 17px;
          height: 17px; }
  .filter__section .title__wrap {
    padding: 16px 20px;
    background: #fafbf9;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafbf9), color-stop(47%, #f6f6f6), color-stop(100%, #f0f4e4));
    background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#f0f4e4', GradientType=0 );
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1.5px solid #35A01A;
    margin-bottom: 20px; }
    .filter__section .title__wrap h6 {
      font-size: 14px;
      font-family: "Georgia", serif;
      font-weight: 400; }
      .filter__section .title__wrap h6:after {
        content: "";
        width: 16px;
        line-height: 16px;
        height: 16px;
        display: block;
        text-align: center;
        float: right;
        background: url("../images/icons/filter-icons/filter-closed.svg") center center no-repeat;
        background-size: 16px 16px; }
    .filter__section .title__wrap.active {
      border-bottom: none;
      border-left: none;
      border-right: none;
      border-top: 2px solid rgba(255, 215, 0, 0.3);
      margin-bottom: 0;
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0; }
      .filter__section .title__wrap.active h6:after {
        background: url("../images/icons/filter-icons/filter-open.svg") center center no-repeat;
        background-size: 16px 16px; }
  .filter__section .filter__wrap {
    display: none;
    overflow: hidden; } }

.content-available p {
  margin-bottom: 20px; }

.pagination__grid .word-order a {
  display: block;
  float: left;
  font-size: 14px;
  background-color: white; }
  .pagination__grid .word-order a:not(.all) {
    line-height: 23px;
    margin-right: 12px; }
  .pagination__grid .word-order a.all {
    margin-right: 7px;
    background-color: #003d1b;
    line-height: 24px;
    width: 34px;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase; }
    .pagination__grid .word-order a.all:hover {
      background-color: #166238; }

.pagination__grid--top {
  padding-bottom: 20px; }

.pagination__wrap {
  text-align: right; }
  .pagination__wrap a {
    display: inline-block;
    border: 1px solid #003d1b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center; }
    .pagination__wrap a[disabled] {
      background: white;
      opacity: .3; }
    .pagination__wrap a span {
      display: none; }
    .pagination__wrap a.prev-jump, .pagination__wrap a.next-jump, .pagination__wrap a.prev, .pagination__wrap a.next {
      width: 24px;
      height: 24px;
      line-height: 20px; }
      .pagination__wrap a.prev-jump svg, .pagination__wrap a.next-jump svg, .pagination__wrap a.prev svg, .pagination__wrap a.next svg {
        width: 100%;
        max-height: 10px; }
  .pagination__wrap span.pager {
    font-size: 14px;
    padding: 3px; }

@media (max-width: 1024px) {
  .pagination__grid .word-order {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    .pagination__grid .word-order a:not(.all) {
      line-height: 24px; }
  .pagination__grid--bottom .word-order {
    display: none; }
  .pagination__grid--top {
    padding-bottom: 18px; }
  .pagination__wrap {
    border-top: 1px solid rgba(53, 160, 26, 0.8);
    border-bottom: 1px solid rgba(53, 160, 26, 0.8);
    position: relative;
    display: inline-block;
    width: 100%; }
    .pagination__wrap a {
      display: inline-block;
      border: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
      .pagination__wrap a span {
        display: inline-block; }
      .pagination__wrap a.prev, .pagination__wrap a.next {
        width: auto;
        height: 27px;
        line-height: 25px; }
        .pagination__wrap a.prev svg, .pagination__wrap a.next svg {
          display: none; }
      .pagination__wrap a.prev-jump, .pagination__wrap a.next-jump {
        display: none; }
      .pagination__wrap a:hover {
        border: none; }
      .pagination__wrap a.prev {
        float: left; }
      .pagination__wrap a.next {
        float: right; }
    .pagination__wrap a span,
    .pagination__wrap span.pager {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #166238; }
    .pagination__wrap span.pager {
      padding: 6px 2px 7px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: calc(100% - 80px);
      text-align: center; } }

@media (max-width: 638px) {
  .pagination__grid .word-order a:not(.all) {
    margin: 0 5px; } }

.subcategories__list {
  margin-bottom: 20px; }
  .subcategories__list ul {
    list-style: none; }

@media print, screen and (min-width: 50em) {
  .border-container {
    border: 1px solid #35A01A;
    padding: 20px;
    border-radius: 5px; } }

.qty-handler {
  float: left; }
  .qty-handler > div,
  .qty-handler label,
  .qty-handler span,
  .qty-handler input,
  .qty-handler button {
    float: left; }
  .qty-handler > div {
    width: 100px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden; }
    .qty-handler > div span,
    .qty-handler > div button {
      display: block; }
      .qty-handler > div span.increment, .qty-handler > div span.decrement,
      .qty-handler > div button.increment,
      .qty-handler > div button.decrement {
        width: 30px; }
    .qty-handler > div span,
    .qty-handler > div input,
    .qty-handler > div button {
      height: 30px;
      border-top: 1px solid #166238;
      border-bottom: 1px solid #166238;
      border-left: none;
      border-right: none;
      margin: 0; }
    .qty-handler > div span,
    .qty-handler > div button {
      background-color: #166238;
      position: relative;
      cursor: pointer;
      width: 100%; }
      .qty-handler > div span img,
      .qty-handler > div button img {
        width: 15px; }
      .qty-handler > div span.notify-in-stock,
      .qty-handler > div button.notify-in-stock {
        color: #fff;
        font-size: 11.5px;
        line-height: 15px; }
        .qty-handler > div span.notify-in-stock img,
        .qty-handler > div button.notify-in-stock img {
          position: relative;
          top: -1px;
          margin-right: 5px; }
      .qty-handler > div span.increment img, .qty-handler > div span.decrement img,
      .qty-handler > div button.increment img,
      .qty-handler > div button.decrement img {
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto; }
    .qty-handler > div input {
      width: 40px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      padding: 0;
      position: relative;
      font-weight: bold;
      text-align: center;
      font-size: 1rem;
      line-height: 19px; }
  .qty-handler.with-label label {
    color: #9D9D9D;
    font-size: 16px;
    float: left;
    margin-right: 16px;
    margin-top: 6px; }

.coupon__code {
  padding: 0 0 20px 0; }
  @media print, screen and (min-width: 50em) {
    .coupon__code {
      padding: 0 20px 20px 20px; } }
  .coupon__code > div,
  .coupon__code label {
    float: left; }
  .coupon__code > div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 466px;
    margin-right: 20px;
    margin-right: 0; }
    .coupon__code > div input {
      margin-bottom: 0; }
      .coupon__code > div input[type="text"] {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 64px;
        padding-left: 10px;
        font-size: 16px; }
      .coupon__code > div input[type="submit"] {
        width: 64px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        border: none !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #fefefe;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 2;
        background: #003d1b;
        border-radius: 0 5px 5px 0; }
  .coupon__code label {
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
    float: none;
    font-weight: 400; }
    @media print, screen and (min-width: 50em) {
      .coupon__code label {
        margin: 12px 0 0 20px;
        float: left; } }

.border-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #003d1b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  width: 100%; }

.cart-spinner {
  width: 20px;
  height: 20px; }

.cart__price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  height: 22px;
  margin-bottom: 2px; }
  @media print, screen and (min-width: 50em) {
    .cart__price {
      margin-bottom: -3px; } }

.cart__discount {
  font-size: 12px;
  line-height: 12px;
  color: #003d1b;
  font-weight: 700;
  padding-bottom: 5px; }

.cart__order-items:last-of-type .cart__product--grid-x {
  border-bottom: none; }

.cart__product--grid-x {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #003d1b; }
  @media print, screen and (min-width: 50em) {
    .cart__product--grid-x {
      margin: 0 20px; } }

.cart__product--image, .cart__product--detail, .cart__product--name, .cart__product--configs {
  float: left; }

.cart__product--row {
  position: relative; }

.cart__product--image {
  width: 100px;
  margin-right: 20px; }

.cart__product--detail {
  width: 50%; }

.cart__product--configs, .cart__product--name {
  width: 100%; }

.cart__product--name {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: -3px; }

.cart__product--configs div {
  float: left; }

.cart__product--configs select {
  width: 175px;
  padding-left: 8px;
  padding-right: 30px;
  background-origin: content-box;
  background-position: right -1rem center; }

.cart__product--configs .qty-handler {
  margin-left: 34px;
  margin-top: 6px; }

.cart__product--price {
  float: right;
  width: 150px;
  text-align: right;
  position: relative; }
  @media print, screen and (min-width: 50em) {
    .cart__product--price {
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .cart__product--price button {
    margin-top: -3px;
    font-size: 12px;
    line-height: 12px;
    color: #ccc; }
  .cart__product--price .price__ea {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 5px; }
  .cart__product--price span, .cart__product--price a {
    width: 100%;
    float: left; }
  .cart__product--price a {
    margin-top: 9px;
    color: #000;
    font-size: 12px; }
    .cart__product--price a:hover {
      color: #003d1b;
      text-transform: uppercase; }
    .cart__product--price a.active {
      background-color: #B3960F; }
      .cart__product--price a.active:hover {
        background-color: #B3960F; }

.cart__sub-total .price {
  color: #166238; }

.border-checkout-details .cart__price {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700; }

@media (max-width: 800px) {
  .cart__price {
    width: 100%;
    font-size: 22px;
    line-height: 23px; }
  .cart__product--grid-x {
    padding: 16px 0; }
  .cart__product--image, .cart__product--detail, .cart__product--name, .cart__product--configs {
    float: left;
    width: 100%; }
  .cart__product--image {
    margin: 0 0 13px; }
    .cart__product--image img {
      width: 100px;
      margin: 0 auto;
      display: block; }
  .cart__product--configs, .cart__product--name {
    width: 100%; }
  .cart__product--name {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 0; }
  .cart__product--configs div {
    float: left;
    width: 100%; }
  .cart__product--configs .qty-handler {
    margin: 6px auto;
    float: none;
    display: block;
    width: 100px; }
    .cart__product--configs .qty-handler input {
      font-size: 0.875rem; }
    .cart__product--configs .qty-handler label {
      display: none; }
  .cart__product--detail {
    text-align: center; }
  .cart__product--price {
    float: right;
    width: 100%;
    margin-top: 20px;
    text-align: center; } }

.input-estimate > div,
.input-estimate label {
  float: left; }

.input-estimate > div {
  display: block;
  position: relative;
  width: 100%;
  max-width: 490px;
  margin-right: 18px; }
  .input-estimate > div input[type="text"] {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-right: 107px;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 0; }
  .input-estimate > div input[type="submit"], .input-estimate > div input[type="button"], .input-estimate > div button[type="submit"], .input-estimate > div button[type="button"] {
    width: 107px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0; }

.input-estimate label {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 400; }
  @media print, screen and (min-width: 50em) {
    .input-estimate label {
      margin: 10px 0 0 0; } }

.cart__shipping-section {
  padding: 20px 0 !important; }
  @media print, screen and (min-width: 50em) {
    .cart__shipping-section {
      margin: 0 20px; } }
  .cart__shipping-section .form-wrap {
    width: 100%;
    display: inline-block; }
  .cart__shipping-section .input-options {
    padding-top: 20px; }
    .cart__shipping-section .input-options label:last-of-type {
      margin: 0; }
    .cart__shipping-section .input-options span {
      font-weight: 400; }
  .account_valid .cart__shipping-section .input-options {
    padding: 0; }
  .cart__shipping-section .change-address {
    font-size: 0.75rem;
    padding-bottom: 20px;
    margin-top: -5px; }
    .cart__shipping-section .change-address svg {
      width: 12px;
      height: 12px; }
    .cart__shipping-section .change-address path {
      fill: #35A01A; }

.cart__review-dis {
  padding: 20px 0;
  margin: 0;
  padding-bottom: 0;
  border-top: 1px solid #B3960F; }
  @media print, screen and (min-width: 50em) {
    .cart__review-dis {
      margin: 0 20px; } }
  .cart__review-dis p strong {
    color: #A01A27;
    font-weight: bold;
    font-size: 18px; }

.cart__total--block {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 50em) {
    .cart__total--block {
      padding: 0 20px !important; } }
  .cart__total--block .small-12 div {
    display: inline-block;
    padding: 20px 0 20px;
    width: 100%;
    border-bottom: 1px solid #F0F4E4;
    position: relative;
    height: 100%; }
  .cart__total--block .small-12.cart__grand-total div {
    border-bottom: 1px solid #003d1b; }
  .cart__total--block .small-12.cart__grand-total.final-grand-total div {
    border-top: 1px solid #F0F4E4;
    border-bottom: 1px solid #003d1b;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block; }
  .cart__total--block .small-12.cart__grand-total.paypal div {
    border-top: 0;
    padding-top: 5px; }
  .cart__total--block .small-12.cart__shipping div {
    padding: 20px 0 20px; }
  .main_checkout .cart__total--block .cart__grand-total > div {
    border-bottom: none;
    padding-bottom: 0; }
  .cart__total--block p,
  .cart__total--block span {
    width: 40%;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%; }
  .cart__total--block p {
    float: left;
    text-align: left; }
  .cart__total--block span {
    float: right;
    text-align: right;
    font-size: 22px;
    line-height: 22px; }
  .cart__total--block .cart__discount span {
    font-weight: 400; }
  .cart__total--block .cart__shipping span {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    position: relative; }
  .cart__total--block .cart__grand-total span {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #166238;
    position: relative; }
  .confirmation .cart__total--block .cart__grand-total > div {
    border-bottom: none;
    padding-bottom: 0; }

@media print, screen and (min-width: 50em) {
  .checkout-submit-block {
    padding: 0 20px; } }

.checkout-submit-block button {
  margin: 0;
  width: auto; }

.login__block {
  padding: 15px 20px 20px;
  min-height: 306px; }
  .login__block h4 {
    margin: 0 0 13px; }
  .login__block p {
    margin: 0 0 17px; }
  .login__block .input-box {
    margin: 0 0 5px; }
    .login__block .input-box input {
      padding-left: 10px; }
  .login__block .forgot-link {
    font-size: 12px;
    margin: 14px 0 20px;
    display: inline-block; }

@media (min-width: 639px) {
  .login-blocks-section .first {
    -ms-flex-order: 2;
        order: 2; }
  .login-blocks-section .last {
    -ms-flex-order: 1;
        order: 1; } }

@media (max-width: 638px) {
  .login__block {
    min-height: 2px;
    margin-bottom: 20px; } }

@media (min-width: 639px) and (max-width: 800px) {
  .login__block {
    min-height: 319px; } }

.checkout__payment {
  border: 1px solid #003d1b;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 50em) {
    .checkout__payment {
      border: 0;
      border-radius: 0; } }
  .checkout__payment > div {
    overflow: hidden; }
  .checkout__payment.payment_type {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 50em) {
      .checkout__payment.payment_type {
        border: 0;
        border-radius: 0; } }
  .checkout__payment.checkout_fields {
    border: none;
    border-radius: 0; }
  .checkout__payment > .grid-x {
    height: 60px;
    border-bottom: 1px solid #003d1b;
    background: #fafbf9;
    background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
    cursor: pointer; }
    @media print, screen and (min-width: 50em) {
      .checkout__payment > .grid-x:first-of-type {
        border-top: 1px solid #003d1b; } }
    .checkout__payment > .grid-x:last-of-type {
      border-bottom: none; }
  @media print, screen and (min-width: 50em) {
    .main_checkout .checkout__payment > .grid-x:last-of-type {
      border-bottom: 1px solid #003d1b; } }
  .checkout__payment--icon {
    width: 75px;
    float: left;
    margin-left: 20px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .checkout__payment--icon img {
      max-height: 30px; }
  .checkout__payment p {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .checkout__payment .button.tiny {
    width: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    float: right;
    margin-right: 20px; }
  .checkout__payment.payment_type div {
    cursor: auto; }

.checkout__billing--block,
.braintree-hosted-fields-wrapper {
  width: 100%;
  padding-left: 0; }
  @media print, screen and (min-width: 50em) {
    .checkout__billing--block,
    .braintree-hosted-fields-wrapper {
      width: 36%;
      padding-left: 20px; } }
  .checkout__billing--block .checkout__billing--heding,
  .braintree-hosted-fields-wrapper .checkout__billing--heding {
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 40px; }
    .checkout__billing--block .checkout__billing--heding p,
    .braintree-hosted-fields-wrapper .checkout__billing--heding p {
      font-family: "SegoeUI", sans-serif;
      -ms-transform: none;
          transform: none;
      top: auto; }

.checkout__shipping--block {
  width: 36%;
  padding-left: 20px; }
  .checkout__shipping--block .action {
    float: left;
    width: 100%; }

@media (max-width: 800px) {
  .checkout__shipping--block {
    width: 100%;
    padding-left: 0; }
    .checkout__shipping--block .checkout__form {
      padding: 0 4px; } }

.checkout__shipping-method--block .bg-saltpan {
  padding: 18px 18px 3px;
  margin-bottom: 20px; }
  .checkout__shipping-method--block .bg-saltpan h4 {
    margin-bottom: 15px; }
  .checkout__shipping-method--block .bg-saltpan p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px; }

.checkout__shipping-method--block .checkout__form--shipping p {
  font-weight: 400; }
  .checkout__shipping-method--block .checkout__form--shipping p span {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400; }

.checkout__shipping-method--block .checkout__form--shipping .input-options label {
  margin-bottom: 10px; }
  .checkout__shipping-method--block .checkout__form--shipping .input-options label:last-of-type {
    margin-bottom: 20px; }

.checkout__shipping-method--block .checkout__form--shipping .input-options p span {
  margin: 8px 0 0;
  line-height: 15px;
  padding-left: 7px; }

.checkout__shipping-method--block .checkout__form--shipping .final-shipping {
  border-bottom: 1px solid #2d8816;
  margin-bottom: 20px;
  float: left; }

.checkout__form h5,
.braintree-hosted-fields-wrapper h5 {
  font-weight: bold;
  margin-bottom: 20px; }

.checkout__form .input-box,
.braintree-hosted-fields-wrapper .input-box {
  margin-bottom: 10px; }
  .checkout__form .input-box:last-of-type,
  .braintree-hosted-fields-wrapper .input-box:last-of-type {
    margin-bottom: 0; }
  .checkout__form .input-box label,
  .braintree-hosted-fields-wrapper .input-box label {
    width: 70px;
    float: left;
    font-size: 12px;
    margin-top: 9px; }
  .checkout__form .input-box input,
  .checkout__form .input-box select,
  .checkout__form .input-box .braintree-hosted-field,
  .braintree-hosted-fields-wrapper .input-box input,
  .braintree-hosted-fields-wrapper .input-box select,
  .braintree-hosted-fields-wrapper .input-box .braintree-hosted-field {
    width: calc(100% - 71px);
    padding-left: 10px;
    margin: 0;
    overflow: hidden;
    float: right; }
  .checkout__form .input-box.non-required label,
  .braintree-hosted-fields-wrapper .input-box.non-required label {
    font-weight: normal; }

.checkout__form .action .button,
.braintree-hosted-fields-wrapper .action .button {
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400; }
  @media print, screen and (min-width: 50em) {
    .checkout__form .action .button,
    .braintree-hosted-fields-wrapper .action .button {
      width: auto;
      height: auto;
      margin-left: 85px; } }

.product-gallery {
  float: left;
  width: 100%;
  max-width: 490px; }
  .product-gallery .product-image {
    width: 100%;
    height: auto;
    max-width: unset;
    cursor: zoom-in; }
  .product-gallery .orbit-bullets {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left; }
    .product-gallery .orbit-bullets button {
      width: 75px;
      height: 75px;
      margin: 0 5px 5px 0;
      border-radius: 0;
      background-color: transparent;
      opacity: .5; }
      .product-gallery .orbit-bullets button.is-active {
        opacity: 1; }
  .product-gallery.single {
    margin-bottom: 20px; }
    .product-gallery.single .orbit-bullets {
      display: none; }

.product__shop {
  float: right;
  width: calc(100% - 510px);
  padding: 16px 20px; }
  .product__shop hr {
    margin: 0 -20px;
    height: 40px;
    color: #35A01A;
    background-color: transparent;
    display: block;
    overflow: hidden;
    position: relative;
    border-width: 0; }
    .product__shop hr:after {
      position: absolute;
      top: 20px;
      left: 0;
      display: block;
      width: 100%;
      content: "";
      height: 1px;
      background: #35A01A; }

.product__shop--title {
  margin-bottom: 14px;
  text-align: center; }

.product__shop--product-title {
  padding: 16px 0 15px;
  margin: 0 0 20px;
  border-top: 1px solid #B3960F;
  border-bottom: 1px solid #B3960F;
  color: #B3960F; }

.product__shop .button__large {
  letter-spacing: 1px; }

.product__shop--configs .action {
  clear: both; }
  .product__shop--configs .action .cart-message {
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: red;
    transition: opacity 2s ease-in; }

.product__shop--configs--option {
  border-bottom: 1px solid #F0F4E4;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .product__shop--configs--option:last-of-type {
    border-width: 0;
    margin-bottom: 20px;
    padding: 0; }
  .product__shop--configs--option .qty-handler {
    float: left; }
    @media print, screen and (max-width: 49.99875em) {
      .product__shop--configs--option .qty-handler {
        float: none;
        display: block;
        overflow: hidden;
        margin-bottom: 5px; } }

.product__shop--configs > *:last-child {
  margin-bottom: 0; }

.product__shop--value {
  float: right;
  width: calc(100% - 117px);
  position: relative;
  font-weight: bold;
  overflow: hidden; }
  @media print, screen and (max-width: 49.99875em) {
    .product__shop--value {
      width: 100%;
      float: none;
      display: block;
      overflow: hidden; } }
  .product__shop--value:before {
    content: '....................................................................................';
    width: 100%;
    float: left;
    top: 7px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
    color: #003d1b;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden; }
  .product__shop--value span {
    background-color: #fff;
    padding: 2px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 0.75rem; }
    .product__shop--value span.no-stock {
      float: left;
      top: 5px;
      font-size: 8px;
      color: #A01A27; }
    .product__shop--value span.vol {
      float: left;
      padding: 8px 8px 0 3px; }
    .product__shop--value span.price {
      float: right;
      padding: 8px 8px 0 3px; }

.product__detail--content .product__shop--sub-product-title.section__heading--type-1 {
  margin: 0 0 15px; }

.product__shop .product__specification {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  .product__shop .product__specification p {
    margin-bottom: 3px; }

.product__shop--sub-product {
  margin-bottom: 16px; }
  .product__shop--sub-product .media-object-section:first-child {
    margin-right: 15px;
    padding: 0; }
    .product__shop--sub-product .media-object-section:first-child .thumbnail {
      width: 95px; }
    .product__shop--sub-product .media-object-section:first-child p {
      line-height: 19.5px; }

@media (max-width: 800px) {
  .product__shop {
    width: 100%; } }

@media (max-width: 638px) {
  .product__shop {
    padding: 18px 20px 20px; }
  .product__shop--title {
    margin-bottom: 20px;
    font-size: 20px; }
  .product__shop--value span {
    font-size: 14px; }
  .product__shop--product-title h3 {
    text-align: center; } }

@media (min-width: 639px) and (max-width: 800px) {
  .product__shop--value:before {
    content: '......................................................................................................'; } }

.calculator {
  padding: 0;
  margin: 0 0 20px 0 !important; }
  .calculator__left.small-12 {
    padding-right: 0; }
  .calculator__right.small-12 {
    padding-left: 0; }

.calculator__left {
  position: relative;
  overflow: hidden; }
  .calculator__left:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #003d1b; }
  .calculator__left .tab__target {
    background: white; }
    .calculator__left .tab__target > div {
      overflow: hidden; }
  .calculator__left .tab__navs {
    border-bottom: 1px solid #003d1b; }
    .calculator__left .tab__navs div.slick-slide {
      padding: 17px 0 18px;
      text-align: center; }
      .calculator__left .tab__navs div.slick-slide:first-of-type {
        position: relative; }
        .calculator__left .tab__navs div.slick-slide:first-of-type:after {
          content: '';
          width: 1px;
          height: 100%;
          display: block;
          right: 0;
          top: 0;
          position: absolute;
          background-color: #003d1b; }
    .calculator__left .tab__navs div.slick-slide:not(.slick-current) {
      cursor: pointer;
      background: #fafbf9;
      background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#f0f4e4', GradientType=0 ); }
    .calculator__left .tab__navs div.slick-current {
      background: #f0f4e4;
      background: linear-gradient(to bottom, #f0f4e4 0%, rgba(246, 246, 246, 0.99) 23%, rgba(250, 250, 250, 0.97) 59%, rgba(255, 255, 255, 0.97) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4e4', endColorstr='#ffffff', GradientType=0 ); }
    .calculator__left .tab__navs h4 {
      font-weight: 400; }

.calculator__left .tab__target--content p {
  line-height: 15px;
  font-size: 12px; }
  .calculator__left .tab__target--content p strong {
    letter-spacing: 0.8px; }

.calculator__left .tab__target {
  padding: 20px; }
  .calculator__left .tab__target--coverage-type, .calculator__left .tab__target--coverage-area, .calculator__left .tab__target--total-block {
    display: inline-block;
    width: 100%; }
  .calculator__left .tab__target--coverage-type label {
    margin-bottom: 5px; }
  .calculator__left .tab__target--coverage-type select {
    margin-bottom: 20px; }
  .calculator__left .tab__target--coverage-type p,
  .calculator__left .tab__target--coverage-area label,
  .calculator__left .tab__target--coverage-area .input-box span,
  .calculator__left .tab__target--total-block p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.9px; }

.calculator__left .tab__target--coverage-area {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #B3960F; }
  .calculator__left .tab__target--coverage-area select, .calculator__left .tab__target--coverage-area input {
    margin-bottom: 0; }
  .calculator__left .tab__target--coverage-area .input-box span,
  .calculator__left .tab__target--coverage-area label {
    float: left;
    font-weight: bold;
    color: #166238; }
  .calculator__left .tab__target--coverage-area label {
    width: 105px;
    margin-top: 5px; }
  .calculator__left .tab__target--coverage-area .input-box {
    margin: 0 0 10px; }
    .calculator__left .tab__target--coverage-area .input-box select,
    .calculator__left .tab__target--coverage-area .input-box input {
      float: left;
      width: calc(100% - 103px);
      border: 1px solid #003d1b;
      height: 35px;
      padding-left: 10px;
      font-size: 14px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      color: #000; }
    .calculator__left .tab__target--coverage-area .input-box select {
      max-width: 200px; }
    .calculator__left .tab__target--coverage-area .input-box input {
      max-width: 164px; }
    .calculator__left .tab__target--coverage-area .input-box span {
      width: 20px;
      margin-left: 13px;
      margin-top: 6px; }

.calculator__left .advanced-calculator {
  margin: 0 0 0px; }
  .calculator__left .advanced-calculator .tab__target--coverage-area {
    border: none; }
  .calculator__left .advanced-calculator .voids {
    border-bottom: 1px solid #B3960F;
    margin-bottom: 10px; }

.calculator__left .basic-calculator .tab__target--coverage-area > form > .input-box:last-of-type {
  margin-bottom: 20px !important; }

.calculator__left .basic-calculator .tab__target--total-block > p:first-of-type {
  padding-top: 20px !important; }

.calculator__left .advanced-calculator .tab__target--coverage-area .input-box {
  margin: 0 0 10px; }
  .calculator__left .advanced-calculator .tab__target--coverage-area .input-box select,
  .calculator__left .advanced-calculator .tab__target--coverage-area .input-box input {
    max-width: 75px; }
  .calculator__left .advanced-calculator .tab__target--coverage-area .input-box span {
    width: 20px;
    margin-left: 5px;
    margin-top: 6px;
    margin-right: 20px; }
  .calculator__left .advanced-calculator .tab__target--coverage-area .input-box label {
    width: 58px;
    margin-right: 5px; }

.calculator__left .advanced-calculator .tab__target--coverage-area .decrement-round {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  cursor: pointer; }
  .calculator__left .advanced-calculator .tab__target--coverage-area .decrement-round svg {
    width: 20px;
    height: 20px; }

.calculator__left .advanced-calculator .tab__target--coverage-area .increment-round {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  cursor: pointer; }
  .calculator__left .advanced-calculator .tab__target--coverage-area .increment-round svg {
    width: 20px;
    height: 20px; }

.calculator__left .advanced-calculator .tab__target--coverage-area .section__heading--type-1 h4::after {
  width: 89%; }

.calculator__left .tab__target--total-block p {
  margin-bottom: 10px; }

.calculator__left .tab__target--total-block p span {
  color: #A01A27;
  font-weight: bold; }

.calculator__left .tab__target--total-block p strong {
  margin-right: 21px; }

/**************/
.calculator__right--wrap {
  padding: 20px;
  min-height: 100%; }
  .calculator__right--wrap h4 {
    margin: 0 0 20px; }
  .calculator__right--wrap .input-box {
    margin: 0; }
    .calculator__right--wrap .input-box input,
    .calculator__right--wrap .input-box select {
      margin-bottom: 20px;
      height: auto;
      line-height: normal;
      border: 0 !important;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      padding: 20px 30px 20px 20px;
      font-size: 16px;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
  .calculator__right--wrap p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 16px; }
    .calculator__right--wrap p strong {
      display: inline-block;
      width: 100%;
      letter-spacing: 0.8px; }

.calculator__right .tab-nav-trigger {
  display: none; }

@media (max-width: 1040px) {
  .calculator__left {
    display: none; }
    .calculator__left:after,
    .calculator__left .tab__target {
      display: none; }
    .calculator__left .tab__target {
      border-bottom: 1px solid #003d1b; }
    .calculator__left .tab-nav-trigger {
      border-bottom: 1px solid #003d1b; }
      .calculator__left .tab-nav-trigger.active .tab-nav-trigger {
        border-bottom: none; }
    .calculator__left .advanced-calculator .tab__target--coverage-area {
      border-bottom: none; }
      .calculator__left .advanced-calculator .tab__target--coverage-area .input-box {
        margin: 0 0 10px; }
        .calculator__left .advanced-calculator .tab__target--coverage-area .input-box select,
        .calculator__left .advanced-calculator .tab__target--coverage-area .input-box input {
          float: none;
          max-width: 100px;
          margin-bottom: 10px; }
        .calculator__left .advanced-calculator .tab__target--coverage-area .input-box span {
          float: none;
          width: 20px;
          margin-left: 13px;
          margin-top: 6px;
          margin-right: 20px; }
        .calculator__left .advanced-calculator .tab__target--coverage-area .input-box label {
          width: 58px;
          margin-right: 10px; }
        .calculator__left .advanced-calculator .tab__target--coverage-area .input-box .decrement-round {
          float: right;
          cursor: pointer; }
          .calculator__left .advanced-calculator .tab__target--coverage-area .input-box .decrement-round img {
            width: 14px;
            height: 14px; }
      .calculator__left .advanced-calculator .tab__target--coverage-area .increment-round {
        padding-top: 0; }
      .calculator__left .advanced-calculator .tab__target--coverage-area .section__heading--type-1 h4::after {
        width: 83%; }
      .calculator__left .advanced-calculator .tab__target--coverage-area .section__heading--type-1 h4 .sub-text {
        float: none;
        display: inline;
        font-size: 10px; }
    .calculator__left .advanced-calculator .voids {
      border-bottom: 1px solid #B3960F;
      margin-bottom: 20px; }
  .calculator__right {
    width: 100% !important; }
  .calculator__right--wrap {
    padding: 20px 20px 5px;
    min-height: 2px; }
  .calculator {
    overflow: hidden; }
  .calculator .tab-nav-trigger {
    padding: 16px 21px 19px 22px;
    display: block;
    background: #fafbf9;
    background: linear-gradient(to bottom, #fafbf9 0%, #f6f6f6 47%, #f0f4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#f0f4e4', GradientType=0 ); }
    .calculator .tab-nav-trigger h4 {
      margin: 0; }
    .calculator .tab-nav-trigger img {
      width: 14px;
      height: auto;
      float: right;
      position: relative;
      top: 9px; }
    .calculator .tab-nav-trigger.active {
      background: #f0f4e4;
      background: linear-gradient(to bottom, #f0f4e4 0%, rgba(246, 246, 246, 0.99) 23%, rgba(250, 250, 250, 0.97) 59%, rgba(255, 255, 255, 0.97) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4e4', endColorstr='#ffffff', GradientType=0 ); }
      .calculator .tab-nav-trigger.active img {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); } }

.main_grass-seed .subcategories__list .border-wrap {
  padding: 15px 21px 16px; }

.main_grass-seed .subcategories__list {
  margin-bottom: 42px; }
  .main_grass-seed .subcategories__list .section__heading--type-1 {
    margin: 0 0 15px; }
  .main_grass-seed .subcategories__list a {
    margin-bottom: 3.2px; }

.floating__social {
  padding: 10px 11px 0 12px;
  top: 240px;
  left: -1px;
  position: fixed;
  z-index: 1000;
  border: 1px solid #003d1b;
  width: 63px;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  background-color: #fff; }
  .floating__social img {
    width: 40px; }
  .floating__social a {
    margin-bottom: 9px;
    display: inline-block;
    width: 100%; }
  .floating__social a:hover {
    opacity: 0.6; }

@media (max-width: 638px) {
  .floating__social {
    display: none; } }

.read-more {
  margin-bottom: 20px; }

.promo-slider__web .thumbs,
.promo-slider__web .main-image {
  float: left; }

.promo-slider__web .thumbs {
  width: 150px; }

.promo-slider__web .tab-main {
  display: none;
  height: 305px;
  width: 100%;
  float: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top; }
  .promo-slider__web .tab-main img {
    width: 100%;
    height: auto; }

.promo-slider__web .main-image {
  width: calc(100% - 310px); }

.promo-slider__web .thumb-block {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .promo-slider__web .thumb-block.active {
    overflow: visible;
    cursor: default; }
  .promo-slider__web .thumb-block:first-of-type {
    margin-bottom: 5px; }

.promo-slider__web .clipboard {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  z-index: 2; }

.promo-slider__web .thumbnail__left {
  margin-right: 5px; }
  .promo-slider__web .thumbnail__left .clipboard {
    clip-path: polygon(0 0, 90% 0, 90% 40%, 100% 50%, 90% 60%, 90% 100%, 0 100%);
    right: -18px;
    left: 0; }
  .promo-slider__web .thumbnail__left .thumb-block.active:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 23px;
    margin-top: -23px; }

.promo-slider__web .thumbnail__right {
  margin-left: 5px; }
  .promo-slider__web .thumbnail__right .clipboard {
    clip-path: polygon(10% 40%, 10% 0%, 100% 0, 100% 100%, 10% 100%, 10% 60%, 0% 50%);
    left: -18px;
    right: 0; }
  .promo-slider__web .thumbnail__right .thumb-block.active:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 23px;
    margin-top: -23px; }

@media (max-width: 767px) {
  .promo-slider__web {
    display: none; }
  .promo-slider__mobile {
    display: block !important;
    overflow: hidden; }
    .promo-slider__mobile .slick-list {
      width: 100% !important;
      max-width: 100% !important; } }

@media (min-width: 639px) and (max-width: 767px) {
  .promo-slider__section .slick-list {
    margin-right: -35%; }
  .promo-slider__mobile {
    margin-bottom: 33px; } }

.news_events_modal {
  color: white;
  background: #166238;
  border: none;
  padding: 0; }
  @media print, screen and (min-width: 50em) {
    .news_events_modal {
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); } }
  .news_events_modal * {
    font-family: "Tahoma", sans-serif !important; }
  .news_events_modal form, .news_events_modal .form {
    padding: 0 30px 30px 30px;
    text-align: center; }
    .news_events_modal form .title, .news_events_modal .form .title {
      margin-bottom: 30px; }
    .news_events_modal form input[type="text"],
    .news_events_modal form input[type="text"]:focus,
    .news_events_modal form input[type="text"]:active,
    .news_events_modal form input[type="text"]:hover,
    .news_events_modal form input[type="text"]:visited, .news_events_modal .form input[type="text"],
    .news_events_modal .form input[type="text"]:focus,
    .news_events_modal .form input[type="text"]:active,
    .news_events_modal .form input[type="text"]:hover,
    .news_events_modal .form input[type="text"]:visited {
      padding: 20px;
      background: white;
      border: none !important;
      border-radius: 0;
      width: 100%;
      margin-bottom: 30px; }
    .news_events_modal form button, .news_events_modal .form button {
      color: white;
      font-weight: bold;
      line-height: 40px;
      border: 2px solid white;
      border-radius: 10px;
      padding: 0 40px;
      margin-bottom: 30px; }
    .news_events_modal form .disclaimer, .news_events_modal .form .disclaimer {
      text-align: center;
      color: #0A341D; }
  .news_events_modal .success-message {
    padding: 30px;
    text-align: center; }
  .news_events_modal .close-button {
    color: white;
    right: 0;
    top: 0;
    width: 30px;
    font-size: 20px;
    line-height: 28px;
    background: #166238;
    padding-bottom: 3px; }

.notify_instock_modal {
  color: #000;
  background: #fff;
  border: 1px solid #166238;
  border-radius: 5px;
  padding: 40px 25px 25px;
  font-family: "Tahoma", sans-serif;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  max-width: 500px; }
  .notify_instock_modal h2 {
    color: #166238;
    text-align: center;
    margin-bottom: .6rem;
    font-size: 1.6rem; }
  .notify_instock_modal p {
    text-align: center;
    margin: 5px 0;
    font-size: .9rem; }
  .notify_instock_modal div.product {
    text-align: center;
    margin: 10px 0;
    font-size: 1.1em; }
    .notify_instock_modal div.product span.vol {
      color: #000;
      margin-right: 5px; }
    .notify_instock_modal div.product span.name {
      color: #B3960F; }
  .notify_instock_modal form, .notify_instock_modal .form {
    padding: 0 30px 30px 30px;
    text-align: center; }
    .notify_instock_modal form .title, .notify_instock_modal .form .title {
      margin-bottom: 30px; }
    .notify_instock_modal form div.input-box, .notify_instock_modal .form div.input-box {
      margin: 15px 0; }
      .notify_instock_modal form div.input-box label, .notify_instock_modal .form div.input-box label {
        margin-right: 15px; }
      .notify_instock_modal form div.input-box input[type="text"],
      .notify_instock_modal form div.input-box input[type="email"],
      .notify_instock_modal form div.input-box input[type="text"]:focus,
      .notify_instock_modal form div.input-box input[type="text"]:active,
      .notify_instock_modal form div.input-box input[type="text"]:hover,
      .notify_instock_modal form div.input-box input[type="text"]:visited, .notify_instock_modal .form div.input-box input[type="text"],
      .notify_instock_modal .form div.input-box input[type="email"],
      .notify_instock_modal .form div.input-box input[type="text"]:focus,
      .notify_instock_modal .form div.input-box input[type="text"]:active,
      .notify_instock_modal .form div.input-box input[type="text"]:hover,
      .notify_instock_modal .form div.input-box input[type="text"]:visited {
        display: inline-block;
        padding: 20px;
        background: white;
        border: 1px solid #166238;
        border-radius: 5px;
        width: 70%;
        margin: 0; }
      .notify_instock_modal form div.input-box div, .notify_instock_modal form div.input-box div div, .notify_instock_modal form div.input-box div div div, .notify_instock_modal .form div.input-box div, .notify_instock_modal .form div.input-box div div, .notify_instock_modal .form div.input-box div div div {
        margin: 0 auto; }
    .notify_instock_modal form button, .notify_instock_modal .form button {
      color: white;
      font-weight: bold;
      line-height: 40px;
      border: 2px solid white;
      border-radius: 10px;
      padding: 0 40px;
      margin-bottom: 30px; }
  .notify_instock_modal .success-message {
    padding: 30px;
    text-align: center; }

.main_home .categories__grid {
  margin-bottom: 20px;
  margin-top: 0; }
  @media print, screen and (min-width: 64em) {
    .main_home .categories__grid {
      margin-bottom: 10px;
      margin-top: -0.625rem; } }

.main_gras-seed .products__grid {
  padding-top: 19px;
  margin-bottom: 21px;
  position: relative; }
  .main_gras-seed .products__grid:before {
    content: '';
    height: 1px;
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
    position: absolute;
    background-color: #B3960F; }

.cart-undo {
  clear: both;
  position: relative; }
  .cart-undo h3 {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0.75rem; }
    .cart-undo h3 img, .cart-undo h3 a, .cart-undo h3 span {
      float: left;
      display: inline-block; }
    .cart-undo h3 a {
      padding: 4px 0 0 10px; }
    .cart-undo h3 span {
      padding: 4px 0 0 10px;
      color: darkred; }
  .cart-undo > a {
    float: right;
    padding: 8px; }
  @media print, screen and (max-width: 49.99875em) {
    .cart-undo {
      text-align: center; }
      .cart-undo h3 {
        width: 100%;
        float: none;
        overflow: hidden;
        display: block; }
        .cart-undo h3 img, .cart-undo h3 a, .cart-undo h3 span {
          float: none;
          display: block;
          margin: 5px auto;
          padding: 0; }
      .cart-undo > a {
        float: none; } }

@media (max-width: 638px) {
  .main_gras-seed .products__grid {
    padding-top: 19px;
    margin-bottom: 21px; }
    .main_gras-seed .products__grid:before {
      left: 0;
      right: 0; } }

.main_gras-seed .categories__grid--section {
  margin: 7px 0 15px; }

@media (max-width: 638px) {
  .main_gras-seed .categories__grid--section {
    margin: 0 0 9px; } }

@media (min-width: 639px) and (max-width: 800px) {
  .main_gras-seed .breadcrumb__section .grid-container .grid-x .opc-h1 {
    margin-bottom: 16px; }
    .main_gras-seed .breadcrumb__section .grid-container .grid-x .opc-h1 * {
      line-height: 14px; } }

@media (min-width: 639px) and (max-width: 800px) {
  .main_gras-seed .breadcrumb__section .grid-container .grid-x .grass-seed-sub-category .opc-h1 {
    margin-bottom: 16px; }
    .main_gras-seed .breadcrumb__section .grid-container .grid-x .grass-seed-sub-category .opc-h1 * {
      line-height: 14px; } }

.main_gras-seed .content-available p {
  margin-bottom: 17px;
  line-height: 19.5px; }
  .main_gras-seed .content-available p ~ h2 {
    margin-top: 19px; }

.main_gras-seed .content__blocks {
  margin-bottom: 26px; }

@media (max-width: 638px) {
  .main_gras-seed .content-available p ~ h2 {
    margin-top: 0; }
  .main_gras-seed .content__blocks {
    margin-bottom: 20px; } }

.main_flower-seed .products__grid--section {
  margin-bottom: 13px; }

.main_flower-seed .content__blocks {
  margin-bottom: 23px; }

@media (max-width: 638px) {
  .main_flower-seed .product__block .media-object .thumbnail,
  .main_flower-seed .product__block .media-object .thumbnail a {
    width: 157px; }
  .flower-seed__category .read-more {
    padding: 30px 0 0;
    margin-top: -37px;
    margin-bottom: 15px; }
    .flower-seed__category .read-more.active {
      padding: 0;
      margin-top: 0; }
  .flower-seed__category .content-available {
    max-height: 440px;
    overflow: hidden; }
    .flower-seed__category .content-available.max-height {
      max-height: 100%;
      overflow: visible; } }

@media (min-width: 639px) and (max-width: 800px) {
  .main_flower-seed .breadcrumb__section .grid-container .grid-x .opc-h1 {
    margin-bottom: 12px; }
    .main_flower-seed .breadcrumb__section .grid-container .grid-x .opc-h1 * {
      line-height: 16px; } }

.main_cart .cart__search {
  margin-top: 10px; }
  .main_cart .cart__search .section__heading--type-1 h2 {
    margin-bottom: 20px; }

.main_cart .border-wrap-payment {
  margin-bottom: -20px; }

.main_cart .border-wrap .section__heading--type-1 {
  padding-left: 20px;
  padding-right: 20px; }

.main_cart .login-blocks-section {
  padding: 0 20px !important; }

@media (max-width: 800px) {
  .main_cart .border-wrap {
    border: none;
    padding-bottom: 0; }
    .main_cart .border-wrap-payment {
      margin-bottom: 0; }
    .main_cart .border-wrap .section__heading--type-1 {
      padding-left: 0;
      padding-right: 0; }
  .main_cart .login-blocks-section {
    padding: 0 !important; } }

.main_checkout .heading-grid {
  margin-top: 20px; }
  .main_checkout .heading-grid h2 {
    margin-bottom: 20px; }
  .main_checkout .heading-grid .opc-h1 * {
    line-height: 22px; }

.main_checkout .link-grid {
  margin-bottom: 20px; }
  .main_checkout .link-grid .back-link {
    position: relative; }

.main_checkout .border-wrap-payment {
  padding: 0;
  overflow: hidden; }

.main_checkout .cart__review-dis {
  border-top: 1px solid #B3960F; }

.main_checkout .border-checkout-details {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 20px; }

.main_checkout .checkout__billing--block, .main_checkout .checkout__shipping--block {
  float: left; }

.main_checkout .checkout__shipping-method--block {
  width: 28%;
  float: right;
  padding-left: 20px;
  padding-right: 20px; }
  .main_checkout .checkout__shipping-method--block p {
    -ms-transform: none;
        transform: none;
    top: auto; }

.main_checkout .checkout__billing--heding,
.main_checkout .checkout__shipping--heding,
.main_checkout .checkout__options--heding {
  border-bottom: 1px solid #B3960F; }
  .main_checkout .checkout__billing--heding p,
  .main_checkout .checkout__billing--heding input + span,
  .main_checkout .checkout__shipping--heding p,
  .main_checkout .checkout__shipping--heding input + span,
  .main_checkout .checkout__options--heding p,
  .main_checkout .checkout__options--heding input + span {
    font-size: 12px;
    font-weight: 400;
    font-family: "SegoeUI", sans-serif; }
  .main_checkout .checkout__billing--heding svg,
  .main_checkout .checkout__shipping--heding svg,
  .main_checkout .checkout__options--heding svg {
    width: 14px;
    float: left;
    margin-right: 7px;
    margin-top: 4px; }
  .main_checkout .checkout__billing--heding input + span,
  .main_checkout .checkout__shipping--heding input + span,
  .main_checkout .checkout__options--heding input + span {
    padding-right: 0;
    padding-left: 0;
    margin: 0; }
    .main_checkout .checkout__billing--heding input + span:after,
    .main_checkout .checkout__shipping--heding input + span:after,
    .main_checkout .checkout__options--heding input + span:after {
      left: auto;
      margin-left: 9px;
      top: 1.5px; }
  .main_checkout .checkout__billing--heding .radio-type label,
  .main_checkout .checkout__shipping--heding .radio-type label,
  .main_checkout .checkout__options--heding .radio-type label {
    padding-top: 0;
    margin-bottom: 0; }

.main_checkout .checkout__shipping--heding {
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 40px; }

.main_checkout .border-wrap .section__heading--type-1 {
  padding-left: 20px;
  padding-right: 20px; }

.main_checkout .cart__product--grid-x {
  padding: 20px 0; }
  .main_checkout .cart__product--grid-x:last-of-type {
    border-bottom: none; }

.main_checkout .cart__product--name {
  padding: 0 0 5px 0;
  margin: 0;
  float: none; }

.main_checkout .cart__product--detail {
  overflow: hidden; }

.main_checkout .cart__review-dis {
  padding-top: 15px;
  padding-bottom: 22px; }

@media (max-width: 800px) {
  .main_checkout .border-wrap {
    border: none;
    padding-bottom: 0; }
  .main_checkout .heading-grid {
    margin-top: 20px; }
    .main_checkout .heading-grid h2 {
      margin-bottom: 10px; }
    .main_checkout .heading-grid .opc-h1 * {
      line-height: 14px; }
  .main_checkout .link-grid {
    margin-bottom: 0; }
    .main_checkout .link-grid .a-left p {
      margin-top: 15px; }
  .main_checkout .border-checkout-details {
    border: none;
    padding-bottom: 3px;
    margin-bottom: 0; }
  .main_checkout .checkout__shipping-method--block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px; }
  .main_checkout .checkout__shipping--heding {
    padding-bottom: 13px;
    margin-bottom: 16px;
    border-top: 1px solid #B3960F;
    margin-top: 10px;
    padding-top: 13px; }
  .main_checkout .border-wrap .section__heading--type-1 {
    padding-left: 0;
    padding-right: 0; }
  .main_checkout .cart__product--name {
    padding-bottom: 10px;
    float: none; }
  .main_checkout .cart__product--price {
    margin-top: 5px; } }

.product__detail {
  margin-bottom: 20px; }

.product__detail--content .section__heading--type-1 {
  margin: 0 0 20px; }
  .product__detail--content .section__heading--type-1 h1 {
    line-height: 17px; }

.product__detail--content .product__detail > p:first-of-type {
  clear: left;
  display: block; }

.product__detail--content .product__detail > ul {
  clear: left;
  margin-bottom: 20px; }

.product__detail--content .product__detail > *:last-child {
  margin-bottom: 0; }

.product__detail--content .product__detail .border-wrap {
  margin-left: 20px;
  margin-bottom: 20px; }

.product__detail--content .product__detail .header__bottom--payment {
  display: none; }

.product__detail--content .content-available {
  margin-top: 19px; }

@media (max-width: 800px) {
  .product__detail .payment-block {
    width: 100%;
    float: left; }
    .product__detail .payment-block .header__bottom--payment {
      display: block;
      margin: 0 0 20px;
      max-width: 100%;
      width: 100%; }
    .product__detail .payment-block img {
      height: 100%;
      margin: 0 auto;
      display: block; }
  .product__detail--content .section__heading--type-1 {
    margin: 0 0 20px 0; }
    .product__detail--content .section__heading--type-1 h1 {
      line-height: 16px; }
  .product__detail--content .product__detail .border-wrap {
    margin-left: 0; }
  .product__detail--content .content-available {
    margin-top: 0;
    display: none; } }

.main_grass-seed .product__detail--content {
  margin-bottom: 4px; }
  .main_grass-seed .product__detail--content .product__detail .border-wrap {
    margin-bottom: 75px;
    padding-bottom: 0px; }

.main_grass-seed .product__shop--configs--option {
  margin-bottom: 6px; }

.main_grass-seed .product__shop--configs {
  padding-bottom: 19px;
  position: relative; }
  .main_grass-seed .product__shop--configs:after {
    content: '';
    bottom: 0;
    left: -20px;
    right: -20px;
    display: block;
    position: absolute;
    height: 1px;
    background-color: #003d1b; }
  .main_grass-seed .product__shop--configs .action {
    display: inline-block;
    width: 100%;
    margin-top: 11px; }

.main_grass-seed .product__detail--content .product__shop--sub-product-title.section__heading--type-1 {
  margin: 16px 0 15px; }

.main_grass-seed .product__shop--sub-product + .product__shop--configs:after {
  display: none; }

.main_grass-seed .calculator__section {
  margin: 0 0 21px; }

@media (max-width: 638px) {
  .main_grass-seed .product__detail--content .product__detail .border-wrap {
    margin-left: 0;
    margin-bottom: 20px; }
  .main_grass-seed .read-more {
    margin-bottom: 20px; } }

@media (min-width: 639px) and (max-width: 800px) {
  .main_grass-seed .product__detail--content .product__detail .border-wrap {
    margin-bottom: 20px; }
  .product__detail .border-wrap {
    margin-bottom: 20px !important; }
  .product__detail--content .content-available {
    margin-top: 0px; } }

.stateGrass-container {
  width: 11rem;
  height: 2.7rem;
  border-radius: 5px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  background: #f0f4e4;
  cursor: pointer;
  margin-left: 4px; }

.stateGrass-container:hover {
  background: white; }

.state-grass-icon {
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  width: 25%;
  height: 100%;
  background: #35a01a;
  border-radius: 5px 0px 0px 5px;
  padding: 0.25rem;
  -ms-flex-align: center;
      align-items: center; }

.state-grass-content {
  width: 75%;
  text-align: center;
  background: #f0f4e4;
  height: 100%; }

.state-grass-select {
  text-align: center;
  background: #f0f4e4;
  border: none;
  color: #35a01a;
  margin: auto;
  font-family: "Roboto, sans-serif";
  font-size: 1.05rem;
  padding: 0 !important;
  padding-left: 5px;
  cursor: pointer;
  height: 100%; }

.state-grass-select:focus {
  border: none !important;
  outline: none !important;
  text-align: center !important; }

/*state list*/
.StateList-container {
  max-height: 50vh;
  height: 15rem;
  display: -ms-flexbox;
  display: flex;
  background: #f0f4e4;
  border: rgba(179, 150, 15, 0.25) 1px solid;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 32%;
  margin: 3px; }

.StateList-card-header {
  height: 3rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #4c8b22;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.22));
  border-radius: 10px 10px 0px 0px;
  position: relative;
  margin-bottom: 1.2rem; }

.Statelist-card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.StateList-card-header > img {
  position: absolute;
  bottom: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  height: 73%; }

.StateList-card-header > h3 {
  margin-bottom: 0.5rem;
  color: white;
  letter-spacing: 2px; }

.state-options-name-link:hover {
  color: #166238 !important; }

.state-options-name-link {
  color: #35A01A;
  margin-right: auto; }

.state-options-link {
  margin-left: 10px; }

.state-options-link:hover .state-options-inner-text {
  color: #166238; }

.stateGrass-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.state-grass-more-info {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 10px;
  margin-top: 10px; }

#state-grass-arrow {
  height: 0.8rem;
  margin-bottom: 5px; }

/*MEDIA QUERIES*/
@media only screen and (max-width: 675px) {
  .StateList-container {
    width: 50%;
    min-width: 250px; } }

@media only screen and (max-width: 730px) {
  .GStable {
    border: none; } }

div.planting-instructions {
  text-align: center;
  margin-bottom: 2rem; }

.header-planting-instructions {
  color: white;
  letter-spacing: 1px;
  padding: 8px;
  margin-left: 4.5rem; }

.icon-planting-instructions {
  height: 40px;
  width: 60px;
  position: absolute;
  top: -30%;
  left: -5%; }

.planting-instructions-content {
  width: 85%;
  margin: 0.5rem auto auto; }

.planting-instructions-content > p {
  color: #9b9a9a; }

.plant-instructions-container {
  width: 80%; }

.reap_what_you_sow {
  width: 20%; }

.planting-instructions-content > ul {
  color: #9b9a9a; }

.plant_instruct_header {
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  background-color: #5e8a3d;
  max-width: 65%;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }

.planting-instructions-content-container {
  width: 95%;
  margin: auto;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 625px) {
  .plant_instruct_header {
    max-width: 100%; }
  .planting-instructions-content-container {
    display: block; }
  .reap_what_you_sow {
    width: 50vw;
    margin: auto; } }

div > h1.planting-instructions {
  letter-spacing: 1px;
  font-size: 4rem;
  font-family: 'Allura', cursive; }

#hgh {
  position: relative;
  width: 10rem;
  height: 10rem;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
  margin: 12px; }

.lpla {
  height: 10rem;
  width: 10rem;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition: 0.2s ease-out;
  background: black;
  opacity: 0.0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.lpla > div > h3 {
  color: white;
  letter-spacing: 2px;
  padding: 3px; }

.lpla > div {
  text-align: center; }

#hgh:hover .lpla {
  opacity: 0.65; }

#more-product-link {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11000; }

@media only screen and (max-width: 600px) {
  .pirp > a > img {
    display: none; } }

.more-products-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pirp {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-align: center;
      align-items: center;
  min-width: 140px; }

.pirp_nomargin {
  margin-bottom: 0;
  font-size: 13px; }

.pirp_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.pirp > a > img {
  margin-bottom: 3px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  border: 2px solid rgba(189, 195, 199, 0.55);
  height: 40px;
  width: 40px;
  margin-right: 5px;
  border-radius: 50%; }

.grid-x-border {
  border: 1px solid #35A01A;
  border-radius: 5px;
  overflow: hidden; }

header {
  position: relative;
  z-index: 1111; }

@media (max-width: 768px) {
  header .hide-for-small-only {
    display: none !important; }
  header .show-for-small-only {
    display: inline-block !important; }
  header .x-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.header__top {
  padding: 20px 0 20px;
  height: 95px;
  position: fixed;
  z-index: 10000; }
  .header__top div[class^="icon__block--"] {
    display: inline-block;
    margin-left: 36px; }
  .header__top--logo {
    position: absolute;
    right: 50%; }
  .header__top .icon {
    text-align: center;
    cursor: pointer;
    height: 54px; }
    .header__top .icon svg {
      height: 30px;
      width: 30px; }
    .header__top .icon .cls-1 {
      fill: #fff !important;
      stroke: none !important;
      fill-rule: evenodd; }
    .header__top .icon h6 {
      margin: 2px 0 0;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #fff;
      font-size: 1rem;
      height: 16px;
      line-height: 16px; }

@media (max-width: 800px) {
  .header__top .a-right {
    text-align: center; }
  .header__top div[class^="icon__block--"] {
    margin-left: 18px;
    margin-right: 18px; }
  .header__top .icon h6 {
    font-size: 0.6875rem; } }

@media only screen and (max-width: 900px) {
  div.header__top--logo {
    display: none; }
  div.minicloverHome__logo {
    display: none; }
  div.medium-only {
    display: -ms-flexbox;
    display: flex; } }

.page-history-app .link-grid {
  display: none; }

.header__bottom {
  padding: 20px 0 15px;
  background: url("../images/header/HeaderBackground.jpg");
  margin-top: 95px;
  height: 120px;
  position: relative;
  background-position-x: 10%; }
  .header__bottom--logo {
    float: left; }
    .header__bottom--logo img {
      height: 82px;
      width: auto; }
  .header__bottom--payment {
    float: right;
    padding: 5px;
    background: white;
    border: 1px solid #003d1b;
    border-radius: 5px;
    margin: 4px 0 0 0; }
    .header__bottom--payment img {
      height: 60px;
      width: auto; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .header__bottom--payment img {
        height: 50px;
        width: 200px; } }
  .header__bottom--social {
    float: right;
    padding: 5px;
    background: white;
    border: 1px solid #003d1b;
    border-radius: 5px;
    margin: 4px 10px 0 0;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    width: 65px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
    .header__bottom--social a:first-of-type {
      margin-bottom: 5px;
      display: block; }
    .header__bottom--social img {
      height: 24px;
      width: auto;
      display: block; }

.medium-only {
  display: none; }

@media (max-width: 800px) {
  .header__bottom {
    text-align: center;
    position: absolute; }
    .header__bottom .grid-container {
      padding: 0; }
    .header__bottom--logo {
      float: none;
      display: inline-block;
      margin: auto; }
      .header__bottom--logo img {
        height: 80px; }
    .header__bottom--payment {
      display: none; } }

.category--payment {
  border: none;
  height: 43px;
  padding: 6px 20px 7px;
  margin: 0;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  top: 118px;
  z-index: 5000;
  background: white; }
  .category--payment img {
    max-height: 100%; }

.header__bottom .dropdown__tools {
  position: relative;
  margin-top: 14px;
  float: right;
  margin-left: 10px; }
  .header__bottom .dropdown__tools *[data-toggle-trigger] {
    padding: 15px 14px;
    width: 100%;
    background-color: #003d1b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden; }
    .header__bottom .dropdown__tools *[data-toggle-trigger] h4 {
      margin: 0;
      color: #fff;
      position: relative;
      text-align: center;
      float: left; }
      .header__bottom .dropdown__tools *[data-toggle-trigger] h4:after {
        content: '';
        width: 14px;
        height: 8px;
        margin-left: 5px;
        display: inline-block;
        float: right;
        background-position: -103px 0px;
        position: relative;
        top: 9px; }
    .header__bottom .dropdown__tools *[data-toggle-trigger]:hover {
      background-color: #003d1b; }
  .header__bottom .dropdown__tools *[data-toggle-target] {
    right: 0;
    width: 237px;
    top: calc(100% + 5px);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 20px 3px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }
    .header__bottom .dropdown__tools *[data-toggle-target] a {
      display: inline-block;
      width: 100%;
      margin-bottom: 12px; }
    .header__bottom .dropdown__tools *[data-toggle-target]:after {
      content: '';
      bottom: 100%;
      right: 12px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }

.icon__block--mycart {
  position: relative; }
  .icon__block--mycart span.cart-indicator {
    position: absolute;
    top: 5px;
    color: white;
    text-align: right;
    right: 0;
    text-indent: 0;
    font-weight: 700; }
    @media print, screen and (min-width: 50em) {
      .icon__block--mycart span.cart-indicator {
        right: 10px;
        text-indent: -2px; } }
    .icon__block--mycart span.cart-indicator span {
      display: inline-block;
      height: 20px;
      width: 20px;
      line-height: 20px;
      border-radius: 100px;
      background: red;
      text-align: center;
      font-size: 10px; }
      @media print, screen and (min-width: 50em) {
        .icon__block--mycart span.cart-indicator span {
          height: 25px;
          width: 25px;
          line-height: 25px;
          font-size: 11px; } }
  .icon__block--mycart > .icon {
    position: relative; }

.icon__block--myaccount {
  position: relative; }

.icon__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.freeShipping {
  height: 100%;
  width: 129px; }

.icon__block--shippingIcon {
  pointer-events: none;
  position: relative; }

.mycart-dropdown {
  padding: 16px 21px 18px;
  right: -124px;
  width: 300px;
  top: 75px;
  margin: 0  auto;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }
  .mycart-dropdown .section__heading--type-1 {
    margin-bottom: 0; }
    .mycart-dropdown .section__heading--type-1 h5 {
      font-size: 12px;
      line-height: 14px; }
  .mycart-dropdown .mini__cart-products,
  .mycart-dropdown .mini__cart-product,
  .mycart-dropdown .min__cart--items,
  .mycart-dropdown .mini__cart--total,
  .mycart-dropdown .action {
    display: inline-block;
    width: 100%; }
  .mycart-dropdown .cart-summary > span {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ABD8A0; }
    .mycart-dropdown .cart-summary > span:last-of-type {
      border-width: 0; }
  .mycart-dropdown .mini__cart-product > div {
    width: calc(100% - 30px);
    float: left; }
  .mycart-dropdown .mini__cart-product h4 {
    margin: 0 0 1px; }
  .mycart-dropdown .mini__cart-product p {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0; }
  .mycart-dropdown .mini__cart-product a.opc_remove {
    width: 20px;
    float: right; }
    .mycart-dropdown .mini__cart-product a.opc_remove:hover {
      opacity: 0.6; }
  .mycart-dropdown .mini__cart-product:last-of-type {
    border-bottom: none; }
  .mycart-dropdown .min__cart--items {
    padding: 10px 0;
    border-top: 1px solid #B3960F;
    border-bottom: 1px solid #B3960F; }
    .mycart-dropdown .min__cart--items span {
      color: #B3960F;
      width: 48%;
      font-size: 14px;
      line-height: 17px; }
    .mycart-dropdown .min__cart--items .title {
      float: left; }
    .mycart-dropdown .min__cart--items .qty {
      float: right; }
  .mycart-dropdown .mini__cart--total {
    padding: 10px 0; }
    .mycart-dropdown .mini__cart--total span {
      color: #166238;
      width: 48%;
      font-size: 18px;
      line-height: 22px; }
    .mycart-dropdown .mini__cart--total .title {
      float: left; }
    .mycart-dropdown .mini__cart--total .price-total {
      float: right; }

.myaccount-dropdown {
  padding: 16px 21px 18px;
  right: 0px;
  width: 300px;
  top: 75px;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }
  .myaccount-dropdown .section__heading--type-1 {
    margin-bottom: 0; }
    .myaccount-dropdown .section__heading--type-1 h5 {
      font-size: 12px;
      line-height: 14px; }

@media (max-width: 768px) {
  .header__top .dropdown {
    top: 60px; } }

@media (max-width: 768px) {
  .mycart-dropdown .action .button {
    font-size: 1.125rem; }
  .myaccount-dropdown .action .button {
    font-size: 1.125rem; } }

div[class^="icon__block--"] .icon.active {
  position: relative; }
  div[class^="icon__block--"] .icon.active:after {
    bottom: -22px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    z-index: 2000; }

@media (max-width: 768px) {
  div[class^="icon__block--"] {
    position: static; } }

@media print, screen and (max-width: 850px) {
  .icon__block--shippingIcon {
    display: none !important; } }

@media print, screen and (max-width: 900px) {
  .icon__block--shippingIcon {
    width: 100px !important; } }

.icon__block--products {
  position: relative; }

.products-dropdown {
  padding: 20px 0 20px 0;
  right: -240px;
  width: 762px !important;
  top: 75px;
  margin: 0  auto;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }
  .products-dropdown .section__heading--type-1 {
    padding: 17px 0;
    line-height: 0.75rem; }
    .products-dropdown .section__heading--type-1 h5 {
      font-size: 0.75rem;
      line-height: 0.75rem; }
  .products-dropdown .media-object {
    margin-bottom: 5px; }
    .products-dropdown .media-object.cat_319 {
      display: none; }
  .products-dropdown .media-object-section .thumbnail {
    width: 40px;
    border-width: 0;
    margin: 0; }
    .products-dropdown .media-object-section .thumbnail img {
      max-width: 40px; }
  .products-dropdown .media-object-section:first-child {
    padding-right: 10px; }
  .products-dropdown .media-object-section:last-of-type a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .products-dropdown .media-object-section h4 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Tahoma", sans-serif; }
  .products-dropdown .recent-links a {
    font-size: 1.125rem;
    margin-right: 10px; }
    .products-dropdown .recent-links a:last-of-type {
      margin: 10px; }

@media (max-width: 768px) {
  .icon__block--products {
    position: static; }
  .header__top .dropdown {
    right: 0;
    left: 0;
    padding-bottom: 40px;
    width: 100%;
    top: 95px;
    height: calc(100vh - 95px);
    overflow-y: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  .products-dropdown {
    padding: 0;
    width: 100% !important; }
    .products-dropdown .section__heading--type-1 {
      display: none; }
    .products-dropdown .search-grid {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
      display: inline-block !important;
      width: 100%; }
      .products-dropdown .search-grid .search__block {
        border-top: none; }
        .products-dropdown .search-grid .search__block .input-box input[type="text"] {
          padding-left: 20px; }
    .products-dropdown .media-object {
      margin-bottom: 5px; } }

.category-menu {
  display: none;
  position: relative;
  clear: both;
  background: #003d1b;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 64em) {
    .category-menu {
      display: block; } }
  .category-menu-fixed .category-menu {
    position: fixed;
    top: 95px;
    width: 100%; }
  .category-menu .menu {
    background: none;
    height: 60px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    position: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .category-menu .menu li {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .category-menu .menu li:first-of-type .menu-item {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .category-menu .menu .menu-item {
      color: #FFF5EE;
      height: 60px;
      padding: 0;
      background: transparent;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      font-size: 15px;
      line-height: 15px; }
    .category-menu .menu .menu-item.hover, .category-menu .menu .menu-item:hover {
      background: rgba(0, 0, 0, 0.3); }
    .category-menu .menu .cell .category-menu-link {
      padding: 0;
      margin-bottom: 20px;
      font-size: 14px; }
      .category-menu .menu .cell .category-menu-link:last-of-type {
        margin: 0; }
  .category-menu .dropdown-pane {
    padding: 40px 0;
    top: 60px !important;
    width: 100%;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    border: 0;
    clear: both;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
    .category-menu .dropdown-pane .set-height > div {
      overflow: auto;
      max-height: 600px; }
  .category-menu > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    margin-left: 10px;
    margin-top: 11%; }
  .category-menu .toggle-list .toggle-buttons a {
    height: 65px;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #35A01A;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 20px; }
    .category-menu .toggle-list .toggle-buttons a:last-of-type {
      margin: 0; }
    .category-menu .toggle-list .toggle-buttons a img {
      width: 65px;
      height: 65px; }
    .category-menu .toggle-list .toggle-buttons a span {
      font-family: "Georgia", serif;
      padding: 0 0 0 20px;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      display: -ms-flexbox;
      display: flex; }
  .category-menu .toggle-list .toggle-buttons .active {
    background: #F0F4E4; }
  .category-menu .toggle-list .toggle-sections {
    padding: 0 0 0 40px; }
    .category-menu .toggle-list .toggle-sections .grid-x {
      display: none; }
      .category-menu .toggle-list .toggle-sections .grid-x.active {
        display: -ms-flexbox;
        display: flex; }
  .category-menu .flat-list {
    padding: 0 20px; }

@media print, screen and (min-width: 64em) {
  .main_support .opc__banner--small.hide-for-small-only, .main_grass-seed .opc__banner--small.hide-for-small-only, .main_flower-seed .opc__banner--small.hide-for-small-only, .main_about .opc__banner--small.hide-for-small-only, .main_warranty .opc__banner--small.hide-for-small-only, .main_status .opc__banner--small.hide-for-small-only, .main_margin .opc__banner--small.hide-for-small-only, .main_user .opc__banner--small.hide-for-small-only {
    margin-bottom: 60px; } }

.menu-dropdown {
  padding: 17px 20px 20px; }
  .menu-dropdown ul {
    padding: 0;
    margin: 0; }
  .menu-dropdown li,
  .menu-dropdown .menu__social {
    display: inline-block;
    width: 100%; }
  .menu-dropdown li {
    margin: 0 0 12px; }
  .menu-dropdown .section__heading--type-1 h4 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 2px 0 11px; }
  .menu-dropdown .menu__social {
    border-top: 1px solid #B3960F;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-top: 1px; }
    .menu-dropdown .menu__social a {
      display: block;
      float: left;
      width: 40px;
      margin-right: 10px; }
      .menu-dropdown .menu__social a img {
        width: 100%;
        height: auto; }

footer {
  padding: 40px 0; }
  footer p {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0; }
  footer .footer__links--top {
    margin: 0 0 14px; }
    footer .footer__links--top a {
      font-size: 1.1875rem;
      font-weight: 400;
      color: #166238;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
      footer .footer__links--top a * {
        color: #166238;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      footer .footer__links--top a:focus, footer .footer__links--top a:active, footer .footer__links--top a:visited, footer .footer__links--top a:link {
        color: #166238; }
        footer .footer__links--top a:focus *, footer .footer__links--top a:active *, footer .footer__links--top a:visited *, footer .footer__links--top a:link * {
          color: #166238; }
      footer .footer__links--top a.active {
        color: #003d1b; }
        footer .footer__links--top a.active * {
          color: #003d1b; }
      footer .footer__links--top a:hover {
        color: #003d1b; }
        footer .footer__links--top a:hover * {
          color: #003d1b; }
    footer .footer__links--top p {
      font-size: 1.1875rem;
      font-weight: 400;
      color: #166238; }
  footer .footer__links--bottom {
    margin: 0 0 11px; }
    footer .footer__links--bottom a {
      padding: 0 12px;
      position: relative;
      font-size: 1rem;
      font-weight: 400;
      color: #003d1b;
      transition: 0.4s ease all;
      -moz-transition: 0.4s ease all;
      -webkit-transition: 0.4s ease all; }
      footer .footer__links--bottom a * {
        color: #003d1b;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all; }
      footer .footer__links--bottom a:focus, footer .footer__links--bottom a:active, footer .footer__links--bottom a:visited, footer .footer__links--bottom a:link {
        color: #003d1b; }
        footer .footer__links--bottom a:focus *, footer .footer__links--bottom a:active *, footer .footer__links--bottom a:visited *, footer .footer__links--bottom a:link * {
          color: #003d1b; }
      footer .footer__links--bottom a.active {
        color: #166238; }
        footer .footer__links--bottom a.active * {
          color: #166238; }
      footer .footer__links--bottom a:hover {
        color: #166238; }
        footer .footer__links--bottom a:hover * {
          color: #166238; }
      footer .footer__links--bottom a:after {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #003d1b;
        position: absolute;
        left: -5px;
        top: 8px; }
      footer .footer__links--bottom a:first-of-type:after {
        display: none; }
  footer .footer__copyrights p {
    font-size: 0.875rem;
    font-weight: 400; }

@media (max-width: 638px) {
  footer {
    padding: 35px 0; }
    footer .footer__links--top span a {
      display: inline-block; }
    footer .footer__links--bottom {
      margin-bottom: 0; }
      footer .footer__links--bottom a {
        padding: 0 12px;
        width: 100%;
        margin: 0 0 11px;
        display: inline-block;
        font-size: 1.125rem; }
        footer .footer__links--bottom a:after {
          display: none; } }

.account-summary .section__heading--type-1 {
  margin-bottom: 20px; }

.account-summary form label {
  display: none; }

.account-summary form input {
  padding: 10px;
  margin: 0; }

.account-summary form > div {
  margin-bottom: 20px; }

.account-summary .login-form {
  margin-bottom: 20px; }

.account-summary hr {
  display: none; }

.myaccount-dropdown .account-summary p {
  margin-bottom: 0; }

.myaccount-dropdown .account-summary .link-grid {
  margin: 0; }

.account-page .checkout__shipping--block,
.account-page .checkout__billing--block {
  width: 100%;
  overflow: hidden; }

.account-page .checkout__billing--block {
  padding-left: 0; }

@media print, screen and (max-width: 49.99875em) {
  .account-page .checkout__billing--block {
    margin-bottom: 20px; } }

.account-page button {
  margin-left: 75px; }

.link-grid {
  margin-bottom: 20px; }

.order_history_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 2px solid rgba(211, 211, 211, 0.6);
  padding: 0.5rem; }
  .order_history_item > img {
    height: 6rem; }

.order_history_itemName {
  min-width: 50%; }

.order_history_detail {
  overflow: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 20px;
  border-radius: 3px; }
  .order_history_detail > h4:first-child {
    background: #bc815f;
    padding: 8px;
    color: white;
    letter-spacing: 1px; }
  .order_history_detail > ul {
    padding-left: 25px;
    margin-left: 0; }

.order_history_showMore {
  float: right;
  cursor: pointer;
  color: white;
  background: #166238;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 14px;
  margin-top: -10px; }

.order_history_noExist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 2px solid rgba(211, 211, 211, 0.6);
  padding-bottom: 0.5rem; }

.order_history_controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px;
  border-bottom: 1px solid #003d1b;
  border-top: 1px solid #003d1b;
  background: #166238;
  border-radius: 3px;
  color: #4CAF50;
  width: 100%; }
  .order_history_controls > button > h5 {
    color: white;
    font-family: 'Roboto', serif; }
    .order_history_controls > button > h5:hover {
      color: gold; }
  .order_history_controls > button {
    padding: 2px 15px;
    border: 3px solid #166238;
    margin: auto 5px;
    font-weight: bold;
    background: #166238; }
  .order_history_controls > button:first-child {
    border-right: 1px solid white; }
    .order_history_controls > button:first-child:hover {
      border-right: 1px solid gold; }
  .order_history_controls > button:nth-child(2) {
    border-left: 1px solid white;
    width: 97.5625px; }
    .order_history_controls > button:nth-child(2):hover {
      border-left: 1px solid gold; }

@media screen and (max-width: 700px) {
  .order_history_detail > ul {
    padding-left: 0;
    margin-left: 0 !important; } }

main {
  margin-top: -120px;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 64em) {
    main {
      margin-top: -182px; } }
  @media print, screen and (min-width: 64em) {
    .category-menu-fixed main {
      margin-top: -120px; } }

@media (max-width: 800px) {
  main {
    margin-top: 95px; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0; }

.image-focus-link {
  cursor: zoom-in; }
