@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://use.typekit.net/bgb8nqx.css");
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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; }

.foundation-mq {
  font-family: "small=0em&medium=48em&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: "Conv_Trebuchet MS", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  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; }

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: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  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.5;
  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 #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

::placeholder {
  color: #cacaca; }

[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.5;
    padding: 0.5625rem 0; }

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  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%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

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

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

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Conv_Trebuchet MS", 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: #cacaca; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.625rem; }
  h2, .h2 {
    font-size: 2.125rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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: #e6e6e6;
  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: #8a8a8a; }

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

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

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

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  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 #cacaca;
  background-color: #e6e6e6;
  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: 48em) {
  .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; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

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

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

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

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

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .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, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    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, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto; } }

.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%; }

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

.grid-x > .small-15 {
  width: 62.5%; }

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

.grid-x > .small-17 {
  width: 70.8333333333%; }

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

.grid-x > .small-19 {
  width: 79.1666666667%; }

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

.grid-x > .small-21 {
  width: 87.5%; }

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

.grid-x > .small-23 {
  width: 95.8333333333%; }

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 4.1666666667%; }
  .grid-x > .medium-2 {
    width: 8.3333333333%; }
  .grid-x > .medium-3 {
    width: 12.5%; }
  .grid-x > .medium-4 {
    width: 16.6666666667%; }
  .grid-x > .medium-5 {
    width: 20.8333333333%; }
  .grid-x > .medium-6 {
    width: 25%; }
  .grid-x > .medium-7 {
    width: 29.1666666667%; }
  .grid-x > .medium-8 {
    width: 33.3333333333%; }
  .grid-x > .medium-9 {
    width: 37.5%; }
  .grid-x > .medium-10 {
    width: 41.6666666667%; }
  .grid-x > .medium-11 {
    width: 45.8333333333%; }
  .grid-x > .medium-12 {
    width: 50%; }
  .grid-x > .medium-13 {
    width: 54.1666666667%; }
  .grid-x > .medium-14 {
    width: 58.3333333333%; }
  .grid-x > .medium-15 {
    width: 62.5%; }
  .grid-x > .medium-16 {
    width: 66.6666666667%; }
  .grid-x > .medium-17 {
    width: 70.8333333333%; }
  .grid-x > .medium-18 {
    width: 75%; }
  .grid-x > .medium-19 {
    width: 79.1666666667%; }
  .grid-x > .medium-20 {
    width: 83.3333333333%; }
  .grid-x > .medium-21 {
    width: 87.5%; }
  .grid-x > .medium-22 {
    width: 91.6666666667%; }
  .grid-x > .medium-23 {
    width: 95.8333333333%; }
  .grid-x > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 4.1666666667%; }
  .grid-x > .large-2 {
    width: 8.3333333333%; }
  .grid-x > .large-3 {
    width: 12.5%; }
  .grid-x > .large-4 {
    width: 16.6666666667%; }
  .grid-x > .large-5 {
    width: 20.8333333333%; }
  .grid-x > .large-6 {
    width: 25%; }
  .grid-x > .large-7 {
    width: 29.1666666667%; }
  .grid-x > .large-8 {
    width: 33.3333333333%; }
  .grid-x > .large-9 {
    width: 37.5%; }
  .grid-x > .large-10 {
    width: 41.6666666667%; }
  .grid-x > .large-11 {
    width: 45.8333333333%; }
  .grid-x > .large-12 {
    width: 50%; }
  .grid-x > .large-13 {
    width: 54.1666666667%; }
  .grid-x > .large-14 {
    width: 58.3333333333%; }
  .grid-x > .large-15 {
    width: 62.5%; }
  .grid-x > .large-16 {
    width: 66.6666666667%; }
  .grid-x > .large-17 {
    width: 70.8333333333%; }
  .grid-x > .large-18 {
    width: 75%; }
  .grid-x > .large-19 {
    width: 79.1666666667%; }
  .grid-x > .large-20 {
    width: 83.3333333333%; }
  .grid-x > .large-21 {
    width: 87.5%; }
  .grid-x > .large-22 {
    width: 91.6666666667%; }
  .grid-x > .large-23 {
    width: 95.8333333333%; }
  .grid-x > .large-24 {
    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: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.25rem); }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem); }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.25rem); }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.25rem); }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem); }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.25rem); }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .small-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .small-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .small-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .small-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .small-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .small-24 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .medium-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .medium-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-24 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .large-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .large-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .large-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .large-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .large-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .large-24 {
      width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.small-up-1 > .cell {
  width: 100%; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

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

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

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

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

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

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

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

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

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

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

.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: 4.1666666667%; }
  .small-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-3 {
    width: 12.5%; }
  .small-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .small-6 {
    width: 25%; }
  .small-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-9 {
    width: 37.5%; }
  .small-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .small-12 {
    width: 50%; }
  .small-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-15 {
    width: 62.5%; }
  .small-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .small-18 {
    width: 75%; }
  .small-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-21 {
    width: 87.5%; }
  .small-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .small-24 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .medium-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-3 {
      width: 12.5%; }
    .small-margin-collapse > .medium-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .medium-6 {
      width: 25%; }
    .small-margin-collapse > .medium-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .medium-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-9 {
      width: 37.5%; }
    .small-margin-collapse > .medium-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .medium-12 {
      width: 50%; }
    .small-margin-collapse > .medium-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .medium-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-15 {
      width: 62.5%; }
    .small-margin-collapse > .medium-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .medium-18 {
      width: 75%; }
    .small-margin-collapse > .medium-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .medium-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-21 {
      width: 87.5%; }
    .small-margin-collapse > .medium-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .medium-24 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .large-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-3 {
      width: 12.5%; }
    .small-margin-collapse > .large-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .large-6 {
      width: 25%; }
    .small-margin-collapse > .large-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .large-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-9 {
      width: 37.5%; }
    .small-margin-collapse > .large-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .large-12 {
      width: 50%; }
    .small-margin-collapse > .large-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .large-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-15 {
      width: 62.5%; }
    .small-margin-collapse > .large-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .large-18 {
      width: 75%; }
    .small-margin-collapse > .large-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .large-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-21 {
      width: 87.5%; }
    .small-margin-collapse > .large-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .large-24 {
      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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-3 {
    width: 12.5%; }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .small-6 {
    width: 25%; }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-9 {
    width: 37.5%; }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .small-12 {
    width: 50%; }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-15 {
    width: 62.5%; }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .small-18 {
    width: 75%; }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-21 {
    width: 87.5%; }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%; }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .medium-6 {
    width: 25%; }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%; }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .medium-12 {
    width: 50%; }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%; }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .medium-18 {
    width: 75%; }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%; }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-3 {
    width: 12.5%; }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .large-6 {
    width: 25%; }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-9 {
    width: 37.5%; }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .large-12 {
    width: 50%; }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-15 {
    width: 62.5%; }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .large-18 {
    width: 75%; }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-21 {
    width: 87.5%; }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .large-24 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .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: 4.1666666667%; }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-3 {
    width: 12.5%; }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .small-6 {
    width: 25%; }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-9 {
    width: 37.5%; }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .small-12 {
    width: 50%; }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-15 {
    width: 62.5%; }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .small-18 {
    width: 75%; }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-21 {
    width: 87.5%; }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-3 {
    width: 12.5%; }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .medium-6 {
    width: 25%; }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-9 {
    width: 37.5%; }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .medium-12 {
    width: 50%; }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-15 {
    width: 62.5%; }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .medium-18 {
    width: 75%; }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-21 {
    width: 87.5%; }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-3 {
    width: 12.5%; }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .large-6 {
    width: 25%; }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-9 {
    width: 37.5%; }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .large-12 {
    width: 50%; }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-15 {
    width: 62.5%; }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .large-18 {
    width: 75%; }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-21 {
    width: 87.5%; }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .large-24 {
    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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%; }

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

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

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

.small-offset-15 {
  margin-left: 62.5%; }

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

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

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

.small-offset-17 {
  margin-left: 70.8333333333%; }

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

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

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

.small-offset-19 {
  margin-left: 79.1666666667%; }

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

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

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

.small-offset-21 {
  margin-left: 87.5%; }

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

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

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

.small-offset-23 {
  margin-left: 95.8333333333%; }

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

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2); }
  .medium-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2); }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2); }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2); }
  .medium-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2); }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2); }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2); }
  .large-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2); }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .large-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2); }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2); }
  .large-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2); }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .large-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2); }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .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, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
      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, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
      flex-basis: auto; } }
  .grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 4.1666666667%; }
  .grid-y > .small-2 {
    height: 8.3333333333%; }
  .grid-y > .small-3 {
    height: 12.5%; }
  .grid-y > .small-4 {
    height: 16.6666666667%; }
  .grid-y > .small-5 {
    height: 20.8333333333%; }
  .grid-y > .small-6 {
    height: 25%; }
  .grid-y > .small-7 {
    height: 29.1666666667%; }
  .grid-y > .small-8 {
    height: 33.3333333333%; }
  .grid-y > .small-9 {
    height: 37.5%; }
  .grid-y > .small-10 {
    height: 41.6666666667%; }
  .grid-y > .small-11 {
    height: 45.8333333333%; }
  .grid-y > .small-12 {
    height: 50%; }
  .grid-y > .small-13 {
    height: 54.1666666667%; }
  .grid-y > .small-14 {
    height: 58.3333333333%; }
  .grid-y > .small-15 {
    height: 62.5%; }
  .grid-y > .small-16 {
    height: 66.6666666667%; }
  .grid-y > .small-17 {
    height: 70.8333333333%; }
  .grid-y > .small-18 {
    height: 75%; }
  .grid-y > .small-19 {
    height: 79.1666666667%; }
  .grid-y > .small-20 {
    height: 83.3333333333%; }
  .grid-y > .small-21 {
    height: 87.5%; }
  .grid-y > .small-22 {
    height: 91.6666666667%; }
  .grid-y > .small-23 {
    height: 95.8333333333%; }
  .grid-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 4.1666666667%; }
    .grid-y > .medium-2 {
      height: 8.3333333333%; }
    .grid-y > .medium-3 {
      height: 12.5%; }
    .grid-y > .medium-4 {
      height: 16.6666666667%; }
    .grid-y > .medium-5 {
      height: 20.8333333333%; }
    .grid-y > .medium-6 {
      height: 25%; }
    .grid-y > .medium-7 {
      height: 29.1666666667%; }
    .grid-y > .medium-8 {
      height: 33.3333333333%; }
    .grid-y > .medium-9 {
      height: 37.5%; }
    .grid-y > .medium-10 {
      height: 41.6666666667%; }
    .grid-y > .medium-11 {
      height: 45.8333333333%; }
    .grid-y > .medium-12 {
      height: 50%; }
    .grid-y > .medium-13 {
      height: 54.1666666667%; }
    .grid-y > .medium-14 {
      height: 58.3333333333%; }
    .grid-y > .medium-15 {
      height: 62.5%; }
    .grid-y > .medium-16 {
      height: 66.6666666667%; }
    .grid-y > .medium-17 {
      height: 70.8333333333%; }
    .grid-y > .medium-18 {
      height: 75%; }
    .grid-y > .medium-19 {
      height: 79.1666666667%; }
    .grid-y > .medium-20 {
      height: 83.3333333333%; }
    .grid-y > .medium-21 {
      height: 87.5%; }
    .grid-y > .medium-22 {
      height: 91.6666666667%; }
    .grid-y > .medium-23 {
      height: 95.8333333333%; }
    .grid-y > .medium-24 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 4.1666666667%; }
    .grid-y > .large-2 {
      height: 8.3333333333%; }
    .grid-y > .large-3 {
      height: 12.5%; }
    .grid-y > .large-4 {
      height: 16.6666666667%; }
    .grid-y > .large-5 {
      height: 20.8333333333%; }
    .grid-y > .large-6 {
      height: 25%; }
    .grid-y > .large-7 {
      height: 29.1666666667%; }
    .grid-y > .large-8 {
      height: 33.3333333333%; }
    .grid-y > .large-9 {
      height: 37.5%; }
    .grid-y > .large-10 {
      height: 41.6666666667%; }
    .grid-y > .large-11 {
      height: 45.8333333333%; }
    .grid-y > .large-12 {
      height: 50%; }
    .grid-y > .large-13 {
      height: 54.1666666667%; }
    .grid-y > .large-14 {
      height: 58.3333333333%; }
    .grid-y > .large-15 {
      height: 62.5%; }
    .grid-y > .large-16 {
      height: 66.6666666667%; }
    .grid-y > .large-17 {
      height: 70.8333333333%; }
    .grid-y > .large-18 {
      height: 75%; }
    .grid-y > .large-19 {
      height: 79.1666666667%; }
    .grid-y > .large-20 {
      height: 83.3333333333%; }
    .grid-y > .large-21 {
      height: 87.5%; }
    .grid-y > .large-22 {
      height: 91.6666666667%; }
    .grid-y > .large-23 {
      height: 95.8333333333%; }
    .grid-y > .large-24 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem); }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem); }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem); }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem); }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem); }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem); }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem); }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem); }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem); }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem); }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem); }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem); }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  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: bold;
    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: 0;
      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; }

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

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

