@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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;
  -webkit-text-decoration: underline dotted;
          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=40em&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: "Open Sans", 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;
  -webkit-appearance: none;
          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;
  -webkit-appearance: none;
          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'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

::-webkit-input-placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          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;
}
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;
}

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 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
{
  font-family: "Metamorphous", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-transform: none!important;
  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: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a {
  line-height: inherit;
  color: #a2473e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #8b3d35;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75.875rem;
  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, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 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;
}

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

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

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

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

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

.text-justify {
  text-align: justify;
}
.show-for-print {
  display: none !important;
}
.align-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.row {
  max-width: 75.875rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75.875rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-12 {
  width: 100%;
}
.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;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

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

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

.small-up-3 > .cell {
  width: 33.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%;
}
.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);
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}
.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: 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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

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

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

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

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

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
.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;
  background-color: #a2473e;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #8a3c35;
  color: #fefefe;
}
.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.primary {
  background-color: #a2473e;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #823932;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #a2473e;
  color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #a2473e;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.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:hover, .button.hollow:focus {
  border-color: #51241f;
  color: #51241f;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.hollow.primary {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #51241f;
  color: #51241f;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #51241f;
  color: #51241f;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #51241f;
  color: #51241f;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  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: #a2473e;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #a2473e;
}
.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;
}

.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: #a2473e;
}
: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: '\2013';
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #a2473e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #9a433b;
}

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

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

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
.menu-icon:hover::after {
  background: #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: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #a2473e 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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

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

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

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

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

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

.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: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          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: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a2473e;
  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: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a2473e;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a2473e transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a2473e 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: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #a2473e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #a2473e;
}
.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: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a2473e transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a2473e;
}
.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: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #a2473e transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #a2473e;
}
.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: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe;
}
[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 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
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;
  -webkit-backface-visibility: hidden;
          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;
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal.collapse {
  padding: 0;
}
.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;
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

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

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

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
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;
  -webkit-backface-visibility: hidden;
          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;
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal.collapse {
  padding: 0;
}
.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;
}
.reveal.without-overlay {
  position: fixed;
}

.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: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.button {
  cursor: pointer;
  outline: none;
}