.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 #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0c304e; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

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

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

.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 #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #0c304e; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0f3b60; }

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

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #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(12, 48, 78, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

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

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

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

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

.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: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #0c304e transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

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

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

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

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

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #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;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0c304e;
    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 #0c304e;
  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 #0c304e 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 #0c304e 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: #0c304e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

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

.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 #0c304e 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 #0c304e; }

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

@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: #0c304e 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 #0c304e 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 #0c304e; } }

.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 #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #0c304e 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 #0c304e; }
  .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: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

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

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 47.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; }

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

@media screen and (max-width: 47.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; } }

.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; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.blue-bg {
  background-color: #00abc7; }

.fuschia-bg {
  background-color: #ce009f; }

.white-bg {
  background-color: #ffffff; }

.gray-bg {
  background-color: #efefef; }

.header-slider {
  display: flex; }

.topslider {
  display: block;
  width: 100%; }

.bxslider {
  display: block;
  overflow: hidden; }

.header-single-text {
  position: absolute;
  z-index: 5;
  width: 100%; }
  .header-single-text .header-text {
    background-color: white;
    color: #fefefe;
    padding: 30px; }

.small-header-text {
  background-color: black;
  padding: 20px;
  color: #fefefe; }

.slider-screen {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5; }

.header-text {
  position: relative;
  z-index: 1; }

.slider-content {
  display: block;
  max-width: 100%; }

.bx-viewport {
  overflow: hidden; }

.bxslider li {
  background-size: cover;
  background-position: top right; }

.inner-content {
  height: 100%;
  position: relative; }

.topslider {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.topslider img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
  background-color: #000000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
===================================*/
.topslider {
  border: 0px solid #fff;
  background: #fff; }

.topslider .bx-pager,
.topslider .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%; }

/* LOADER */
.topslider .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.topslider .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.topslider .bx-pager.bx-default-pager a {
  background: rgba(102, 102, 102, 0);
  text-indent: -9999px;
  display: block;
  border: solid 1px white;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.topslider .bx-pager.bx-default-pager a:hover,
.topslider .bx-pager.bx-default-pager a.active,
.topslider .bx-pager.bx-default-pager a:focus {
  background: #fff; }

.topslider .bx-pager-item,
.topslider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.topslider .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.topslider .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px; }

.topslider .bx-prev:hover,
.topslider .bx-prev:focus {
  background-position: 0 0; }

.topslider .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px; }

.topslider .bx-next:hover,
.topslider .bx-next:focus {
  background-position: -43px 0; }

.topslider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.topslider .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.topslider .bx-controls-auto {
  text-align: center; }

.topslider .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.topslider .bx-controls-auto .bx-start:hover,
.topslider .bx-controls-auto .bx-start.active,
.topslider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.topslider .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.topslider .bx-controls-auto .bx-stop:hover,
.topslider .bx-controls-auto .bx-stop.active,
.topslider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.topslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.topslider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.topslider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.topslider .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site-content {
  flex: 1; }

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* 1, 3 */ }

.site-header,
.site-footer {
  flex: none;
  /* 2 */ }

.site-content {
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

.site-content::after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg); }
  .site-content::after {
    margin-top: var(--space-lg); } }

.site-content--full {
  padding: 0; }

.site-content--full::after {
  content: none; }

.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none !important; }

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

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

a,
a:hover,
a:active,
a:focus {
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

/*
html {
	scroll-behavior: smooth;
}*/
body {
  font-size: 1rem;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.top-bar {
  max-width: 900px;
  margin: auto; }

.site-header {
  max-width: 100%;
  width: 75rem; }

.inline {
  display: flex;
  list-style: none;
  gap: 1rem; }

.nobullets {
  list-style: none;
  margin-left: 0px; }

.hidden {
  display: none; }

@media print, screen and (min-width: 64em) {
  .large-align-middle {
    align-items: center; } }

* {
  margin: 0; }

::-webkit-scrollbar {
  width: 28px;
  margin: 0; }

::-webkit-scrollbar-track {
  background: radial-gradient(circle at 14px 18px, white 5px, transparent 7px) no-repeat, radial-gradient(circle at 14px calc(100% - 18px), white 5px, transparent 7px) no-repeat, linear-gradient(white, white) center no-repeat;
  box-shadow: inset 0 0 10px 12px white;
  background-size: auto, auto, calc(100% - 16px) calc(100% - 40px);
  margin: 0; }

::-webkit-scrollbar-thumb {
  background-color: #010101;
  border: 8px solid transparent;
  border-radius: 15px;
  background-clip: content-box; }

.scroll-to-top {
  opacity: 0;
  position: fixed;
  bottom: 1rem;
  padding-top: .5rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  z-index: 2;
  background-color: #cdde00;
  color: #33768a;
  border-radius: .25rem;
  transition: all 300ms ease-in; }
  .scroll-to-top.active {
    opacity: 1; }
    .scroll-to-top.active:hover {
      background-color: #00abc7;
      color: #ffffff; }

.nobullets {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }
  .nobullets li {
    margin-left: 0px;
    padding-left: 0px; }

.grid-container {
  max-width: 80rem !important; }

#responsive-menu {
  padding: 25px 0px; }

.dropdown.menu a {
  font-size: 17px;
  color: red;
  text-transform: uppercase; }
  .dropdown.menu a:hover {
    color: grey;
    text-decoration: none; }

.dropdown.menu > li > a {
  font-size: 17px;
  font-weight: 700;
  padding: .7rem .6rem; }

.dropdown.menu > li.is-active > a {
  color: green; }

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

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

.menu .active > a {
  color: orange;
  background: transparent; }

.is-dropdown-submenu {
  background: red;
  border: 0px; }
  .is-dropdown-submenu .is-dropdown-submenu-item a {
    background: blue;
    color: white; }
    .is-dropdown-submenu .is-dropdown-submenu-item a:hover {
      background-color: pink;
      color: red; }
  .is-dropdown-submenu .active > a {
    background: orange; }
    .is-dropdown-submenu .active > a:hover {
      color: white;
      text-decoration: none; }

.accordion-menu {
  background-color: black; }
  .accordion-menu a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff; }
  .accordion-menu .active > a {
    background-color: blue;
    color: white; }
  .accordion-menu .current-menu-parent > .is-active > .active > a {
    background-color: green;
    color: teal; }
  .accordion-menu .submenu li {
    flex-shrink: 0;
    background-color: grey; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #ffffff transparent transparent; }

/***
font-family: cubano, sans-serif;
font-family: trade-gothic-next, sans-serif;
***/
html *,
body h4 {
  /*font-family: trade-gothic-next, sans-serif;*/
  font-family: trade-gothic-next-condensed, sans-serif;
  /*	font-weight: 700;*/ }

body h1,
body h2,
body h3,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h5,
body .h6,
body h1 span,
body h2 span,
body h3 span,
body h5 span,
body h6 span {
  font-family: cubano, sans-serif;
  line-height: 1;
  margin-bottom: .75em; }

@media print, screen and (min-width: 48em) {
  body p {
    font-size: 18px; } }

body h2,
body .h2 {
  font-size: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    body h2,
    body .h2 {
      font-size: 2.5rem; }
      body h2 span,
      body .h2 span {
        margin-bottom: 1.5rem; } }
.button {
  background-color: transparent;
  border-radius: 2rem;
  border: 4px solid #ffffff;
  font-weight: bold;
  font-size: 1.125rem;
  margin: .5rem;
  padding: .75rem 2rem;
  text-transform: uppercase;
  white-space: nowrap; }
  @media print, screen and (min-width: 48em) {
    .button {
      font-size: 1.5625rem; } }
  .button.transparent {
    background-color: transparent; }
    .button.transparent:hover.white, .button.transparent:focus.white, .button.transparent:active.white {
      background-color: #ffffff;
      color: #33768a; }
  .button.white {
    border-color: white; }

#address_search .button .button,
.order-button .button {
  margin: 0px;
  margin-top: .5rem;
  margin-bottom: .5rem; }
  @media print, screen and (min-width: 48em) {
    #address_search .button .button,
    .order-button .button {
      font-size: 1.125rem; } }
  #address_search .button .button.red,
  .order-button .button.red {
    background-color: #ea0029;
    border-color: #ea0029;
    color: #ffffff; }
    #address_search .button .button.red:hover, #address_search .button .button.red:focus, #address_search .button .button.red:active,
    .order-button .button.red:hover,
    .order-button .button.red:focus,
    .order-button .button.red:active {
      background-color: #ffffff;
      color: #ea0029; }

#masthead {
  background: #010101;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  #masthead .is-dropdown-submenu {
    background: #010101; }
    #masthead .is-dropdown-submenu li {
      width: auto; }
  #masthead .menu {
    position: initial; }
    #masthead .menu .submenu {
      justify-content: space-evenly;
      padding-left: 1rem;
      padding-right: 1rem;
      gap: .25vw;
      margin-left: 1rem;
      margin-right: 1rem;
      align-items: center; }
      @media print, screen and (min-width: 64em) {
        #masthead .menu .submenu {
          right: 0px;
          max-width: 1200px;
          width: 100vw;
          left: 50% !important;
          margin-left: 0rem;
          margin-right: 0rem;
          transform: translateX(-50%);
          z-index: 6 !important;
          top: 100px;
          text-align: center;
          padding-top: 3rem; }
          #masthead .menu .submenu::before {
            font-size: 1.125rem;
            content: "Browse by category";
            color: #ffffff;
            position: absolute;
            left: 2rem;
            top: 10px;
            z-index: 1 !important; }
          #masthead .menu .submenu ::after {
            content: "";
            height: 100%;
            width: 200vw;
            position: absolute;
            top: 0px;
            background: black;
            left: -50vw;
            right: 0;
            z-index: -1; } }
      #masthead .menu .submenu a {
        padding: .75rem .125vw; }
      #masthead .menu .submenu li {
        display: inline-block;
        flex-shrink: 2; }
    #masthead .menu .is-active .submenu {
      display: flex; }
  @media print, screen and (min-width: 64em) {
    #masthead .is-accordion-submenu-parent,
    #masthead .is-dropdown-submenu-parent {
      position: static !important; } }
  #masthead .is-accordion-submenu-parent a::after,
  #masthead .is-dropdown-submenu-parent a::after {
    border-color: white transparent transparent transparent !important;
    border-width: 14px 8px 8px !important;
    margin-left: .5rem !important;
    top: 22px !important;
    margin-top: 0px !important; }
    @media print, screen and (min-width: 64em) {
      #masthead .is-accordion-submenu-parent a::after,
      #masthead .is-dropdown-submenu-parent a::after {
        border-width: 10px 6px 6px !important; } }
    @media print, screen and (min-width: 64em) {
      #masthead .is-accordion-submenu-parent a::after,
      #masthead .is-dropdown-submenu-parent a::after {
        right: 0rem !important; } }
  @media print, screen and (max-width: 63.99875em) {
    #masthead .has-submenu-toggle {
      position: relative; }
    #masthead .has-submenu-toggle {
      top: 0px;
      position: relative !important; }
    #masthead button.submenu-toggle::after {
      border-color: white transparent transparent;
      border-width: 12px 8px 8px !important; } }
  #masthead .grid-container .grid-x {
    width: 100%; }
  #masthead > .grid-container {
    width: 100%; }
  #masthead .grid-x {
    align-items: center; }
  #masthead .button {
    background: #ea0029;
    border-radius: 1.5rem;
    border-width: 0px;
    margin: .5rem;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    font-size: 1.15rem; }
    #masthead .button:hover {
      color: #ea0029;
      background-color: #ffffff; }
  #masthead img {
    max-width: 200px;
    width: 100%; }
  @media print, screen and (max-width: 63.99875em) {
    #masthead .menu {
      margin-bottom: .5rem; } }
  #masthead .menu ul {
    list-style: none;
    margin-left: 0px; }
    #masthead .menu ul li {
      background: transparent; }
    #masthead .menu ul li a {
      /*				background-color: $primary_dark;*/
      background: transparent; }
  #masthead .menu a {
    display: block;
    border-bottom: 0px;
    font-size: 18px; }
    @media print, screen and (min-width: 64em) {
      #masthead .menu a {
        padding: 1rem .93rem 1rem .75rem; } }
    #masthead .menu a:hover {
      text-decoration: underline; }
  #masthead p {
    color: white; }
  #masthead a {
    color: white;
    font-weight: bold; }
  @media print, screen and (max-width: 63.99875em) {
    #masthead #top-menu {
      background-color: #010101;
      background-image: url(../images/peekaboo-corn.svg);
      background-position: top right;
      background-size: 90px;
      background-origin: content-box;
      background-repeat: no-repeat;
      padding-top: 2rem;
      padding-bottom: 2rem;
      position: absolute;
      top: 100px;
      left: 0px;
      width: 100%;
      z-index: 20; } }
  #masthead .logo-toggle {
    display: flex;
    align-items: center; }
  #masthead .title-bar {
    background: transparent; }
    #masthead .title-bar i {
      margin-right: .25rem;
      color: white; }
      @media print, screen and (min-width: 48em) {
        #masthead .title-bar i {
          margin-right: 2rem; } }
  #masthead .site-header {
    align-items: space-between; }
  #masthead .align-right {
    display: flex;
    align-items: center; }
  #masthead .align-right ul {
    justify-content: flex-end; }

.hero_section {
  position: relative;
  top: 0px;
  overflow: hidden; }
  .hero_section .shadow {
    text-shadow: -4px 4px 0 black; }
  .hero_section::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    background: rgba(116, 116, 116, 0.65);
    display: block;
    position: absolute;
    z-index: 1;
    height: 100%;
    mix-blend-mode: multiply; }
  .hero_section img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0; }
  .hero_section .content_container {
    display: flex;
    min-height: 400px; }
    .hero_section .content_container p {
      max-width: calc(500px + 4rem);
      margin: 0px auto;
      font-size: 1.125rem; }
      @media print, screen and (min-width: 48em) {
        .hero_section .content_container p {
          font-size: 1.5rem; } }
    .hero_section .content_container h1,
    .hero_section .content_container h2 {
      line-height: 1.3;
      letter-spacing: 1px;
      font-size: 2.25rem;
      max-width: calc(800px + 4rem); }
      @media print, screen and (min-width: 48em) {
        .hero_section .content_container h1,
        .hero_section .content_container h2 {
          font-size: 3.125rem; }
          .hero_section .content_container h1 br,
          .hero_section .content_container h2 br {
            display: none; } }
    @media print, screen and (min-width: 48em) {
      .hero_section .content_container {
        min-height: 500px; } }
    .hero_section .content_container .grid-x {
      padding: 2rem;
      position: relative;
      z-index: 1;
      align-self: center; }
    .hero_section .content_container h1,
    .hero_section .content_container h2,
    .hero_section .content_container p {
      color: #fefefe; }

.team,
.two_column_with_image {
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .team,
    .two_column_with_image {
      padding: 4rem 1rem 4rem; } }
  .team.white-bg + .team.white-bg, .team.white-bg + .two_column_with_image.white-bg,
  .two_column_with_image.white-bg + .team.white-bg,
  .two_column_with_image.white-bg + .two_column_with_image.white-bg {
    padding-top: 0px; }
  .team p a,
  .two_column_with_image p a {
    color: #ea0029; }
  @media print, screen and (max-width: 47.99875em) {
    .team .cell:first-of-type,
    .two_column_with_image .cell:first-of-type {
      margin-top: 0rem;
      margin-bottom: 2rem; } }
  .team .cell p:last-child,
  .two_column_with_image .cell p:last-child {
    margin-bottom: 0px; }
  .team h2,
  .two_column_with_image h2 {
    /*		padding-bottom: 1rem;*/
    line-height: 1.6;
    border-bottom: 4px dotted; }
    .team h2 span,
    .two_column_with_image h2 span {
      display: block;
      line-height: 1.2; }
      @media print, screen and (max-width: 47.99875em) {
        .team h2 span,
        .two_column_with_image h2 span {
          text-align: center;
          width: 100%; } }
    .team h2.regular span,
    .two_column_with_image h2.regular span {
      font-size: 1.5rem; }
      @media print, screen and (min-width: 48em) {
        .team h2.regular span,
        .two_column_with_image h2.regular span {
          max-width: 350px; } }
    .team h2.smaller span,
    .two_column_with_image h2.smaller span {
      text-align: center;
      max-width: 300px;
      margin: 0rem auto .75rem;
      font-size: 1.375rem; }
    @media print, screen and (min-width: 48em) {
      .team h2.regular span,
      .two_column_with_image h2.regular span {
        font-size: 2.5rem;
        max-width: 100%; }
      .team h2.smaller span,
      .two_column_with_image h2.smaller span {
        text-align: left;
        max-width: 100%;
        font-size: 1.9375rem; } }
  .team img,
  .two_column_with_image img {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .team img,
      .two_column_with_image img {
        padding: 0rem; } }
  .team p,
  .two_column_with_image p {
    font-size: 1rem; }
    @media print, screen and (min-width: 48em) {
      .team p,
      .two_column_with_image p {
        font-size: 1.4375rem; } }
    .team p::last-of-type,
    .two_column_with_image p::last-of-type {
      margin-bottom: 0px; }
  .team .three-shadow,
  .two_column_with_image .three-shadow {
    color: #ea0029;
    text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px; }
  .team.white-bg h2,
  .two_column_with_image.white-bg h2 {
    border-color: #4CA8C4; }
  .team.white-bg .button,
  .two_column_with_image.white-bg .button {
    --buttonMainColor: #ea0029;
    --buttonSecondaryColor: #ffffff;
    --buttonBorderColor: #ea0029;
    border-color: var(--buttonBorderColor);
    background-color: var(--buttonMainColor);
    color: var(--buttonSecondaryColor); }
    .team.white-bg .button:hover,
    .two_column_with_image.white-bg .button:hover {
      background-color: var(--buttonSecondaryColor);
      border-color: var(--buttonMainColor);
      color: var(--buttonMainColor); }
  .team.fuschia-bg .three-shadow,
  .two_column_with_image.fuschia-bg .three-shadow {
    color: #ffffff;
    text-shadow: #ce009f -2px 2px 0px, #00abc7 -4px 4px 0px;
    border-color: #dae343; }
  .team.fuschia-bg p,
  .two_column_with_image.fuschia-bg p {
    color: #ffffff; }
  .team.fuschia-bg .button,
  .two_column_with_image.fuschia-bg .button {
    --buttonMainColor: #ce009f;
    --buttonSecondaryColor: #ffffff;
    --buttonBorderColor: #ffffff;
    border-color: var(--buttonBorderColor);
    background-color: var(--buttonMainColor);
    color: var(--buttonSecondaryColor); }
    .team.fuschia-bg .button:hover,
    .two_column_with_image.fuschia-bg .button:hover {
      background-color: var(--buttonSecondaryColor);
      color: var(--buttonMainColor); }
  .team.blue-bg h2 span,
  .two_column_with_image.blue-bg h2 span {
    margin-left: auto;
    margin-right: auto; }
  .team.blue-bg .three-shadow,
  .two_column_with_image.blue-bg .three-shadow {
    color: #ffffff;
    text-shadow: #ce009f -2px 2px 0px, #00abc7 -4px 4px 0px;
    border-color: #dae343; }
  .team.blue-bg p,
  .two_column_with_image.blue-bg p {
    color: #ffffff; }
  .team.blue-bg .button,
  .two_column_with_image.blue-bg .button {
    --buttonMainColor: #00abc7;
    --buttonSecondaryColor: #ffffff;
    --buttonBorderColor: #ffffff;
    border-color: var(--buttonBorderColor);
    background-color: var(--buttonMainColor);
    color: var(--buttonSecondaryColor); }
    .team.blue-bg .button:hover,
    .two_column_with_image.blue-bg .button:hover {
      background-color: var(--buttonSecondaryColor);
      color: var(--buttonMainColor); }

.order_now {
  background-color: #33768a;
  color: #ffffff;
  position: relative;
  padding-top: calc(4rem * .75);
  padding-bottom: calc(4rem * .75); }
  @media print, screen and (min-width: 48em) {
    .order_now {
      padding-top: calc(4rem);
      padding-bottom: calc(4rem); } }
  .order_now::before, .order_now::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x;
    z-index: 0;
    display: block; }
  .order_now::before {
    top: 0.25rem;
    left: 0px;
    background-image: url(../images/triangles-top.svg); }
  .order_now::after {
    bottom: 0.25rem;
    left: 0px;
    background-image: url(../images/triangles-bottom.svg); }
  .order_now .content {
    z-index: 2; }
    @media print, screen and (min-width: 48em) {
      .order_now .content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem; } }
    .order_now .content h2 {
      font-size: 1.6875rem;
      line-height: 1.2;
      max-width: 300px;
      margin: 0px auto;
      margin-bottom: .75rem; }
      @media print, screen and (min-width: 48em) {
        .order_now .content h2 {
          max-width: 100%;
          font-size: 1.9375rem;
          margin: 0px; } }
    .order_now .content .button {
      font-size: 1.125rem;
      --buttonMainColor: #33768a;
      --buttonSecondaryColor: #ffffff;
      --buttonBorderColor: #ffffff;
      border-color: var(--buttonBorderColor);
      background-color: var(--buttonMainColor);
      color: var(--buttonSecondaryColor); }
      @media print, screen and (min-width: 48em) {
        .order_now .content .button {
          font-size: 1.6875rem; } }
      .order_now .content .button:hover {
        background-color: var(--buttonSecondaryColor);
        color: var(--buttonMainColor); }
  .order_now.fuschia {
    background-color: #bd279b; }
    .order_now.fuschia .button {
      --buttonMainColor: #bd279b;
      --buttonSecondaryColor: #ffffff;
      --buttonBorderColor: #ffffff;
      border-color: var(--buttonBorderColor);
      background-color: var(--buttonMainColor);
      color: var(--buttonSecondaryColor); }
      .order_now.fuschia .button:hover {
        background-color: var(--buttonSecondaryColor);
        color: var(--buttonMainColor); }

.two_column_cards {
  background: #00abc7;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .two_column_cards .shadow {
    text-shadow: -2px 2px 0 black; }
  .two_column_cards * {
    color: White; }
  .two_column_cards .card {
    background: #00788C;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .two_column_cards .card picture {
      width: 100%; }
      .two_column_cards .card picture img {
        width: 100%; }
    .two_column_cards .card .card-section {
      padding: 1rem; }
      .two_column_cards .card .card-section.card-button {
        margin-top: auto; }
      .two_column_cards .card .card-section.card-header {
        padding: 0px; }
        .two_column_cards .card .card-section.card-header .card-title {
          padding: 1rem; }
      .two_column_cards .card .card-section.card-header {
        position: relative; }
        .two_column_cards .card .card-section.card-header picture {
          display: block;
          position: relative;
          z-index: 0; }
          .two_column_cards .card .card-section.card-header picture::before {
            top: 0px;
            lefT: 0px;
            right: 0px;
            bottom: 0px;
            content: "";
            background: rgba(116, 116, 116, 0.4);
            position: absolute;
            mix-blend-mode: multiply; }
        .two_column_cards .card .card-section.card-header .card-title {
          z-index: 2;
          font-size: 1.375rem;
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media print, screen and (min-width: 48em) {
            .two_column_cards .card .card-section.card-header .card-title {
              font-size: 1.9375rem; } }
.menu_grid {
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .menu_grid {
      padding: 4rem 1rem 4rem; } }
  .menu_grid .shadow {
    text-shadow: -2px 2px 0 black; }
  .menu_grid * {
    font-family: cubano, sans-serif; }
  .menu_grid .grid-x .cell {
    padding: .5rem; }
  .menu_grid figure {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center; }
    .menu_grid figure figcaption {
      background-color: #D72E34;
      color: white;
      flex-grow: 4;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem .5rem; }
      .menu_grid figure figcaption h3,
      .menu_grid figure figcaption p {
        font-size: 1.375rem;
        line-height: 1.1;
        margin-bottom: 0px;
        display: inline-block;
        position: relative;
        padding-left: 40px;
        padding-right: 40px; }
        @media print, screen and (min-width: 48em) {
          .menu_grid figure figcaption h3,
          .menu_grid figure figcaption p {
            font-size: 1.9375rem; } }
        .menu_grid figure figcaption h3::before, .menu_grid figure figcaption h3::after,
        .menu_grid figure figcaption p::before,
        .menu_grid figure figcaption p::after {
          content: "";
          display: block;
          width: 29px;
          height: 50px;
          position: absolute;
          transform: translateY(-50%); }
        @media print, screen and (min-width: 64em) {
          .menu_grid figure figcaption h3::before,
          .menu_grid figure figcaption p::before {
            background-repeat: no-repeat;
            background-image: url(../images/flourish-small-left.svg);
            top: 50%;
            left: 0; }
          .menu_grid figure figcaption h3::after,
          .menu_grid figure figcaption p::after {
            background-repeat: no-repeat;
            background-image: url(../images/flourish-small-right.svg);
            top: 50%;
            right: 0; } }
  .menu_grid .full_menu_link {
    color: #ffffff;
    background: #D72E34;
    display: flex;
    width: 100%;
    padding: 2rem 1rem;
    font-size: 1.375rem;
    line-height: 1.1;
    margin-bottom: 0px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .menu_grid .full_menu_link {
        font-size: 1.9375rem; } }
    .menu_grid .full_menu_link span {
      position: relative;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      @media print, screen and (min-width: 64em) {
        .menu_grid .full_menu_link span {
          padding-left: 20px;
          padding-right: 20px; } }
    .menu_grid .full_menu_link .flourish {
      flex-grow: 2;
      background-size: contain;
      background-repeat: no-repeat; }
      .menu_grid .full_menu_link .flourish.leftFlourish {
        background-position: right center;
        background-image: url(../images/flourish-mobile-full-left.svg); }
        @media print, screen and (min-width: 64em) {
          .menu_grid .full_menu_link .flourish.leftFlourish {
            background-image: url(../images/flourish-full-left.svg); } }
      .menu_grid .full_menu_link .flourish.rightFlourish {
        background-position: left center;
        background-image: url(../images/flourish-mobile-full-right.svg); }
        @media print, screen and (min-width: 64em) {
          .menu_grid .full_menu_link .flourish.rightFlourish {
            background-image: url(../images/flourish-full-right.svg); } }
body h4 {
  font-family: trade-gothic-next-condensed, sans-serif !important;
  font-weight: 700; }

body .map {
  padding-top: calc(4rem * 1);
  padding-bottom: calc(4rem * 1);
  background: #efefef; }
  body .map .marker-click {
    transition: all 250ms ease-in-out;
    cursor: pointer; }
  @media print, screen and (max-width: 47.99875em) {
    body .map {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  body .map .directions {
    color: #010101; }
    body .map .directions:hover {
      text-decoration: underline; }
  body .map button.button {
    /*border-radius: 0px !important;*/
    width: 100%;
    display: block;
    font-size: 18px;
    --buttonMainColor: #ea0029;
    --buttonSecondaryColor: #ffffff;
    --buttonBorderColor: #ea0029;
    border-color: var(--buttonBorderColor);
    background-color: var(--buttonMainColor);
    color: var(--buttonSecondaryColor); }
    body .map button.button:hover, body .map button.button:active, body .map button.button:focus {
      background-color: var(--buttonSecondaryColor);
      color: var(--buttonMainColor);
      border-color: var(--buttonBorderColor); }
  body .map #address_search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    body .map #address_search input,
    body .map #address_search select,
    body .map #address_search span {
      height: 50px;
      display: inline-block; }
    body .map #address_search label {
      display: flex;
      margin: 0px;
      line-height: 1; }
      @media print, screen and (min-width: 48em) {
        body .map #address_search label {
          gap: 1rem; } }
    body .map #address_search input {
      min-width: 300px; }
    body .map #address_search select {
      width: 50px;
      margin-bottom: 0px;
      margin-left: 10px; }
    body .map #address_search span {
      display: flex;
      align-items: center; }
    body .map #address_search button {
      max-width: 150px; }
    @media print, screen and (max-width: 47.99875em) {
      body .map #address_search .address {
        width: 100%; } }
  body .map .three-shadow {
    line-height: 1;
    padding: 0px;
    margin-bottom: 0px; }
    @media print, screen and (min-width: 48em) {
      body .map .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    body .map .three-shadow span {
      background: #efefef;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        body .map .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          body .map .three-shadow span::after, body .map .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          body .map .three-shadow span::before {
            top: -.25rem; }
          body .map .three-shadow span::after {
            bottom: -.5rem; } }
  body .map .leaflet-popup-tip-container {
    display: none1; }
  body .map .leaflet-popup-content {
    min-width: 200px; }
  body .map .infoWindow.nobullets {
    font-size: 1rem;
    margin-left: 0px;
    padding: .5rem 1rem;
    text-align: center; }
    body .map .infoWindow.nobullets .outdoorSeating {
      padding-top: .5rem;
      padding-bottom: .25rem;
      font-weight: bold; }
      body .map .infoWindow.nobullets .outdoorSeating::before, body .map .infoWindow.nobullets .outdoorSeating::after {
        content: " * "; }
    body .map .infoWindow.nobullets .title {
      margin-bottom: .5rem; }
      body .map .infoWindow.nobullets .title strong {
        font-size: 1.4em;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px; }
    body .map .infoWindow.nobullets .phone-number,
    body .map .infoWindow.nobullets .phone-number a {
      color: #ea0029;
      font-weight: bold;
      font-size: 1.25rem;
      padding-top: .25rem;
      padding-bottom: .25rem; }
      body .map .infoWindow.nobullets .phone-number:hover,
      body .map .infoWindow.nobullets .phone-number a:hover {
        text-decoration: underline; }
    body .map .infoWindow.nobullets .hours span {
      display: block; }
  body .map .content.flex {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 48em) {
      body .map .content.flex {
        gap: 1rem; } }
    body .map .content.flex label {
      white-space: nowrap;
      font-size: 1em;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media print, screen and (min-width: 48em) {
        body .map .content.flex label {
          font-size: 1.4em; } }
    body .map .content.flex input {
      margin-bottom: 0px; }
  body .map .map_search {
    padding: 2rem;
    width: 100%;
    margin: 0px auto; }
  body .map .result_container {
    font-size: 1.5rem;
    background: #ea0029;
    padding: .5rem;
    margin-bottom: 1rem; }
    body .map .result_container span {
      color: white;
      font-family: cubano, sans-serif;
      line-height: 1; }
  body .map .map_content {
    background: #ffffff; }
  body .map #map,
  body .map .sidebar {
    height: 500px !important;
    width: 100%; }
  @media print, screen and (max-width: 47.99875em) {
    body .map #address_search .address {
      flex-wrap: wrap;
      gap: 0; }
    body .map .map_search {
      padding-left: .9375rem;
      padding-right: .9375rem; }
    body .map #address_search .address span {
      width: 100%;
      justify-content: center;
      margin-bottom: 0px; }
    body .map #address_search #search_radius {
      margin-top: .5rem;
      margin-left: 0px;
      width: 100%; }
    body .map #address_search .search_radius {
      width: 100%; }
    body .map #address_search .button {
      width: 100% !important;
      max-width: 100%;
      margin: .5rem auto; }
    body .map #address_search {
      display: flex;
      justify-content: space-between;
      gap: 0; } }
  body .map .sidebar {
    overflow: scroll-y;
    overflow: scroll;
    background: #ffffff;
    padding: 1rem;
    text-align: center; }
    body .map .sidebar::-webkit-scrollbar {
      width: 12px; }
    body .map .sidebar::-webkit-scrollbar-track {
      border-radius: 10px; }
    body .map .sidebar::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
      background: #ea0029;
      border-radius: 0px; }
    body .map .sidebar > ul {
      list-style: none;
      margin-left: 0px; }
      body .map .sidebar > ul > li {
        margin-bottom: 1rem; }
  body .map .sidebar .scroll {
    width: 200px;
    height: 400px;
    background: #ea0029;
    overflow: scroll; }
  body .map .sidebar .scroll::-webkit-scrollbar {
    width: 12px; }
  body .map .sidebar .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  body .map .sidebar .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.map .content.medium-8 {
  position: relative;
  height: 500px; }
  .map .content.medium-8 .reset_container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 1rem;
    text-align: center;
    display: flex;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0.7+0,1+30,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 30%, white 99%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 30%, white 99%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 30%, white 99%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */ }
  .map .content.medium-8 button.button {
    border-radius: 0px; }
  .map .content.medium-8 .sidebar {
    padding-bottom: 3rem; }