.carousel-cell {
  min-height: 100%;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[data="animate"].visible {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*
[viewport-animate]{
  opacity: 0;
  transform: translate(0, 50px);
//  transition(all, 0.6s, ease-in-out);
  transition: all 0.6s ease-in-out;
  will-change: transform, opacity;

  &.visible {
    opacity: 1;
    transform: translate(0,0);
  }
}
*/
.animated {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(600px, 0, 0);
            transform: translate3d(600px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(600px, 0, 0);
            transform: translate3d(600px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    transition-timing-function: cubic-bezier(0, 1, 0.3, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body {
  padding-top: 100px;
}

.header {
  position: fixed;
  z-index: 1000;
  background: url(../images/header.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
  left: 0;
}
.home .header {
  background: rgba(15, 25, 46, 0.5);
}
.header .grid-x {
  height: 100px;
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  width: auto;
  height: 54px;
  max-width: none;
}
.header__logo-holder {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.header__contacts div {
  margin-bottom: 15px;
}
.header__contacts a {
  display: inline-block;
  color: #fefefe;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.header__contacts a i {
  font-size: 20px;
  fill: #fefefe;
  vertical-align: middle;
  margin-right: 6px;
}
.header__menu-trigger-holder {
  padding-left: 20px;
}
.header__menu-trigger-holder i {
  color: #fefefe;
  font-size: 36px;
}
.header__menu-trigger-holder .menu-trigger {
  outline: none !important;
}
.header__menu {
        /*
        @include breakpoint(medium down) {
            position: absolute;
            width: calc(100% + 30px);
            left: -15px;
            top: 80px;
            opacity: 0;
            visibility: hidden;

            &.show {
                opacity: 1;
                visibility: visible;
            }
        }

        */
  display: none;
}
.header__menu > .menu {
            /*
            @include breakpoint(medium down) {
                // background: rgba($black, 0.7);
                background: rgba(#22555e, 1);

                .has-submenu-toggle>a {
                    margin-right: 0 !important;
                }

                .submenu-toggle {
                    width: 50px;
                    height: 50px;
                    outline: none !important;
                    background-color: #06DFD1;

                    &:after {
                        border-color: $white transparent transparent;
                    }
                }

                >li {
                    display: block;
                    position: relative;
                    margin: 0;

                    >a {
                        background-color: transparent;
                        font-size: 20px;
                        color: $white !important;
                        padding: 15px 15px !important;
                        border-bottom: 1px solid $white;
                        color: $white;

                        &:after {
                            display: none !important;
                        }
                    }

                    &:last-child {
                        >a {
                            border-bottom: 0;
                        }
                    }

                    &.current-menu-item {}

                    .menu {
                        background: #22555e !important;

                        a {
                            color: #fff !important;
                            padding-left: 35px;
                            padding-top: 15px !important;
                            padding-bottom: 15px !important;
                            background: rgba(#007D7F, 1) !important;
                            font-size: 20px;
                        }

                        .menu {
                            a {
                                padding-left: 45px;
                            }
                        }
                    }
                }

                .is-accordion-submenu {
                    position: relative;
                    border-bottom: 1px solid $white;
                }
            }

            */
}

.side-panel {
  z-index: 100000;
  position: fixed;
  width: 100%;
  top: 100px;
  bottom: 0;
  right: 0;
  background-color: #d76147;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.side-panel.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.side-panel .mobile-menu {
  margin: 0;
}
.side-panel .mobile-menu > li:first-child {
  display: none;
}
.side-panel .mobile-menu ul {
  margin: 0;
}
.side-panel .mobile-menu a {
  color: #fefefe;
  font-size: 18px;
  outline: none !important;
  border-bottom: 1px solid #f69679;
  background-color: #d76147;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 24px;
}
.side-panel .mobile-menu a:hover {
  color: #fdcc85;
}
.side-panel .mobile-menu.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}
.side-panel .mobile-menu.drilldown .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}
.side-panel .mobile-menu .current-menu-item > a {
  color: #fdcc85;
}

.layout-1 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.layout-1__view-all a {
  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;
  border: 1px solid #444;
  color: #444;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
[data-whatinput='mouse'] .layout-1__view-all a {
  outline: 0;
}
.layout-1__view-all a, .layout-1__view-all a:hover, .layout-1__view-all a:focus {
  background-color: transparent;
}
.layout-1__view-all a.disabled, .layout-1__view-all a.disabled:hover, .layout-1__view-all a.disabled:focus, .layout-1__view-all a[disabled], .layout-1__view-all a[disabled]:hover, .layout-1__view-all a[disabled]:focus {
  background-color: transparent;
}
.layout-1__view-all a:hover, .layout-1__view-all a:focus {
  border-color: #222222;
  color: #222222;
}
.layout-1__view-all a:hover.disabled, .layout-1__view-all a:hover[disabled], .layout-1__view-all a:focus.disabled, .layout-1__view-all a:focus[disabled] {
  border: 1px solid #444;
  color: #444;
}

.slider {
  position: relative;
  margin-top: -100px;
}
.slider.flickity-enabled .carousel-cell {
  opacity: 1;
  visibility: visible;
}
.slider .carousel-cell {
  color: #fefefe;
  width: 100%;
  height: 400px;
  text-align: center;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
}
.slider .carousel-cell:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: -1;
}
.slider .carousel-cell .grid-container,
.slider .carousel-cell .grid-x {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider .carousel-cell img,
.slider .carousel-cell video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.slider .carousel-cell .play {
  color: #fefefe;
  font-size: 100px;
}
.slider__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;
  border: 1px solid #fefefe;
  color: #fefefe;
  margin: 40px 0 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
[data-whatinput='mouse'] .slider__button {
  outline: 0;
}
.slider__button, .slider__button:hover, .slider__button:focus {
  background-color: transparent;
}
.slider__button.disabled, .slider__button.disabled:hover, .slider__button.disabled:focus, .slider__button[disabled], .slider__button[disabled]:hover, .slider__button[disabled]:focus {
  background-color: transparent;
}
.slider__button:hover, .slider__button:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.slider__button:hover.disabled, .slider__button:hover[disabled], .slider__button:focus.disabled, .slider__button:focus[disabled] {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.slider__headline {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
.slider__text {
  display: block;
  max-width: 780px;
  margin: 20px auto 0 auto;
  font-size: 20px;
  line-height: 24px;
}
.slider .video-headline {
  position: relative;
  width: 100%;
  max-width: 1184px;
  top: 100px;
  background-color: rgba(31, 11, 11, 0.4);
  color: #fefefe;
  font-size: 36px;
  font-weight: 600;
  padding: 30px;
}
.slider .flickity-prev-next-button {
  position: absolute;
  z-index: 100;
}
.slider .flickity-prev-next-button:disabled {
  display: none;
}

.area-1 {
  grid-area: area-1;
}

.area-2 {
  grid-area: area-2;
}

.area-3 {
  grid-area: area-3;
}

.area-4 {
  grid-area: area-4;
}

.area-5 {
  grid-area: area-5;
}

.area-6 {
  grid-area: area-6;
}
.area-6 .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.home-grid {
  display: grid;
  grid-template-areas: "area-1" "area-2" "area-3" "area-4" "area-5" "area-6";
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  z-index: 10;
}
.home-grid h4 {
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  color: #fefefe;
  margin-bottom: 8px;
}
.home-grid .times-text {
  margin-top: 40px;
}
.home-grid .times-text h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.home-grid .times-text p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 15px;
}
.home-grid .times-text .more {
  font-size: 16px;
  color: #fefefe;
  font-weight: 400;
}
.home-grid .times-text .more i {
  font-size: 14px;
}
.home-grid .times-text .more:hover {
  color: #fefefe;
  text-decoration: underline;
}
.home-grid .text {
  padding: 24px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 300;
}
.home-grid .text--dark {
  color: #4d3c3c;
}
.home-grid .text ul {
  margin: 0;
  list-style: none;
}
.home-grid .text ul li {
  margin-bottom: 10px;
}
.home-grid .text p {
  margin-bottom: 10px;
}
.home-grid .text a {
  color: #fefefe;
}
.home-grid .text a:hover {
  color: #fefefe;
  text-decoration: underline;
}
.home-grid .text a i {
  font-size: 14px;
}
.home-grid .area-1 {
  position: relative;
  background-color: rgba(235, 235, 235, 0.6);
}
.home-grid .area-1 img {
  width: 100%;
}
.home-grid .area-1 h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fefefe;
}
.home-grid .area-2 {
  color: #fefefe;
  padding: 28px 34px;
  position: relative;
}
.home-grid .area-2 img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home-grid .area-3 {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.home-grid .area-3 .radio-block {
  position: relative;
  background-color: #4b2158;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-bottom: 9px;
}
.home-grid .area-3 .radio-block img {
  width: 100%;
}
.home-grid .area-3 .radio-block h4 {
  color: #fefefe;
  text-transform: uppercase;
  padding: 20px 34px;
  z-index: 1;
  background-color: #723b82;
  position: relative;
  margin: 0;
}
.home-grid .area-3 .radio-block .newsletter-links {
  padding: 20px 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4b2158;
}
.home-grid .area-3 .radio-block .newsletter-links a {
  color: #fefefe;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.home-grid .area-3 .radio-block .newsletter-links a:last-child {
  margin-bottom: 0;
}
.home-grid .area-3 .radio-block .newsletter-links a i {
  margin-right: 15px;
}
.home-grid .area-3 .donate-block {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.home-grid .area-4,
.home-grid .area-5,
.home-grid .area-6 {
  position: relative;
}
.home-grid .area-4 img,
.home-grid .area-5 img,
.home-grid .area-6 img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home-grid .area-6 {
  height: 100%;
}
.home-grid .area-6 a {
  display: block;
  position: relative;
  height: 100%;
}

.death-section {
  background: #9e473e url(../images/death-section-min.jpg) no-repeat;
  background-position: center center;
  block-size: cover;
  padding: 40px 0;
}
.death-section .death-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 30px;
}
.death-section .death-block {
  border: 1px solid #fefefe;
  padding: 34px 24px;
}
.death-section .death-block h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 25.85px;
  text-transform: uppercase;
  color: #fefefe;
  margin-bottom: 10px;
}
.death-section .death-block .sub-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 25.85px;
  display: block;
  margin-bottom: 30px;
  color: #fefefe;
}
.death-section .death-block .sub-title .text {
  vertical-align: top;
  display: inline-block;
  margin-left: 40px;
}
.death-section .death-block .sub-title .today-day {
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}
.death-section .death-block .sub-title .today-month {
  font-size: 18px;
  font-weight: 500;
  vertical-align: top;
  line-height: 100%;
  position: relative;
  top: 3px;
}
.death-section .death-block .more {
  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;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
}
[data-whatinput='mouse'] .death-section .death-block .more {
  outline: 0;
}
.death-section .death-block .more, .death-section .death-block .more:hover, .death-section .death-block .more:focus {
  background-color: transparent;
}
.death-section .death-block .more.disabled, .death-section .death-block .more.disabled:hover, .death-section .death-block .more.disabled:focus, .death-section .death-block .more[disabled], .death-section .death-block .more[disabled]:hover, .death-section .death-block .more[disabled]:focus {
  background-color: transparent;
}
.death-section .death-block .more:hover, .death-section .death-block .more:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.death-section .death-block .more:hover.disabled, .death-section .death-block .more:hover[disabled], .death-section .death-block .more:focus.disabled, .death-section .death-block .more:focus[disabled] {
  border: 1px solid #fefefe;
  color: #fefefe;
}
.death-section .death-list {
  list-style: none;
  margin: 0;
}
.death-section .death-list li {
  margin-bottom: 20px;
}
.death-section .death-list__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fefefe;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.death-section .death-list__name span:first-child {
  font-size: 20px;
  font-weight: 700;
}
.death-section .death-list__name span:last-child {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  margin-left: auto;
}

.liturgical-slider {
  margin-top: 10px;
  margin-bottom: 10px;
}
.liturgical-slider.flickity-enabled .carousel-cell {
  opacity: 1;
  visibility: visible;
}
.liturgical-slider .carousel-cell {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.liturgical-slider .carousel-cell img {
  display: block;
}

.events-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.events-block h3 {
  color: #a2473e;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.events-block .events-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
}
.events-block .events-slider .event-cell {
  border: 1px solid #9a453c;
  background-color: #f6f6f6;
  padding: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.events-block .events-slider .event-cell__header {
  display: grid;
  grid-template-columns: 110px auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.events-block .events-slider .event-cell__title {
  color: #a2473e;
  font-size: 20px;
  font-weight: 700;
}
.events-block .events-slider .event-cell__full-date {
  color: #585858;
  font-size: 12px;
  font-weight: 600;
}
.events-block .events-slider .event-cell__main {
  color: #0a0a0a;
  font-size: 14px;
  margin-bottom: 20px;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.events-block .events-slider .event-cell__footer {
  text-align: right;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.events-block .more {
  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;
  border: 1px solid #a2473e;
  color: #a2473e;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
}
[data-whatinput='mouse'] .events-block .more {
  outline: 0;
}
.events-block .more, .events-block .more:hover, .events-block .more:focus {
  background-color: transparent;
}
.events-block .more.disabled, .events-block .more.disabled:hover, .events-block .more.disabled:focus, .events-block .more[disabled], .events-block .more[disabled]:hover, .events-block .more[disabled]:focus {
  background-color: transparent;
}
.events-block .more:hover, .events-block .more:focus {
  border-color: #51241f;
  color: #51241f;
}
.events-block .more:hover.disabled, .events-block .more:hover[disabled], .events-block .more:focus.disabled, .events-block .more:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}

.tours-block {
  background-color: #e7e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tours-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.tours-block .div1 {
  grid-area: 1 / 1 / 1 / 5;
}
.tours-block .div2 {
  grid-area: 3 / 1 / 3 / 5;
}
.tours-block .div3 {
  grid-area: 2 / 1 / 2 / 5;
}
.tours-block .div4 {
  grid-area: 4 / 1 / 4 / 5;
}
.tours-block .div5 {
  grid-area: 5 / 1 / 5 / 5;
}
.tours-block h3 {
  color: #a2473e;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tours-block .image-card {
  display: block;
  position: relative;
}
.tours-block .image-card span {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fefefe;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  background-color: #9a453c;
}
.tours-block .image-card__image {
  width: 100%;
}
.tours-block .image-card__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
}
.tours-block .image-card--blue span {
  background-color: #627a98;
}

.news-grid {
  background: #a6591c url(../images/church.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .news-grid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-grid h3 {
  color: #fefefe;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
.news-grid__item {
  display: block;
  background-color: #ffffff;
  color: #343333 !important;
  margin-bottom: 30px;
  transition: background-color 0.3s ease-in-out;
}
.news-grid__item:hover {
  background-color: #ffedd3;
}
.news-grid__item img {
  display: block;
  width: 100%;
}
.news-grid__item-text {
  padding: 20px;
}
.news-grid__item-date {
  color: #585858;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-grid__item p {
  padding-bottom: 20px;
}
.news-grid__item-title {
  color: #a2473e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.news-grid__item .read-more {
  color: #a2473e;
  font-size: 18px;
  font-weight: 500;
}
.news-grid__item .read-more i {
  font-size: 15px;
  vertical-align: middle;
}
.news-grid__more {
  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;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
}
[data-whatinput='mouse'] .news-grid__more {
  outline: 0;
}
.news-grid__more, .news-grid__more:hover, .news-grid__more:focus {
  background-color: transparent;
}
.news-grid__more.disabled, .news-grid__more.disabled:hover, .news-grid__more.disabled:focus, .news-grid__more[disabled], .news-grid__more[disabled]:hover, .news-grid__more[disabled]:focus {
  background-color: transparent;
}
.news-grid__more:hover, .news-grid__more:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.news-grid__more:hover.disabled, .news-grid__more:hover[disabled], .news-grid__more:focus.disabled, .news-grid__more:focus[disabled] {
  border: 1px solid #fefefe;
  color: #fefefe;
}

.notices-carousel {
  opacity: 0;
  visibility: hidden;
}
.notices-carousel.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.notices-carousel .carousel-cell {
  width: 385px;
  margin-right: 10px;
}

.black-white {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.black-white__grid .event-item {
  border-top: 1px solid #ca660d;
  border-bottom: 1px solid #ca660d;
  padding-left: 0;
  padding-right: 0;
}
.black-white__grid .event-item__more {
  border: 1px solid #ca660d;
}
.black-white__cell {
  padding-top: 90px;
  position: relative;
}
.black-white__cell--weddings {
  background: url(../images/rings.png) no-repeat right top;
}
.black-white__cell--baptism {
  background: url(../images/baptism.png) no-repeat right top;
}
.black-white h3 {
  color: #a2473e;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.black-white .more {
  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;
  border: 1px solid #a2473e;
  color: #a2473e;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
[data-whatinput='mouse'] .black-white .more {
  outline: 0;
}
.black-white .more, .black-white .more:hover, .black-white .more:focus {
  background-color: transparent;
}
.black-white .more.disabled, .black-white .more.disabled:hover, .black-white .more.disabled:focus, .black-white .more[disabled], .black-white .more[disabled]:hover, .black-white .more[disabled]:focus {
  background-color: transparent;
}
.black-white .more:hover, .black-white .more:focus {
  border-color: #51241f;
  color: #51241f;
}
.black-white .more:hover.disabled, .black-white .more:hover[disabled], .black-white .more:focus.disabled, .black-white .more:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}

.reflection-section {
  background: #6e5314 url(../images/reflection.png) no-repeat top center;
  color: #fefefe;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.reflection-section h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
}
.reflection-section .sub-title {
  display: block;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.reflection-section p {
  font-size: 18px;
  font-weight: 300;
}
.reflection-section .more-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;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 30px;
}
[data-whatinput='mouse'] .reflection-section .more-button {
  outline: 0;
}
.reflection-section .more-button, .reflection-section .more-button:hover, .reflection-section .more-button:focus {
  background-color: transparent;
}
.reflection-section .more-button.disabled, .reflection-section .more-button.disabled:hover, .reflection-section .more-button.disabled:focus, .reflection-section .more-button[disabled], .reflection-section .more-button[disabled]:hover, .reflection-section .more-button[disabled]:focus {
  background-color: transparent;
}
.reflection-section .more-button:hover, .reflection-section .more-button:focus {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.reflection-section .more-button:hover.disabled, .reflection-section .more-button:hover[disabled], .reflection-section .more-button:focus.disabled, .reflection-section .more-button:focus[disabled] {
  border: 1px solid #fefefe;
  color: #fefefe;
}

.news-feed-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-feed-section h3 {
  color: #a2473e;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.news-feed-section .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

.cn-feed {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  margin: 0 auto;
  max-width: 1140px;
  margin-top: 40px;
}
.cn-feed .feedbox {
  float: none;
  width: auto;
  margin: 0;
}
.cn-feed .feedbox .feedtitle {
  font-size: 14px;
  line-height: 24px;
  color: #727171;
  font-weight: 400;
  text-transform: none;
  text-align: center;
}
.cn-feed .feedbox .feedtitle a {
  color: #727171;
}
.cn-feed .feedbox .cbf-readmore {
  display: none;
}

.layout-1-item {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.layout-1-item__title {
  color: #973e3d;
  font-size: 28px;
  margin-bottom: 0;
}
.layout-1-item__date {
  color: #444444;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 10px;
}
.layout-1-item__date + .layout-1-item__text {
  margin-top: 0;
}
.layout-1-item__text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.layout-1-item__text p {
  margin-bottom: 20px;
}
.layout-1-item__text p:last-child {
  margin-bottom: 0;
}
.layout-1-item img {
  margin: 0 auto 30px auto;
  display: block;
}
.layout-1-item__more {
  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;
  border: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
[data-whatinput='mouse'] .layout-1-item__more {
  outline: 0;
}
.layout-1-item__more, .layout-1-item__more:hover, .layout-1-item__more:focus {
  background-color: transparent;
}
.layout-1-item__more.disabled, .layout-1-item__more.disabled:hover, .layout-1-item__more.disabled:focus, .layout-1-item__more[disabled], .layout-1-item__more[disabled]:hover, .layout-1-item__more[disabled]:focus {
  background-color: transparent;
}
.layout-1-item__more:hover, .layout-1-item__more:focus {
  border-color: #222222;
  color: #222222;
}
.layout-1-item__more:hover.disabled, .layout-1-item__more:hover[disabled], .layout-1-item__more:focus.disabled, .layout-1-item__more:focus[disabled] {
  border: 1px solid #444;
  color: #444;
}

.page-top {
  background-color: #d76147;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fefefe;
}
.page-top__title,
.page-top h1,
.page-top h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.page-top .breadcrumbs {
  position: relative;
  z-index: 1;
  margin-bottom: 2px;
}
.page-top .breadcrumbs a,
.page-top .breadcrumbs span {
  color: #fefefe;
  font-size: 14px;
  font-weight: 300;
}

.top-content {
  max-width: 940px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.content h2,
.content h1 {
  color: #973e3d;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.content h3 {
  color: #973e3d;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 15px;
}
.content h4 {
  color: #2a9430;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}
.content h5 {
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}
.content p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 20px;
}
.content ul:not(.archive-accordion) {
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  list-style: none;
}
.content ul:not(.archive-accordion) li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.content ul:not(.archive-accordion) li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #2a9430;
}

.content-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-template-default .content-block:first-child, .notice-template-default .content-block:first-child {
  padding-top: 10px;
}
.content-block:nth-child(odd) {
  background-color: #efefef;
}

.accordion-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.accordion-block .archive-accordion {
  margin-bottom: 0;
}

.page-with-tabs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-churches .page-with-tabs {
  padding-bottom: 0;
}
.page-with-tabs .content {
  margin-bottom: 20px;
}
.page-with-tabs .tabs {
  border: 0;
  background-color: #e0e0e0;
  margin-bottom: 2px;
}
.page-with-tabs .tabs-title > a {
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 20px;
  color: #a2473e;
  outline: none !important;
  font-weight: 500;
  position: relative;
}
.page-with-tabs .tabs-title > a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-with-tabs .tabs-title > a i.ti-minus {
  opacity: 0;
  visibility: hidden;
}
.page-with-tabs .tabs-title > a:focus,
.page-with-tabs .tabs-title > a:hover,
.page-with-tabs .tabs-title > a[aria-selected=true] {
  color: #d76147;
  background-color: #f1efef;
}
.page-with-tabs .tabs-title > a[aria-selected=true] i.ti-plus {
  opacity: 0;
  visibility: hidden;
}
.page-with-tabs .tabs-title > a[aria-selected=true] i.ti-minus {
  opacity: 1;
  visibility: visible;
}
.page-with-tabs .tabs-content {
  border: 0;
  background: transparent;
  color: #0a0a0a;
}
.page-with-tabs .tabs-panel {
  padding: 0;
}
.page-with-tabs .accordion-content {
  padding: 20px 20px;
}
.page-template-contacts .page-with-tabs .accordion-content {
  font-size: 20px;
}
.page-with-tabs .accordion-content .school-info-item {
  margin-bottom: 20px;
}
.page-with-tabs .accordion-content .school-info-item:last-child {
  margin-bottom: 0;
}
.page-with-tabs .accordion-content .school-info-item + .school-description {
  margin-top: 20px;
}
.page-with-tabs .accordion-content .accordion-image {
  margin-top: 20px;
}
.page-with-tabs [data-tabs-content="map-tabs"] .tabs-panel {
  padding: 20px;
  background-color: #f1efef;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item {
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item h3 {
  margin-bottom: 20px;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item .map {
  margin-top: 30px;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item .map-link {
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
}
.page-with-tabs [data-tabs-content="map-tabs"] .map-item .map-link img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.event-item {
  border-bottom: 1px solid #c58d87;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.home .event-item:first-of-type {
  border-top: 1px solid #c58d87;
  padding-top: 20px;
}
.home .event-item:last-child {
  border-bottom: 0;
}
.single .event-item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-marriage .event-item {
  margin-bottom: 40px;
}
.home .event-item {
  padding-bottom: 20px;
  margin: 0 0 40px 0;
}
.accordion-content .event-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.event-item__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
  color: #a2473e;
}
.home .event-item__title {
  font-size: 20px;
}
.event-item__date {
  color: #585858;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .event-item__date {
  font-size: 14px;
  margin-bottom: 0;
}
.event-item__day {
  color: #edc6be;
  font-size: 32px;
  line-height: 100%;
  font-weight: 900;
  padding-right: 15px;
  width: 60px;
  text-align: right;
  padding-top: 6px;
}
.home .event-item__day {
  font-size: 52px;
  width: 80px;
  padding-right: 10px;
}
.event-item__month {
  color: #a2473e;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-top: 8px;
  margin-bottom: 5px;
  display: block;
}
.home .event-item__month {
  font-size: 18px;
}
.event-item__year {
  color: #a2473e;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
}
.home .event-item__year {
  font-size: 18px;
}
.event-item__more {
  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;
  border: 1px solid #973e3d;
  color: #973e3d;
  margin: 0;
  text-transform: uppercase;
  color: #973e3d;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
}
[data-whatinput='mouse'] .event-item__more {
  outline: 0;
}
.event-item__more, .event-item__more:hover, .event-item__more:focus {
  background-color: transparent;
}
.event-item__more.disabled, .event-item__more.disabled:hover, .event-item__more.disabled:focus, .event-item__more[disabled], .event-item__more[disabled]:hover, .event-item__more[disabled]:focus {
  background-color: transparent;
}
.event-item__more:hover, .event-item__more:focus {
  border-color: #4c1f1f;
  color: #4c1f1f;
}
.event-item__more:hover.disabled, .event-item__more:hover[disabled], .event-item__more:focus.disabled, .event-item__more:focus[disabled] {
  border: 1px solid #973e3d;
  color: #973e3d;
}
.home .event-item__more {
  font-size: 14px;
  width: 80px;
  line-height: 140%;
}
.event-item p {
  font-size: 14px;
  line-height: 160%;
  margin: 0;
}
.home .event-item p {
  display: none;
}
.single .event-item p {
  margin-bottom: 20px;
}
.single .event-item p:last-child {
  margin-bottom: 0;
}

.news-grid-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-column-end: span 3;
}

.load-more-holder .loadmore {
  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;
  background-color: #973e3d;
  color: #fefefe;
  outline: none !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
[data-whatinput='mouse'] .load-more-holder .loadmore {
  outline: 0;
}
.load-more-holder .loadmore:hover, .load-more-holder .loadmore:focus {
  background-color: #793231;
  color: #fefefe;
}

.single-post .content img {
  margin-bottom: 30px;
  border: 10px solid #eff5ea;
}
.single-post .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .content .alignright {
  float: right;
  margin-left: 30px;
}
.single-post .content .alignleft {
  float: left;
  margin-right: 30px;
}
.single-post .content .wp-caption {
  margin-bottom: 30px;
  border: 10px solid #eff5ea;
  background: #eff5ea;
}
.single-post .content .wp-caption img {
  margin-bottom: 10px;
  border: 0;
}
.single-post .content .wp-caption .wp-caption-text {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  line-height: 120%;
}

.gallery-top {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-template-default .gallery-top, .notice-template-default .gallery-top, .page-template-play-lotto .gallery-top {
  margin-bottom: -20px;
}
.gallery-top h1,
.gallery-top h2 {
  color: #973e3d;
  font-size: 24px;
  font-weight: 500;
}
.gallery-top__date {
  color: #545353;
  font-size: 20px;
  font-style: italic;
}
.gallery-top .content {
  margin-top: 20px;
}
.page-template-lotto .gallery-top .content, .page-template-play-lotto .gallery-top .content {
  margin-top: 0;
}
.gallery-top .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;
  border: 1px solid #a2473e;
  color: #a2473e;
  margin: 0;
  font-size: 20px;
}
[data-whatinput='mouse'] .gallery-top .button {
  outline: 0;
}
.gallery-top .button, .gallery-top .button:hover, .gallery-top .button:focus {
  background-color: transparent;
}
.gallery-top .button.disabled, .gallery-top .button.disabled:hover, .gallery-top .button.disabled:focus, .gallery-top .button[disabled], .gallery-top .button[disabled]:hover, .gallery-top .button[disabled]:focus {
  background-color: transparent;
}
.gallery-top .button:hover, .gallery-top .button:focus {
  border-color: #51241f;
  color: #51241f;
}
.gallery-top .button:hover.disabled, .gallery-top .button:hover[disabled], .gallery-top .button:focus.disabled, .gallery-top .button:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 30px auto 0 auto;
  max-width: 1300px;
}
.gallery-grid__cell:nth-child(n+13) {
  display: none;
}
.show-all .gallery-grid__cell:nth-child(n+13) {
  display: block;
}
.gallery-grid__cell a {
  display: block;
  position: relative;
}
.gallery-grid__cell a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fefefe;
  font-size: 80px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.videos-grid .gallery-grid__cell a i {
  opacity: 1;
}
.gallery-grid__cell a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 254, 254, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.videos-grid .gallery-grid__cell a:before {
  opacity: 1;
}
.gallery-grid__cell a:hover:before,
.gallery-grid__cell a:hover i {
  opacity: 1;
}
.videos-grid .gallery-grid__cell a:hover:before {
  opacity: 0;
}
.gallery-grid img {
  width: 100%;
}
.gallery-grid + .load-more-holder {
  margin-bottom: 40px;
}

.single-notice .videos-title {
  margin-top: 80px;
}

.videos-grid {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
}
.videos-grid .gallery-grid__cell a {
  max-width: 700px;
  margin: 0 auto;
}

.gallery-carousel-holder {
  padding: 70px 0;
}
.gallery-carousel-holder .gallery-carousel {
  opacity: 0;
  visibility: hidden;
}
.gallery-carousel-holder .gallery-carousel.flickity-enabled {
  opacity: 1;
  visibility: visible;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell {
  width: calc(100% / 3 - 8px);
  margin-right: 16px;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell img {
  display: block;
  width: 100%;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell a {
  display: block;
  position: relative;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fefefe;
  font-size: 80px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 254, 254, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-carousel-holder .gallery-carousel .carousel-cell a:hover:before,
.gallery-carousel-holder .gallery-carousel .carousel-cell a:hover i {
  opacity: 1;
}

.death-notice-item {
  padding: 25px 0;
  border-bottom: 1px solid #ededed;
}
.death-notice-item:first-child {
  padding-top: 0;
}
.death-notice-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.death-notice-item__title a {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
}
.death-notice-item__date {
  color: #444444;
  font-size: 14px;
  font-style: italic;
}
.death-notice-item .more {
  display: inline-block;
  position: relative;
  color: #d76147;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
}
.death-notice-item .more i {
  margin-left: 5px;
  display: inline-block !important;
}

.death-notice-comment {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1efef;
  margin-bottom: -75px;
  margin-top: 50px;
}
.death-notice-comment__form label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.death-notice-comment__form .submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fefefe;
  color: #444;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
  border: 1px solid #444;
}
[data-whatinput='mouse'] .death-notice-comment__form .submit {
  outline: 0;
}
.death-notice-comment__form .submit:hover, .death-notice-comment__form .submit:focus {
  background-color: #cbcbcb;
  color: #444;
}
.death-notice-comment h3 {
  color: #973e3d;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.death-notice-comment h3 small {
  font-size: 16px;
  font-weight: 600;
}
.death-notice-comment .comments {
  list-style: none;
  margin: 0 0 50px 0;
}
.death-notice-comment .comment {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.death-notice-comment .comment:last-child {
  margin-bottom: 0;
}
.death-notice-comment .comment__header {
  margin-bottom: 20px;
}
.death-notice-comment .comment .comment-reply-link {
  font-weight: 600;
}
.death-notice-comment .comment__author {
  color: #973e3d;
  font-weight: 600;
}
.death-notice-comment .comment__date {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.death-notice-comment .comment__text p {
  margin-bottom: 20px;
}
.death-notice-comment .comment__text p:last-child {
  margin-bottom: 0;
}
.death-notice-comment .children {
  list-style: none;
  margin: 0 0 50px 50px;
}

.died {
  margin-bottom: 80px;
}
.died__list-header {
  background-color: #f1efef;
  padding: 20px;
  font-size: 20px;
}
.died__list-header .datepicker-holder {
  position: relative;
}
.died__list-header .datepicker-holder .datepicker-toggle {
  margin-bottom: 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 140%;
}
.died__list-header .datepicker-holder .datepicker-toggle.hidden {
  opacity: 0;
}
.died__list-header .datepicker-holder .datepicker-input {
  display: none !important;
}
.died__list-header .datepicker-holder .datepicker-inline {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
}
.died__list-header .datepicker-holder .datepicker-inline.show {
  display: block;
}
.died__list-header .datepicker-holder .datepicker-inline .datepicker--nav-title {
  pointer-events: none;
}
.died__list-header-selected {
  text-align: center;
  color: #973e3d;
}
.died__list {
  margin: 0;
  list-style: none;
  color: #d76147;
}
.died__list li {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px;
}
.died__list-name {
  font-size: 18px;
  font-weight: 700;
  color: #0a0a0a;
}

.newsletters {
  padding-top: 75px;
  padding-bottom: 75px;
}
.newsletters h3 {
  color: #973e3d;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 60px;
}

.archive-accordion {
  background: transparent;
  margin-bottom: 30px;
}
.archive-accordion .accordion-title {
  padding: 20px;
  border: 0;
  font-size: 20px;
  background-color: #f1efef;
  color: #d76147;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-accordion .accordion-title:before {
  display: none;
}
.archive-accordion .accordion-item {
  margin-bottom: 2px;
}
.archive-accordion .accordion-item.is-active .accordion-title {
  color: #973e3d;
  background-color: #e0e0e0;
}
.archive-accordion .accordion-item.is-active .ti-angle-down {
  display: none;
}
.archive-accordion .accordion-item.is-active .ti-angle-up {
  display: block;
}
.archive-accordion .accordion-item .ti-angle-up {
  display: none;
}
.archive-accordion .accordion-content {
  border: 0;
  background-color: transparent;
}

.newsletter-item {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  color: #444444;
  font-size: 22px;
  font-weight: 700;
}
.newsletter-item:last-child {
  border-bottom: 0;
}
.newsletter-item--current-month:last-of-type {
  margin-bottom: 60px;
}
.newsletter-item__links {
  margin-left: auto;
  margin-top: 10px;
}
.newsletter-item .sep {
  display: inline-block;
  padding: 0 15px;
  color: #d76147;
}
.newsletter-item a {
  display: inline-block;
  position: relative;
  color: #d76147;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 400;
}
.newsletter-item a i {
  margin-left: 5px;
}

.archive-title {
  color: #973e3d;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.archive-section h4 {
  color: #973e3d;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post-type-archive:not(.date) .archive-section {
  margin-top: 30px;
}

.archive-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.archive-list li {
  list-style: none;
  width: 25%;
  text-align: center;
  color: #973e3d;
  font-size: 20px;
  margin-bottom: 20px;
}

.baptism {
  padding-bottom: 75px;
}
.baptism h3 {
  color: #973e3d;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 60px;
}
.baptism h4 {
  color: #973e3d;
  font-size: 28px;
  text-transform: uppercase;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.baptism .baptism-item {
  max-width: 100%;
}
.baptism .baptism-item .event-item__date {
  width: 250px;
}
.baptism .archive-accordion {
  padding-top: 75px;
}
.baptism .accordion-content .baptism-item {
  margin: 40px 0 0 0;
  border-top: 1px solid #c58d87;
  border-bottom: 0;
  padding-top: 40px;
}
.baptism .accordion-content .baptism-item:first-child {
  margin-top: 0;
  border-top: 0;
}

.church-top__image {
  height: 320px;
  position: relative;
}
.church-top__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.church-cta {
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 0 !important;
}
.church-cta + .grid-container {
  padding-top: 0 !important;
}
.church-cta .cta-item {
  display: block;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.church-cta .cta-item:hover .cta-item__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.church-cta .cta-item__image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.church-cta .cta-item__icon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.church-cta .cta-item__text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 300;
  color: #fefefe;
  padding: 10px 20px;
  background-color: #a14200;
  z-index: 1;
}
.church-cta .cell:nth-child(2) .cta-item__text {
  background-color: #627a98;
}
.church-cta .cell:nth-child(3) .cta-item__text {
  background-color: #d14f42;
}
.church-main .grid-container {
  padding-top: 100px;
}
.church-main h3 {
  color: #8e3e37;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #8e3e37;
  margin-bottom: 35px;
  padding-bottom: 16px;
}
.church-main__description {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.church-main__description p {
  font-size: 18px;
  margin-bottom: 30px;
}
.church-main__description p:last-child {
  margin-bottom: 0;
}
.church-main__description p strong {
  color: #8f413a;
  font-weight: 700;
}
.church-main__mass-times h3 {
  color: #a2473e;
  border-bottom: 1px solid #ca660d;
}

.mass-times-item {
  border-bottom: 1px solid #ca660d;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.mass-times-item:last-child {
  padding-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.mass-times-item__name {
  color: #e0c7c5;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  width: 280px;
  line-height: 130%;
  margin-bottom: 15px;
}
.mass-times-item__times {
  color: #a2473e;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.church-gallery {
  padding-top: 80px;
  padding-bottom: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
.church-gallery .carousel-cell {
  margin-right: 16px;
  width: 384px;
}
.church-gallery .carousel-cell a {
  display: block;
}
.church-gallery .carousel-cell img {
  display: block;
}

.church-item {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}
.church-item:nth-child(even) {
  background-color: #fefefe;
}
.church-item__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
}
.church-item ul {
  margin: 0 0 40px 0;
  list-style: none;
}
.church-item ul li {
  margin-bottom: 10px;
}
.church-item ul strong br {
  display: none;
}
.church-item__more {
  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;
  border: 1px solid #464646;
  color: #464646;
  margin: 0;
  text-transform: uppercase;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
}
[data-whatinput='mouse'] .church-item__more {
  outline: 0;
}
.church-item__more, .church-item__more:hover, .church-item__more:focus {
  background-color: transparent;
}
.church-item__more.disabled, .church-item__more.disabled:hover, .church-item__more.disabled:focus, .church-item__more[disabled], .church-item__more[disabled]:hover, .church-item__more[disabled]:focus {
  background-color: transparent;
}
.church-item__more:hover, .church-item__more:focus {
  border-color: #232323;
  color: #232323;
}
.church-item__more:hover.disabled, .church-item__more:hover[disabled], .church-item__more:focus.disabled, .church-item__more:focus[disabled] {
  border: 1px solid #464646;
  color: #464646;
}

.mass-readings {
  padding-top: 130px;
  padding-bottom: 75px;
  position: relative;
  font-size: 20px;
}
.mass-readings .universalis_link {
  position: absolute;
  background-color: #facc8a !important;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #973e3d;
  font-size: 20px;
}
.mass-readings .universalis_link a {
  color: #d76147;
}
.mass-readings h2 {
  color: #973e3d;
  font-size: 32px;
  font-weight: 600;
}
.mass-readings h2.daytitle {
  font-size: 20px;
  color: #973e3d;
  font-weight: 300;
}
.mass-readings h3 {
  color: #973e3d;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.mass-readings h4 {
  color: #973e3d;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.social-section {
  padding: 30px;
  padding-bottom: 30px;
  background-color: #627a98;
  text-align: center;
}
.social-section i {
  font-size: 40px;
  color: #fefefe;
}
.social-section a {
  color: #fefefe;
  font-weight: 400;
}
.social-section__text {
  color: #fefefe;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 140%;
}

.footer {
  color: #fefefe;
  background-color: #973e3d;
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer a {
  color: #fefefe;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__1 {
  margin-bottom: 50px;
}
.footer__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2fr;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  position: relative;
}
.footer__gallery .gallery-cell a {
  display: block;
  position: relative;
}
.footer__gallery .gallery-cell img {
  width: 100%;
}
.footer__gallery .gallery-cell .title {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(151, 62, 61, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fefefe;
  font-size: 14px;
  border: 1px solid #fefefe;
  padding: 10px;
}
.footer__gallery .gallery-cell:hover .title {
  opacity: 1;
}
.footer__gallery .gallery-cell .view-all {
  border: 1px solid #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 500;
  text-decoration: none;
}
.footer .mass-readings {
  border: 1px solid #fefefe;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 240px;
  background: url(../images/mass-readings.png) no-repeat center;
}
.footer .mass-readings ul {
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.footer .mass-readings ul li {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 300;
}
.footer__links {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__links .sep {
  display: inline-block;
  padding-left: 8px;
  padding-right: 15px;
}
.footer__banner {
  display: block;
  margin-bottom: 30px;
}
.footer__banner:last-child {
  margin-bottom: 0;
}
.footer__by {
  font-size: 18px;
  font-weight: 600;
}
.footer h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer img {
  max-width: 100%;
}

.single-pagination {
  margin-top: 20px;
  border-top: 1px solid #a2473e;
  padding-top: 30px;
}
.single-pagination a {
  font-weight: 700;
}
.single-pagination .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;
  border: 1px solid #a2473e;
  color: #a2473e;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
[data-whatinput='mouse'] .single-pagination .button {
  outline: 0;
}
.single-pagination .button, .single-pagination .button:hover, .single-pagination .button:focus {
  background-color: transparent;
}
.single-pagination .button.disabled, .single-pagination .button.disabled:hover, .single-pagination .button.disabled:focus, .single-pagination .button[disabled], .single-pagination .button[disabled]:hover, .single-pagination .button[disabled]:focus {
  background-color: transparent;
}
.single-pagination .button:hover, .single-pagination .button:focus {
  border-color: #51241f;
  color: #51241f;
}
.single-pagination .button:hover.disabled, .single-pagination .button:hover[disabled], .single-pagination .button:focus.disabled, .single-pagination .button:focus[disabled] {
  border: 1px solid #a2473e;
  color: #a2473e;
}

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.2857142857%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

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

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

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

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

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

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

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media screen and (min-width: 25em){
  .tours-block .div4{
    grid-area: 4 / 1 / 4 / 3;
  }
  .tours-block .div5{
    grid-area: 4 / 3 / 4 / 5;
  }
}

@media print, screen and (min-width: 40em){
  .reveal, .reveal.tiny, .reveal.small, .reveal.large{
    right: auto;
    left: auto;
    margin: 0 auto;
  }
  h1, .h1{
    font-size: 3rem;
  }
  h2, .h2{
    font-size: 2.5rem;
  }
  h3, .h3{
    font-size: 1.9375rem;
  }
  h4, .h4{
    font-size: 1.5625rem;
  }
  h5, .h5{
    font-size: 1.25rem;
  }
  h6, .h6{
    font-size: 1rem;
  }
  .medium-text-left{
    text-align: left;
  }
  .medium-text-right{
    text-align: right;
  }
  .medium-text-center{
    text-align: center;
  }
  .medium-text-justify{
    text-align: justify;
  }
  .medium-order-1{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4{
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5{
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6{
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .medium-flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto{
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row{
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse{
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse{
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .column, .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-1{
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .medium-2{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1{
    margin-left: 8.3333333333%;
  }
  .medium-3{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2{
    margin-left: 16.6666666667%;
  }
  .medium-4{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .medium-5{
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4{
    margin-left: 33.3333333333%;
  }
  .medium-6{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5{
    margin-left: 41.6666666667%;
  }
  .medium-7{
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .medium-8{
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7{
    margin-left: 58.3333333333%;
  }
  .medium-9{
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8{
    margin-left: 66.6666666667%;
  }
  .medium-10{
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .medium-11{
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10{
    margin-left: 83.3333333333%;
  }
  .medium-12{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11{
    margin-left: 91.6666666667%;
  }
  .medium-up-1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns{
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns{
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns{
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.medium-unstack > .column, .row.medium-unstack > .columns{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .column-block{
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child{
    margin-bottom: 0;
  }
  .grid-container{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .grid-container.fluid{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .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{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-x > .medium-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink{
    width: auto;
  }
  .grid-x > .medium-1{
    width: 8.3333333333%;
  }
  .grid-x > .medium-2{
    width: 16.6666666667%;
  }
  .grid-x > .medium-3{
    width: 25%;
  }
  .grid-x > .medium-4{
    width: 33.3333333333%;
  }
  .grid-x > .medium-5{
    width: 41.6666666667%;
  }
  .grid-x > .medium-6{
    width: 50%;
  }
  .grid-x > .medium-7{
    width: 58.3333333333%;
  }
  .grid-x > .medium-8{
    width: 66.6666666667%;
  }
  .grid-x > .medium-9{
    width: 75%;
  }
  .grid-x > .medium-10{
    width: 83.3333333333%;
  }
  .grid-x > .medium-11{
    width: 91.6666666667%;
  }
  .grid-x > .medium-12{
    width: 100%;
  }
  .grid-margin-x{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .grid-margin-x > .cell{
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .grid-margin-x > .auto{
    width: auto;
  }
  .grid-margin-x > .shrink{
    width: auto;
  }
  .grid-margin-x > .small-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12{
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto{
    width: auto;
  }
  .grid-margin-x > .medium-shrink{
    width: auto;
  }
  .grid-margin-x > .medium-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12{
    width: calc(100% - 1.875rem);
  }
  .grid-padding-x .grid-padding-x{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-container:not(.full) > .grid-padding-x{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-padding-x > .cell{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .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%;
  }
  .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);
  }
  .small-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3{
    width: 25%;
  }
  .small-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6{
    width: 50%;
  }
  .small-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9{
    width: 75%;
  }
  .small-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12{
    width: 100%;
  }
  .medium-margin-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3{
    width: 25%;
  }
  .medium-margin-collapse > .small-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6{
    width: 50%;
  }
  .medium-margin-collapse > .small-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9{
    width: 75%;
  }
  .medium-margin-collapse > .small-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12{
    width: 100%;
  }
  .medium-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3{
    width: 25%;
  }
  .medium-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6{
    width: 50%;
  }
  .medium-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9{
    width: 75%;
  }
  .medium-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12{
    width: 100%;
  }
  .medium-padding-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell{
    padding-right: 0;
    padding-left: 0;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0{
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1{
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1{
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2{
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2{
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3{
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4{
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4{
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5{
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5{
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6{
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7{
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7{
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8{
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8{
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9{
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10{
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10{
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11{
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11{
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
  .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{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-y > .medium-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink{
    height: auto;
  }
  .grid-y > .medium-1{
    height: 8.3333333333%;
  }
  .grid-y > .medium-2{
    height: 16.6666666667%;
  }
  .grid-y > .medium-3{
    height: 25%;
  }
  .grid-y > .medium-4{
    height: 33.3333333333%;
  }
  .grid-y > .medium-5{
    height: 41.6666666667%;
  }
  .grid-y > .medium-6{
    height: 50%;
  }
  .grid-y > .medium-7{
    height: 58.3333333333%;
  }
  .grid-y > .medium-8{
    height: 66.6666666667%;
  }
  .grid-y > .medium-9{
    height: 75%;
  }
  .grid-y > .medium-10{
    height: 83.3333333333%;
  }
  .grid-y > .medium-11{
    height: 91.6666666667%;
  }
  .grid-y > .medium-12{
    height: 100%;
  }
  .grid-padding-y .grid-padding-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-padding-y > .cell{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .grid-margin-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-margin-y > .cell{
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .grid-margin-y > .auto{
    height: auto;
  }
  .grid-margin-y > .shrink{
    height: auto;
  }
  .grid-margin-y > .small-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12{
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto{
    height: auto;
  }
  .grid-margin-y > .medium-shrink{
    height: auto;
  }
  .grid-margin-y > .medium-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12{
    height: calc(100% - 1.875rem);
  }
  .medium-grid-frame{
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame{
    width: 100%;
  }
  .medium-cell-block{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x{
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y{
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .grid-y.medium-grid-frame{
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
  .cell .grid-y.medium-grid-frame{
    height: 100%;
  }
  .grid-margin-y{
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
  .grid-margin-y > .cell{
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .grid-margin-y > .auto{
    height: auto;
  }
  .grid-margin-y > .shrink{
    height: auto;
  }
  .grid-margin-y > .small-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12{
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto{
    height: auto;
  }
  .grid-margin-y > .medium-shrink{
    height: auto;
  }
  .grid-margin-y > .medium-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12{
    height: calc(100% - 1.875rem);
  }
  .grid-frame.grid-margin-y{
    height: calc(100vh + 1.875rem);
  }
  .grid-margin-y.medium-grid-frame{
    height: calc(100vh + 1.875rem);
  }
  .menu.medium-horizontal{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .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: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #a2473e 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: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #a2473e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #a2473e;
  }
  .position-left.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left{
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content{
    margin-left: 250px;
  }
  .position-right.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right{
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content{
    margin-right: 250px;
  }
  .position-top.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top{
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content{
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button{
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom{
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content{
    margin-bottom: 250px;
  }
  .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;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button{
    display: none;
  }
  .reveal{
    min-height: 0;
  }
  .reveal{
    width: 600px;
    max-width: 75.875rem;
  }
  .reveal.tiny{
    width: 30%;
    max-width: 75.875rem;
  }
  .reveal.small{
    width: 50%;
    max-width: 75.875rem;
  }
  .reveal.large{
    width: 90%;
    max-width: 75.875rem;
  }
  .reveal{
    min-height: 0;
  }
  .reveal{
    width: 600px;
    max-width: 75.875rem;
  }
  .reveal.tiny{
    width: 30%;
    max-width: 75.875rem;
  }
  .reveal.small{
    width: 50%;
    max-width: 75.875rem;
  }
  .reveal.large{
    width: 90%;
    max-width: 75.875rem;
  }
  .hide-for-medium{
    display: none !important;
  }
  .header__menu-trigger-holder{
    padding-left: 40px;
  }
  .side-panel{
    width: 500px;
  }
  .layout-1{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .slider .carousel-cell{
    height: 500px;
    padding-top: 0;
  }
  .slider .carousel-cell .grid-x{
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider__headline{
    font-size: 38px;
  }
  .home-grid{
    grid-template-areas: "area-1 area-1" "area-2 area-2" "area-3 area-6" "area-4 area-5";
  }
  .cn-feed{
    grid-template-columns: 1fr 1fr;
  }
  .layout-1-item{
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .layout-1-item img{
    margin: 0;
  }
  .layout-1-item__more{
    font-size: 16px;
  }
  .page-top{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-top__title,
  .page-top h1,
  .page-top h2{
    font-size: 30px;
  }
  .page-top .breadcrumbs a,
  .page-top .breadcrumbs span{
    font-size: 18px;
  }
  .content h2,
  .content h1{
    font-size: 30px;
  }
  .content h3{
    font-size: 24px;
  }
  .content h4{
    font-size: 20px;
  }
  .content h5{
    font-size: 20px;
  }
  .content p{
    font-size: 18px;
  }
  .content-block{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-with-tabs{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-with-tabs .content{
    margin-bottom: 40px;
  }
  .page-with-tabs .tabs-title > a{
    padding: 30px 70px 30px 50px;
    font-size: 28px;
  }
  .page-with-tabs .tabs-title > a i{
    right: 50px;
  }
  .page-with-tabs .accordion-content{
    padding: 40px 50px;
  }
  .page-with-tabs .accordion-content .school-info-item + .school-description{
    margin-top: 40px;
  }
  .page-with-tabs .accordion-content .accordion-image{
    margin-top: 0;
  }
  .page-with-tabs [data-tabs-content="map-tabs"] .tabs-panel{
    padding: 60px 50px;
  }
  .page-with-tabs [data-tabs-content="map-tabs"] .map-item{
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .event-item{
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .event-item__title{
    font-size: 26px;
  }
  .event-item__date{
    font-size: 16px;
  }
  .event-item__day{
    font-size: 78px;
    width: 114px;
    padding-top: 0;
  }
  .event-item__month{
    font-size: 26px;
  }
  .event-item__year{
    font-size: 26px;
  }
  .event-item__more{
    margin-top: 0;
    font-size: 16px;
  }
  .event-item p{
    font-size: 16px;
  }
  .news-grid-items{
    grid-template-columns: 1fr 1fr;
  }
  .load-more-holder .loadmore{
    margin-top: 30px;
    font-size: 16px;
  }
  .gallery-top{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gallery-top h1,
  .gallery-top h2{
    font-size: 30px;
  }
  .gallery-top .content{
    margin-top: 30px;
  }
  .gallery-grid{
    grid-template-columns: 1fr 1fr 1fr;
    margin: 70px auto 40px auto;
  }
  .gallery-grid + .load-more-holder{
    margin-bottom: 70px;
  }
  .death-notice-item__title a{
    font-size: 22px;
  }
  .death-notice-item__date{
    font-size: 18px;
  }
  .death-notice-item .more{
    font-size: 22px;
  }
  .died__list-header{
    padding: 30px 60px;
    font-size: 22px;
  }
  .died__list-header .datepicker-holder .datepicker-toggle i{
    margin-left: 10px;
  }
  .died__list li{
    padding: 20px 60px;
  }
  .died__list-name{
    font-size: 22px;
  }
  .archive-accordion{
    margin-bottom: 60px;
  }
  .archive-accordion .accordion-title{
    padding: 30px 50px;
    font-size: 28px;
  }
  .newsletter-item{
    padding: 25px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .newsletter-item__links{
    display: inline-block;
    margin-top: 0;
  }
  .archive-title{
    font-size: 28px;
  }
  .archive-section h4{
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .post-type-archive:not(.date) .archive-section{
    margin-top: 60px;
  }
  .archive-list li{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .church-top__image{
    height: 520px;
  }
  .church-cta{
    margin-top: -120px;
  }
  .mass-times-item__name{
    margin-bottom: 0;
  }
  .church-item{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .church-item ul{
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .social-section{
    padding: 50px;
    padding-bottom: 50px;
  }
  .social-section__text{
    font-size: 30px;
  }
  .single-pagination{
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .single-pagination .button{
    font-size: 18px;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em){
  .medium-expand{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

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

@media screen and (min-width: 40em) and (max-width: 63.99875em){
  .hide-for-medium-only{
    display: none !important;
  }
  .home-grid .area-2{
    padding: 34px;
  }
  .home-grid .area-2 .churches-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
  .home-grid .area-2 .churches-list .times-text{
    margin-top: 20px;
  }
  .black-white__cell--weddings{
    padding-left: 16px;
    padding-right: 16px;
  }
  .black-white__cell--baptism{
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-with-tabs .accordion-content .accordion-image{
    width: 300px;
  }
  .footer__banners{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

@media all and (min-width: 800px){
  .fancybox-button--thumbs{
    display: inline-block;
  }
  .fancybox-button--thumbs span{
    font-size: 23px;
  }
  .fancybox-button--thumbs::before{
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs{
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner{
    right: 220px;
  }
  .fancybox-thumbs > ul{
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li{
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading{
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before{
    opacity: 1;
  }
}

@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;
  }
  .large-order-1{
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2{
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3{
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4{
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5{
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6{
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .large-flex-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto{
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink{
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row{
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse{
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse{
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row .row{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .large-1{
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .large-2{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1{
    margin-left: 8.3333333333%;
  }
  .large-3{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2{
    margin-left: 16.6666666667%;
  }
  .large-4{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .large-5{
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4{
    margin-left: 33.3333333333%;
  }
  .large-6{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5{
    margin-left: 41.6666666667%;
  }
  .large-7{
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .large-8{
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7{
    margin-left: 58.3333333333%;
  }
  .large-9{
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8{
    margin-left: 66.6666666667%;
  }
  .large-10{
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .large-11{
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10{
    margin-left: 83.3333333333%;
  }
  .large-12{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11{
    margin-left: 91.6666666667%;
  }
  .large-up-1{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns{
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns{
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns{
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns{
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns{
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns{
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns{
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns{
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .row.large-unstack > .column, .row.large-unstack > .columns{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns{
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .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{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-x > .large-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink{
    width: auto;
  }
  .grid-x > .large-1{
    width: 8.3333333333%;
  }
  .grid-x > .large-2{
    width: 16.6666666667%;
  }
  .grid-x > .large-3{
    width: 25%;
  }
  .grid-x > .large-4{
    width: 33.3333333333%;
  }
  .grid-x > .large-5{
    width: 41.6666666667%;
  }
  .grid-x > .large-6{
    width: 50%;
  }
  .grid-x > .large-7{
    width: 58.3333333333%;
  }
  .grid-x > .large-8{
    width: 66.6666666667%;
  }
  .grid-x > .large-9{
    width: 75%;
  }
  .grid-x > .large-10{
    width: 83.3333333333%;
  }
  .grid-x > .large-11{
    width: 91.6666666667%;
  }
  .grid-x > .large-12{
    width: 100%;
  }
  .grid-margin-x > .large-auto{
    width: auto;
  }
  .grid-margin-x > .large-shrink{
    width: auto;
  }
  .grid-margin-x > .large-1{
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2{
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3{
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4{
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5{
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6{
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7{
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8{
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9{
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10{
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11{
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12{
    width: calc(100% - 1.875rem);
  }
  .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.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 > .large-1{
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3{
    width: 25%;
  }
  .small-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6{
    width: 50%;
  }
  .small-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9{
    width: 75%;
  }
  .small-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12{
    width: 100%;
  }
  .medium-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3{
    width: 25%;
  }
  .medium-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6{
    width: 50%;
  }
  .medium-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9{
    width: 75%;
  }
  .medium-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12{
    width: 100%;
  }
  .large-margin-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell{
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3{
    width: 25%;
  }
  .large-margin-collapse > .small-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6{
    width: 50%;
  }
  .large-margin-collapse > .small-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9{
    width: 75%;
  }
  .large-margin-collapse > .small-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12{
    width: 100%;
  }
  .large-margin-collapse > .medium-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3{
    width: 25%;
  }
  .large-margin-collapse > .medium-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6{
    width: 50%;
  }
  .large-margin-collapse > .medium-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9{
    width: 75%;
  }
  .large-margin-collapse > .medium-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12{
    width: 100%;
  }
  .large-margin-collapse > .large-1{
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2{
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3{
    width: 25%;
  }
  .large-margin-collapse > .large-4{
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5{
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6{
    width: 50%;
  }
  .large-margin-collapse > .large-7{
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8{
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9{
    width: 75%;
  }
  .large-margin-collapse > .large-10{
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11{
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12{
    width: 100%;
  }
  .large-padding-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell{
    padding-right: 0;
    padding-left: 0;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0{
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1{
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1{
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2{
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2{
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3{
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4{
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4{
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5{
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5{
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6{
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7{
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7{
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8{
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8{
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9{
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10{
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10{
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11{
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11{
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
  .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{
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .grid-y > .large-auto{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink{
    height: auto;
  }
  .grid-y > .large-1{
    height: 8.3333333333%;
  }
  .grid-y > .large-2{
    height: 16.6666666667%;
  }
  .grid-y > .large-3{
    height: 25%;
  }
  .grid-y > .large-4{
    height: 33.3333333333%;
  }
  .grid-y > .large-5{
    height: 41.6666666667%;
  }
  .grid-y > .large-6{
    height: 50%;
  }
  .grid-y > .large-7{
    height: 58.3333333333%;
  }
  .grid-y > .large-8{
    height: 66.6666666667%;
  }
  .grid-y > .large-9{
    height: 75%;
  }
  .grid-y > .large-10{
    height: 83.3333333333%;
  }
  .grid-y > .large-11{
    height: 91.6666666667%;
  }
  .grid-y > .large-12{
    height: 100%;
  }
  .grid-margin-y > .large-auto{
    height: auto;
  }
  .grid-margin-y > .large-shrink{
    height: auto;
  }
  .grid-margin-y > .large-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12{
    height: calc(100% - 1.875rem);
  }
  .large-grid-frame{
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame{
    width: 100%;
  }
  .large-cell-block{
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x{
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y{
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .grid-y.large-grid-frame{
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
  .cell .grid-y.large-grid-frame{
    height: 100%;
  }
  .grid-margin-y > .large-auto{
    height: auto;
  }
  .grid-margin-y > .large-shrink{
    height: auto;
  }
  .grid-margin-y > .large-1{
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2{
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3{
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4{
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5{
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6{
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7{
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8{
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9{
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10{
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11{
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12{
    height: calc(100% - 1.875rem);
  }
  .grid-frame.grid-margin-y{
    height: calc(100vh + 1.875rem);
  }
  .grid-margin-y.large-grid-frame{
    height: calc(100vh + 1.875rem);
  }
  .menu.large-horizontal{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical{
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .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: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #a2473e 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: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #a2473e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after{
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #a2473e;
  }
  .position-left.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left{
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content{
    margin-left: 250px;
  }
  .position-right.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right{
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content{
    margin-right: 250px;
  }
  .position-top.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top{
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content{
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large{
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button{
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large{
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom{
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content{
    margin-bottom: 250px;
  }
  .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;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button{
    display: none;
  }
  .hide-for-large{
    display: none !important;
  }
  .header__menu{
    margin-top: 30px;
    text-align: center;
  }
  .header__menu > .menu{
    display: inline-block;
    opacity: 0;
    position: static;
  }
  .header__menu > .menu[data-mutate]{
    opacity: 1;
  }
  .header__menu > .menu > li{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-bottom: 36px;
  }
  .header__menu > .menu > li:after{
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    top: 11px;
    right: -13px;
    background-color: #fefefe;
  }
  .header__menu > .menu > li:last-child{
    margin-right: 0 !important;
  }
  .header__menu > .menu > li:last-child:after{
    display: none;
  }
  .header__menu > .menu > li:first-child{
    top: 2px;
  }
  .header__menu > .menu > li > a{
    background-color: transparent;
    padding: 8px 0 !important;
    color: #fefefe !important;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s color ease-in-out;
    text-transform: uppercase;
  }
  .header__menu > .menu > li > a:hover{
    color: #fdcc85 !important;
  }
  .header__menu > .menu > li > a:after{
    display: none !important;
  }
  .header__menu > .menu > li.current-menu-item > a, .header__menu > .menu > li.current-menu-ancestor > a{
    color: #fdcc85 !important;
  }
  .header__menu > .menu > li > .submenu{
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    border: 0 !important;
    padding: 25px 0;
    text-align: left;
    background-color: #3480bf !important;
    z-index: 4;
    top: 100% !important;
    width: 480px;
  }
  .header__menu > .menu > li > .submenu:before{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 18px 13.5px;
    border-color: transparent transparent #3480bf transparent;
  }
  .header__menu > .menu > li > .submenu a{
    background-color: transparent;
    color: #fefefe;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .header__menu > .menu > li > .submenu a:hover{
    color: #fdcc85;
  }
  .header__menu > .menu > li > .submenu .current-menu-item > a{
    color: #fdcc85;
  }
  .header__menu > .menu > li > .submenu.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
    border-color: transparent transparent transparent #fefefe !important;
    right: 10px !important;
    display: none;
  }
  .header__menu > .menu > li > .submenu .submenu{
    padding: 0 0 0 20px;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    background-color: #3480bf;
    border: 0;
    position: relative;
    display: block !important;
  }
  .header__menu > .menu > li > .submenu .submenu:before{
    display: none;
  }
  .header__menu > .menu > li > .submenu .submenu a{
    padding: 10px 35px;
    text-transform: none;
  }
  .header__menu > .menu > li > .submenu .submenu .current-menu-item > a{
    color: #fdcc85;
  }
  .header__menu > .menu .has-multi{
    position: static !important;
  }
  .header__menu > .menu .has-multi.is-active > .submenu{
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 102px !important;
  }
  .header__menu > .menu .has-multi > .submenu{
    width: 100vw;
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background-color: rgba(254, 254, 254, 0.95);
    padding: 40px 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-shadow: 1px 2px 13px rgba(114, 102, 88, 0.19);
  }
  .header__menu > .menu .has-multi > .submenu > li{
    width: 220px;
  }
  .header__menu > .menu .has-multi > .submenu > li > a{
    white-space: nowrap;
    font-size: 18px !important;
    font-weight: 500;
    color: #0a0a0a;
    background-color: transparent !important;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
  .header__menu > .menu .has-multi > .submenu > li > a:after{
    display: none;
  }
  .header__menu > .menu .has-multi > .submenu > li > a[href="#"], .header__menu > .menu .has-multi > .submenu > li > a:not([href]){
    cursor: default;
  }
  .header__menu > .menu .has-multi > .submenu .submenu{
    display: block !important;
    left: auto !important;
    position: relative;
    width: 100%;
    margin: 0;
    min-width: 1px;
    background: transparent;
    padding: 0;
    border: 0;
  }
  .header__menu > .menu .has-multi > .submenu .submenu a{
    padding: 0;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 1.3;
  }
  .header__menu > .menu .has-multi > .submenu .submenu > li.current-menu-item > a{
    color: #2a9430;
  }
  .slider .carousel-cell{
    height: 900px;
  }
  .slider__headline{
    font-size: 48px;
  }
  .home-grid{
    margin-top: -205px;
    margin-bottom: 10px;
    height: 754px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "area-1 area-1 area-2 area-6" "area-1 area-1 area-2 area-3" "area-1 area-1 area-2 area-3" "area-4 area-5 area-2 area-3";
  }
  .home-grid .area-3 .radio-block .newsletter-links{
    position: absolute;
  }
  .death-section{
    padding: 90px 0;
  }
  .death-section .death-grid{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  .death-section .death-block h3{
    font-size: 34px;
  }
  .events-block h3{
    font-size: 34px;
  }
  .tours-block{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tours-block__grid{
    grid-row-gap: 0px;
  }
  .tours-block .div1{
    grid-area: 1 / 1 / 2 / 3;
  }
  .tours-block .div2{
    grid-area: 1 / 3 / 2 / 5;
  }
  .tours-block .div3{
    grid-area: 2 / 1 / 3 / 3;
    padding-right: 20px;
  }
  .tours-block .div4{
    grid-area: 2 / 3 / 3 / 4;
  }
  .tours-block .div5{
    grid-area: 2 / 4 / 3 / 4;
  }
  .tours-block h3{
    font-size: 34px;
    margin-bottom: 20px;
  }
  .news-grid h3{
    font-size: 34px;
  }
  .notices-carousel .flickity-prev-next-button.previous{
    left: -70px;
  }
  .notices-carousel .flickity-prev-next-button.next{
    right: -70px;
  }
  .black-white:before, .black-white:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff3da;
    z-index: -1;
  }
  .black-white:after{
    content: '';
    left: 50%;
    background: #e3edf1;
  }
  .black-white__grid{
    max-width: 1332px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .black-white h3{
    font-size: 34px;
  }
  .news-feed-section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-feed-section h3{
    font-size: 34px;
  }
  .cn-feed{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-top__title,
  .page-top h1,
  .page-top h2{
    font-size: 38px;
  }
  .content h2,
  .content h1{
    font-size: 48px;
  }
  .content h3{
    font-size: 28px;
  }
  .content h4{
    font-size: 24px;
  }
  .content h5{
    font-size: 24px;
  }
  .content-block.has-right-image .cell:nth-child(1){
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-block.columns .column:nth-child(2n-1), .content-block.columns .columns:nth-child(2n-1){
    padding-right: 40px !important;
  }
  .content-block.columns .column:nth-child(3n-1), .content-block.columns .columns:nth-child(3n-1){
    padding-left: 40px !important;
  }
  .page-with-tabs{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .news-grid-items{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-top h1,
  .gallery-top h2{
    font-size: 34px;
  }
  .archive-accordion{
    margin-bottom: 60px;
  }
  .church-top__image{
    height: 620px;
  }
  .church-cta{
    margin-bottom: 120px;
  }
  .church-main{
    position: relative;
    padding-bottom: 100px;
  }
  .church-main:before, .church-main:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fefefe;
    z-index: -1;
  }
  .church-main:after{
    left: 50%;
    background-color: #ebebeb;
  }
  .church-main__description{
    background-color: transparent;
    padding-left: 40px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .church-main__mass-times{
    padding-right: 40px !important;
  }
  .social-section__text{
    margin-bottom: 0;
  }
  .footer .mass-readings{
    width: 306px;
  }
  .footer__banner img{
    max-width: 320px;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em){
  .large-expand{
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

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

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

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

@media screen and (min-width: 83.75em){
  body{
    padding-top: 152px;
  }
  .header .grid-x{
    height: 152px;
  }
  .header__logo img{
    height: 74px;
  }
  .header__logo-holder{
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto !important;
  }
  .header__menu-trigger-holder{
    display: none;
  }
  .header__menu{
    display: block;
  }
  .side-panel{
    display: none;
    top: 152px;
    height: calc(100% - 152px);
  }
  .slider{
    margin-top: -152px;
  }
}

@media screen and (min-width: 0\0 ){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media print{
  *{
    background: transparent !important;
    box-shadow: none !important;
    color: black !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;
  }
  .datepickers-container{
    display: none;
  }
}

@media screen and (max-width: 39.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{
    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;
  }
  .hide-for-small-only{
    display: none !important;
  }
  .show-for-medium{
    display: none !important;
  }
  .slider__headline br{
    display: none;
  }
  .black-white__cell--weddings{
    padding-left: 10px;
    padding-right: 10px;
  }
  .black-white__cell--baptism{
    padding-left: 10px;
    padding-right: 10px;
  }
  .died + .content{
    margin-top: -30px;
  }
  .died__list-header .datepicker-holder .datepicker-toggle{
    text-align: center;
  }
  .footer{
    text-align: center;
  }
  .footer .mass-readings{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 63.99875em){
  .show-for-large{
    display: none !important;
  }
  .home-grid .area-3 .radio-block h4 br{
    display: none;
  }
  .notices-carousel .flickity-button{
    display: none;
  }
  .black-white{
    padding: 0;
  }
  .black-white__grid .event-item{
    margin: 0;
  }
  .black-white__cell--weddings{
    background-position: 95% 30px;
    background-color: #fff3da;
    padding-bottom: 30px;
  }
  .black-white__cell--baptism{
    background-position: 95% 30px;
    background-color: #e3edf1;
    padding-bottom: 30px;
  }
  .content-block img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
  }
  .page-with-tabs .tabs-title{
    display: block;
    float: none;
  }
  .footer__banners{
    margin-top: 40px;
  }
  .footer__banner img{
    width: 100%;
  }
}

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

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

@media all and (max-width: 800px){
  .fancybox-infobar{
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right{
    display: none !important;
  }
  .fancybox-caption{
    padding: 20px 0;
    margin: 0;
  }
}