#map {
  background-color: #f0ede6;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat; }

#map_content {
  z-index: 1; }

.red_bar_callout {
  background-color: #c10230;
  color: #ffffff;
  position: relative; }
  .red_bar_callout .grid-container {
    padding-top: calc(4rem * .5);
    padding-bottom: calc(4rem * .55);
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .red_bar_callout .grid-container {
        padding-top: calc(4rem * .75);
        padding-bottom: calc(4rem * .75); } }
    @media print, screen and (min-width: 48em) {
      .red_bar_callout .grid-container .grid-x {
        padding-left: 120px;
        padding-right: 120px; } }
    .red_bar_callout .grid-container::before, .red_bar_callout .grid-container::after {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      z-index: 0;
      display: block;
      width: 70px;
      height: 100%; }
      @media print, screen and (min-width: 48em) {
        .red_bar_callout .grid-container::before, .red_bar_callout .grid-container::after {
          width: 114px;
          height: 100%; } }
    .red_bar_callout .grid-container::before {
      top: 0;
      left: 0.25rem;
      background-image: url(../images/corn.svg); }
    .red_bar_callout .grid-container::after {
      top: 0.25rem;
      right: 0.25rem;
      background-image: url(../images/corn.svg); }
  .red_bar_callout .content {
    z-index: 2; }
    @media print, screen and (min-width: 48em) {
      .red_bar_callout .content br {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      .red_bar_callout .content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem; } }
    .red_bar_callout .content h2 {
      font-size: 1.6875rem;
      line-height: 1.2;
      max-width: 400px;
      margin: 0px auto;
      margin-bottom: 1.25rem; }
      @media print, screen and (min-width: 48em) {
        .red_bar_callout .content h2 {
          max-width: 100%; } }
      @media print, screen and (min-width: 64em) {
        .red_bar_callout .content h2 {
          max-width: 100%;
          font-size: 1.9375rem;
          margin: 0px; } }
    .red_bar_callout .content .button {
      font-size: 1.125rem;
      --buttonMainColor: #c10230;
      --buttonSecondaryColor: #ffffff;
      --buttonBorderColor: #ffffff;
      border-color: var(--buttonBorderColor);
      background-color: var(--buttonMainColor);
      color: var(--buttonSecondaryColor); }
      @media print, screen and (min-width: 48em) {
        .red_bar_callout .content .button {
          font-size: 1.6875rem; } }
      .red_bar_callout .content .button:hover {
        background-color: var(--buttonSecondaryColor);
        color: var(--buttonMainColor); }

footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #010101; }
  footer * {
    color: #ffffff; }
  @media print, screen and (min-width: 48em) {
    footer img {
      padding-right: 2.5rem; } }
  footer ul {
    margin: 0px; }
    @media print, screen and (min-width: 48em) {
      footer ul.footer-menu {
        flex-wrap: wrap;
        display: flex;
        list-style: none;
        gap: 1rem;
        justify-content: space-between; } }
    @media print, screen and (min-width: 48em) {
      footer ul li {
        margin-bottom: 0px; } }
    footer ul.footer-menu li {
      margin-bottom: 1.5rem; }
      @media print, screen and (min-width: 48em) {
        footer ul.footer-menu li {
          margin-bottom: 0px; } }
    footer ul a {
      font-size: 1.5625rem;
      line-height: 1.5625rem;
      font-family: cubano, sans-serif;
      text-transform: uppercase;
      display: block; }
      footer ul a:hover {
        color: #cdde00; }
  @media print, screen and (min-width: 48em) {
    footer p {
      margin-bottom: 0px; } }
  footer .copyright a {
    text-decoration: underline; }
    footer .copyright a:hover {
      color: #cdde00; }
  footer .footer-logo {
    text-align: right; }
    footer .footer-logo a {
      display: inline-block; }
  @media print, screen and (max-width: 63.99875em) {
    footer p a {
      margin-right: .5rem; } }
/**************************************************************************************************
 *
 * Social Media CSS.
 * Requires Fontawesome
 *
 **************************************************************************************************/
ul.social-list {
  margin: 2rem 0 2rem;
  display: flex;
  gap: .5rem 2rem;
  list-style: none;
  margin-left: 0px;
  /*
a.social-icon::before {
	font-family: fontawesome;
	margin-right: .25rem;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: .25rem;
	text-align: center;
	transition: .5s all ease;
}
*/ }
  @media print, screen and (min-width: 48em) {
    ul.social-list {
      margin: 1rem 0 1rem; } }
  ul.social-list li {
    display: inline-block; }
  ul.social-list a.social-icon {
    font-size: 3.125rem;
    position: relative; }
    ul.social-list a.social-icon::before {
      font-size: 3.125rem;
      transition: .5s all ease;
      margin-top: .5rem;
      display: block;
      line-height: 3.125rem;
      content: "";
      font: var(--fa-font-brands);
      content: "\f09a"; }
  ul.social-list a.social-icon:active:before,
  ul.social-list a.social-icon:hover::before {
    transform: scale(1.5);
    color: #cdde00; }
  ul.social-list a.social-icon[href*="google"]::before {
    content: "\f0d5"; }
  ul.social-list a.social-icon[href*="facebook"]::before {
    content: "\f082"; }
  ul.social-list a.social-icon[href*="houzz"]::before {
    content: "\f27c"; }
  ul.social-list a.social-icon[href*="instagram"]::before {
    content: "\f16d"; }
  ul.social-list a.social-icon[href*="pinterest"]::before {
    content: "\f231"; }
  ul.social-list a.social-icon[href*="linkedin"]::before {
    content: "\f0e1"; }
  ul.social-list a.social-icon[href*="flickr"]::before {
    content: "\f16e"; }
  ul.social-list a.social-icon[href*="youtube"]::before {
    content: "\f16a"; }
  ul.social-list a.social-icon[href*="twitter"]::before {
    content: "\f099"; }
  ul.social-list a.social-icon[href*="yelp"]::before {
    content: "\f1e9"; }
    ul.social-list a.social-icon[href*="tiktok"]::before {
      content: "\e07b";
    }
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.evenly_split {
  margin-top: 0px; }
  .evenly_split .content {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media print, screen and (min-width: 48em) {
      .evenly_split .content {
        min-height: 440px; } }
    .evenly_split .content * {
      position: relative; }
    .evenly_split .content::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(116, 116, 116, 0.7);
      mix-blend-mode: multiply; }
    .evenly_split .content h2 {
      color: #ffffff;
      max-width: 360px;
      text-shadow: -2px 2px #010101; }
      @media print, screen and (max-width: 47.99875em) {
        .evenly_split .content h2 {
          font-size: 1.5625rem; } }
  .evenly_split .button:hover {
    color: #010101 !important; }

.cuisine_locations {
  background: #efefef;
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 64em) {
    .cuisine_locations {
      padding: 4rem 1rem 4rem; } }
  .cuisine_locations .button_container {
    display: flex;
    justify-content: center; }
    @media print, screen and (min-width: 48em) {
      .cuisine_locations .button_container {
        justify-content: flex-end; } }
    .cuisine_locations .button_container .button {
      font-size: 1.125rem;
      margin: .5rem 0 0;
      align-self: flex-end;
      --buttonMainColor: #010101;
      --buttonSecondaryColor: #ffffff;
      --buttonBorderColor: #010101;
      border-color: var(--buttonBorderColor);
      background-color: var(--buttonMainColor);
      color: var(--buttonSecondaryColor); }
      .cuisine_locations .button_container .button:hover {
        background-color: var(--buttonSecondaryColor);
        border-color: var(--buttonMainColor);
        color: var(--buttonMainColor); }
  .cuisine_locations .locations_map_container,
  .cuisine_locations .image_container {
    position: relative; }
    .cuisine_locations .locations_map_container img.map_image,
    .cuisine_locations .image_container img.map_image {
      width: 100%; }
  .cuisine_locations .cuisine_location_marker {
    cursor: pointer;
    position: absolute;
    max-width: 40px;
    display: inline-block;
    width: 4vw;
    width: 100%;
    height: auto;
    transform: translate(-50%, -100%);
    transition: 250ms all ease-in-out;
    transform-origin: center;
    display: inline-block; }
    .cuisine_locations .cuisine_location_marker:hover {
      transform: perspective(500px) scale3d(1.5, 1.5, 1) translateZ(0px) translateY(-80%) translateX(-30%); }
  .cuisine_locations .location_container {
    width: 100%;
    padding: 1.875rem 1.875rem 1.125rem;
    background-color: #D1DB45;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    display: none; }
    .cuisine_locations .location_container::before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      bottom: 0px;
      background-color: #D1DB45;
      z-index: 1;
      opacity: .5; }
    .cuisine_locations .location_container * {
      position: relative;
      z-index: 2; }
    @media print, screen and (min-width: 64em) {
      .cuisine_locations .location_container {
        position: absolute;
        max-width: 600px;
        right: 1rem;
        bottom: 1rem; } }
    .cuisine_locations .location_container h3 {
      padding-bottom: .75rem;
      border-bottom: 4px dotted #ffffff;
      margin-bottom: .75rem; }
    .cuisine_locations .location_container p:last-of-type {
      margin-bottom: 0px; }
    .cuisine_locations .location_container .close_window {
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-weight: bold;
      width: 30px;
      height: 30px;
      display: block;
      line-height: 30px;
      text-align: center;
      transition: all 250ms ease-in-out; }
      .cuisine_locations .location_container .close_window:hover {
        transform: rotate(90deg) scale(1.2);
        text-shadow: 0px 0px 5px white; }
  .cuisine_locations .three-shadow {
    margin-bottom: 2rem;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (min-width: 48em) {
      .cuisine_locations .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .cuisine_locations .three-shadow span {
      background: #efefef;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .cuisine_locations .three-shadow span {
          position: relative;
          padding: .5rem 0;
          width: 100%;
          display: inline-block; }
          .cuisine_locations .three-shadow span::after, .cuisine_locations .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .cuisine_locations .three-shadow span::before {
            top: -.25rem; }
          .cuisine_locations .three-shadow span::after {
            bottom: -.5rem; } }
.error404 #content {
  min-height: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.error404 .fourohfour {
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .error404 .fourohfour {
      padding: 4rem 1rem 4rem; } }
  .error404 .fourohfour ul {
    list-style: none;
    margin-left: 0px; }
  .error404 .fourohfour p:last-of-type {
    margin-bottom: 0px; }

.contact_form {
  background: #efefef;
  padding: 4rem 1rem 4rem; }
  .contact_form .content {
    margin-top: 2rem; }
    .contact_form .content p:last-of-type {
      margin-bottom: 0px; }
  @media print, screen and (min-width: 64em) {
    .contact_form .three-shadow {
      background-image: url(../images/map-header-dots.svg);
      background-repeat: no-repeat;
      background-position: center center;
      line-height: 1;
      padding: 0px;
      margin-bottom: 0px; } }
  .contact_form .three-shadow span {
    background: #efefef;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-block;
    text-shadow: white -2px 2px 0px, #5fd0df -4px 4px;
    margin-bottom: 0px; }
    @media print, screen and (max-width: 63.99875em) {
      .contact_form .three-shadow span {
        min-width: 50%;
        position: relative;
        padding: .5rem 2rem;
        display: inline-block; }
        .contact_form .three-shadow span::after, .contact_form .three-shadow span::before {
          content: "";
          width: 100%;
          height: 5px;
          display: block;
          background-image: url(../images/map-header-dots.svg);
          background-repeat: no-repeat;
          background-position: center center;
          left: 50%;
          transform: translateX(-50%);
          position: absolute; }
        .contact_form .three-shadow span::before {
          top: -.25rem; }
        .contact_form .three-shadow span::after {
          bottom: -.5rem; } }
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    background-image: none !important; }

.gform_wrapper {
  max-width: 590px;
  margin: 0px auto; }
  .gform_wrapper form {
    padding-top: 1rem; }
    @media print, screen and (min-width: 48em) {
      .gform_wrapper form {
        padding: calc(4rem / 1.5) 0 0; } }
    .gform_wrapper form .gfield .ginput_container .datepicker {
      width: 100% !important; }
    .gform_wrapper form .gfield .ginput_container .datepicker,
    .gform_wrapper form .gfield .ginput_container input,
    .gform_wrapper form .gfield .ginput_container select,
    .gform_wrapper form .gfield .ginput_container textarea {
      margin: 0px;
      padding: .5rem 1rem !important;
      min-height: 3rem !important;
      font-size: 1.125rem !important;
      color: #747474; }
      .gform_wrapper form .gfield .ginput_container .datepicker::-webkit-input-placeholder,
      .gform_wrapper form .gfield .ginput_container input::-webkit-input-placeholder,
      .gform_wrapper form .gfield .ginput_container select::-webkit-input-placeholder,
      .gform_wrapper form .gfield .ginput_container textarea::-webkit-input-placeholder {
        color: #747474 !important; }
      .gform_wrapper form .gfield .ginput_container .datepicker::-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container input::-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container select::-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container textarea::-moz-placeholder {
        color: #747474 !important; }
      .gform_wrapper form .gfield .ginput_container .datepicker:-ms-input-placeholder,
      .gform_wrapper form .gfield .ginput_container input:-ms-input-placeholder,
      .gform_wrapper form .gfield .ginput_container select:-ms-input-placeholder,
      .gform_wrapper form .gfield .ginput_container textarea:-ms-input-placeholder {
        color: #747474 !important; }
      .gform_wrapper form .gfield .ginput_container .datepicker:-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container input:-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container select:-moz-placeholder,
      .gform_wrapper form .gfield .ginput_container textarea:-moz-placeholder {
        color: #747474 !important; }
    .gform_wrapper form .gfield .ginput_container_select {
      position: relative; }
      .gform_wrapper form .gfield .ginput_container_select::before {
        position: absolute;
        font-family: 'FontAwesome';
        top: 50%;
        right: .5rem;
        content: "\f0d7";
        transform: translateY(-50%);
        color: #747474; }
      .gform_wrapper form .gfield .ginput_container_select select {
        padding: .5rem 0 .5rem;
        background-image: none;
        color: #747474; }
    .gform_wrapper form .gform_footer {
      text-align: center;
      justify-content: center;
      padding-bottom: 0px; }
      .gform_wrapper form .gform_footer input.button {
        max-width: auto;
        width: auto;
        background: #D72E34;
        margin-bottom: 0px;
        font-size: 1.125rem;
        line-height: 1 !important;
        padding: .75rem 2rem;
        text-transform: uppercase;
        white-space: nowrap;
        --buttonMainColor: #D72E34;
        --buttonSecondaryColor: #ffffff;
        --buttonBorderColor: #D72E34;
        border-color: var(--buttonBorderColor);
        background-color: var(--buttonMainColor);
        color: var(--buttonSecondaryColor); }
        @media print, screen and (min-width: 48em) {
          .gform_wrapper form .gform_footer input.button {
            font-size: 1.5625rem; } }
        .gform_wrapper form .gform_footer input.button:hover {
          background-color: var(--buttonSecondaryColor);
          color: var(--buttonMainColor); }

.page-template-social-landing #page {
  display: block; }

.page-template-social-landing .social_landing_container {
  padding: 1rem 0 0; }
  @media print, screen and (min-width: 48em) {
    .page-template-social-landing .social_landing_container {
      padding: 2rem 0 0; } }
  .page-template-social-landing .social_landing_container .content p {
    padding: 1.5rem 1rem 0rem;
    font-size: 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 1px; }

.page-template-social-landing #masthead {
  min-height: 175px; }
  .page-template-social-landing #masthead .landing_logo {
    display: inline-block; }
    .page-template-social-landing #masthead .landing_logo img {
      max-width: 300px;
      width: 100%;
      display: inline-block;
      max-height: 150px; }
  @media print, screen and (min-width: 48em) {
    .page-template-social-landing #masthead {
      min-height: 375px; }
      .page-template-social-landing #masthead .landing_logo {
        display: inline-block; }
        .page-template-social-landing #masthead .landing_logo img {
          max-height: 100%; } }
  .page-template-social-landing #masthead .soclal_landing_menu {
    list-style: none; }

.page-template-social-landing .social_landing_menu {
  margin-left: 0px;
  list-style: none;
  display: block; }
  .page-template-social-landing .social_landing_menu a {
    max-width: 800px;
    width: 100%;
    display: inline-block;
    margin: .5rem 0;
    padding: 1.25rem 0rem;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    border: 4px solid #ffffff;
    letter-spacing: 1px;
    background-color: #ea0029;
    border-color: #ea0029;
    color: #ffffff;
    transition: 250ms all ease-in-out; }
    .page-template-social-landing .social_landing_menu a:hover, .page-template-social-landing .social_landing_menu a:focus, .page-template-social-landing .social_landing_menu a:active {
      /*background-color: $primary_white;
				color: $primary_red;*/
      /*
				span::before {
    			transform: translateX(-5px);
    			}
    			span::after {
    			transform: translateX(5px);
    			}*/ }
    .page-template-social-landing .social_landing_menu a span {
      padding-bottom: 1px;
      white-space: normal;
      justify-content: center;
      line-height: 1;
      align-items: center;
      position: relative;
      text-shadow: -2px 2px 0 black;
      font-family: cubano, sans-serif;
      font-size: 1.25rem; }
      @media print, screen and (min-width: 48em) {
        .page-template-social-landing .social_landing_menu a span {
          padding-bottom: 3px; } }
      @media print, screen and (min-width: 48em) {
        .page-template-social-landing .social_landing_menu a span {
          display: inline-block; } }
      @media print, screen and (min-width: 48em) {
        .page-template-social-landing .social_landing_menu a span {
          font-size: 1.9375rem; } }
      .page-template-social-landing .social_landing_menu a span::before, .page-template-social-landing .social_landing_menu a span::after {
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: 250ms all ease-in-out;
        width: 30px;
        height: 50px;
        background-size: 30px 50px;
        width: 23px;
        height: 40px;
        background-size: 23px 40px; }
        @media print, screen and (min-width: 48em) {
          .page-template-social-landing .social_landing_menu a span::before, .page-template-social-landing .social_landing_menu a span::after {
            width: 30px;
            height: 50px;
            background-size: 30px 50px; } }
      .page-template-social-landing .social_landing_menu a span::before {
        background-image: url(../images/flourish-small-left.svg);
        left: -30px; }
        @media print, screen and (min-width: 48em) {
          .page-template-social-landing .social_landing_menu a span::before {
            left: -40px; } }
      .page-template-social-landing .social_landing_menu a span::after {
        background-image: url(../images/flourish-small-right.svg);
        right: -30px; }
        @media print, screen and (min-width: 48em) {
          .page-template-social-landing .social_landing_menu a span::after {
            right: -40px; } }
.page-template-social-landing footer {
  padding-top: 0px;
  background: #ffffff; }
  .page-template-social-landing footer ul {
    justify-content: center; }
  .page-template-social-landing footer a.social-icon {
    color: #010101; }
    .page-template-social-landing footer a.social-icon:hover::before {
      color: #ea0029; }

.collapsing_menu_category {
  /*	padding: calc(4rem / 2) 0rem calc(4rem / 2);*/
  padding-top: calc(4rem / 2);
  margin: calc(4rem / 2) 0rem calc(4rem);
  /******* Adding optional colors for header and show more bars ********/ }
  .collapsing_menu_category + .collapsing_menu_category {
    padding-top: 0px; }
  .collapsing_menu_category .main-content p {
    max-width: 640px;
    margin: 0px auto;
    margin-bottom: 2rem; }
  .collapsing_menu_category h2 {
    background-color: #5fd0df;
    color: #010101;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 48em) {
      .collapsing_menu_category h2 {
        font-size: 1.9375rem; } }
    .collapsing_menu_category h2.shadow {
      text-shadow: #5fd0df -1px 1px 0px, #ffffff -2px 2px 0px; }
      @media print, screen and (min-width: 48em) {
        .collapsing_menu_category h2.shadow {
          text-shadow: #5fd0df -2px 2px 0px, #ffffff -4px 4px 0px; } }
    .collapsing_menu_category h2 span {
      position: relative;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      margin: 0px; }
      @media print, screen and (min-width: 64em) {
        .collapsing_menu_category h2 span {
          padding-left: 20px;
          padding-right: 20px; } }
      .collapsing_menu_category h2 span.header-text {
        transform: translateY(-2px); }
      .collapsing_menu_category h2 span.flourish {
        display: flex;
        flex-grow: 2;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 40px; }
        .collapsing_menu_category h2 span.flourish.leftFlourish {
          display: block;
          background-position: right center;
          background-image: url(../images/menu-flourish-large-white-left.svg); }
        .collapsing_menu_category h2 span.flourish.rightFlourish {
          background-position: left center;
          background-image: url(../images/menu-flourish-large-white-right.svg); }
  .collapsing_menu_category .showMore {
    margin-top: 1rem;
    flex-grow: 1;
    width: 100%;
    padding: .5rem 1rem;
    color: #010101;
    background-color: #5fd0df;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all 250ms ease-in-out; }
    .collapsing_menu_category .showMore::before {
      content: "View All";
      text-transform: uppercase; }
    .collapsing_menu_category .showMore.active::before {
      content: "See Less"; }
    .collapsing_menu_category .showMore::after {
      content: "\f0d7";
      font-family: "fontawesome";
      padding: .25rem; }
    .collapsing_menu_category .showMore.active::after {
      content: "\f0d8";
      font-family: "fontawesome"; }
  .collapsing_menu_category .menu_item_grid.closed .showMore {
    /*				transform: translateY(-3rem)*/
    margin-top: -3rem; }
  .collapsing_menu_category .menu_item_grid.closed .hidden_menu_item {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transition: visibility 250ms linear, height 250ms;
    padding: 0px; }
  .collapsing_menu_category .menu_item_grid.open .hidden_menu_item {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: visibility 0s 250ms, opacity 550ms linear, height 500ms; }
  .collapsing_menu_category .menu_item {
    padding: .5rem 0rem; }
    .collapsing_menu_category .menu_item .grid-x {
      align-items: flex-start;
      height: 100%; }
    @media print, screen and (min-width: 48em) {
      .collapsing_menu_category .menu_item .grid-x {
        align-items: flex-start; } }
    @media print, screen and (min-width: 64em) {
      .collapsing_menu_category .menu_item .grid-x {
        align-items: center; } }
    .collapsing_menu_category .menu_item .content {
      padding: 0 1rem 0 1rem;
      margin-bottom: .5rem; }
      .collapsing_menu_category .menu_item .content h3 {
        color: #ea0029;
        font-size: 1.25rem;
        padding-bottom: .5rem;
        margin-bottom: .5rem;
        border-bottom: 4px dotted;
        border-color: #5fd0df;
        text-transform: capitalize;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: bold;
        line-height: 1; }
        @media print, screen and (min-width: 48em) {
          .collapsing_menu_category .menu_item .content h3 {
            font-size: 1.5625rem; } }
      .collapsing_menu_category .menu_item .content p {
        margin-bottom: 0px;
        line-height: 1.4; }
    .collapsing_menu_category .menu_item .image img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .collapsing_menu_category.menu_red h2, .collapsing_menu_category.menu_red .showMore {
    background: #D72E34;
    color: #ffffff; }
    .collapsing_menu_category.menu_red h2.shadow, .collapsing_menu_category.menu_red .showMore.shadow {
      text-shadow: #D72E34 -1px 1px 0px, #010101 -3px 3px 0px; }
      @media print, screen and (min-width: 48em) {
        .collapsing_menu_category.menu_red h2.shadow, .collapsing_menu_category.menu_red .showMore.shadow {
          text-shadow: #D72E34 -2px 2px 0px, #010101 -4px 4px 0px; } }
  .collapsing_menu_category.menu_red h2 span.leftFlourish {
    background-image: url(../images/menu-flourish-green-left.svg); }
  .collapsing_menu_category.menu_red h2 span.rightFlourish {
    background-image: url(../images/menu-flourish-green-right.svg); }
  .collapsing_menu_category.menu_red .content h3 {
    color: #c10230;
    border-color: #b2be35; }
  .collapsing_menu_category.menu_green h2, .collapsing_menu_category.menu_green .showMore {
    background: #D0DE47;
    color: #010101; }
    .collapsing_menu_category.menu_green h2.shadow, .collapsing_menu_category.menu_green .showMore.shadow {
      text-shadow: #cdde00 -1px 1px 0px, #ffffff -2px 2px 0px; }
      @media print, screen and (min-width: 48em) {
        .collapsing_menu_category.menu_green h2.shadow, .collapsing_menu_category.menu_green .showMore.shadow {
          text-shadow: #cdde00 -2px 2px 0px, #ffffff -4px 4px 0px; } }
  .collapsing_menu_category.menu_green h2 span.leftFlourish {
    background-image: url(../images/menu-flourish-white-left.svg); }
  .collapsing_menu_category.menu_green h2 span.rightFlourish {
    background-image: url(../images/menu-flourish-white-right.svg); }
  .collapsing_menu_category.menu_green .content h3 {
    color: #CE1C9F;
    border-color: #D0DE47; }
  .collapsing_menu_category.menu_black h2, .collapsing_menu_category.menu_black .showMore {
    background: #010101;
    color: #ffffff; }
    .collapsing_menu_category.menu_black h2.shadow, .collapsing_menu_category.menu_black .showMore.shadow {
      text-shadow: #010101 -1px 1px 0px, #b2be35 -2px 2px 0px; }
      @media print, screen and (min-width: 48em) {
        .collapsing_menu_category.menu_black h2.shadow, .collapsing_menu_category.menu_black .showMore.shadow {
          text-shadow: #010101 -2px 2px 0px, #b2be35 -4px 4px 0px; } }
  .collapsing_menu_category.menu_black h2 span.leftFlourish {
    background-image: url(../images/menu-flourish-green-left.svg); }
  .collapsing_menu_category.menu_black h2 span.rightFlourish {
    background-image: url(../images/menu-flourish-green-right.svg); }
  .collapsing_menu_category.menu_black .content h3 {
    color: #27768a;
    border-color: #b2be35; }
  .collapsing_menu_category.menu_fuschia h2, .collapsing_menu_category.menu_fuschia .showMore {
    background: #bd279b;
    color: #ffffff; }
    .collapsing_menu_category.menu_fuschia h2.shadow, .collapsing_menu_category.menu_fuschia .showMore.shadow {
      text-shadow: #bd279b -1px 1px 0px, #010101 -2px 2px 0px; }
      @media print, screen and (min-width: 48em) {
        .collapsing_menu_category.menu_fuschia h2.shadow, .collapsing_menu_category.menu_fuschia .showMore.shadow {
          text-shadow: #bd279b -2px 2px 0px, #010101 -4px 4px 0px; } }
  .collapsing_menu_category.menu_fuschia h2 span.leftFlourish {
    background-image: url(../images/menu-flourish-white-left.svg); }
  .collapsing_menu_category.menu_fuschia h2 span.rightFlourish {
    background-image: url(../images/menu-flourish-white-right.svg); }
  .collapsing_menu_category.menu_fuschia .content h3 {
    color: #27768a;
    border-color: #bd279b; }

.drinks {
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .drinks {
      padding: 4rem 1rem 4rem; } }
  .drinks .three-shadow {
    margin-bottom: 3rem;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (min-width: 48em) {
      .drinks .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .drinks .three-shadow span {
      background: #ffffff;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      /*text-shadow: rgba($primary_white, 1) -2px 2px 0px, rgba($tonal_light_blue, 1) -4px 4px 0px;*/
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .drinks .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .drinks .three-shadow span::after, .drinks .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .drinks .three-shadow span::before {
            top: -.25rem; }
          .drinks .three-shadow span::after {
            bottom: -.5rem; } }
  .drinks dl {
    margin-top: 1.5rem; }
    .drinks dl dt {
      border-bottom: 4px dotted #D72E34;
      font-size: 1.5625rem; }
    .drinks dl dd {
      margin-bottom: 1rem; }
  .drinks .image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }

.collapsing_menu_category + .drinks {
  padding-top: 0px; }

html {
  scroll-padding-top: 150px; }

.menu_category_list .grid-container {
  background: #ffffff; }

.menu_category_list .is-stuck {
  position: sticky;
  top: 0px;
  position: fixed;
  z-index: 10;
  max-width: 100% !important; }

.menu_category_list .grid-container .grid-x {
  max-width: 1170px;
  margin: 0px auto; }

.menu_category_list + .collapsing_menu_category {
  padding-top: 0px; }

.menu_category_list .slick-disabled {
  display: none !important; }

.menu_category_list .slick-arrow {
  color: #010101; }

.menu_category_list .main-content p {
  margin: 1.25rem 0rem 0rem 1.25rem;
  color: #747474; }

.menu_category_list ul {
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; }
  @media print, screen and (min-width: 48em) {
    .menu_category_list ul {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .menu_category_list ul button {
    font-size: 2rem; }
  .menu_category_list ul li {
    display: inline-block;
    flex: 0 0 auto;
    padding: .5rem .75rem; }
    .menu_category_list ul li a {
      font-size: 1.5625rem;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      padding: .25rem .5rem .45rem;
      line-height: 1.2;
      white-space: nowrap;
      color: #010101;
      text-decoration: none; }
      .menu_category_list ul li a.is-active {
        background-color: #cdde00; }

.how_it_works {
  background-color: #efefef;
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .how_it_works p {
      font-size: 1.5rem; } }
  .how_it_works .main-content p {
    max-width: 1000px;
    margin: 0px auto; }
  .how_it_works .panel {
    display: none; }
    .how_it_works .panel p {
      font-size: 1.125rem; }
  .how_it_works button {
    color: #010101; }
  .how_it_works .close-button {
    margin-top: 1rem;
    display: block;
    font-size: 1.5625rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    position: relative;
    padding-bottom: .75rem; }
    .how_it_works .close-button::after {
      position: absolute;
      content: "";
      background-image: url(../images/map-header-dots.svg);
      background-repeat: no-repeat;
      background-position: bottom center;
      width: 100%;
      height: 4px;
      left: 0px;
      bottom: 0px; }
  .how_it_works .panel_toggle {
    margin-top: 2rem;
    display: block;
    font-size: 1.5625rem;
    font-weight: bold;
    padding: 2rem;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
    .how_it_works .panel_toggle::before, .how_it_works .panel_toggle::after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background-image: url(../images/map-header-dots.svg);
      background-repeat: no-repeat;
      background-position: bottom center; }
    .how_it_works .panel_toggle::before {
      position: absolute;
      top: 0px;
      left: 0px; }
    .how_it_works .panel_toggle::after {
      position: absolute;
      bottom: 0px;
      right: 0px; }
  @media print, screen and (min-width: 48em) {
    .how_it_works {
      padding: 4rem 1rem 4rem; } }
  .how_it_works h3 {
    background-image: url(../images/map-header-dots.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: .75rem;
    margin-top: 2rem; }
    .how_it_works h3 span {
      background: #efefef;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
  .how_it_works .three-shadow {
    margin-bottom: 1rem;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (min-width: 48em) {
      .how_it_works .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .how_it_works .three-shadow span {
      background: #efefef;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .how_it_works .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .how_it_works .three-shadow span::after, .how_it_works .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .how_it_works .three-shadow span::before {
            top: -.25rem; }
          .how_it_works .three-shadow span::after {
            bottom: -.5rem; } }
  .how_it_works .gallery {
    display: flex;
    justify-content: flex-start; }
    .how_it_works .gallery .caption {
      height: 2.5rem;
      margin-bottom: 0px;
      line-height: 1; }
    .how_it_works .gallery .image {
      padding: .5rem;
      width: 50%;
      display: flex;
      flex-direction: column; }
      @media print, screen and (min-width: 48em) {
        .how_it_works .gallery .image {
          width: 25%; } }
      @media print, screen and (min-width: 64em) {
        .how_it_works .gallery .image {
          width: 12.5%; } }
      .how_it_works .gallery .image img {
        width: 100%;
        display: block; }
      .how_it_works .gallery .image p {
        text-transform: uppercase;
        line-height: 1.2;
        margin-top: .25rem;
        margin-bottom: .25rem;
        font-weight: bold; }
      .how_it_works .gallery .image .premium {
        color: #ea0029; }
    .how_it_works .gallery .disclaimer {
      padding: .5rem;
      display: flex;
      flex-direction: column;
      width: 100%; }
      .how_it_works .gallery .disclaimer p {
        padding: 0 1rem;
        margin-bottom: 0px;
        line-height: 1.2;
        text-align: center;
        color: #ea0029; }
      .how_it_works .gallery .disclaimer .content {
        align-items: center;
        display: flex;
        flex-grow: 2;
        border: 2px solid #D72E34;
        padding: .25rem 1.5rem; }
        @media print, screen and (min-width: 48em) {
          .how_it_works .gallery .disclaimer .content {
            height: calc(100% - 3.5rem); } }
        .how_it_works .gallery .disclaimer .content p {
          margin: 2rem auto; }
          @media print, screen and (min-width: 64em) {
            .how_it_works .gallery .disclaimer .content p {
              margin: 0px; } }
      .how_it_works .gallery .disclaimer .caption {
        height: 40px;
        flex-grow: 1; }
      @media print, screen and (min-width: 48em) {
        .how_it_works .gallery .disclaimer {
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        .how_it_works .gallery .disclaimer {
          width: 25%; } }
  .how_it_works .list_section {
    margin-top: 2rem; }
    .how_it_works .list_section .list {
      list-style: none;
      counter-reset: section;
      max-width: 1100px;
      margin: 0px auto; }
      .how_it_works .list_section .list p {
        font-size: 1.5rem;
        line-height: 1.5; }
        @media print, screen and (min-width: 48em) {
          .how_it_works .list_section .list p {
            max-width: 85%; } }
        @media print, screen and (min-width: 64em) {
          .how_it_works .list_section .list p {
            max-width: 65%; } }
      .how_it_works .list_section .list h3 {
        border: 0px;
        background: none;
        margin-bottom: .25rem;
        padding-bottom: 0px; }
        .how_it_works .list_section .list h3::before {
          counter-increment: section;
          content: counter(section) ". "; }
  .how_it_works .disclaimer_button p {
    font-size: 24px; }
  .how_it_works .disclaimer_button h3 {
    border: 0px;
    background: none;
    margin-bottom: 0px;
    margin-top: 3rem; }
  .how_it_works .disclaimer_button .button {
    margin: 0px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: #ea0029;
    border-color: #ea0029;
    color: #ffffff; }
    .how_it_works .disclaimer_button .button:hover, .how_it_works .disclaimer_button .button:focus, .how_it_works .disclaimer_button .button:active {
      background-color: #ffffff;
      color: #ea0029; }
  .how_it_works.custom {
    background: #ffffff; }
    .how_it_works.custom h2 {
      display: flex; }
      .how_it_works.custom h2 span {
        background: #ffffff;
        padding: 0 1rem; }
        @media print, screen and (min-width: 48em) {
          .how_it_works.custom h2 span {
            padding: 0 3rem; } }
      .how_it_works.custom h2 .flourish {
        flex-grow: 2;
        background-size: contain;
        background-repeat: no-repeat; }
        .how_it_works.custom h2 .flourish.leftFlourish {
          background-position: right center;
          background-image: url(../images/flourish-mobile-full-left-red.svg); }
          @media print, screen and (min-width: 48em) {
            .how_it_works.custom h2 .flourish.leftFlourish {
              background-image: url(../images/flourish-full-left-red.svg); } }
        .how_it_works.custom h2 .flourish.rightFlourish {
          background-position: left center;
          background-image: url(../images/flourish-mobile-full-right-red.svg); }
          @media print, screen and (min-width: 48em) {
            .how_it_works.custom h2 .flourish.rightFlourish {
              background-image: url(../images/flourish-full-right-red.svg); } }
    .how_it_works.custom .button {
      margin: 0px;
      margin-top: .5rem;
      margin-bottom: .5rem;
      background-color: #ea0029;
      border-color: #ea0029;
      color: #ffffff; }
      .how_it_works.custom .button:hover, .how_it_works.custom .button:focus, .how_it_works.custom .button:active {
        background-color: #ffffff;
        color: #ea0029; }
    .how_it_works.custom .panel {
      padding-top: 2rem; }
    .how_it_works.custom .close-button {
      margin-top: 0px; }
    .how_it_works.custom h2,
    .how_it_works.custom h3 {
      border-bottom: 0px; }
      .how_it_works.custom h2 span,
      .how_it_works.custom h3 span {
        background: #ffffff; }
    .how_it_works.custom h3 {
      margin-top: 4rem;
      margin-bottom: 0px;
      padding-bottom: 1rem; }
    .how_it_works.custom .panel_toggle {
      border-top: 0px;
      margin-top: 0px; }
      .how_it_works.custom .panel_toggle::before {
        display: none; }
  .how_it_works .redlink {
    color: #ea0029; }

.how_it_works.custom + .collapsing_menu_category {
  padding-top: 0px; }

.daily_specials {
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .daily_specials {
      padding: 4rem 1rem 4rem; } }
  .daily_specials .three-shadow {
    line-height: 1;
    padding: 0px;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 48em) {
      .daily_specials .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    @media print, screen and (min-width: 48em) {
      .daily_specials .three-shadow {
        margin-bottom: 3rem; } }
    .daily_specials .three-shadow span {
      background: #ffffff;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .daily_specials .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .daily_specials .three-shadow span::after, .daily_specials .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .daily_specials .three-shadow span::before {
            top: -.25rem; }
          .daily_specials .three-shadow span::after {
            bottom: -.5rem; } }
  .daily_specials .special {
    max-width: 292px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid;
    text-align: center;
    padding: 1rem;
    border: 0px; }
    .daily_specials .special .foreground {
      position: relative;
      z-index: 3;
      top: 0px;
      left: 0px; }
  .daily_specials .text-center {
    justify-content: center; }
  .daily_specials .disclaimer {
    margin-top: 2rem; }

.single .generic_content {
  padding-top: 0rem;
  padding-bottom: 4rem; }
  .single .generic_content .content a {
    color: #ea0029; }
  .single .generic_content p.meta a {
    color: #010101; }
    .single .generic_content p.meta a:hover {
      text-decoration: underline; }
  .single .generic_content p:not(.meta) {
    font-size: 1.4375rem; }
    .single .generic_content p:not(.meta) a {
      font-weight: bold; }
  .single .generic_content img {
    display: block;
    margin-bottom: 2rem; }
  .single .generic_content .gallery {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    justify-content: center; }
    .single .generic_content .gallery img {
      display: block;
      margin-bottom: 0px;
      width: 100%; }
  .single .generic_content .gallery-columns-2 .gallery-item {
    max-width: 50%;
    width: 50%; }
  .single .generic_content .gallery-columns-3 .gallery-item {
    max-width: 33.3333%;
    width: 33.3333%; }
  .single .generic_content .gallery-columns-4 .gallery-item {
    max-width: 25%;
    width: 25%; }
  @media only screen and (max-width: 768px) {
    .single .generic_content .gallery-columns-2,
    .single .generic_content .gallery-columns-3,
    .single .generic_content .gallery-columns-4 {
      flex-wrap: wrap; }
      .single .generic_content .gallery-columns-2 .gallery-item,
      .single .generic_content .gallery-columns-3 .gallery-item,
      .single .generic_content .gallery-columns-4 .gallery-item {
        max-width: 100%;
        width: 100%; } }
  .single .generic_content h1.three-shadow,
  .single .generic_content h2.three-shadow {
    line-height: 1;
    padding: 0px;
    margin-bottom: 1.5rem; }
    .single .generic_content h1.three-shadow span,
    .single .generic_content h2.three-shadow span {
      background: #fefefe;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: #fefefe -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px;
      color: red; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .single .generic_content h1.three-shadow span,
        .single .generic_content h2.three-shadow span {
          max-width: 24ch; } }
      @media print, screen and (max-width: 63.99875em) {
        .single .generic_content h1.three-shadow span,
        .single .generic_content h2.three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; } }
  .single .generic_content hr {
    border: 0px;
    background: none;
    border-bottom: 4px dotted #5fd0df;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    max-width: 500px; }

.press_features {
  padding: calc(4rem) 1rem calc(4rem);
  background-color: #00abc7;
  color: #ffffff; }
  .press_features a {
    color: #ffffff; }
    .press_features a:hover {
      text-decoration: underline; }
  .press_features .three-shadow {
    line-height: 1;
    padding: 0px;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .press_features .three-shadow {
        background-image: url(../images/press-release-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .press_features .three-shadow span {
      background: #00abc7;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: #00abc7 -2px 2px 0px, #ce009f -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .press_features .three-shadow span {
          max-width: 24ch; } }
      @media print, screen and (max-width: 63.99875em) {
        .press_features .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .press_features .three-shadow span::after, .press_features .three-shadow span::before {
            /* $tonal_light_blue */
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/press-release-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .press_features .three-shadow span::before {
            top: -.25rem; }
          .press_features .three-shadow span::after {
            bottom: -.5rem; } }
  .press_features ul {
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .press_features ul {
        font-size: 1.4375rem;
        columns: 2;
        column-gap: 3rem; } }
    .press_features ul li {
      line-height: 1.2;
      margin-bottom: 1rem;
      list-style: none;
      position: relative;
      break-inside: avoid; }
      .press_features ul li::before {
        position: absolute;
        left: -1.5rem;
        top: 4px;
        font-size: .85rem;
        font-family: 'Font Awesome 6 Pro';
        content: "\f111";
        font-weight: bold; }
        @media print, screen and (min-width: 48em) {
          .press_features ul li::before {
            top: 8px; } }
.single-post #video-grid {
  margin-top: 3rem; }
  .single-post #video-grid iframe {
    max-width: 100%;
    margin: 0px auto;
    display: block;
    width: 100%; }
  .single-post #video-grid .video {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 2rem !important;
    background: black; }
    .single-post #video-grid .video .responsive-embed {
      margin-bottom: 0px; }
    .single-post #video-grid .video p {
      line-height: 1;
      font-weight: bold; }
    .single-post #video-grid .video .caption {
      color: white;
      text-align: center;
      padding: 1rem 5vw 1rem; }
  .single-post #video-grid .accordion-title {
    line-height: 1;
    font-weight: bold;
    font-size: 1.4375rem; }
  .single-post #video-grid .accordion-content .responsive-embed {
    max-width: 600px;
    height: auto;
    margin: 0px auto; }

.blog_list {
  padding: calc(4rem) 1rem calc(4rem); }
  .blog_list h2.three-shadow {
    background-image: url(../images/map-header-dots.svg);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1;
    padding: 0px;
    margin-bottom: 3rem; }
    .blog_list h2.three-shadow span {
      background: #fefefe;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: #fefefe -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .blog_list h2.three-shadow span {
          max-width: 24ch; } }
      @media print, screen and (max-width: 63.99875em) {
        .blog_list h2.three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; } }
  .blog_list .button.red {
    --buttonMainColor: #ea0029;
    --buttonSecondaryColor: #ffffff;
    --buttonBorderColor: #ea0029;
    border-color: var(--buttonBorderColor);
    background-color: var(--buttonMainColor);
    color: var(--buttonSecondaryColor); }
    .blog_list .button.red:hover {
      background-color: var(--buttonSecondaryColor);
      border-color: var(--buttonMainColor);
      color: var(--buttonMainColor); }
  .blog_list ul {
    margin-left: 2rem;
    margin-right: 2rem; }
    @media print, screen and (min-width: 48em) {
      .blog_list ul {
        font-size: 1.4375rem;
        columns: 2;
        column-gap: 3rem; } }
    .blog_list ul li {
      line-height: 1.2;
      margin-bottom: 1rem;
      list-style: none;
      position: relative; }
      .blog_list ul li::before {
        position: absolute;
        left: -1.5rem;
        top: 4px;
        font-size: .85rem;
        font-family: 'Font Awesome 6 Pro';
        content: "\f111";
        font-weight: bold; }
        @media print, screen and (min-width: 48em) {
          .blog_list ul li::before {
            top: 8px; } }
  .blog_list hr {
    border: 0px;
    background: none;
    border-bottom: 4px dotted #5fd0df;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .blog_list hr {
        max-width: 500px; } }
  .blog_list article p.meta {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase; }
    .blog_list article p.meta a {
      color: #010101; }
      .blog_list article p.meta a:hover {
        text-decoration: underline; }
  .blog_list article .three-shadow {
    background: none;
    color: #ea0029;
    line-height: 1;
    padding: 0px;
    margin-bottom: 0px; }
    .blog_list article .three-shadow span {
      background: #fefefe;
      padding-left: 0rem;
      display: inline-block;
      text-shadow: #fefefe -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
  .blog_list .primary_article img {
    margin-bottom: 1rem; }
  .blog_list .primary_article .three-shadow {
    background: none;
    margin-top: 1rem;
    margin-bottom: 0px; }
  .blog_list .primary_article p {
    font-size: 1.5rem; }
  .blog_list .more-updates {
    margin-top: 3rem; }
  .blog_list article + article {
    margin-top: 3rem; }
  .blog_list .image img {
    width: 100%; }
  @media print, screen and (max-width: 47.99875em) {
    .blog_list .image {
      margin-top: 1rem; } }
.pagination {
  padding: 2rem .9375rem 0; }
  .pagination a {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold; }

.category_list + .blog_list {
  padding-top: 0px; }

.category_list {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  .category_list .pre-title {
    color: gray;
    margin-bottom: .5rem;
    padding-left: .75rem; }
  .category_list .categories {
    font-weight: bold;
    font-size: 22.5px;
    text-transform: uppercase;
    margin: 0px; }
    @media print, screen and (min-width: 48em) {
      .category_list .categories {
        display: flex; } }
    .category_list .categories .current-cat a {
      text-decoration: underline; }
    .category_list .categories a {
      color: #010101;
      display: block;
      padding-left: .75rem;
      border-radius: 2rem; }
      @media print, screen and (min-width: 48em) {
        .category_list .categories a {
          padding: .25rem .75rem !important; } }
      .category_list .categories a:hover {
        background: #ea0029;
        color: #ffffff;
        text-decoration: none !important; }

a:hover {
  text-decoration: underline; }

.basic_text {
  padding: calc(4rem) 1rem calc(4rem);
  font-size: 1.25rem; }
  .basic_text p {
    font-size: 1.25rem; }
  .basic_text a {
    font-weight: bold;
    color: #010101;
    text-decoration: underline;
    display: inline-block;
    padding-left: .25rem;
    padding-right: .25rem;
    cursor: hand; }
    .basic_text a:hover {
      text-decoration: none;
      color: #ffffff;
      background: #00788c; }
  .basic_text .three-shadow {
    margin-bottom: 2rem;
    line-height: 1;
    padding: 0px;
    border-bottom: 4px dotted #4CA8C4; }
    .basic_text .three-shadow span {
      background: #ffffff;
      display: inline-block;
      color: #ea0029;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      color: #ea0029;
      margin-bottom: 1rem; }
      @media print, screen and (max-width: 47.99875em) {
        .basic_text .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .basic_text .three-shadow span::after, .basic_text .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .basic_text .three-shadow span::before {
            top: -.25rem; }
          .basic_text .three-shadow span::after {
            bottom: -.5rem; } }
  .basic_text h2 {
    margin-top: 2rem; }
  .basic_text ul li, .basic_text ol li {
    margin-left: 2rem; }
    .basic_text ul li::marker, .basic_text ol li::marker {
      font-weight: bold; }

/*add a comment*/
.reviews {
  padding-top: 2rem;
  padding-bottom: 2rem;
  counter-reset: section;
  background: #efefef; }
  .reviews p {
    font-size: 1.125rem; }
  .reviews .section {
    padding: 2rem .9375rem 0; }
    .reviews .section p:last-of-type {
      margin-bottom: 2rem; }
  .reviews .section_one select {
    max-width: 640px; }
  .reviews h2:not(.gform_submission_error) {
    background-repeat: no-repeat;
    padding-bottom: .75rem;
    margin-top: 1rem; }
    .reviews h2:not(.gform_submission_error) span {
      background: #efefef;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .reviews h2:not(.gform_submission_error) span::before {
        counter-increment: section;
        content: counter(section) ": "; }
  .reviews .three-shadow {
    margin-bottom: 1rem;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (max-width: 63.99875em) {
      .reviews .three-shadow {
        padding-left: 1rem;
        padding-right: 1rem; }
        .reviews .three-shadow span {
          max-width: 25ch; } }
    @media print, screen and (min-width: 48em) {
      .reviews .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .reviews .three-shadow span {
      background: #efefef;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .reviews .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .reviews .three-shadow span::after, .reviews .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .reviews .three-shadow span::before {
            top: -.25rem; }
          .reviews .three-shadow span::after {
            bottom: -.5rem; } }
  .reviews .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .reviews .flex button {
      width: clamp(200px, 33%, 278px);
      flex-shrink: 3; }
  .reviews .gform_wrapper form {
    margin-top: 2rem;
    padding-top: 0px; }
    .reviews .gform_wrapper form .ginput_container_consent {
      display: flex;
      align-items: center; }
      .reviews .gform_wrapper form .ginput_container_consent .gfield_required.gfield_required_asterisk {
        font-size: 1.5rem;
        color: #ea0029; }
      .reviews .gform_wrapper form .ginput_container_consent label {
        font-size: 1rem;
        margin-right: 0px; }
        .reviews .gform_wrapper form .ginput_container_consent label a {
          color: #ea0029;
          font-weight: bold; }
  .reviews .logo-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid transparent; }
    .reviews .logo-button:enabled:hover img, .reviews .logo-button:enabled:active img {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .reviews button:disabled img {
    opacity: .25; }

.joshua {
  background: blue; }

.team {
  /*
		This shares a lot of styling with the _two_column_with_image. Some styling may come from that scss file.
	*/
  margin-bottom: calc(4rem / 2);
  padding: calc(4rem / 2) 1rem calc(4rem / 2); }
  @media print, screen and (min-width: 48em) {
    .team {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .team {
      padding: 4rem 1rem 4rem; } }
  .team h2.three-shadow {
    margin-bottom: 2rem;
    border-bottom: 0px;
    color: #0a0a0a;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (min-width: 48em) {
      .team h2.three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .team h2.three-shadow span {
      background: #efefef;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .team h2.three-shadow span {
          position: relative;
          padding: .5rem 0;
          width: 100%;
          display: inline-block; }
          .team h2.three-shadow span::after, .team h2.three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .team h2.three-shadow span::before {
            top: -.25rem; }
          .team h2.three-shadow span::after {
            bottom: -.5rem; } }
  .team h3 {
    /*		padding-bottom: 1rem;*/
    line-height: 1.6;
    border-bottom: 4px dotted #4CA8C4; }
    .team h3 span {
      display: block;
      line-height: 1.2; }
      @media print, screen and (max-width: 47.99875em) {
        .team h3 span {
          text-align: center;
          width: 100%; } }
    .team h3 span {
      text-align: center;
      max-width: 300px;
      margin: 0rem auto .75rem;
      font-size: 1.375rem; }
    @media print, screen and (min-width: 48em) {
      .team h3 span {
        text-align: left;
        max-width: 100%;
        font-size: 1.9375rem; } }
  .team .team-content img {
    display: block;
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 48em) {
      .team .team-content img {
        margin-bottom: 0px; } }
  .team .team-members {
    margin-top: 4em; }
    .team .team-members .cell {
      margin-bottom: 2rem; }
      @media print, screen and (min-width: 48em) {
        .team .team-members .cell {
          margin-bottom: 0rem !important; } }
    .team .team-members .team-member img {
      max-width: 275px;
      display: inline-block; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .team .team-members .team-member img {
          max-width: 400px; } }
    .team .team-members .team-member .button {
      display: inline-block;
      margin-top: 1rem;
      margin-bottom: 2rem;
      border-color: #ea0029;
      background-color: #ea0029;
      min-width: 190px; }
      @media print, screen and (min-width: 48em) {
        .team .team-members .team-member .button {
          font-size: 1.125rem;
          min-width: clamp(150px, 50%, 250px); } }
      @media print, screen and (min-width: 64em) {
        .team .team-members .team-member .button {
          font-size: 1.25rem;
          margin-bottom: 0px; } }
      .team .team-members .team-member .button:hover {
        color: #ea0029;
        background-color: #ffffff; }

.team-modal {
  background: #00abc7;
  color: white;
  padding: 4rem 2rem;
  border: 0px; }
  .team-modal h3 {
    font-size: 1.9375rem;
    padding-bottom: 1.5rem;
    border-bottom: 4px dotted #51CAD9; }
  .team-modal li,
  .team-modal p {
    font-size: 1.4375rem; }
  @media print, screen and (max-width: 63.99875em) {
    .team-modal img {
      max-height: 400px;
      width: auto; } }
  .team-modal img {
    display: inline-block;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .team-modal img {
        margin-bottom: 0px; } }
  .team-modal .close-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white; }
    .team-modal .close-button span {
      font-size: 2rem; }
  .team-modal p:last-of-type {
    margin-bottom: 0px; }

html.is-reveal-open {
  overflow: unset !important; }
  html.is-reveal-open #content {
    overflow-y: scroll; }

.employee_benefits {
  padding: calc(4rem) 1rem calc(4rem);
  background-color: #00abc7;
  color: #ffffff; }
  .employee_benefits a {
    color: #ffffff; }
    .employee_benefits a:hover {
      text-decoration: underline; }
  .employee_benefits .three-shadow {
    line-height: 1;
    padding: 0px;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 64em) {
      .employee_benefits .three-shadow {
        background-image: url(../images/press-release-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .employee_benefits .three-shadow span {
      background: #00abc7;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: inline-block;
      text-shadow: #00abc7 -2px 2px 0px, #ce009f -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .employee_benefits .three-shadow span {
          max-width: 24ch; } }
      @media print, screen and (max-width: 63.99875em) {
        .employee_benefits .three-shadow span {
          position: relative;
          padding: .5rem 2rem;
          display: inline-block; }
          .employee_benefits .three-shadow span::after, .employee_benefits .three-shadow span::before {
            /* $tonal_light_blue */
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/press-release-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .employee_benefits .three-shadow span::before {
            top: -.25rem; }
          .employee_benefits .three-shadow span::after {
            bottom: -.5rem; } }
  .employee_benefits ul {
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .employee_benefits ul {
        font-size: 1.40625rem;
        columns: 2;
        column-gap: 3rem;
        max-width: 60rem !important;
        margin: 0px auto !important;
        padding-left: 2rem; } }
    .employee_benefits ul li {
      line-height: 1.2;
      margin-bottom: 1rem;
      list-style: none;
      position: relative;
      break-inside: avoid; }
      .employee_benefits ul li::before {
        position: absolute;
        left: -1.5rem;
        top: 4px;
        font-size: .85rem;
        font-family: 'Font Awesome 6 Pro';
        content: "\f111";
        font-weight: bold; }
        @media print, screen and (min-width: 48em) {
          .employee_benefits ul li::before {
            top: 8px; } }
  .employee_benefits p:last-of-type {
    margin-bottom: 0px; }

.full_width_text_with_button {
  padding: calc(4rem) 1rem calc(4rem);
  font-size: 1.25rem; }
  .full_width_text_with_button p {
    font-size: 1.25rem; }
    @media print, screen and (min-width: 48em) {
      .full_width_text_with_button p {
        margin: 0px auto;
        max-width: 850px; } }
  .full_width_text_with_button a:not(.button) {
    font-weight: bold;
    color: #010101;
    text-decoration: underline;
    display: inline-block;
    padding-left: .25rem;
    padding-right: .25rem;
    cursor: hand; }
    .full_width_text_with_button a:not(.button):hover {
      text-decoration: none;
      color: #ffffff;
      background: #00788c; }
  .full_width_text_with_button .three-shadow {
    margin-bottom: 2rem;
    border-bottom: 0px;
    color: #0a0a0a;
    line-height: 1;
    padding: 0px; }
    @media print, screen and (min-width: 48em) {
      .full_width_text_with_button .three-shadow {
        background-image: url(../images/map-header-dots.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
    .full_width_text_with_button .three-shadow span {
      background: #fefefe;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: inline-block;
      text-shadow: white -2px 2px 0px, #5fd0df -4px 4px 0px;
      margin-bottom: 0px; }
      @media print, screen and (max-width: 47.99875em) {
        .full_width_text_with_button .three-shadow span {
          position: relative;
          padding: .5rem 0;
          width: 100%;
          display: inline-block; }
          .full_width_text_with_button .three-shadow span::after, .full_width_text_with_button .three-shadow span::before {
            content: "";
            width: 100%;
            height: 5px;
            display: block;
            background-image: url(../images/map-header-dots.svg);
            background-repeat: no-repeat;
            background-position: center center;
            left: 50%;
            transform: translateX(-50%);
            position: absolute; }
          .full_width_text_with_button .three-shadow span::before {
            top: -.25rem; }
          .full_width_text_with_button .three-shadow span::after {
            bottom: -.5rem; } }
  .full_width_text_with_button .button {
    display: inline-block;
    background: #ea0029;
    border-color: #ea0029;
    color: #fefefe;
    margin-top: 2rem; }
    .full_width_text_with_button .button:hover {
      background: #fefefe;
      color: #ea0029 !important; }
  .full_width_text_with_button h2 {
    margin-top: 2rem; }
  .full_width_text_with_button ul li, .full_width_text_with_button ol li {
    margin-left: 2rem; }
    .full_width_text_with_button ul li::marker, .full_width_text_with_button ol li::marker {
      font-weight: bold; }

#sitewide_alert {
  min-height: 70px;
  background: #ea0029;
  color: #fefefe;
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%; }
  #sitewide_alert p:last-of-type {
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1rem; }
    @media print, screen and (min-width: 48em) {
      #sitewide_alert p:last-of-type {
        font-size: 1.25rem; } }
    #sitewide_alert p:last-of-type a {
      color: #fefefe;
      text-decoration: underline; }
      #sitewide_alert p:last-of-type a:hover {
        color: black; }

@media print, screen and (max-width: 63.99875em) {
  #sitewide_alert + header #top-menu {
    top: 170px; } }

#sitewide_alert + header .menu .submenu {
  top: 170px; }

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