@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=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: "Helvetica Neue", Helvetica, Roboto, Arial, 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: 4px; }

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  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: 4px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 4px 4px 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: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #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; }

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

a {
  line-height: inherit;
  color: #064F5C;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #05444f; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 87.5rem;
  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: "\2014   "; }

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;
  border-radius: 4px; }

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    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; } }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

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

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

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

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

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

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

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

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

.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.33333% - 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.66667% - 1.875rem); }

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

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

@media print, screen and (min-width: 40em) {
  .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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  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: #064F5C;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #05434e;
    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: #064F5C;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #053f4a;
      color: #fefefe; }
  .button.secondary {
    background-color: #568f98;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #45727a;
      color: #0a0a0a; }
  .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: #064F5C;
      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: #064F5C;
        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: #568f98;
        color: #0a0a0a; }
    .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 #064F5C;
    color: #064F5C; }
    .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: #03282e;
      color: #03282e; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #064F5C;
        color: #064F5C; }
    .button.hollow.primary {
      border: 1px solid #064F5C;
      color: #064F5C; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #03282e;
        color: #03282e; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #064F5C;
          color: #064F5C; }
    .button.hollow.secondary {
      border: 1px solid #568f98;
      color: #568f98; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #2b484c;
        color: #2b484c; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #568f98;
          color: #568f98; }
    .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 #064F5C;
    color: #064F5C; }
    .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: #03282e;
      color: #03282e; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #064F5C;
        color: #064F5C; }
    .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 #064F5C;
      color: #064F5C; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #03282e;
        color: #03282e; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #064F5C;
          color: #064F5C; }
      .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 #568f98;
      color: #568f98; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #2b484c;
        color: #2b484c; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #568f98;
          color: #568f98; }
      .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: #064F5C; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #064F5C; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #568f98; }
  .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; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #064F5C;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #053f4a;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #568f98;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #45727a;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #064F5C; }
  .progress.secondary .progress-meter {
    background-color: #568f98; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #064F5C;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #064F5C; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 4px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 4px;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #064F5C;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

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

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

.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: 4px 4px 0 0; }

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

.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: #064F5C; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px; }
  .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; }

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

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

.tabs.primary {
  background: #064F5C; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #07606f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  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: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

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

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

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

.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 #064F5C 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 #064F5C; }

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

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #064F5C 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 #064F5C 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 #064F5C; } }

.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 #064F5C 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 #064F5C; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto; }
  @media screen and (min-width: 15.625em) {
    .position-left {
      transform: translateX(-); } }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-left {
      transform: translateX(-); } }
  .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0); }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-left.has-transition-push {
      transform: translateX(); } }
  .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; }
  @media screen and (min-width: 15.625em) {
    .position-right {
      transform: translateX(); } }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-right {
      transform: translateX(); } }
  .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0, 0); }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-right.has-transition-push {
      transform: translateX(-); } }
  .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; }
  @media screen and (min-width: 15.625em) {
    .position-top {
      transform: translateY(-); } }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-top {
      transform: translateY(-); } }
  .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0, 0); }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-top.has-transition-push {
      transform: translateY(); } }
  .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; }
  @media screen and (min-width: 15.625em) {
    .position-bottom {
      transform: translateY(); } }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content .off-canvas.position-bottom {
      transform: translateY(); } }
  .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0, 0); }
  @media screen and (min-width: 15.625em) {
    .off-canvas-content.is-open-bottom.has-transition-push {
      transform: translateY(-); } }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

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

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  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; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

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

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

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

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

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

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

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

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

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

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

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

.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.33333% - 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.66667% - 1.875rem); }

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

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

@media print, screen and (min-width: 40em) {
  .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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .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; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.color-prymary {
  color: #004F5C; }

.color-accent {
  color: #99BEC4; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 16px; }

.container {
  width: 100%;
  text-align: center; }

.row {
  padding: 0 30px;
  width: 100%; }
  @media screen and (max-width: 39.99875em) {
    .row {
      padding: 0 20px; }
      .row .row {
        padding: 0; }
        .row .row .row {
          padding: 0; } }

.column, .columns, .columns {
  display: flex; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.medium-centered {
  margin-right: auto;
  margin-left: auto; }

.large-centered {
  margin-right: auto;
  margin-left: auto; }

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

.flex-video {
  width: 100%; }

.page-standard, #page {
  width: 100%;
  margin: 60px 0; }

#page .with-heading {
  width: 100%;
  padding: 0 0 60px 0; }

.grid-margin {
  margin-top: 60px;
  margin-bottom: 60px; }

iframe {
  border: none; }

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

.sdrb-darker-blue-background {
  background-color: #1e404f !important; }

.sdrb-light-blue {
  color: #cbeaf3 !important;
  fill: #cbeaf3 !important; }
  .sdrb-light-blue svg {
    fill: #cbeaf3; }

.sdrb-light-blue-background {
  background-color: #cbeaf3 !important; }

.sdrb-dark-blue {
  fill: #3a7c99 !important;
  color: #3a7c99 !important; }

.sdrb-dark-blue-background {
  background-color: #3a7c99 !important; }

.sdrb-med-blue {
  fill: #87d1e6 !important;
  color: #87d1e6 !important; }

.sdrb-med-blue-background {
  background-color: #87d1e6 !important; }

.sdrb-bright-orange {
  color: #d66427 !important; }
  .sdrb-bright-orange i.material-icons {
    color: #e39266 !important; }
  .sdrb-bright-orange svg {
    fill: #d66427 !important; }

.sdrb-bright-orange-background {
  background-color: #d66427 !important; }

.sdrb-dark-orange {
  color: #773816 !important; }
  .sdrb-dark-orange i.material-icons {
    color: #b85621 !important; }

.sdrb-dark-orange-background {
  background-color: #773816 !important; }

.sdrb-mid-tan {
  color: rgba(243, 228, 178, 0.6) !important; }
  .sdrb-mid-tan svg {
    fill: rgba(243, 228, 178, 0.6) !important; }

.sdrb-dark-tan {
  color: #F3E4B2 !important; }
  .sdrb-dark-tan svg {
    fill: #F3E4B2 !important; }

.sdrb-dark-tan-background {
  background-color: #F3E4B2 !important; }

.sdrb-light-tan {
  color: #e1dbca !important; }
  .sdrb-light-tan svg {
    fill: #e1dbca !important; }

.sdrb-light-tan-background {
  background-color: #e1dbca !important; }

.new-button {
  background-color: #d66427;
  padding: 10px 20px;
  border-radius: 4px; }
  .new-button:hover {
    background-color: #c95e25; }
  .new-button .new {
    color: #fff !important; }
    .new-button .new .new {
      color: #fff !important; }
    .new-button .new i {
      color: #fff !important; }

.logo-standard.sdrb #sdbgLogo #bg {
  fill: rgba(243, 228, 178, 0.6); }

.logo-standard.sdrb #sdbgLogo #text {
  fill: #773816; }

.logo-standard.sdrb #sdbgLogo #outside-line {
  fill: #773816; }

.logo-standard.sdrb #sdbgLogo #inside-line {
  fill: #773816; }

.button-sdrb {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  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: #d66427;
  color: #fefefe;
  margin-top: 1em;
  font-weight: bold; }
  [data-whatinput='mouse'] .button-sdrb {
    outline: 0; }
  .button-sdrb:hover, .button-sdrb:focus {
    background-color: #ab501f;
    color: #fefefe; }

.container.sdrb {
  background-color: #d66427;
  color: #773816; }
  .container.sdrb p {
    color: #773816; }
  .container.sdrb .top-boxes {
    background-color: #fff;
    padding: 30px;
    min-height: 500px; }
  .container.sdrb .bottom-box {
    background-color: #fff;
    padding: 30px; }
  .container.sdrb .ticket-section {
    background-color: #cbeaf3;
    padding: 60px 0; }
  .container.sdrb .lyft-section {
    padding: 60px 0;
    background-color: #342383;
    color: #fff; }
    .container.sdrb .lyft-section p {
      color: #fff; }
    .container.sdrb .lyft-section h2 {
      color: #fff; }
  .container.sdrb .sdrb-logo-brown svg {
    fill: #773816; }
  .container.sdrb a {
    color: #773816; }
    .container.sdrb a.button {
      color: #fff !important; }
  .container.sdrb h1, .container.sdrb h2, .container.sdrb h3, .container.sdrb h4, .container.sdrb h5, .container.sdrb h6 {
    color: #773816; }
  .container.sdrb header.heading-featured {
    color: #773816;
    box-shadow: inset 0 -2px 0 #773816; }
    .container.sdrb header.heading-featured i {
      color: #773816; }
    .container.sdrb header.heading-featured h3 {
      border-bottom-color: #773816; }
  .container.sdrb #home-description p {
    color: #773816; }

.navigation.sdrb {
  background-color: #cbeaf3; }
  .navigation.sdrb li a {
    color: #3a7c99 !important; }
    .navigation.sdrb li a:hover {
      color: #1e404f !important; }
  .navigation.sdrb li i {
    color: #3a7c99 !important; }
  .navigation.sdrb .logo svg {
    max-height: 100% !important; }
  .navigation.sdrb #SDRBLogo {
    fill: #d66427; }
  .navigation.sdrb .brand .brewers-guild .bottom, .navigation.sdrb .top {
    color: #3a7c99 !important; }

#featured-carousel .featured-carousel-center-content.sdrb h3 {
  color: #d66427 !important;
  font-size: 2em !important; }

#featured-carousel .featured-carousel-center-content.sdrb h2 {
  font-size: 4.5em !important; }

#featured-carousel .featured-carousel-center-content.sdrb h6 {
  color: #cbeaf3 !important;
  font-size: 2.5em !important; }

footer.sdrb {
  background-color: #cbeaf3 !important;
  color: #1e404f !important; }
  footer.sdrb .brewers-guild .brand-text .bottom, footer.sdrb .top {
    color: #1e404f !important; }
  footer.sdrb .sdbg-logo svg {
    fill: #1e404f !important; }
  footer.sdrb .logo svg {
    fill: #1e404f !important; }
    footer.sdrb .logo svg:hover {
      fill: #3a7c99 !important; }
      footer.sdrb .logo svg:hover g {
        fill: #3a7c99 !important; }
  footer.sdrb svg {
    fill: #1e404f !important; }
  footer.sdrb nav ul .heading {
    color: #1e404f !important; }
  footer.sdrb nav ul li a {
    color: #1e404f !important; }

.buyticketsLink a {
  color: #fff !important; }
  .buyticketsLink a i {
    color: #fff !important; }

.button.sdbw-partners {
  background-color: #ffefab;
  color: #ad4a18;
  font-weight: bold; }
  .button.sdbw-partners:hover, .button.sdbw-partners:focus {
    background-color: #ffe578;
    color: #ad4a18; }

.logo-standard #sdbgLogo #bg {
  fill: #569099; }

.logo-standard #sdbgLogo #text {
  fill: #004F5C; }

.logo-standard #sdbgLogo #outside-line {
  fill: #004F5C; }

.logo-standard #sdbgLogo #inside-line {
  fill: #98bdc3; }

.logo-one-color-dark #sdbgLogo #bg {
  fill: none; }

.logo-one-color-dark #sdbgLogo #text {
  fill: #004F5C; }

.logo-one-color-dark #sdbgLogo #outside-line {
  fill: #004F5C; }

.logo-one-color-dark #sdbgLogo #inside-line {
  fill: #98bdc3; }

.logo-one-color-light #sdbgLogo #bg {
  fill: none; }

.logo-one-color-light #sdbgLogo #text {
  fill: #98bdc3; }

.logo-one-color-light #sdbgLogo #outside-line {
  fill: #98bdc3; }

.logo-one-color-light #sdbgLogo #inside-line {
  fill: #98bdc3; }

.logo-one-color-light.sdbw #sdbgLogo #bg {
  fill: none; }

.logo-one-color-light.sdbw #sdbgLogo #beer {
  fill: none; }

.logo-one-color-light.sdbw #sdbgLogo #text {
  fill: #e89400; }

.logo-one-color-light.sdbw #sdbgLogo #outside-line {
  fill: #e89400; }

.logo-one-color-light.sdbw #sdbgLogo #inside-line {
  fill: #e89400; }

.logo-one-color-light.sdrb #sdbgLogo #bg {
  fill: none; }

.logo-one-color-light.sdrb #sdbgLogo #text {
  fill: #1e404f; }

.logo-one-color-light.sdrb #sdbgLogo #outside-line {
  fill: #1e404f; }

.logo-one-color-light.sdrb #sdbgLogo #inside-line {
  fill: #1e404f; }

.brewers-guild {
  font-size: 0.8em;
  text-align: left; }
  .brewers-guild .brand-text .top {
    width: 100%;
    font-size: 0.75em;
    color: #004F5C;
    font-style: italic;
    text-transform: lowercase;
    line-height: 1; }
  .brewers-guild .brand-text .bottom {
    width: 100%;
    font-size: 0.75em;
    color: #004F5C;
    font-weight: 600;
    line-height: 1.6; }
  .brewers-guild .logo {
    width: 25%;
    margin-right: 15px; }
    .brewers-guild .logo div {
      width: 100%;
      flex: 100%; }
    .brewers-guild .logo .svg {
      width: 100%;
      flex: 100%; }

.padding-new {
  padding: 0 0 60px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold; }

body {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal; }

.text-area {
  width: 100%; }

.h1 {
  font-size: 48px;
  font-weight: 600; }

.h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4; }

.h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4; }

.h4 {
  font-size: 28px;
  font-size: 22px;
  font-weight: 600; }

p {
  width: 100%;
  font-family: "egizio-urw", serif;
  color: #004F5C;
  text-align: left; }

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

a {
  color: #004F5C; }

header .button {
  margin-bottom: 0; }

header.heading-sub {
  color: #004F5C;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  width: auto;
  margin-bottom: 15px; }
  header.heading-sub h4 {
    border-bottom: solid 2px #E0EBED;
    width: auto;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    font-weight: 600; }
    @media screen and (max-width: 39.99875em) {
      header.heading-sub h4 {
        width: 100%; } }
  header.heading-sub i {
    color: #569099;
    margin-bottom: 10px; }

header.heading-featured {
  text-align: left;
  margin-bottom: 30px;
  color: #004F5C;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: inset 0 -2px 0 #569099;
  width: 100%;
  justify-content: space-between; }
  header.heading-featured .info {
    font-family: "egizio-urw", serif;
    font-style: italic;
    font-weight: 600; }
  header.heading-featured.center {
    text-align: center;
    justify-content: center; }
  header.heading-featured.marquee {
    color: #6a582d;
    box-shadow: inset 0 -2px 0 #c2a96e; }
    header.heading-featured.marquee h3 {
      border-bottom: solid 2px #b2934b; }
  header.heading-featured.light-bg {
    box-shadow: inset 0 -2px 0 #bad4d8; }
    header.heading-featured.light-bg h3 {
      border-bottom: solid 2px #9ABFC5; }
  header.heading-featured h3 {
    width: auto;
    border-bottom: solid 2px #447178;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 2; }
    @media screen and (max-width: 39.99875em) {
      header.heading-featured h3 {
        text-align: center;
        margin: auto; } }
    @media screen and (max-width: 39.99875em) {
      header.heading-featured h3 {
        flex-direction: column; } }
  header.heading-featured i {
    text-align: left;
    color: inherit;
    font-size: inherit;
    margin-right: 10px; }

.sdbw-container header.heading-sub {
  color: #ad4a18; }
  .sdbw-container header.heading-sub h4 {
    border-bottom: solid 2px #E0EBED; }
  .sdbw-container header.heading-sub i {
    color: #569099; }

.sdbw-container header.heading-featured {
  color: #ad4a18;
  box-shadow: inset 0 -2px 0 #e36f34; }
  .sdbw-container header.heading-featured.marquee {
    color: #e89400;
    box-shadow: inset 0 -2px 0 #e89400; }
    .sdbw-container header.heading-featured.marquee h3 {
      border-bottom: solid 2px #e89400; }
  .sdbw-container header.heading-featured.block {
    background-color: #e89400;
    padding: 10px;
    margin: 30px 0; }
    .sdbw-container header.heading-featured.block h3 {
      font-weight: 800; }
  .sdbw-container header.heading-featured.light-bg {
    box-shadow: inset 0 -2px 0 #ffad1c; }
    .sdbw-container header.heading-featured.light-bg h3 {
      border-bottom: solid 2px #e89400; }
  .sdbw-container header.heading-featured.dark-bg {
    color: #ffefab;
    box-shadow: inset 0 -2px 0 #ffad1c; }
    .sdbw-container header.heading-featured.dark-bg h3 {
      border-bottom: solid 2px #e89400; }
  .sdbw-container header.heading-featured h3 {
    border-bottom: solid 2px #d1591d; }

.heading-featured.sdrb {
  box-shadow: inset 0 -2px 0 #a24c1e; }
  .heading-featured.sdrb h3 {
    border-bottom: solid 2px #773816; }

.standard-section {
  padding: 30px 0;
  width: 100%; }

.btn, button a {
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  border-radius: 4px;
  color: #fff;
  padding: 10px 10px 10px 16px;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin: 15px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.85em;
  justify-content: center; }
  .btn i, button a i {
    color: inherit;
    font-size: inherit; }
  .btn:hover, button a:hover {
    color: inherit;
    opacity: 0.6; }
    .btn:hover i, button a:hover i {
      color: inherit;
      opacity: 0.6; }
  .btn:active, button a:active {
    border-color: #cccccc;
    color: #cccccc; }
    .btn:active i, button a:active i {
      color: #cccccc; }
  .btn.btn-small, button a.btn-small {
    font-size: 0.65em;
    padding: 10px 10px 10px 12px; }

.btn-red {
  color: red !important;
  border-color: red !important;
  border-color: none; }

.btn-darkblue {
  color: #004F5C !important;
  border-color: #004F5C !important;
  border-color: none; }
  .btn-darkblue i {
    color: #004F5C !important; }

.button {
  align-items: center; }
  .button i {
    font-size: inherit !important;
    margin: 0 10px;
    align-items: center;
    color: inherit !important; }

ul {
  list-style: none;
  display: flex; }
  ul.list-vertical {
    display: flex;
    flex-direction: column; }
  ul.list-horizontal {
    display: flex;
    flex-direction: row; }
    ul.list-horizontal li {
      margin-right: 10px; }
  ul li {
    list-style: none;
    display: flex; }
    ul li.list-vertical {
      display: flex;
      flex-direction: column; }
    ul li.list-horizontal {
      display: flex;
      flex-direction: row;
      margin-right: 10px; }

.svg {
  width: 100%;
  height: auto;
  max-height: 100%; }

.social-icon {
  width: 24px;
  color: inherit; }
  .social-icon svg {
    fill: inherit; }

input {
  border: none;
  background-color: #98bdc3;
  color: #004F5C; }

input::placeholder {
  color: #4D848D; }

#page-header {
  background-color: #569099;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  #page-header .page-header-center {
    align-items: center;
    display: flex;
    flex-direction: column; }
  #page-header.small {
    padding: 30px 30px; }
    #page-header.small .page-header-center {
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      #page-header.small .page-header-center i {
        margin-right: 15px; }
  #page-header.large {
    padding: 150px 30px;
    background-position: bottom; }
  #page-header:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 9, 10, 0.8) 0%, rgba(0, 9, 10, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  #page-header.sdrb:before {
    background: linear-gradient(to bottom, rgba(0, 9, 10, 0.7) 0%, rgba(0, 9, 10, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1; }
  #page-header.sdrb .page-header-center h2 {
    color: #cbeaf3; }
  #page-header.sdrb .page-header-center i {
    color: #cbeaf3; }
  #page-header .page-header-center {
    z-index: 1; }
    #page-header .page-header-center i {
      color: #99BEC4;
      display: flex; }
    #page-header .page-header-center h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      color: white;
      font-weight: 800;
      margin-bottom: 0; }
    #page-header .page-header-center h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      color: white;
      font-weight: 800;
      margin-bottom: 0;
      letter-spacing: 0.05em; }
    #page-header .page-header-center h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      color: white;
      font-weight: 800;
      margin-bottom: 0;
      letter-spacing: 0.05em; }

.sdbw-container #page-header .subtitle {
  color: white;
  margin: 30px; }

.sdbw-container #page-header:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ad4a18;
  background: -webkit-linear-gradient(legacy-direction(rgba(173, 74, 24, 0.7)), #ad4a18);
  background: linear-gradient(rgba(173, 74, 24, 0.7), #ad4a18); }

.sdbw-container #page-header .page-header-center i {
  color: #ffefab; }

.sdbw-container #page-header .page-header-center h1 {
  color: #e89400; }

.sdbw-container #page-header .page-header-center h2 {
  color: #ffefab; }

.sdbw-container #page-header .page-header-center h3 {
  color: #e89400; }

.feed-nav {
  background-color: #99BEC4;
  width: 100%; }
  .feed-nav .number {
    color: #004F5C;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    justify-content: center; }
  .feed-nav .type {
    color: #004F5C;
    font-weight: 600;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    text-align: center; }
  .feed-nav select {
    width: 100%;
    align-items: center;
    margin-bottom: 0; }
  .feed-nav input[type='search'] {
    width: 100%;
    align-items: center;
    margin-bottom: 0; }

.sdbw-container .feed-nav {
  background-color: #eb9f00; }
  .sdbw-container .feed-nav .number {
    color: #ad4a18; }
  .sdbw-container .feed-nav .type {
    color: #ad4a18; }
  .sdbw-container .feed-nav .button.sdbw {
    background: #ad4a18;
    color: #de8d00; }

.loading-screen {
  width: "100vw";
  height: "50vh";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  opacity: 1 !important;
  filter: alpha(opacity=100 !important) !important;
  -webkit-transition: all 3.5s ease;
  -moz-transition: all 3.5s ease;
  -ms-transition: all 3.5s ease;
  -o-transition: all 3.5s ease;
  transition: all 3.5s ease; }
  .loading-screen.done {
    opacity: 0 !important;
    filter: alpha(opacity=0 !important) !important;
    display: none; }

.box-item {
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  color: #004F5C;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 4px;
  display: block;
  word-wrap: break-word; }
  .box-item:hover {
    background-color: #eaeaea !important; }
  .box-item a {
    color: #004F5C; }
  .box-item .url {
    font-size: 0.85em;
    font-weight: 600; }
  .box-item h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }

#filter-bar {
  width: 100%;
  padding: 30px 0; }

.social-links {
  margin: 0;
  display: flex;
  flex-direction: row; }
  .social-links li a {
    width: auto;
    fill: #004F5C;
    margin: 0 10px; }
    .social-links li a:hover {
      fill: #007b8f; }
    .social-links li a i {
      color: #004F5C; }
      .social-links li a i:hover {
        color: #007b8f; }

#home-banner {
  height: 50vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  /*background-repeat:no-repeat;*/
  position: relative; }
  #home-banner:before {
    background: linear-gradient(to bottom, rgba(0, 9, 10, 0.7) 0%, rgba(0, 9, 10, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #home-banner i {
    color: #99BEC4; }
  #home-banner .center-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    z-index: 100; }
    #home-banner .center-content h3 {
      font-weight: 800;
      color: #fff;
      font-size: 2.5em; }
    #home-banner .center-content h4 {
      color: #99BEC4;
      font-family: "egizio-urw", serif;
      font-size: 2.25em;
      font-weight: 600; }
    #home-banner .center-content h6 {
      color: #99BEC4;
      font-style: italic;
      font-weight: 600; }
  #home-banner h3, #home-banner h4 {
    color: white;
    z-index: 9999;
    text-align: center; }
  #home-banner a button {
    padding-left: 30px;
    padding-right: 30px;
    color: white; }
  #home-banner button {
    margin-top: 10px;
    cursor: pointer;
    border: solid white 2.5px;
    padding: 10px;
    border-radius: 5px; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #064F5C; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #064F5C; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #064F5C;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #bbb; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff; }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff; }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: #064F5C;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #064F5C;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px); }

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2; }

.flatpickr-day.today {
  border-color: #bbb; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #064F5C;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #064F5C; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #064F5C;
  box-shadow: -10px 0 0 #064F5C; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #064F5C, 5px 0 0 #064F5C;
  box-shadow: -5px 0 0 #064F5C, 5px 0 0 #064F5C; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #ececec; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px); } }

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px); }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px); } }

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.flatpickr-error .form-control {
  border: solid red 1px; }

.bounce {
  bottom: 30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.carousel-arrow {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 9999;
  top: 0px;
  width: 100px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .carousel-arrow.disabled {
    opacity: 0.6 !important;
    filter: alpha(opacity=60 !important) !important; }

#carousel-container:hover .carousel-arrow {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }
  #carousel-container:hover .carousel-arrow.disabled .arrow-icon {
    font-size: 68px; }
  #carousel-container:hover .carousel-arrow .arrow-icon {
    font-size: 76px; }

.arrow-icon {
  color: white;
  font-size: 68px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

#carousel-container {
  width: 100%;
  display: flex; }

.carousel-brewery-item a img {
  border-radius: 900px; }

.carousel-brewery-item a .brewery-name {
  color: #004F5C;
  padding-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px; }

.carousel-brewery-item.sdbw a .brewery-name {
  color: #ad4a18; }

.external-link-icon {
  visibility: hidden; }

.external-link:hover a .external-link-icon {
  visibility: visible; }

.navigation {
  background-color: #99BEC4;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100px; }
  @media screen and (min-width: 64em) {
    .navigation {
      min-height: 100px; } }
  @media screen and (max-width: 74.99875em) {
    .navigation {
      padding: 15px 0 0 0; } }
  .navigation.sdbw {
    background-color: #ffefab; }
  .navigation .back a {
    display: flex; }
    .navigation .back a .back-text {
      font-size: 0.75em;
      display: flex;
      margin-right: 7.5px; }
      .navigation .back a .back-text span {
        display: flex; }
  .navigation .nav-container {
    width: 100%;
    padding: 30px; }
    .navigation .nav-container .brand {
      display: flex;
      text-transform: uppercase;
      font-size: 1.4em;
      align-items: center; }
      .navigation .nav-container .brand .logo {
        width: 100%;
        height: auto;
        display: inline-flex;
        justify-content: flex-start; }
        @media screen and (min-width: 40em) and (max-width: 63.99875em) {
          .navigation .nav-container .brand .logo {
            justify-content: center; } }
        .navigation .nav-container .brand .logo h1 {
          margin-bottom: 0; }
        .navigation .nav-container .brand .logo:hover #SDBeerLogo #sd {
          fill: #00697b; }
        .navigation .nav-container .brand .logo:hover #SDBeerLogo #beer {
          fill: #00697b; }
        .navigation .nav-container .brand .logo:hover #SDBeerLogo #sun {
          fill: #D1BE92; }
        .navigation .nav-container .brand .logo:hover #SDBWLogo #sdbw {
          fill: #a44617; }
        .navigation .nav-container .brand .logo:hover #SDBWLogo #glass {
          fill: #ad4a18; }
        .navigation .nav-container .brand .logo:hover #SDBWLogo #beer {
          fill: #ffad1c; }
        .navigation .nav-container .brand .logo svg {
          width: 100%;
          max-height: 60px; }
        .navigation .nav-container .brand .logo #SDBWLogo #sdbw {
          fill: #ad4a18;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .nav-container .brand .logo #SDBWLogo #glass {
          fill: #ad4a18;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .nav-container .brand .logo #SDBWLogo #beer {
          fill: #e89400;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .nav-container .brand .logo #SDBWLogo #type {
          fill: #e89400;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .nav-container .brand .logo #SDBeerLogo {
          display: flex; }
          .navigation .nav-container .brand .logo #SDBeerLogo #sd {
            fill: #004F5C;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
          .navigation .nav-container .brand .logo #SDBeerLogo #beer {
            fill: #004F5C;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
          .navigation .nav-container .brand .logo #SDBeerLogo #sun {
            fill: white;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease; }
        @media screen and (max-width: 39.99875em) {
          .navigation .nav-container .brand .logo {
            justify-content: flex-start; }
            .navigation .nav-container .brand .logo h1 {
              margin: 0; } }
        .navigation .nav-container .brand .logo:hover .sd {
          color: #007b8f; }
        .navigation .nav-container .brand .logo .sd {
          color: #004F5C;
          font-weight: 800;
          margin-right: 0.125em;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
          @media screen and (max-width: 39.99875em) {
            .navigation .nav-container .brand .logo .sd {
              font-size: 1.75em; } }
        .navigation .nav-container .brand .logo .beer {
          color: #99BEC4;
          font-weight: 600; }
          @media screen and (max-width: 39.99875em) {
            .navigation .nav-container .brand .logo .beer {
              font-size: 1.75em; } }
      .navigation .nav-container .brand .brewers-guild {
        text-align: left; }
        @media screen and (min-width: 40em) and (max-width: 63.99875em) {
          .navigation .nav-container .brand .brewers-guild {
            text-align: center; } }
        .navigation .nav-container .brand .brewers-guild .by {
          color: #004F5C;
          font-style: italic;
          text-transform: lowercase;
          font-size: 0.75em; }
          @media screen and (min-width: 40em) and (max-width: 63.99875em) {
            .navigation .nav-container .brand .brewers-guild .by {
              text-align: center; } }
          .navigation .nav-container .brand .brewers-guild .by .guild {
            text-transform: uppercase;
            font-style: normal;
            font-weight: 500; }
          .navigation .nav-container .brand .brewers-guild .by.sdbw {
            color: #ad4a18; }
        .navigation .nav-container .brand .brewers-guild .top {
          width: 100%;
          font-size: 0.65em;
          color: #004F5C;
          font-style: italic;
          text-transform: lowercase;
          line-height: 1; }
          @media screen and (max-width: 63.99875em) {
            .navigation .nav-container .brand .brewers-guild .top {
              font-size: 0.45em; } }
          .navigation .nav-container .brand .brewers-guild .top.sdbw {
            color: #ad4a18; }
        .navigation .nav-container .brand .brewers-guild .bottom {
          width: 100%;
          font-size: 0.65em;
          color: #004F5C;
          font-weight: 600;
          line-height: 1.6; }
          @media screen and (max-width: 63.99875em) {
            .navigation .nav-container .brand .brewers-guild .bottom {
              font-size: 0.65em; } }
          .navigation .nav-container .brand .brewers-guild .bottom.sdbw {
            color: #ad4a18; }
    .navigation .nav-container nav ul.nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      z-index: 400; }
      @media screen and (min-width: 40em) {
        .navigation .nav-container nav ul.nav-list {
          display: flex !important; } }
      @media screen and (min-width: 40em) and (max-width: 63.99875em) {
        .navigation .nav-container nav ul.nav-list {
          justify-content: center; } }
      @media screen and (max-width: 39.99875em) {
        .navigation .nav-container nav ul.nav-list {
          flex-direction: column; } }
      .navigation .nav-container nav ul.nav-list li {
        align-items: center;
        margin: 0 10px; }
        @media screen and (max-width: 39.99875em) {
          .navigation .nav-container nav ul.nav-list li {
            width: 100%;
            margin: 0; } }
        .navigation .nav-container nav ul.nav-list li:hover i {
          transform: rotate(30deg); }
          .navigation .nav-container nav ul.nav-list li:hover i.no {
            transform: none; }
        .navigation .nav-container nav ul.nav-list li:hover a {
          color: #00697b; }
        .navigation .nav-container nav ul.nav-list li:hover.sdbw a, .navigation .nav-container nav ul.nav-list li:hover.sdbw .item {
          color: #e89400; }
          .navigation .nav-container nav ul.nav-list li:hover.sdbw a .inner, .navigation .nav-container nav ul.nav-list li:hover.sdbw .item .inner {
            color: #e89400; }
        .navigation .nav-container nav ul.nav-list li:hover .item {
          color: #00697b; }
          .navigation .nav-container nav ul.nav-list li:hover .item .inner {
            color: #00697b; }
        .navigation .nav-container nav ul.nav-list li:hover .nav-dropdown li i {
          transform: none; }
        .navigation .nav-container nav ul.nav-list li a {
          align-items: center;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
          color: #004F5C;
          text-decoration: none;
          font-weight: 800;
          cursor: pointer;
          flex-direction: column;
          display: flex;
          justify-content: center;
          font-size: 1em;
          text-transform: uppercase; }
          @media screen and (min-width: 64em) {
            .navigation .nav-container nav ul.nav-list li a {
              flex-direction: column; } }
          @media screen and (max-width: 39.99875em) {
            .navigation .nav-container nav ul.nav-list li a {
              width: 100%;
              line-height: 1;
              padding: 20px 0;
              display: flex;
              justify-content: center;
              flex-direction: row; } }
          .navigation .nav-container nav ul.nav-list li a.sdbw {
            color: #ad4a18; }
            .navigation .nav-container nav ul.nav-list li a.sdbw.active {
              color: #e89400;
              position: relative; }
              .navigation .nav-container nav ul.nav-list li a.sdbw.active:before {
                content: "";
                position: absolute;
                background-image: url("/svg/hops-sdbw.svg");
                top: -60px;
                width: 100%;
                height: 60px;
                background-repeat: no-repeat;
                background-position: center; }
                @media screen and (max-width: 63.99875em) {
                  .navigation .nav-container nav ul.nav-list li a.sdbw.active:before {
                    display: none; } }
          .navigation .nav-container nav ul.nav-list li a.SDBWactive {
            color: #00353d;
            position: relative; }
            .navigation .nav-container nav ul.nav-list li a.SDBWactive.sdbw i {
              color: #e89400 !important; }
            .navigation .nav-container nav ul.nav-list li a.SDBWactive i {
              color: #ad4a18 !important;
              font-size: 22px; }
            .navigation .nav-container nav ul.nav-list li a.SDBWactive span {
              text-decoration: underline;
              font-size: 22px; }
          .navigation .nav-container nav ul.nav-list li a.active {
            color: #00353d;
            position: relative; }
            .navigation .nav-container nav ul.nav-list li a.active.sdbw i {
              color: #e89400 !important; }
            .navigation .nav-container nav ul.nav-list li a.active i {
              color: #00353d !important;
              font-size: 22px; }
            .navigation .nav-container nav ul.nav-list li a.active span {
              text-decoration: underline;
              font-size: 22px; }
            .navigation .nav-container nav ul.nav-list li a.active:before {
              content: "";
              position: absolute;
              background-image: url("/svg/hops.svg");
              top: -60px;
              width: 100%;
              height: 60px;
              background-repeat: no-repeat;
              background-position: center; }
              @media screen and (max-width: 63.99875em) {
                .navigation .nav-container nav ul.nav-list li a.active:before {
                  display: none; } }
        .navigation .nav-container nav ul.nav-list li i {
          font-size: 0.85em;
          color: #00697b;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          @media screen and (max-width: 39.99875em) {
            .navigation .nav-container nav ul.nav-list li i {
              margin-right: 7.5px; } }
          @media screen and (min-width: 64em) {
            .navigation .nav-container nav ul.nav-list li i {
              margin-right: 7.5px; } }
          .navigation .nav-container nav ul.nav-list li i.sdbw {
            color: #e89400; }
        .navigation .nav-container nav ul.nav-list li .item {
          flex-direction: column;
          align-items: center;
          display: flex;
          padding: 10px 0;
          width: 100%;
          justify-content: center; }
          @media screen and (min-width: 64em) {
            .navigation .nav-container nav ul.nav-list li .item {
              flex-direction: column; } }
          @media screen and (max-width: 39.99875em) {
            .navigation .nav-container nav ul.nav-list li .item {
              flex-direction: column; } }
          .navigation .nav-container nav ul.nav-list li .item .inner {
            align-items: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            color: #004F5C;
            text-decoration: none;
            font-weight: 800;
            cursor: pointer;
            flex-direction: column;
            display: flex;
            justify-content: center;
            font-size: 1em;
            font-size: 100%;
            display: flex;
            align-items: center;
            flex-direction: row !important; }
            @media screen and (min-width: 64em) {
              .navigation .nav-container nav ul.nav-list li .item .inner {
                flex-direction: column; } }
            .navigation .nav-container nav ul.nav-list li .item .inner.sdbw {
              color: #ad4a18; }
              @media screen and (max-width: 39.99875em) {
                .navigation .nav-container nav ul.nav-list li .item .inner.sdbw {
                  flex-direction: row; } }
              .navigation .nav-container nav ul.nav-list li .item .inner.sdbw i {
                color: #ad4a18; }
        .navigation .nav-container nav ul.nav-list li.has-dropdown {
          flex-direction: column;
          outline: 0; }
          .navigation .nav-container nav ul.nav-list li.has-dropdown li {
            margin: 0; }
          .navigation .nav-container nav ul.nav-list li.has-dropdown:hover .item-wrapper .item {
            color: #00697b; }
          .navigation .nav-container nav ul.nav-list li.has-dropdown a, .navigation .nav-container nav ul.nav-list li.has-dropdown .item-wrapper {
            flex-direction: column;
            align-items: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            color: #004F5C;
            text-decoration: none;
            font-weight: 800;
            cursor: pointer;
            flex-direction: column;
            display: flex;
            justify-content: center;
            font-size: 1em;
            width: 100%; }
            @media screen and (min-width: 64em) {
              .navigation .nav-container nav ul.nav-list li.has-dropdown a, .navigation .nav-container nav ul.nav-list li.has-dropdown .item-wrapper {
                flex-direction: column; } }
            @media screen and (min-width: 64em) {
              .navigation .nav-container nav ul.nav-list li.has-dropdown a, .navigation .nav-container nav ul.nav-list li.has-dropdown .item-wrapper {
                flex-direction: row; } }
            @media screen and (max-width: 39.99875em) {
              .navigation .nav-container nav ul.nav-list li.has-dropdown a, .navigation .nav-container nav ul.nav-list li.has-dropdown .item-wrapper {
                flex-direction: row; } }
          .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown {
            width: 100%;
            margin: 0;
            z-index: 400;
            display: flex;
            flex-direction: column; }
            @media screen and (min-width: 40em) {
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown {
                position: absolute;
                top: 100%;
                right: 0;
                z-index: 400; } }
            @media screen and (max-width: 39.99875em) {
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown {
                top: 0;
                position: relative; } }
            .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li {
              justify-content: center;
              width: 100%;
              flex: 100;
              display: flex; }
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li:hover a {
                background-color: #accacf; }
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li a {
                width: 100%;
                flex: 100;
                justify-content: center;
                display: flex;
                font-size: 1em;
                line-height: 1;
                padding: 15px 30px;
                color: #004F5C;
                background-color: #b3ced3; }
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li.sdbw:hover a {
                background-color: #de8d00; }
              .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li.sdbw a {
                background-color: #e89400;
                color: #ad4a18; }
                .navigation .nav-container nav ul.nav-list li.has-dropdown ul.nav-dropdown li.sdbw a i {
                  color: #ad4a18; }
    .navigation .nav-container .nav-mobile {
      position: absolute;
      display: flex;
      align-items: center;
      top: 0;
      right: 20px;
      height: 100px;
      width: auto; }
      @media screen and (min-width: 40em) {
        .navigation .nav-container .nav-mobile {
          display: none; } }
      .navigation .nav-container .nav-mobile #nav-toggle {
        left: 18px;
        top: 22px;
        cursor: pointer;
        padding: 10px 35px 16px 0px; }
        .navigation .nav-container .nav-mobile #nav-toggle.sdbw span,
        .navigation .nav-container .nav-mobile #nav-toggle.sdbw span:before,
        .navigation .nav-container .nav-mobile #nav-toggle.sdbw span:after {
          background: #ad4a18; }
        .navigation .nav-container .nav-mobile #nav-toggle span,
        .navigation .nav-container .nav-mobile #nav-toggle span:before,
        .navigation .nav-container .nav-mobile #nav-toggle span:after {
          cursor: pointer;
          border-radius: 1px;
          height: 5px;
          width: 35px;
          background: #004F5C;
          position: absolute;
          display: block;
          content: '';
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -ms-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .navigation .nav-container .nav-mobile #nav-toggle span:before {
          top: -10px; }
        .navigation .nav-container .nav-mobile #nav-toggle span:after {
          bottom: -10px; }
        .navigation .nav-container .nav-mobile #nav-toggle.active span {
          background-color: transparent; }
          .navigation .nav-container .nav-mobile #nav-toggle.active span:before, .navigation .nav-container .nav-mobile #nav-toggle.active span:after {
            top: 0; }
          .navigation .nav-container .nav-mobile #nav-toggle.active span:before {
            transform: rotate(45deg); }
          .navigation .nav-container .nav-mobile #nav-toggle.active span:after {
            transform: rotate(-45deg); }

footer {
  padding: 60px;
  background-color: #004F5C;
  color: #569099; }
  footer svg {
    fill: #569099; }
    footer svg:hover {
      color: #72a8b0;
      fill: #72a8b0; }
  footer #footer-container a {
    color: #569099; }
    footer #footer-container a:hover {
      color: #72a8b0;
      fill: #72a8b0; }
  footer #footer-container .sdbg-logo {
    margin-right: 15px; }
  footer #footer-container .brand .logo:hover #SDBeerLogo #sd {
    color: #72a8b0;
    fill: #72a8b0; }
  footer #footer-container .brand .logo:hover #SDBeerLogo #beer {
    color: #72a8b0;
    fill: #72a8b0; }
  footer #footer-container .brand .logo:hover #SDBeerLogo #sun {
    color: #72a8b0;
    fill: #72a8b0; }
  footer #footer-container .brewers-guild .logo {
    width: 100%;
    margin-right: 0; }
    footer #footer-container .brewers-guild .logo div {
      width: 100%;
      flex: 100%; }
    footer #footer-container .brewers-guild .logo .svg {
      width: 100%;
      flex: 100%; }
      footer #footer-container .brewers-guild .logo .svg #bg {
        fill: none; }
      footer #footer-container .brewers-guild .logo .svg #inside-line {
        fill: #569099;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      footer #footer-container .brewers-guild .logo .svg #outside-line {
        fill: #569099;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      footer #footer-container .brewers-guild .logo .svg #text {
        fill: #569099;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
  footer #footer-container .brewers-guild:hover .logo .svg #bg {
    fill: none; }
  footer #footer-container .brewers-guild:hover .logo .svg #inside-line {
    fill: #93bcc2; }
  footer #footer-container .brewers-guild:hover .logo .svg #outside-line {
    fill: #93bcc2; }
  footer #footer-container .brewers-guild:hover .logo .svg #text {
    fill: #93bcc2; }
  footer #footer-container .brewers-guild .brand-text .top {
    width: 100%;
    font-size: 1.25em;
    color: #569099;
    font-style: italic;
    text-transform: lowercase;
    line-height: 1; }
  footer #footer-container .brewers-guild .brand-text .bottom {
    width: 100%;
    font-size: 1.5em;
    color: #569099;
    font-weight: 600;
    line-height: 1.6; }
  footer #footer-container nav ul {
    list-style: none;
    margin: 0 15px; }
    footer #footer-container nav ul.social-links li ul {
      margin: 0; }
      footer #footer-container nav ul.social-links li ul li {
        margin-right: 10px; }
    footer #footer-container nav ul .heading {
      font-weight: 800;
      margin-bottom: 15px;
      text-align: left;
      color: #93bcc2; }
    footer #footer-container nav ul li {
      margin-bottom: 7.5px; }
      footer #footer-container nav ul li a {
        color: #569099;
        font-weight: 500;
        text-align: left;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        footer #footer-container nav ul li a:hover {
          color: #72a8b0;
          fill: #72a8b0; }
  footer #footer-container .copyright {
    font-family: "egizio-urw", serif;
    font-style: italic;
    font-size: 0.85em; }
    @media screen and (max-width: 39.99875em) {
      footer #footer-container .copyright {
        flex: 100%;
        margin-bottom: 15px; } }
  @media screen and (max-width: 39.99875em) {
    footer #footer-container .supporting {
      flex: 100%; }
      footer #footer-container .supporting:hover {
        color: #72a8b0;
        fill: #72a8b0; } }
  footer #footer-container .supporting .partner {
    fill: #569099; }
    footer #footer-container .supporting .partner span {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 0.65em; }
    footer #footer-container .supporting .partner a {
      padding: 0 0 0 10%; }
    footer #footer-container .supporting .partner #BetterpressIcon {
      padding: 0 20%; }
  footer.sdbw {
    background-color: #ad4a18; }
    footer.sdbw #footer-container {
      color: #e89400; }
      footer.sdbw #footer-container a {
        color: #e89400; }
        footer.sdbw #footer-container a:hover {
          color: #72a8b0;
          fill: #72a8b0; }
      footer.sdbw #footer-container svg {
        fill: #e89400; }
        footer.sdbw #footer-container svg #beer {
          fill: none; }
        footer.sdbw #footer-container svg:hover {
          fill: #ffbf4f; }
      footer.sdbw #footer-container nav ul .heading {
        color: #ffbf4f; }
      footer.sdbw #footer-container nav ul li a {
        color: #e89400; }
        footer.sdbw #footer-container nav ul li a:hover {
          color: #ffbf4f; }
        footer.sdbw #footer-container nav ul li a svg {
          fill: #e89400; }
      footer.sdbw #footer-container .brewers-guild .brand-text {
        white-space: pre-wrap; }
        footer.sdbw #footer-container .brewers-guild .brand-text .top {
          color: #e89400; }
        footer.sdbw #footer-container .brewers-guild .brand-text .bottom {
          color: #e89400; }
  footer #lyftLogo {
    fill: #e89400 !important; }

#subscription-footer {
  position: relative;
  height: auto;
  padding: 15px 0;
  background-color: #99BEC4;
  color: #004F5C; }
  #subscription-footer.sdrb {
    background-color: #87d1e6;
    color: #3a7c99;
    font-weight: 800; }
  #subscription-footer.sdbw {
    background-color: #de8d00;
    color: #ad4a18; }
    #subscription-footer.sdbw button {
      color: #ad4a18; }
    #subscription-footer.sdbw .button {
      background-color: #ad4a18; }
  #subscription-footer .input-group {
    margin-bottom: 0; }

.sdbw-container .subheader-section {
  background-color: #e89400; }
  .sdbw-container .subheader-section #subheader-nav ul li {
    color: #ad4a18; }
    .sdbw-container .subheader-section #subheader-nav ul li a {
      color: #ad4a18; }
  .sdbw-container .subheader-section .button {
    color: #ad4a18;
    border-color: #ad4a18; }

.subheader-section {
  background-color: #9ABFC5;
  padding: 15px 30px; }

#subheader-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  @media screen and (max-width: 39.99875em) {
    #subheader-nav {
      flex-direction: column; } }
  #subheader-nav ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    list-style: none;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 39.99875em) {
      #subheader-nav ul {
        margin-bottom: 15px;
        justify-content: center; } }
    #subheader-nav ul.button-group {
      order: 2; }
      #subheader-nav ul.button-group li:after {
        content: ""; }
    #subheader-nav ul li {
      display: flex;
      align-items: center;
      color: #004F5C; }
      #subheader-nav ul li:after {
        content: "/";
        margin: 0 7.5px;
        display: flex;
        align-items: center; }
      #subheader-nav ul li:last-child:after {
        content: ""; }
      #subheader-nav ul li.current-subheader-item {
        font-weight: 600; }
        @media screen and (max-width: 39.99875em) {
          #subheader-nav ul li.current-subheader-item {
            width: 100%;
            flex: 1 100%;
            display: flex;
            justify-content: center; } }
      #subheader-nav ul li a {
        display: flex;
        font-size: 0.85em;
        color: #004F5C; }
        #subheader-nav ul li a:hover {
          color: #002329; }
  #subheader-nav button {
    padding: 6px;
    border: solid #004F5C 1px;
    margin: 2px;
    border-radius: 3px;
    color: #004F5C;
    cursor: pointer; }

.sdbw-header {
  background-color: #ffefab; }

.festival-container {
  overflow-x: hidden; }
  .festival-container p {
    color: #ad4a18; }
  .festival-container .button {
    background-color: #e89400;
    color: #ad4a18;
    text-transform: uppercase;
    font-weight: 800; }
    .festival-container .button:hover, .festival-container .button:focus {
      background-color: #de8d00;
      color: #ad4a18; }
  .festival-container .heading-featured {
    color: #ad4a18;
    box-shadow: inset 0 -2px 0 #ad4a18; }
    .festival-container .heading-featured h3 {
      border-color: #ad4a18;
      color: #ad4a18; }

.festival-header {
  background-color: #ffefab;
  padding: 30px; }

.header-nav {
  flex: 1;
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .header-nav {
      display: flex !important; } }
  .header-nav .nav-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    margin: 0; }
    @media screen and (max-width: 39.99875em) {
      .header-nav .nav-list {
        flex-direction: column;
        width: 100%;
        flex: 1; } }
    .header-nav .nav-list li {
      display: flex;
      list-style: none;
      align-items: center;
      margin: 0 1vw; }
      .header-nav .nav-list li a {
        position: relative;
        display: flex;
        list-style: none;
        align-items: center;
        font-weight: 600;
        justify-content: space-between;
        text-decoration: none;
        text-transform: capitalize;
        color: #ad4a18;
        padding-bottom: 8px;
        border-bottom: solid 3px transparent; }
        .header-nav .nav-list li a span {
          white-space: nowrap;
          font-weight: 800;
          text-transform: uppercase; }
        .header-nav .nav-list li a.active {
          color: #e89400; }
          .header-nav .nav-list li a.active:before {
            content: "";
            position: absolute;
            background-image: url("/public/svg/hops-sdbw.svg");
            top: -60px;
            width: 100%;
            height: 60px;
            background-repeat: no-repeat;
            background-position: center; }
            @media screen and (max-width: 63.99875em) {
              .header-nav .nav-list li a.active:before {
                display: none; } }
        .header-nav .nav-list li a:hover, .header-nav .nav-list li a :focus {
          color: #e89400; }
        .header-nav .nav-list li a i {
          margin-right: 8px;
          color: #e89400; }
      .header-nav .nav-list li .eventsHeader {
        border: 2px solid #ad4a18;
        padding: 6px 6px 6px 6px;
        margin-top: -10px; }

.festival-header-top {
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 39.99875em) {
    .festival-header-top {
      grid-template-columns: repeat(1, 1fr); } }
  .festival-header-top .festival-name {
    color: #e89400;
    text-align: center;
    text-transform: uppercase; }
  .festival-header-top .festival-date-description {
    color: #e89400;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 39.99875em) {
    .festival-header-top .center {
      padding: 0 60px; } }
  .festival-header-top .center .logo svg {
    fill: #ad4a18; }

.festival-header-bottom {
  padding-top: 30px; }
  .festival-header-bottom span {
    color: #ad4a18; }
  .festival-header-bottom li {
    font-size: 18px; }
  .festival-header-bottom ul.sdbw-dropdown {
    width: 100%;
    margin: 0;
    z-index: 400;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 40em) {
      .festival-header-bottom ul.sdbw-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 400; } }
    @media screen and (max-width: 39.99875em) {
      .festival-header-bottom ul.sdbw-dropdown {
        top: 0;
        position: relative; } }
    .festival-header-bottom ul.sdbw-dropdown li {
      justify-content: center;
      width: 100%;
      flex: 100;
      display: flex; }
      .festival-header-bottom ul.sdbw-dropdown li:hover a {
        background-color: #ffa508; }
      .festival-header-bottom ul.sdbw-dropdown li a {
        width: 100%;
        flex: 100;
        justify-content: center;
        display: flex;
        font-size: 1em;
        line-height: 1;
        padding: 15px 30px;
        color: #ad4a18;
        background-color: #fff7d4; }
      .festival-header-bottom ul.sdbw-dropdown li.sdbw:hover a {
        background-color: #de8d00; }
      .festival-header-bottom ul.sdbw-dropdown li.sdbw a {
        background-color: #e89400;
        color: #ad4a18; }
        .festival-header-bottom ul.sdbw-dropdown li.sdbw a i {
          color: #ad4a18; }

.player-wrapper {
  padding-top: 56.25%;
  position: relative; }

.react-player {
  left: 0;
  position: absolute;
  top: 0; }

.react-player-container video {
  object-fit: cover; }

@media screen and (max-width: 768px) {
  .festival-header-bottom {
    padding-top: 30px; }
    .festival-header-bottom span {
      color: #ad4a18; }
    .festival-header-bottom li {
      font-size: 12px; } }

@media screen and (max-width: 640px) {
  .festival-header-bottom {
    padding-top: 30px; }
    .festival-header-bottom span {
      color: #ad4a18; }
    .festival-header-bottom li {
      font-size: 18px; } }

.festival-home .about-section {
  background-color: #ffefab;
  padding: 60px 30px; }
  .festival-home .about-section .festival-date-description {
    color: #e89400; }
  .festival-home .about-section .festival-name {
    color: #ad4a18;
    text-transform: uppercase;
    font-weight: 800; }
  .festival-home .about-section .festival-description {
    color: #ad4a18;
    font-weight: bold;
    white-space: pre-line; }

.festival-home .sub-festivals-section {
  padding: 30px;
  display: grid;
  grid-auto-rows: minmax(auto, auto);
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 30px; }
  @media screen and (max-width: 39.99875em) {
    .festival-home .sub-festivals-section {
      grid-template-columns: repeat(1, 1fr); } }
  .festival-home .sub-festivals-section .sub-festival-item {
    display: grid;
    grid-auto-rows: minmax(auto, auto);
    grid-template-columns: repeat(2, 1fr);
    height: 100%; }
    @media screen and (max-width: 39.99875em) {
      .festival-home .sub-festivals-section .sub-festival-item {
        grid-template-columns: repeat(1, 1fr); } }
    .festival-home .sub-festivals-section .sub-festival-item:hover .info {
      background-color: #ffeda1; }
    .festival-home .sub-festivals-section .sub-festival-item .info {
      display: flex;
      flex-direction: column;
      background-color: #ffefab;
      padding: 30px;
      justify-content: center; }
      .festival-home .sub-festivals-section .sub-festival-item .info .subtitle {
        margin-top: 30px;
        text-align: center;
        color: #e89400;
        font-family: "egizio-urw", serif; }
      .festival-home .sub-festivals-section .sub-festival-item .info .title {
        text-align: center;
        color: #ad4a18;
        text-transform: uppercase;
        font-weight: 800; }
      .festival-home .sub-festivals-section .sub-festival-item .info .extra {
        text-align: center;
        color: #e89400;
        margin-bottom: 30px; }
    .festival-home .sub-festivals-section .sub-festival-item .image {
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 39.99875em) {
        .festival-home .sub-festivals-section .sub-festival-item .image {
          min-height: 20vh; } }

.festival-home .lyft-section {
  background-color: #fefefe;
  color: #ad4a18;
  padding: 30px 0; }
  .festival-home .lyft-section .button {
    background-color: #ff00be;
    color: #fefefe; }
    .festival-home .lyft-section .button:hover, .festival-home .lyft-section .button:focus {
      background-color: #f500b6;
      color: #fefefe; }

.subfestival {
  background-color: #e89400;
  color: #ffefab;
  padding-bottom: 30px; }
  .subfestival .foodDescription {
    font-weight: bold;
    margin: 5px 0 0 0; }
  .subfestival .subfestival-section-header .banner-image {
    height: auto;
    width: 100%; }
    .subfestival .subfestival-section-header .banner-image img {
      width: 100%; }
  .subfestival .subfestival-section-header .subfestival-desction-area {
    margin: 30px 0;
    text-align: center;
    color: #ffefab;
    padding: 0 30px; }
  .subfestival .subfestival-section-header .subfestival-name {
    text-transform: uppercase;
    font-weight: 800; }
  .subfestival .subfestival-section-tickets {
    padding: 30px 0; }
    .subfestival .subfestival-section-tickets .ticket-container {
      display: grid;
      grid-auto-rows: minmax(auto, auto);
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 39.99875em) {
        .subfestival .subfestival-section-tickets .ticket-container {
          grid-template-columns: repeat(1, 1fr); } }
      .subfestival .subfestival-section-tickets .ticket-container .ticket {
        border-radius: 3px;
        color: #ad4a18;
        background-color: #fefefe;
        display: flex;
        flex-direction: column;
        height: 100%; }
        .subfestival .subfestival-section-tickets .ticket-container .ticket .button {
          background-color: #ad4a18;
          color: #ffefab;
          text-transform: uppercase;
          font-weight: 800;
          letter-spacing: 0.05em; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .button:hover, .subfestival .subfestival-section-tickets .ticket-container .ticket .button:focus {
            background-color: #a44617;
            color: #ffefab; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout {
            background-color: #ec9b72;
            color: #ad4a18;
            cursor: default; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout:hover, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout:focus {
              background-color: #ec9b72;
              color: #ad4a18; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout:hover, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout:active, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.soldout:focus {
              box-shadow: none;
              outline: 0; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet {
            background-color: moccasin;
            color: #ad4a18;
            cursor: default; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet:hover, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet:focus {
              background-color: moccasin;
              color: #ad4a18; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet:hover, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet:active, .subfestival .subfestival-section-tickets .ticket-container .ticket .button.not-yet:focus {
              box-shadow: none;
              outline: 0; }
        .subfestival .subfestival-section-tickets .ticket-container .ticket .top {
          min-height: 10vh;
          background-position: center;
          background-size: cover;
          border-radius: 3px 3px 0 0; }
        .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom {
          padding: 30px; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-name {
            text-align: center;
            text-transform: uppercase; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-description {
            text-align: left;
            color: #ad4a18; }
          .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-option {
            width: 100%;
            display: flex;
            flex-direction: column; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-option i {
              margin-bottom: 0;
              color: #e89400;
              margin-right: 10px; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-option .option-name {
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: center;
              text-transform: capitalize; }
            .subfestival .subfestival-section-tickets .ticket-container .ticket .bottom .ticket-option p {
              color: #ad4a18;
              text-align: center; }
  .subfestival .subfestival-section-breweries {
    padding: 30px 0; }
    .subfestival .subfestival-section-breweries .brewery-feed {
      display: grid;
      grid-auto-rows: minmax(auto, auto);
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 39.99875em) {
        .subfestival .subfestival-section-breweries .brewery-feed {
          grid-template-columns: repeat(1, 1fr); } }
      .subfestival .subfestival-section-breweries .brewery-feed .brewery {
        background-color: #fff9de;
        display: flex;
        flex-direction: column;
        padding: 30px;
        border-radius: 3px;
        height: 100%; }
        .subfestival .subfestival-section-breweries .brewery-feed .brewery img {
          width: 100%;
          border-radius: 100%;
          margin-bottom: 15px; }
        .subfestival .subfestival-section-breweries .brewery-feed .brewery .brewery-name {
          color: #ad4a18;
          text-transform: uppercase;
          text-align: center;
          height: 100%;
          align-items: center;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 800; }
        .subfestival .subfestival-section-breweries .brewery-feed .brewery .beer-list {
          color: #ad4a18; }
          .subfestival .subfestival-section-breweries .brewery-feed .brewery .beer-list .beer-list-title {
            text-align: center;
            font-weight: bold;
            text-decoration: underline; }
          .subfestival .subfestival-section-breweries .brewery-feed .brewery .beer-list .beer {
            text-align: center;
            margin: 10px 0; }
            .subfestival .subfestival-section-breweries .brewery-feed .brewery .beer-list .beer .beer-name {
              text-transform: uppercase;
              font-weight: bold; }

.brew-chef, .brew-chef a {
  color: #ffefab; }

.brew-chef .vendor-link {
  font-size: 1.25em;
  font-weight: 700;
  width: auto;
  display: inline-block; }

.brew-chef .vendor-name {
  font-weight: 800; }

.brew-chef .brew-link {
  font-weight: 700;
  color: #ad4a18; }

.vendor-link:hover {
  color: #564942; }

.brew-link:hover {
  color: #564942; }

.brew-chef p {
  margin: 0;
  color: #feefab; }

.partner-page {
  background-color: #ffefab; }
  .partner-page .partners-section {
    padding: 60px 30px; }
    .partner-page .partners-section .partner-name {
      color: #ad4a18; }

.mediaRow {
  margin-bottom: 5% !important; }

.mediaPage {
  background-color: #ffefab; }

.mediaLinks {
  padding-top: 2% !important;
  color: #ad4a18; }

.mediaDownload {
  display: block;
  color: #ad4a18;
  padding-top: 10% !important;
  font-size: 1.6em; }

.mediaImages {
  height: 70vh !important;
  overflow-y: scroll; }

.mediaImage {
  max-height: 200px; }

.mediaKitColumn {
  border-right: 1px solid #ad4a18;
  height: 67vh !important;
  overflow-y: scroll; }

.mediaKit {
  font-size: 1.6em; }

.subMediaKit {
  color: #ad4a18;
  font-size: 2em;
  text-decoration: underline;
  display: block; }

@media screen and (max-width: 1023px) {
  .mediaKitColumn, .mediaImages {
    height: auto !important;
    border-right: none; } }

.lodgingPage {
  background-color: #ffefab;
  padding-bottom: 15%;
  font-family: "brandon-grotesque", sans-serif; }

.lodgingItem {
  padding: 20px 30px;
  background: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.hotelName {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ad4a18; }

.hotelContent p a {
  color: #ad4a18;
  text-decoration: underline; }
  .hotelContent p a:hover {
    color: #e89400; }

.hotelLink, .hotelContent p {
  text-align: center; }

.craftSection {
  margin-top: 30px; }
  .craftSection .craftLocationTitle {
    font-size: 40px;
    font-weight: bold;
    color: #569099;
    font-family: "brandon-grotesque", sans-serif; }

.cell.small-12.regularCraftVideo {
  display: block; }

.cell.small-12.mobileCraftVideo {
  display: none; }

.capitalCraftImage {
  width: 50%; }

.craftCollaborators {
  width: 80%;
  margin-bottom: 40px; }

.cell.large-6.craftShotContainer {
  padding-right: 9.5%; }

.cell.large-6.craftTaste {
  padding-left: 9.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #569099; }
  .cell.large-6.craftTaste .craftIpaInfoTitle {
    font-weight: bolder;
    text-decoration: underline; }

.craftWideShot {
  width: 81%; }

.taylor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #569099; }
  .taylor .taylorShoutOut {
    margin-left: 30px; }

.craftIpaInfo {
  margin: 50px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #569099; }
  .craftIpaInfo .craftIpaInfoTitle {
    font-weight: bolder;
    text-decoration: underline; }

.capitalCraftTagLine {
  margin-top: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #569099; }

.craftPartner {
  padding: 20px 0;
  font-family: "brandon-grotesque", sans-serif;
  color: #569099;
  font-weight: bold; }
  .craftPartner .craftPartnerLink {
    color: #569099; }
    .craftPartner .craftPartnerLink:hover {
      text-decoration: underline;
      color: #004F5C; }
  .craftPartner .craftPartnerName {
    font-size: 30px; }
  .craftPartner .craftPartnerAddress {
    text-decoration: underline; }

@media screen and (max-width: 635px) {
  .cell.small-12.regularCraftVideo {
    display: none; }
  .cell.small-12.mobileCraftVideo {
    display: block; }
  .capitalCraftImage {
    width: 96%; }
  .craftCollaborators {
    width: 96%;
    margin-bottom: 40px; }
  .cell.large-6.craftTaste, .cell.large-6.craftShotContainer {
    padding: 0; }
  .craftWideShot {
    width: 100%; } }

.button.locationSearch {
  background-color: #ad4a18;
  color: #ffefab; }

.webViewEventsLength {
  display: block; }

.mobileViewTitle {
  display: none; }

.mobileViewEventsLength {
  display: none; }

@media screen and (max-width: 635px) {
  .mobileViewGone {
    display: none; }
  .cell.large-6 {
    padding: 0;
    padding-top: 5px; }
  .mobileViewSubTitle {
    text-align: left !important; }
  .webViewEventsLength {
    display: none; }
  .mobileViewEventsLength {
    display: block;
    padding: 10px 0 !important; }
  .mobileViewTitle {
    display: block;
    color: #ad4a18;
    font-size: 26px;
    font-weight: bold; } }

.loadingScreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh; }

.event-item {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  background: #f9f9f9;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .event-item:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    background: #fff; }
    .event-item:hover .event-title {
      color: #00424d !important; }
  .event-item img {
    width: 100%;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .event-item:last-child {
    float: left; }
  .event-item .top-info, .event-item .info {
    padding: 15px 15px 0 15px;
    text-align: left;
    min-height: 125px;
    display: flex;
    flex-flow: row wrap;
    display: flex; }
    .event-item .top-info .brewery, .event-item .info .brewery {
      flex: 1 100%;
      align-items: center;
      display: flex; }
      .event-item .top-info .brewery .brewery-img, .event-item .info .brewery .brewery-img {
        width: 25px;
        float: left;
        margin-right: 10px;
        display: flex;
        border-radius: 50%; }
      .event-item .top-info .brewery .brewery-name, .event-item .info .brewery .brewery-name {
        font-size: 0.85em;
        font-weight: 600;
        float: left;
        align-items: center;
        display: flex;
        color: #569099; }
        .event-item .top-info .brewery .brewery-name.sdbw, .event-item .info .brewery .brewery-name.sdbw {
          color: #e89400; }
    .event-item .top-info .event-title, .event-item .info .event-title {
      width: 100%;
      font-size: 1em;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.4;
      flex: 2 100%;
      display: flex;
      align-items: center;
      text-align: left;
      color: #004F5C;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .event-item .top-info .event-title.sdbw, .event-item .info .event-title.sdbw {
        color: #ad4a18; }
  .event-item .bottom-info, .event-item .info {
    display: flex;
    line-height: 1;
    padding: 20px 15px; }
    .event-item .bottom-info .columns, .event-item .info .columns {
      padding: 0; }
    .event-item .bottom-info i, .event-item .info i {
      font-size: 24px;
      color: #99BEC4;
      align-items: center;
      text-align: center;
      margin-bottom: 10px; }
      .event-item .bottom-info i.sdbw, .event-item .info i.sdbw {
        color: #e89400; }
    .event-item .bottom-info .event-date, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date, .event-item .info .event-date, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .event-item .bottom-info .event-date .event-date-wrapper, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper, .event-item .info .event-date .event-date-wrapper, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper {
        display: flex;
        flex-direction: column; }
        .event-item .bottom-info .event-date .event-date-wrapper .event-date-day, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-day, .event-item .info .event-date .event-date-wrapper .event-date-day, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-day {
          font-size: 0.75em;
          color: #004F5C;
          font-weight: 600;
          font-style: italic;
          line-height: 1;
          margin-bottom: 0.25em; }
          .event-item .bottom-info .event-date .event-date-wrapper .event-date-day.sdbw, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-day.sdbw, .event-item .info .event-date .event-date-wrapper .event-date-day.sdbw, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-day.sdbw {
            color: #ad4a18; }
        .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day, .event-item .info .event-date .event-date-wrapper .event-date-month-day, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-month-day {
          flex-flow: column;
          font-size: 1em;
          line-height: 1; }
          .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-month, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-month {
            color: #004F5C;
            text-transform: uppercase;
            margin-right: 0.25em;
            font-weight: 600; }
            .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw, .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw {
              color: #ad4a18; }
          .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number {
            color: #004F5C;
            font-weight: 800; }
            .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw, .event-item .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw, .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw, .event-item .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw, #event-page-wrapper #event-page .event-side-info .event-item .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw {
              color: #ad4a18; }
    .event-item .bottom-info .event-time, .event-item .info .event-time {
      flex: 1;
      display: flex;
      flex-direction: column;
      color: #004F5C;
      font-size: 0.95em;
      font-weight: 600;
      line-height: 1; }
      .event-item .bottom-info .event-time.sdbw, .event-item .info .event-time.sdbw {
        color: #ad4a18; }
      .event-item .bottom-info .event-time .event-time-start, .event-item .info .event-time .event-time-start {
        font-size: 0.75em; }
      .event-item .bottom-info .event-time .event-time-dash, .event-item .info .event-time .event-time-dash {
        font-size: 0.75em;
        float: left; }
      .event-item .bottom-info .event-time .event-time-end, .event-item .info .event-time .event-time-end {
        font-size: 0.75em; }
        .event-item .bottom-info .event-time .event-time-end.sdbw, .event-item .info .event-time .event-time-end.sdbw {
          color: #ad4a18; }
    .event-item .bottom-info .event-type, .event-item .info .event-type {
      word-wrap: break-word;
      flex: 1;
      display: flex;
      flex-direction: column;
      color: #004F5C;
      font-weight: 600;
      font-size: 0.85em;
      line-height: 1; }
      .event-item .bottom-info .event-type.sdbw, .event-item .info .event-type.sdbw {
        color: #ad4a18; }

.featured-event {
  /*border:solid red;*/
  background-color: white;
  /*border:solid blue 1px;*/ }
  .featured-event .photo {
    /*width:100%;*/
    overflow: hidden; }
  .featured-event .details {
    padding: 15px; }
    .featured-event .details h3 {
      font-weight: bold;
      font-size: 1em;
      text-align: left; }

.home-event-item {
  text-align: left;
  list-style: none;
  padding: 20px;
  border: groove grey 2px;
  /*margin:10px;*/
  overflow: hidden;
  padding: 20px;
  /*width:50%;*/
  height: 300px;
  display: inline-block;
  cursor: pointer;
  background-color: white; }
  .home-event-item ul li {
    list-style: none; }

#featured-feed {
  padding: 30px 0 0 0;
  width: 100%; }

.featured-feed-container {
  background-color: #D1BE92;
  padding: 30px 0;
  width: 100%; }
  .featured-feed-container.sdbw {
    background-color: #ad4a18; }
    .featured-feed-container.sdbw .event-feed {
      background-color: transparent; }
  .featured-feed-container .event-feed {
    background-color: #D1BE92; }

.event-feed {
  background-color: #cee0e3;
  padding: 30px 0; }
  .event-feed.sdbw {
    background-color: #e89400; }

#more-events {
  background-color: #cee0e3;
  padding: 30px 0; }
  #more-events.sdbw {
    background-color: #e89400; }

#featured-event {
  background-color: #9ABFC5;
  padding: 30px 0;
  width: 100%; }
  #featured-event .event-item {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
    -moz-box-shadow: -5px 5px 10px #568f98 0.75;
    box-shadow: -5px 5px 10px #568f98 0.75; }
    #featured-event .event-item.featured {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      flex-direction: column; }
      #featured-event .event-item.featured:before {
        background: linear-gradient(to bottom, rgba(0, 9, 10, 0.7) 0%, rgba(0, 9, 10, 0.75) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 1;
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
      @media screen and (max-width: 39.99875em) {
        #featured-event .event-item.featured {
          background-image: none !important; } }
      #featured-event .event-item.featured:hover {
        -webkit-box-shadow: -5px 5px 30px #568f98 1;
        -moz-box-shadow: -5px 5px 30px #568f98 1;
        box-shadow: -5px 5px 30px #568f98 1;
        background-color: #f9f9f9; }
        #featured-event .event-item.featured:hover:before {
          opacity: 0.6; }
        #featured-event .event-item.featured:hover .top-info, #featured-event .event-item.featured:hover .info {
          background-color: #f9f9f9; }
      #featured-event .event-item.featured .wrapper {
        display: flex;
        flex-direction: column;
        width: 100%; }
      #featured-event .event-item.featured .top-info, #featured-event .event-item.featured .info {
        width: 100%;
        display: flex;
        height: auto;
        position: relative;
        padding: 30px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 300; }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .top-info, #featured-event .event-item.featured .info {
            justify-content: center; } }
        #featured-event .event-item.featured .top-info .featured, #featured-event .event-item.featured .info .featured {
          display: flex;
          flex-direction: column;
          flex: 100%;
          height: auto;
          text-align: center; }
          #featured-event .event-item.featured .top-info .featured i, #featured-event .event-item.featured .info .featured i {
            margin: auto;
            display: flex;
            flex: 100%;
            font-size: 24px;
            width: 24px;
            text-align: center; }
          #featured-event .event-item.featured .top-info .featured p, #featured-event .event-item.featured .info .featured p {
            margin: auto;
            display: flex;
            margin-bottom: 15px; }
        #featured-event .event-item.featured .top-info .brewery, #featured-event .event-item.featured .info .brewery {
          display: flex;
          flex: 100%;
          margin: auto;
          flex-direction: column; }
          #featured-event .event-item.featured .top-info .brewery .brewery-img, #featured-event .event-item.featured .info .brewery .brewery-img {
            margin-bottom: 10px;
            width: 36px; }
          #featured-event .event-item.featured .top-info .brewery .brewery-name, #featured-event .event-item.featured .info .brewery .brewery-name {
            margin-bottom: 15px;
            font-size: 1.25em;
            color: #569099; }
        #featured-event .event-item.featured .top-info .event-title, #featured-event .event-item.featured .info .event-title {
          text-align: center;
          font-size: 1.5em;
          margin: auto;
          text-align: center;
          justify-content: center; }
          @media screen and (max-width: 39.99875em) {
            #featured-event .event-item.featured .top-info .event-title, #featured-event .event-item.featured .info .event-title {
              justify-content: center; } }
      #featured-event .event-item.featured .bottom-info i, #featured-event .event-item.featured .info i {
        margin-bottom: 0; }
      #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .info .event-date, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date {
        margin-bottom: 15px;
        flex-flow: row;
        display: flex;
        flex: 100%;
        align-items: center; }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .info .event-date, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date {
            justify-content: center; } }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date, #featured-event .event-item.featured .info .event-date, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date {
            flex-direction: column; } }
        #featured-event .event-item.featured .bottom-info .event-date i, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date i, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date i, #featured-event .event-item.featured .info .event-date i, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date i, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date i {
          margin-right: 15px; }
          @media screen and (max-width: 39.99875em) {
            #featured-event .event-item.featured .bottom-info .event-date i, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date i, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date i, #featured-event .event-item.featured .info .event-date i, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date i, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date i {
              margin: 0; } }
        #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper, #featured-event .event-item.featured .info .event-date .event-date-wrapper, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper {
          display: flex;
          flex-direction: column; }
          #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-day {
            display: inherit;
            font-size: 1.5em; }
            @media screen and (max-width: 39.99875em) {
              #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-day, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-day {
                justify-content: center; } }
          #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day, #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day {
            display: inherit;
            flex-direction: row;
            font-size: 2.5em; }
            #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day .event-date-month {
              display: inherit; }
            #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #featured-event .event-item.featured .bottom-info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .bottom-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #featured-event .event-item.featured .info #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number, #event-page-wrapper #event-page .event-side-info #featured-event .event-item.featured .info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number {
              display: inherit; }
      #featured-event .event-item.featured .bottom-info .event-time, #featured-event .event-item.featured .info .event-time {
        margin-bottom: 15px;
        flex-flow: row;
        display: flex;
        flex: 100%;
        align-items: center;
        font-size: 1.5em; }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-time, #featured-event .event-item.featured .info .event-time {
            justify-content: center; } }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-time, #featured-event .event-item.featured .info .event-time {
            flex-direction: column; } }
        #featured-event .event-item.featured .bottom-info .event-time i, #featured-event .event-item.featured .info .event-time i {
          margin-right: 15px; }
        #featured-event .event-item.featured .bottom-info .event-time .event-time-start, #featured-event .event-item.featured .info .event-time .event-time-start {
          display: inherit; }
        #featured-event .event-item.featured .bottom-info .event-time .event-time-dash, #featured-event .event-item.featured .info .event-time .event-time-dash {
          display: inherit; }
        #featured-event .event-item.featured .bottom-info .event-time .event-time-end, #featured-event .event-item.featured .info .event-time .event-time-end {
          display: inherit; }
      #featured-event .event-item.featured .bottom-info .event-type, #featured-event .event-item.featured .info .event-type {
        margin-bottom: 15px;
        align-items: center;
        flex: 100%;
        flex-flow: row;
        display: flex;
        font-size: 1.5em; }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-type, #featured-event .event-item.featured .info .event-type {
            justify-content: center; } }
        @media screen and (max-width: 39.99875em) {
          #featured-event .event-item.featured .bottom-info .event-type, #featured-event .event-item.featured .info .event-type {
            flex-direction: column; } }
        #featured-event .event-item.featured .bottom-info .event-type i, #featured-event .event-item.featured .info .event-type i {
          margin-right: 15px; }
      #featured-event .event-item.featured .photo {
        padding: 0; }

.sdbw-page p {
  color: #ad4a18; }
  .sdbw-page p a {
    color: #ad4a18;
    font-weight: bold; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-header {
  color: #ffefab;
  font-size: 5em; }
  @media screen and (max-width: 63.99875em) {
    .sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-header {
      font-size: 3em; } }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-top-extra {
  color: #ad4a18;
  font-size: 2em; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-top-header {
  color: #e89400; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-sub-header {
  color: #e89400; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .btn, .sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content button a, button .sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content a {
  color: #ffefab;
  border-color: #ffefab; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-date, .sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info .sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-date {
  color: #e89400; }

.sdbw-page #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-time {
  color: #ffefab; }

#featured-carousel {
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 400px;
  -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
  -moz-box-shadow: -5px 5px 10px #568f98 0.75;
  box-shadow: -5px 5px 10px #568f98 0.75; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content h2 {
    color: #ffefab; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content h3 {
    color: #e89400; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content h6 {
    color: #e89400; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content .btn, #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content button a, button #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content a {
    color: #ffefab;
    border-color: #ffefab; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content .event-date, #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content .event-date {
    color: #e89400; }
  #featured-carousel.sdbw .featured-carousel-item .featured-carousel-center-content .event-time {
    color: #ffefab; }
  #featured-carousel:hover {
    -webkit-box-shadow: -5px 5px 30px #568f98 1;
    -moz-box-shadow: -5px 5px 30px #568f98 1;
    box-shadow: -5px 5px 30px #568f98 1; }
    #featured-carousel:hover .featured-carousel-item:before {
      opacity: 0.85; }
    #featured-carousel:hover .featured-carousel-arrows .featured-carousel-arrow i {
      opacity: 1 !important;
      filter: alpha(opacity=100 !important) !important; }
  #featured-carousel .featured-carousel-arrows {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */ }
    #featured-carousel .featured-carousel-arrows .featured-carousel-arrow {
      display: flex;
      color: #fff; }
      #featured-carousel .featured-carousel-arrows .featured-carousel-arrow i {
        font-size: 48px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.55 !important;
        filter: alpha(opacity=55 !important) !important; }
        #featured-carousel .featured-carousel-arrows .featured-carousel-arrow i:hover {
          color: #569099; }
      #featured-carousel .featured-carousel-arrows .featured-carousel-arrow.disabled i {
        color: inherit;
        opacity: 0.15 !important;
        filter: alpha(opacity=15 !important) !important; }
      #featured-carousel .featured-carousel-arrows .featured-carousel-arrow.left {
        display: flex;
        margin-left: 2%; }
      #featured-carousel .featured-carousel-arrows .featured-carousel-arrow.right {
        display: flex;
        margin-right: 2%; }
  #featured-carousel .featured-carousel-item {
    background-position: center;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 400px; }
    #featured-carousel .featured-carousel-item:before {
      background: linear-gradient(to bottom, rgba(0, 9, 10, 0.7) 0%, rgba(0, 9, 10, 0.75) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      opacity: 1;
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    #featured-carousel .featured-carousel-item .featured-carousel-center-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: auto;
      color: #fff;
      z-index: 100;
      width: 80%; }
      @media screen and (max-width: 63.99875em) {
        #featured-carousel .featured-carousel-item .featured-carousel-center-content {
          width: 60%; } }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .marquee-event {
        color: #D1BE92;
        font-size: 1em;
        font-weight: 600; }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-date, #featured-carousel .featured-carousel-item .featured-carousel-center-content #event-page-wrapper #event-page .event-side-info .event-date, #event-page-wrapper #event-page .event-side-info #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-date {
        font-size: 1.25em;
        font-weight: 600;
        font-style: italic;
        font-family: "egizio-urw", serif;
        color: #D1BE92; }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .event-time {
        font-size: 1em;
        font-weight: 600; }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content i {
        color: #D1BE92; }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-header {
        color: #fff;
        font-size: 2.25em;
        font-weight: 800;
        text-transform: uppercase; }
        @media screen and (max-width: 63.99875em) {
          #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-header {
            font-size: 1.5em; } }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-top-header {
        color: #D1BE92;
        font-family: "egizio-urw", serif;
        font-size: 1.75em;
        font-weight: 600;
        letter-spacing: 0.025em; }
        @media screen and (max-width: 63.99875em) {
          #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-top-header {
            font-size: 1em; } }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content h6 {
        color: #0eb6c4;
        font-style: italic;
        font-weight: 600; }
      #featured-carousel .featured-carousel-item .featured-carousel-center-content .carousel-sub-header {
        text-align: center;
        color: #D1BE92; }

.button-carousel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  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: #99BEC4;
  color: #fefefe;
  margin-top: 1em;
  font-weight: bold;
  color: #004F5C;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  display: flex; }
  [data-whatinput='mouse'] .button-carousel {
    outline: 0; }
  .button-carousel:hover, .button-carousel:focus {
    background-color: #93bac0;
    color: #fefefe; }
  .button-carousel i {
    margin: 0;
    display: flex; }
  .button-carousel:hover {
    color: #004F5C; }

#event-page-wrapper #event-page .SocialMediaShareButton svg.social-icon {
  fill: white; }

#event-page-wrapper #event-page .header-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  padding: 4vw 0;
  position: relative; }
  #event-page-wrapper #event-page .header-image:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.65;
    z-index: 999;
    content: ""; }
  #event-page-wrapper #event-page .header-image h2 {
    z-index: 99999999;
    color: #fff;
    text-transform: uppercase; }

#event-page-wrapper #event-page .event-box {
  margin: 30px 0; }
  #event-page-wrapper #event-page .event-box .event-body .event-header-info {
    width: 100%;
    text-align: left; }
    #event-page-wrapper #event-page .event-box .event-body .event-header-info .back-to-events {
      color: #004F5C;
      display: flex;
      text-align: left; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-box .event-body .event-header-info .back-to-events {
          text-align: center;
          justify-content: center; } }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .back-to-events.sdbw {
        color: #ad4a18; }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .back-to-events i {
        font-size: inherit; }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .back-to-events:hover {
        color: #007b8f; }
    #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-logo {
      height: 100%;
      width: 50px; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-logo {
          margin: 0 auto; } }
    #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-name {
      font-size: 1.25em;
      font-weight: 600;
      color: #569099;
      text-align: left; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-name {
          text-align: center; } }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-name.sdbw {
        color: #e89400; }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .brewery .brewery-name:hover {
        color: #72a8b0; }
    #event-page-wrapper #event-page .event-box .event-body .event-header-info .title {
      font-weight: 800;
      color: #004F5C;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: left; }
      #event-page-wrapper #event-page .event-box .event-body .event-header-info .title.sdbw {
        color: #ad4a18; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-box .event-body .event-header-info .title {
          text-align: center; } }
  #event-page-wrapper #event-page .event-box .event-body .event-body-text {
    text-align: left;
    font-family: "egizio-urw", serif; }
    #event-page-wrapper #event-page .event-box .event-body .event-body-text p {
      text-align: left;
      font-family: "egizio-urw", serif; }

#event-page-wrapper #event-page .event-side-info {
  width: 100%;
  background: none;
  display: flex; }
  #event-page-wrapper #event-page .event-side-info a {
    margin-bottom: 0; }
  #event-page-wrapper #event-page .event-side-info.sdbw i {
    color: #e89400;
    display: inline-flex; }
  #event-page-wrapper #event-page .event-side-info .event-info-header {
    font-size: 1.25em;
    color: #569099;
    width: 100%; }
  #event-page-wrapper #event-page .event-side-info .button i {
    margin-right: 0;
    font-size: inherit; }
  #event-page-wrapper #event-page .event-side-info i {
    font-size: 24px;
    color: #99BEC4;
    text-align: center; }
  #event-page-wrapper #event-page .event-side-info .event-date {
    flex: 1; }
    #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper {
      text-align: center;
      flex: 1; }
      @media screen and (min-width: 64em) {
        #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper {
          text-align: left; } }
      #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day {
        font-size: 1.5em;
        color: #004F5C;
        font-weight: 600;
        font-style: italic;
        line-height: 1;
        margin-bottom: 0.25em; }
        #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day.sdbw {
          color: #e89400; }
        @media screen and (max-width: 39.99875em) {
          #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-day {
            font-size: 0.85em; } }
      #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day {
        font-size: 2.5em;
        line-height: 1; }
        @media screen and (max-width: 39.99875em) {
          #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day {
            font-size: 1.25em; } }
        #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month {
          color: #004F5C;
          text-transform: uppercase;
          margin-right: 0.25em;
          font-weight: 600; }
          #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-month.sdbw {
            color: #ad4a18; }
        #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number {
          color: #004F5C;
          font-weight: 800; }
          #event-page-wrapper #event-page .event-side-info .event-date .event-date-wrapper .event-date-month-day .event-date-day-number.sdbw {
            color: #ad4a18; }
  #event-page-wrapper #event-page .event-side-info .event-time {
    justify-content: flex-start;
    font-size: 1.25em;
    font-weight: 600;
    color: #004F5C;
    line-height: 1;
    align-items: center;
    flex: 1; }
    @media screen and (max-width: 39.99875em) {
      #event-page-wrapper #event-page .event-side-info .event-time {
        font-size: 0.85em; } }
    #event-page-wrapper #event-page .event-side-info .event-time.sdbw {
      color: #ad4a18; }
    #event-page-wrapper #event-page .event-side-info .event-time .event-time-dash {
      font-size: 0.75em;
      float: left; }
  #event-page-wrapper #event-page .event-side-info .event-type {
    flex: 1;
    font-size: 1.25em;
    font-weight: 600;
    color: #004F5C; }
    @media screen and (max-width: 39.99875em) {
      #event-page-wrapper #event-page .event-side-info .event-type {
        font-size: 0.85em; } }
    #event-page-wrapper #event-page .event-side-info .event-type span {
      text-align: left; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-type span {
          text-align: center; } }
    #event-page-wrapper #event-page .event-side-info .event-type.sdbw {
      color: #ad4a18; }
  #event-page-wrapper #event-page .event-side-info .event-location {
    align-items: center;
    flex: 1; }
    #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address {
      text-align: left; }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address {
          text-align: center; } }
      #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address.sdbw a {
        color: #ad4a18; }
      #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-city {
        font-size: 1.25em;
        font-weight: 600;
        color: #004F5C; }
        @media screen and (max-width: 39.99875em) {
          #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-city {
            font-size: 0.85em; } }
        #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-city.sdbw {
          color: #ad4a18; }
      #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-name {
        font-weight: bold;
        color: #569099; }
        #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-name.sdbw {
          color: #ad4a18; }
      #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-street {
        font-size: 1.25em;
        font-weight: 600;
        color: #004F5C;
        text-align: center; }
        @media screen and (max-width: 39.99875em) {
          #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-street {
            font-size: 0.85em; } }
        #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-street.sdbw {
          color: #ad4a18; }
        @media screen and (min-width: 64em) {
          #event-page-wrapper #event-page .event-side-info .event-location .wrapper .event-location-address .event-location-street {
            text-align: left; } }
  #event-page-wrapper #event-page .event-side-info .event-tickets {
    flex: 1; }
    #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost {
      font-size: 1.25em;
      font-weight: 600;
      color: #004F5C;
      text-align: left; }
      @media screen and (max-width: 39.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost {
          font-size: 0.85em; } }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost {
          text-align: center; } }
      #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost.sdbw {
        color: #de8d00; }
    #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost-price {
      font-size: 1.25em;
      font-weight: 600;
      color: #004F5C;
      text-align: left; }
      @media screen and (max-width: 39.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost-price {
          font-size: 0.85em; } }
      @media screen and (max-width: 63.99875em) {
        #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost-price {
          text-align: center; } }
      #event-page-wrapper #event-page .event-side-info .event-tickets .wrapper .event-cost-price.sdbw {
        color: #ad4a18; }

.event-body-text ul {
  flex-direction: column;
  list-style: disc outside none;
  display: list-item; }
  .event-body-text ul li {
    width: 100%;
    list-style: initial;
    display: list-item; }

#home-description {
  padding: 30px 0;
  width: 100%;
  padding: 60px 0; }
  #home-description p.h3 {
    font-family: 'brandon-grotesque', sans-serif; }

#home-nav {
  width: 100%;
  background-color: #D1BE92;
  padding: 60px 0; }
  #home-nav .box {
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 4px; }
    #home-nav .box:before {
      background: linear-gradient(to bottom, rgba(0, 9, 10, 0.7) 0%, rgba(0, 9, 10, 0.75) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      opacity: 1;
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      border-radius: 4px; }
    #home-nav .box:hover:before {
      opacity: 0.85; }
    #home-nav .box:hover .center-icon i {
      color: #e6e6e6; }
    #home-nav .box:hover .info i {
      margin-left: 10px; }
    #home-nav .box .inside {
      z-index: 100;
      padding: 45px; }
      #home-nav .box .inside .center-icon i {
        font-size: 38px;
        color: #99BEC4; }
      #home-nav .box .inside .info {
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.25em;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        #home-nav .box .inside .info i {
          color: white; }
  #home-nav.sdbw {
    background-color: #ffa508; }
    #home-nav.sdbw .box:before {
      background: #803712;
      background: -webkit-linear-gradient(legacy-direction(#ad4a18 40%), #803712);
      background: linear-gradient(#ad4a18 40%, #803712);
      height: 101%; }
    #home-nav.sdbw .box .inside .center-icon i {
      color: #ffefab; }
    #home-nav.sdbw .box .inside .info {
      color: #e89400; }
      #home-nav.sdbw .box .inside .info i {
        color: #e89400; }
  #home-nav.sdrb {
    background-color: #df8251; }
    #home-nav.sdrb .center-icon i {
      color: #773816 !important; }
    #home-nav.sdrb .info {
      color: #773816 !important;
      font-size: 1.75em !important; }
      #home-nav.sdrb .info i {
        color: #773816 !important;
        font-size: 1.5em; }
    #home-nav.sdrb .box:before {
      background: #78c9e0;
      background: -webkit-linear-gradient(legacy-direction(#a2d9e9), #78c9e0);
      background: linear-gradient(#a2d9e9, #78c9e0);
      opacity: 0.85; }

a {
  color: black; }

a:hover {
  color: black; }

#breweries-home {
  background-color: #99BEC4;
  padding: 30px;
  padding: 30px 0;
  width: 100%; }
  #breweries-home.sdbw {
    background-color: #e89400; }

#featured-events-home {
  background-color: #9ABFC5;
  padding: 30px 0;
  width: 100%; }

.material-icons.banner {
  color: #98bdc3;
  vertical-align: -6px; }

#home-nav div div a {
  -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
  -moz-box-shadow: -5px 5px 10px #568f98 0.75;
  box-shadow: -5px 5px 10px #568f98 0.75; }

.brewery-nav-select {
  width: 30vw;
  min-width: 200px; }

#breweries-feed {
  background-color: #cee0e3;
  display: flex;
  justify-content: space-between;
  padding: 60px 0; }
  #breweries-feed.sdbw-color {
    background-color: #ffefab; }
  #breweries-feed.sdrb-color {
    background-color: transparent !important; }

.breweries-feed {
  background-color: #9ABFC5;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  color: #004F5C;
  justify-content: center; }

.sdbw-color {
  background-color: #ffefab; }
  .sdbw-color .brewery-name.sdbw {
    color: #ad4a18; }

.brewery-item {
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  background: white;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  background: #f9f9f9; }
  .brewery-item:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    background: #fff; }
    .brewery-item:hover .brewery-item-logo {
      -webkit-box-shadow: -5px 5px 30px #568f98 1;
      -moz-box-shadow: -5px 5px 30px #568f98 1;
      box-shadow: -5px 5px 30px #568f98 1; }
    .brewery-item:hover .brewery-name {
      color: #007b8f; }
  .brewery-item .brewery-item-logo {
    display: flex;
    width: 100%;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 15px;
    -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
    -moz-box-shadow: -5px 5px 10px #568f98 0.75;
    box-shadow: -5px 5px 10px #568f98 0.75;
    justify-content: center; }
    @media screen and (max-width: 39.99875em) {
      .brewery-item .brewery-item-logo {
        width: 100px; } }
  .brewery-item .brewery-name {
    display: flex;
    justify-content: center;
    color: #004F5C;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.25em; }
    @media screen and (min-width: 64em) {
      .brewery-item .brewery-name {
        font-size: 0.85em; } }
  .brewery-item.sdrb:hover .brewery-name {
    color: #773816 !important; }
  .brewery-item.sdrb .brewery-name {
    color: #773816; }

#brewery-page:before {
  width: 100%;
  background-color: #E0EBED;
  content: "";
  z-index: -1;
  position: absolute;
  height: 200px;
  display: flex; }
  @media screen and (max-width: 74.99875em) {
    #brewery-page:before {
      display: none; } }

#brewery-page .brewery-page-header {
  color: #004F5C;
  width: 100%;
  text-align: left;
  padding: 30px 0; }
  @media screen and (max-width: 74.99875em) {
    #brewery-page .brewery-page-header {
      background-color: #E0EBED; } }
  #brewery-page .brewery-page-header .brewery-logo {
    padding: 10%; }
    @media screen and (max-width: 74.99875em) {
      #brewery-page .brewery-page-header .brewery-logo {
        justify-content: center; } }
    #brewery-page .brewery-page-header .brewery-logo img {
      border-radius: 100%;
      width: 100%;
      background-color: #569099; }
  #brewery-page .brewery-page-header .brewery-name {
    color: #004F5C;
    text-align: left;
    text-transform: uppercase; }
    @media screen and (max-width: 63.99875em) {
      #brewery-page .brewery-page-header .brewery-name {
        font-size: 2em;
        justify-content: center;
        width: 100%;
        text-align: center; } }
  #brewery-page .brewery-page-header .brewery-url {
    color: #004F5C;
    font-weight: 600;
    margin-bottom: 15px;
    display: inherit; }
    @media screen and (min-width: 64em) {
      #brewery-page .brewery-page-header .brewery-url {
        margin-bottom: 2em; } }

#brewery-page #brewery-locations #brewery-locations-list .location-list-item {
  margin-bottom: 30px;
  color: #004F5C; }
  #brewery-page #brewery-locations #brewery-locations-list .location-list-item .menu {
    margin-top: 15px;
    font-size: 0.75em; }
    #brewery-page #brewery-locations #brewery-locations-list .location-list-item .menu li {
      align-items: center; }
    #brewery-page #brewery-locations #brewery-locations-list .location-list-item .menu i {
      margin-right: 10px;
      font-size: inherit; }
  #brewery-page #brewery-locations #brewery-locations-list .location-list-item .location-name {
    display: flex;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase; }
  #brewery-page #brewery-locations #brewery-locations-list .location-list-item .location-street {
    display: flex;
    justify-content: center; }
  #brewery-page #brewery-locations #brewery-locations-list .location-list-item .location-city {
    display: flex;
    justify-content: center; }

#recent-tweets {
  margin: 30px 0; }
  #recent-tweets .tweet {
    display: flex;
    flex-direction: column;
    background-color: #E0EBED;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 4px;
    height: 100%; }
    #recent-tweets .tweet .tweet-header {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #recent-tweets .tweet .tweet-header .logo {
        justify-content: center;
        border-radius: 100%; }
      #recent-tweets .tweet .tweet-header .tweet-title {
        display: flex; }
        #recent-tweets .tweet .tweet-header .tweet-title .tweet-user-name {
          display: flex;
          justify-content: center;
          font-weight: 600; }
        #recent-tweets .tweet .tweet-header .tweet-title .tweet-screen-name {
          display: flex;
          justify-content: center; }
    #recent-tweets .tweet .tweet-content {
      font-size: 1em;
      font-weight: 600;
      margin-top: 15px; }

#untappd {
  margin: 30px 0; }
  #untappd .untappd-item {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 15px;
    background-color: #F4F4F4;
    padding: 15px;
    width: 100%;
    height: 100%;
    border-radius: 4px; }
    #untappd .untappd-item .beer-name {
      font-size: 1.25em;
      width: 100%;
      flex: 1;
      text-transform: uppercase;
      margin-bottom: 15px; }
    #untappd .untappd-item .beer-style {
      font-size: 0.85em; }
    #untappd .untappd-item .beer-avb {
      font-size: 0.85em; }
    #untappd .untappd-item .beer-ibu {
      font-size: 0.85em; }
    #untappd .untappd-item .beer-label {
      margin-top: 15px; }
      #untappd .untappd-item .beer-label img {
        width: 30%;
        height: auto;
        border-radius: 4px; }

.modal {
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*height: 700px;*/ }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.form-label {
  font-size: 110%; }

.brewery-info-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: auto;
  align-items: center; }
  .brewery-info-form div {
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }

.full-width {
  width: 100%; }

.seventeefi {
  width: 75%; }

.half-width {
  width: 50%; }

.quarter-width {
  width: 25%; }

.nav-dropdown-select {
  cursor: pointer; }

.nav-dropdown-select:hover {
  color: #004F5C; }

.admin-event-item {
  width: 250px;
  margin: 20px; }

.admin-event-feed {
  display: flex;
  flex-wrap: wrap; }
  .admin-event-feed .event-item {
    width: 100%; }

/*!
 * Quill Editor v1.2.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 250px;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  text-align: right;
  margin-right: 0.3em;
  margin-left: -1.5em; }

.ql-editor li.ql-direction-rtl::before {
  text-align: left;
  margin-left: 0.3em; }

.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num; }

.ql-editor ol li:before {
  content: counter(list-num, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

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

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

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px; }

.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

.appButton {
  transform: scale(0.85); }

.appLogo {
  max-width: 40%; }

.active {
  color: red; }

.location-nav-item {
  padding: 5px; }

.location-content {
  display: flex;
  flex-wrap: nowrap; }
  @media screen and (max-width: 39.99875em) {
    .location-content {
      flex-wrap: wrap; } }

.location-type-toggle {
  padding-left: 5px;
  padding-right: 5px; }

.location-type-toggle-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.location-main-side .location-item {
  border-top: solid #9ABFC5 1px;
  background-color: #fff;
  /*display:inline-block;*/
  color: #fff;
  cursor: pointer; }
  .location-main-side .location-item:hover {
    background-color: #E0EBED; }
  .location-main-side .location-item .map-icon {
    padding-right: 30%; }
  .location-main-side .location-item .location-name {
    color: #004F5C;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 800;
    text-align: left; }
  .location-main-side .location-item .brewery-logo {
    padding-right: 40%; }
    .location-main-side .location-item .brewery-logo img {
      border-radius: 100%; }
  .location-main-side .location-item .brewery-name {
    color: #569099;
    text-align: left;
    font-weight: 600; }
  .location-main-side .location-item .location-city {
    font-weight: 600;
    text-align: left; }

.location-main-side .location-details ul li {
  color: #004F5C; }

.location-main-side .location-details .h4 {
  color: #004F5C; }

.location-main-side .location-details .location-name {
  text-transform: uppercase;
  color: #004F5C;
  font-weight: 800;
  font-size: 1.5em; }

.location-main-side .location-details .brewery-name {
  font-weight: 600;
  color: #569099; }

.location-main-side .location-details .location-address {
  font-weight: 600;
  color: #569099; }

.location-main-side .location-details .location-logo img {
  border-radius: 100%; }

#location-page {
  display: flex;
  flex-direction: column; }
  #location-page #location-page-header {
    background-color: #E0EBED;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    color: #004F5C; }
    #location-page #location-page-header .brewery-logo img {
      border-radius: 100%; }
    #location-page #location-page-header .brewery-name {
      width: auto;
      justify-content: center;
      display: flex;
      flex: 1;
      color: #569099; }
      #location-page #location-page-header .brewery-name:hover {
        color: #72a8b0; }
    #location-page #location-page-header .location-name {
      width: auto;
      flex: 1;
      text-align: center;
      text-transform: uppercase;
      color: #004F5C;
      justify-content: center; }
  #location-page #location-info {
    color: #004F5C;
    margin: 30px 0; }
    #location-page #location-info a {
      color: #004F5C;
      font-weight: 600; }
    #location-page #location-info .button {
      font-weight: inherit; }
    #location-page #location-info p {
      color: #004F5C;
      font-weight: 600; }
    #location-page #location-info ul li {
      font-weight: 600; }

#map-container {
  position: relative; }
  #map-container .location-main-side {
    width: 20vw; }
    @media screen and (max-width: 39.99875em) {
      #map-container .location-main-side {
        width: 100vw;
        background-color: #fff;
        z-index: 300;
        position: absolute;
        top: 56vh;
        left: 0;
        right: 0; } }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      #map-container .location-main-side {
        width: 40vw; } }
  @media screen and (max-width: 39.99875em) {
    #map-container.active-details .location-main-side {
      position: absolute;
      top: 0vh; } }
  #map-container #location-nav {
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #E0EBED;
    padding: 15px 30px;
    align-items: center; }
    #map-container #location-nav .menu {
      flex-wrap: nowrap; }
      #map-container #location-nav .menu li:first-child {
        padding-right: 15px; }
    @media screen and (max-width: 39.99875em) {
      #map-container #location-nav {
        max-height: 0;
        flex-wrap: wrap;
        display: none; } }
    #map-container #location-nav label {
      display: flex;
      font-size: 0.85em;
      font-weight: 600;
      color: #004F5C; }
    #map-container #location-nav input {
      font-weight: 600; }
  #map-container #location-nav.open-nav {
    max-height: 1000px;
    display: block; }
  @media screen and (max-width: 39.99875em) {
    #map-container nav {
      position: absolute;
      z-index: 100; } }
  #map-container .location-nav-mobile-header {
    display: none; }
    @media screen and (max-width: 39.99875em) {
      #map-container .location-nav-mobile-header {
        display: flex; } }
  #map-container .map-point {
    -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
    -moz-box-shadow: -5px 5px 10px #568f98 0.75;
    box-shadow: -5px 5px 10px #568f98 0.75;
    width: 200px;
    background-color: white;
    z-index: 9999999;
    padding: 10px;
    position: absolute;
    border-radius: 4px;
    left: 30px;
    top: 30px; }

.map-container .map-icon {
  width: 34px;
  height: 34px;
  display: flex;
  padding: 6px;
  background-color: #fff;
  border-radius: 100%; }
  .map-container .map-icon svg {
    width: 100%; }
  .map-container .map-icon.brewery {
    background: rgba(209, 190, 146, 0.8);
    z-index: 4;
    position: absolute; }
    .map-container .map-icon.brewery svg {
      fill: #004F5C; }
  .map-container .map-icon.allied {
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    position: absolute; }
    .map-container .map-icon.allied svg {
      fill: #004F5C; }
  .map-container .map-icon.selected {
    background-color: #D1BE92; }
    .map-container .map-icon.selected svg {
      fill: #004F5C; }

.location-main-map {
  width: 80vw; }
  @media screen and (max-width: 39.99875em) {
    .location-main-map {
      width: 100vw; } }

.sdbw-map {
  width: 100vw; }
  @media screen and (max-width: 39.99875em) {
    .sdbw-map {
      width: 100vw; } }

.location-type-toggle, .location-category-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .location-type-toggle i, .location-category-toggle i {
    color: #004F5C;
    margin-bottom: 10px;
    font-size: 30px; }
  .location-type-toggle svg, .location-category-toggle svg {
    fill: #004F5C;
    margin-bottom: 10px;
    width: 30px;
    height: auto; }
  .location-type-toggle span, .location-category-toggle span {
    color: #004F5C;
    font-weight: 600;
    font-size: 0.75em; }
  .location-type-toggle.deselect i, .location-category-toggle.deselect i {
    color: #9ABFC5; }
  .location-type-toggle.deselect svg, .location-category-toggle.deselect svg {
    fill: #9ABFC5; }
  .location-type-toggle.deselect span, .location-category-toggle.deselect span {
    color: #9ABFC5;
    font-weight: 600; }

.location-category-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .location-category-toggle i {
    color: #9ABFC5;
    margin-bottom: 10px; }
  .location-category-toggle span {
    color: #9ABFC5;
    font-size: 0.65em; }
  .location-category-toggle.deselect i {
    color: #004F5C; }
  .location-category-toggle.deselect span {
    color: #004F5C;
    font-weight: 600; }

.sdrb-featured-carousel .carousel-top-header {
  color: #cbeaf3 !important; }

.sdrb-featured-carousel .carousel-header {
  color: #e1dbca !important; }

.sdrb-featured-carousel .carousel-sub-header {
  color: #cbeaf3 !important; }

.sdrb-featured-carousel .btn, .sdrb-featured-carousel button a, button .sdrb-featured-carousel a {
  color: #cbeaf3 !important; }

main {
  font-size: 26pt;
  color: black;
  z-index: 1000; }

#sdbeer-app-header {
  font-family: brandon-grotesque,sans-serif; }
  @media screen and (max-width: 39.99875em) {
    #sdbeer-app-header {
      display: flex;
      justify-content: center; } }

#vidPlayer {
  position: relative; }

#vidPlayer-android {
  transform: scale(0.8);
  position: relative;
  height: 100%;
  display: flex; }

.marvel-device.s5.black .top-bar {
  background-color: transparent !important;
  background-size: 0 !important; }

#app-vid {
  bottom: 0;
  transform: scale(1.07, 1); }

#app-vid-android {
  bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    #app-vid-android {
      position: absolute; } }

.androidStore img {
  height: 80px; }

.appleStore img {
  height: 80px; }

#sdbeer-head {
  background-image: url("https://s3-us-west-1.amazonaws.com/sdbeer/Guadalupe_brewery-8.jpg");
  height: 15vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative; }

#sdbeer-head::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(6, 79, 92, 0.7), #064f5c);
  position: absolute;
  z-index: 1;
  content: "";
  background-repeat: no-repeat; }

.appHeaderText {
  color: #9abfc5;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 20; }

#iphoneDisplay {
  height: 667px !important;
  transform: scale(0.8); }
  @media screen and (max-width: 39.99875em) {
    #iphoneDisplay {
      transform: scale(0.6) !important;
      height: 580px !important; } }

.marvel-device {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
  background: white;
  overflow: hidden;
  display: block;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px #111;
  box-shadow: 0 0 0 3px #111; }

.marvel-device .top-bar, .marvel-device .bottom-bar {
  height: 3px;
  background: black;
  width: 100%;
  display: block; }

.marvel-device .middle-bar {
  width: 3px;
  height: 4px;
  top: 0px;
  left: 90px;
  background: black;
  position: absolute; }

.marvel-device.iphone8 {
  width: 375px;
  height: 667px;
  padding: 105px 24px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2); }

.marvel-device.iphone8:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: '';
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1; }

.marvel-device.iphone8:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: '';
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  z-index: 2; }

.marvel-device.iphone8 .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 22px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%); }

.marvel-device.iphone8 .home:before {
  background: #f8f8f8;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px; }

.marvel-device.iphone8 .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0; }

.marvel-device.iphone8 .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0; }

.marvel-device.iphone8 .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0px 2px 2px 0px;
  background: #d9dbdc; }

.marvel-device.iphone8 .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #d9dbdc; }

.marvel-device.iphone8 .volume:before {
  position: absolute;
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone8 .volume:after {
  position: absolute;
  left: 0px;
  top: 82px;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone8 .camera {
  background: #3c3d3d;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -6px;
  border-radius: 100%;
  z-index: 3; }

.marvel-device.iphone8 .sensor {
  background: #3c3d3d;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 49px;
  left: 134px;
  z-index: 3;
  border-radius: 100%; }

.marvel-device.iphone8 .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3; }

.marvel-device.iphone8.gold {
  background: #f9e7d3; }

.marvel-device.iphone8.gold .top-bar, .marvel-device.iphone8.gold .bottom-bar {
  background: white; }

.marvel-device.iphone8.gold .sleep, .marvel-device.iphone8.gold .volume {
  background: #f9e7d3; }

.marvel-device.iphone8.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%); }

.marvel-device.iphone8.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7); }

.marvel-device.iphone8.black:before {
  background: #080808; }

.marvel-device.iphone8.black:after {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121; }

.marvel-device.iphone8.black .top-bar, .marvel-device.iphone8.black .bottom-bar {
  background: #212121; }

.marvel-device.iphone8.black .volume, .marvel-device.iphone8.black .sleep {
  background: #464646; }

.marvel-device.iphone8.black .camera {
  background: #080808; }

.marvel-device.iphone8.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%); }

.marvel-device.iphone8.black .home:before {
  background: #080808; }

.marvel-device.iphone8.landscape {
  padding: 24px 105px;
  height: 375px;
  width: 667px; }

.marvel-device.iphone8.landscape .sleep {
  top: 100%;
  border-radius: 0px 0px 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px; }

.marvel-device.iphone8.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 188px - 66px);
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 68px -  14px);
  top: 0; }

.marvel-device.iphone8.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0; }

.marvel-device.iphone8.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 22px; }

.marvel-device.iphone8.landscape .sensor {
  top: 134px;
  left: calc(100% - 49px - 16px); }

.marvel-device.iphone8.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 54px - 6px);
  top: 50%;
  margin-left: 0px;
  margin-top: -35px; }

.marvel-device.iphone8.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px; }

.marvel-device.iphone8plus {
  width: 414px;
  height: 736px;
  padding: 112px 26px;
  background: #d9dbdc;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2); }

.marvel-device.iphone8plus:before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  content: '';
  left: 6px;
  border-radius: 50px;
  background: #f8f8f8;
  z-index: 1; }

.marvel-device.iphone8plus:after {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  content: '';
  left: 8px;
  border-radius: 48px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #fff;
  z-index: 2; }

.marvel-device.iphone8plus .home {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 24px;
  z-index: 3;
  background: #303233;
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%); }

.marvel-device.iphone8plus .home:before {
  background: #f8f8f8;
  position: absolute;
  content: '';
  border-radius: 100%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px; }

.marvel-device.iphone8plus .top-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  top: 68px;
  left: 0; }

.marvel-device.iphone8plus .bottom-bar {
  height: 14px;
  background: #bfbfc0;
  position: absolute;
  bottom: 68px;
  left: 0; }

.marvel-device.iphone8plus .sleep {
  position: absolute;
  top: 190px;
  right: -4px;
  width: 4px;
  height: 66px;
  border-radius: 0px 2px 2px 0px;
  background: #d9dbdc; }

.marvel-device.iphone8plus .volume {
  position: absolute;
  left: -4px;
  top: 188px;
  z-index: 0;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #d9dbdc; }

.marvel-device.iphone8plus .volume:before {
  position: absolute;
  left: 2px;
  top: -78px;
  height: 40px;
  width: 2px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone8plus .volume:after {
  position: absolute;
  left: 0px;
  top: 82px;
  height: 66px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone8plus .camera {
  background: #3c3d3d;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -6px;
  border-radius: 100%;
  z-index: 3; }

.marvel-device.iphone8plus .sensor {
  background: #3c3d3d;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 54px;
  left: 154px;
  z-index: 3;
  border-radius: 100%; }

.marvel-device.iphone8plus .speaker {
  background: #292728;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 59px;
  left: 50%;
  margin-left: -35px;
  border-radius: 6px;
  z-index: 3; }

.marvel-device.iphone8plus.gold {
  background: #f9e7d3; }

.marvel-device.iphone8plus.gold .top-bar, .marvel-device.iphone8plus.gold .bottom-bar {
  background: white; }

.marvel-device.iphone8plus.gold .sleep, .marvel-device.iphone8plus.gold .volume {
  background: #f9e7d3; }

.marvel-device.iphone8plus.gold .home {
  background: #cebba9;
  background: linear-gradient(135deg, #cebba9 0%, #f9e7d3 50%, #cebba9 100%); }

.marvel-device.iphone8plus.black {
  background: #464646;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.7); }

.marvel-device.iphone8plus.black:before {
  background: #080808; }

.marvel-device.iphone8plus.black:after {
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1), inset 0 0 6px 3px #212121; }

.marvel-device.iphone8plus.black .top-bar, .marvel-device.iphone8plus.black .bottom-bar {
  background: #212121; }

.marvel-device.iphone8plus.black .volume, .marvel-device.iphone8plus.black .sleep {
  background: #464646; }

.marvel-device.iphone8plus.black .camera {
  background: #080808; }

.marvel-device.iphone8plus.black .home {
  background: #080808;
  background: linear-gradient(135deg, #080808 0%, #464646 50%, #080808 100%); }

.marvel-device.iphone8plus.black .home:before {
  background: #080808; }

.marvel-device.iphone8plus.landscape {
  padding: 26px 112px;
  height: 414px;
  width: 736px; }

.marvel-device.iphone8plus.landscape .sleep {
  top: 100%;
  border-radius: 0px 0px 2px 2px;
  right: 190px;
  height: 4px;
  width: 66px; }

.marvel-device.iphone8plus.landscape .volume {
  width: 66px;
  height: 4px;
  top: -4px;
  left: calc(100% - 188px - 66px);
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8plus.landscape .volume:before {
  width: 40px;
  height: 2px;
  top: 2px;
  right: -78px;
  left: auto;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8plus.landscape .volume:after {
  left: -82px;
  width: 66px;
  height: 4px;
  top: 0;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone8plus.landscape .top-bar {
  width: 14px;
  height: 100%;
  left: calc(100% - 68px -  14px);
  top: 0; }

.marvel-device.iphone8plus.landscape .bottom-bar {
  width: 14px;
  height: 100%;
  left: 68px;
  top: 0; }

.marvel-device.iphone8plus.landscape .home {
  top: 50%;
  margin-top: -34px;
  margin-left: 0;
  left: 24px; }

.marvel-device.iphone8plus.landscape .sensor {
  top: 154px;
  left: calc(100% - 54px - 16px); }

.marvel-device.iphone8plus.landscape .speaker {
  height: 70px;
  width: 6px;
  left: calc(100% - 59px - 6px);
  top: 50%;
  margin-left: 0px;
  margin-top: -35px; }

.marvel-device.iphone8plus.landscape .camera {
  left: calc(100% - 29px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px; }

.marvel-device.iphone5s, .marvel-device.iphone5c {
  padding: 105px 22px;
  background: #2c2b2c;
  width: 320px;
  height: 568px;
  border-radius: 50px; }

.marvel-device.iphone5s:before, .marvel-device.iphone5c:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  content: '';
  left: 4px;
  border-radius: 46px;
  background: #1e1e1e;
  z-index: 1; }

.marvel-device.iphone5s .sleep, .marvel-device.iphone5c .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
  background: #282727; }

.marvel-device.iphone5s .volume, .marvel-device.iphone5c .volume {
  position: absolute;
  left: -4px;
  top: 180px;
  z-index: 0;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #282727; }

.marvel-device.iphone5s .volume:before, .marvel-device.iphone5c .volume:before {
  position: absolute;
  left: 0px;
  top: -75px;
  height: 35px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone5s .volume:after, .marvel-device.iphone5c .volume:after {
  position: absolute;
  left: 0px;
  bottom: -64px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone5s .camera, .marvel-device.iphone5c .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
  z-index: 3; }

.marvel-device.iphone5s .sensor, .marvel-device.iphone5c .sensor {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 160px;
  z-index: 3;
  margin-left: -32px;
  border-radius: 5px; }

.marvel-device.iphone5s .speaker, .marvel-device.iphone5c .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3; }

.marvel-device.iphone5s.landscape, .marvel-device.iphone5c.landscape {
  padding: 22px 105px;
  height: 320px;
  width: 568px; }

.marvel-device.iphone5s.landscape .sleep, .marvel-device.iphone5c.landscape .sleep {
  right: -4px;
  top: calc(100% - 120px);
  height: 60px;
  width: 4px;
  border-radius: 0px 2px 2px 0px; }

.marvel-device.iphone5s.landscape .volume, .marvel-device.iphone5c.landscape .volume {
  width: 27px;
  height: 4px;
  top: -4px;
  left: calc(100% - 180px);
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone5s.landscape .volume:before, .marvel-device.iphone5c.landscape .volume:before {
  width: 35px;
  height: 4px;
  top: 0px;
  right: -75px;
  left: auto;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone5s.landscape .volume:after, .marvel-device.iphone5c.landscape .volume:after {
  bottom: 0px;
  left: -64px;
  z-index: 999;
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone5s.landscape .sensor, .marvel-device.iphone5c.landscape .sensor {
  top: 160px;
  left: calc(100% - 60px);
  margin-left: 0px;
  margin-top: -32px; }

.marvel-device.iphone5s.landscape .speaker, .marvel-device.iphone5c.landscape .speaker {
  height: 64px;
  width: 10px;
  left: calc(100% - 60px);
  top: 50%;
  margin-left: 0px;
  margin-top: -32px; }

.marvel-device.iphone5s.landscape .camera, .marvel-device.iphone5c.landscape .camera {
  left: calc(100% - 32px);
  top: 50%;
  margin-left: 0px;
  margin-top: -5px; }

.marvel-device.iphone5s .home {
  border-radius: 36px;
  width: 68px;
  -webkit-box-shadow: inset 0 0 0 4px #2c2b2c;
  box-shadow: inset 0 0 0 4px #2c2b2c;
  height: 68px;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px;
  z-index: 3; }

.marvel-device.iphone5s .top-bar {
  top: 70px;
  position: absolute;
  left: 0; }

.marvel-device.iphone5s .bottom-bar {
  bottom: 70px;
  position: absolute;
  left: 0; }

.marvel-device.iphone5s.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0px; }

.marvel-device.iphone5s.landscape .top-bar {
  left: 70px;
  top: 0px;
  width: 3px;
  height: 100%; }

.marvel-device.iphone5s.landscape .bottom-bar {
  right: 70px;
  left: auto;
  bottom: 0px;
  width: 3px;
  height: 100%; }

.marvel-device.iphone5s.silver {
  background: #bcbcbc; }

.marvel-device.iphone5s.silver:before {
  background: #fcfcfc; }

.marvel-device.iphone5s.silver .volume, .marvel-device.iphone5s.silver .sleep {
  background: #d6d6d6; }

.marvel-device.iphone5s.silver .top-bar, .marvel-device.iphone5s.silver .bottom-bar {
  background: #eaebec; }

.marvel-device.iphone5s.silver .home {
  -webkit-box-shadow: inset 0 0 0 4px #bcbcbc;
  box-shadow: inset 0 0 0 4px #bcbcbc; }

.marvel-device.iphone5s.gold {
  background: #f9e7d3; }

.marvel-device.iphone5s.gold:before {
  background: #fcfcfc; }

.marvel-device.iphone5s.gold .volume, .marvel-device.iphone5s.gold .sleep {
  background: #f9e7d3; }

.marvel-device.iphone5s.gold .top-bar, .marvel-device.iphone5s.gold .bottom-bar {
  background: white; }

.marvel-device.iphone5s.gold .home {
  -webkit-box-shadow: inset 0 0 0 4px #f9e7d3;
  box-shadow: inset 0 0 0 4px #f9e7d3; }

.marvel-device.iphone5c {
  background: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.marvel-device.iphone5c .top-bar, .marvel-device.iphone5c .bottom-bar {
  display: none; }

.marvel-device.iphone5c .home {
  background: #242324;
  border-radius: 36px;
  width: 68px;
  height: 68px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: 19px; }

.marvel-device.iphone5c .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px; }

.marvel-device.iphone5c.landscape .home {
  left: 19px;
  bottom: 50%;
  margin-bottom: -34px;
  margin-left: 0px; }

.marvel-device.iphone5c .volume, .marvel-device.iphone5c .sleep {
  background: #dddddd; }

.marvel-device.iphone5c.red {
  background: #f96b6c; }

.marvel-device.iphone5c.red .volume, .marvel-device.iphone5c.red .sleep {
  background: #ed5758; }

.marvel-device.iphone5c.yellow {
  background: #f2dc60; }

.marvel-device.iphone5c.yellow .volume, .marvel-device.iphone5c.yellow .sleep {
  background: #e5ce4c; }

.marvel-device.iphone5c.green {
  background: #97e563; }

.marvel-device.iphone5c.green .volume, .marvel-device.iphone5c.green .sleep {
  background: #85d94d; }

.marvel-device.iphone5c.blue {
  background: #33a2db; }

.marvel-device.iphone5c.blue .volume, .marvel-device.iphone5c.blue .sleep {
  background: #2694cd; }

.marvel-device.iphone4s {
  padding: 129px 27px;
  width: 320px;
  height: 480px;
  background: #686868;
  border-radius: 54px; }

.marvel-device.iphone4s:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  border-radius: 50px;
  background: #1e1e1e; }

.marvel-device.iphone4s .top-bar {
  top: 60px;
  position: absolute;
  left: 0; }

.marvel-device.iphone4s .bottom-bar {
  bottom: 90px;
  position: absolute;
  left: 0; }

.marvel-device.iphone4s .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 72px;
  left: 134px;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%; }

.marvel-device.iphone4s .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 3;
  margin-left: -32px;
  border-radius: 5px; }

.marvel-device.iphone4s .sensor {
  background: #292728;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 36px;
  left: 50%;
  z-index: 3;
  margin-left: -20px;
  border-radius: 5px; }

.marvel-device.iphone4s .home {
  background: #242324;
  border-radius: 100%;
  width: 72px;
  height: 72px;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 30px; }

.marvel-device.iphone4s .home:after {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px; }

.marvel-device.iphone4s .sleep {
  position: absolute;
  top: -4px;
  right: 60px;
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
  background: #4D4D4D; }

.marvel-device.iphone4s .volume {
  position: absolute;
  left: -4px;
  top: 160px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: #4D4D4D; }

.marvel-device.iphone4s .volume:before {
  position: absolute;
  left: 0px;
  top: -70px;
  height: 35px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone4s .volume:after {
  position: absolute;
  left: 0px;
  bottom: -64px;
  height: 27px;
  width: 4px;
  border-radius: 2px 0px 0px 2px;
  background: inherit;
  content: '';
  display: block; }

.marvel-device.iphone4s.landscape {
  padding: 27px 129px;
  height: 320px;
  width: 480px; }

.marvel-device.iphone4s.landscape .bottom-bar {
  left: 90px;
  bottom: 0px;
  height: 100%;
  width: 3px; }

.marvel-device.iphone4s.landscape .top-bar {
  left: calc(100% - 60px);
  top: 0px;
  height: 100%;
  width: 3px; }

.marvel-device.iphone4s.landscape .camera {
  top: 134px;
  left: calc(100% - 72px);
  margin-left: 0; }

.marvel-device.iphone4s.landscape .speaker {
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 72px);
  width: 10px;
  height: 64px; }

.marvel-device.iphone4s.landscape .sensor {
  height: 40px;
  width: 10px;
  left: calc(100% - 36px);
  top: 50%;
  margin-left: 0;
  margin-top: -20px; }

.marvel-device.iphone4s.landscape .home {
  left: 30px;
  bottom: 50%;
  margin-left: 0;
  margin-bottom: -36px; }

.marvel-device.iphone4s.landscape .sleep {
  height: 60px;
  width: 4px;
  right: -4px;
  top: calc(100% - 120px);
  border-radius: 0px 2px 2px 0px; }

.marvel-device.iphone4s.landscape .volume {
  top: -4px;
  left: calc(100% - 187px);
  height: 4px;
  width: 27px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone4s.landscape .volume:before {
  right: -70px;
  left: auto;
  top: 0px;
  width: 35px;
  height: 4px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone4s.landscape .volume:after {
  width: 27px;
  height: 4px;
  bottom: 0px;
  left: -64px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.iphone4s.silver {
  background: #bcbcbc; }

.marvel-device.iphone4s.silver:before {
  background: #fcfcfc; }

.marvel-device.iphone4s.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc; }

.marvel-device.iphone4s.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.marvel-device.iphone4s.silver .volume, .marvel-device.iphone4s.silver .sleep {
  background: #d6d6d6; }

.marvel-device.nexus5 {
  padding: 50px 15px 50px 15px;
  width: 320px;
  height: 568px;
  background: #1e1e1e;
  border-radius: 20px; }

.marvel-device.nexus5:before {
  border-radius: 600px / 50px;
  background: inherit;
  content: '';
  top: 0;
  position: absolute;
  height: 103.1%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.marvel-device.nexus5 .top-bar {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 20px;
  background: #181818; }

.marvel-device.nexus5 .top-bar:before {
  border-radius: 600px / 50px;
  background: inherit;
  content: '';
  top: 0;
  position: absolute;
  height: 103.0%;
  width: calc(100% - 26px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.marvel-device.nexus5 .bottom-bar {
  display: none; }

.marvel-device.nexus5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 110px;
  height: 100px;
  background: inherit;
  border-radius: 2px 0px 0px 2px; }

.marvel-device.nexus5 .volume {
  width: 3px;
  position: absolute;
  right: -3px;
  top: 70px;
  height: 45px;
  background: inherit;
  border-radius: 0px 2px 2px 0px; }

.marvel-device.nexus5 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 3;
  margin-left: -5px;
  border-radius: 100%; }

.marvel-device.nexus5 .camera:before {
  background: #3c3d3d;
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -100px;
  z-index: 3;
  border-radius: 100%; }

.marvel-device.nexus5.landscape {
  padding: 15px 50px 15px 50px;
  height: 320px;
  width: 568px; }

.marvel-device.nexus5.landscape:before {
  width: 103.1%;
  height: calc(100% - 26px);
  border-radius: 50px / 600px; }

.marvel-device.nexus5.landscape .top-bar {
  left: 3px;
  top: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 6px); }

.marvel-device.nexus5.landscape .top-bar:before {
  width: 103%;
  height: calc(100% - 26px);
  border-radius: 50px / 600px; }

.marvel-device.nexus5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 210px);
  top: -3px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.nexus5.landscape .volume {
  height: 3px;
  width: 45px;
  right: 70px;
  top: 100%;
  border-radius: 0px 0px 2px 2px; }

.marvel-device.nexus5.landscape .camera {
  top: 50%;
  left: calc(100% - 18px);
  margin-left: 0;
  margin-top: -5px; }

.marvel-device.nexus5.landscape .camera:before {
  top: -100px;
  left: 2px; }

.marvel-device.s5 {
  padding: 60px 18px;
  border-radius: 42px;
  width: 320px;
  height: 568px;
  background: #bcbcbc; }

.marvel-device.s5:before, .marvel-device.s5:after {
  width: calc(100% - 52px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px / 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.marvel-device.s5:before {
  top: -7px; }

.marvel-device.s5:after {
  bottom: -7px; }

.marvel-device.s5 .bottom-bar {
  display: none; }

.marvel-device.s5 .top-bar {
  border-radius: 37px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background: radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.02) 20%, transparent 60%) 3px 3px;
  background-color: white;
  background-size: 4px 4px;
  background-position: center;
  z-index: 2;
  position: absolute; }

.marvel-device.s5 .top-bar:before, .marvel-device.s5 .top-bar:after {
  width: calc(100% - 48px);
  content: '';
  display: block;
  height: 26px;
  background: inherit;
  position: absolute;
  border-radius: 500px / 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.marvel-device.s5 .top-bar:before {
  top: -7px; }

.marvel-device.s5 .top-bar:after {
  bottom: -7px; }

.marvel-device.s5 .sleep {
  width: 3px;
  position: absolute;
  left: -3px;
  top: 100px;
  height: 100px;
  background: #cecece;
  border-radius: 2px 0px 0px 2px; }

.marvel-device.s5 .speaker {
  width: 68px;
  height: 8px;
  position: absolute;
  top: 20px;
  display: block;
  z-index: 3;
  left: 50%;
  margin-left: -34px;
  background-color: #bcbcbc;
  background-position: top left;
  border-radius: 4px; }

.marvel-device.s5 .sensor {
  display: block;
  position: absolute;
  top: 20px;
  right: 110px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3; }

.marvel-device.s5 .sensor:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 12px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3; }

.marvel-device.s5 .camera {
  display: block;
  position: absolute;
  top: 24px;
  right: 42px;
  background: black;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  z-index: 3; }

.marvel-device.s5 .camera:before {
  width: 4px;
  height: 4px;
  background: #3c3d3d;
  border-radius: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px; }

.marvel-device.s5 .home {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  left: 50%;
  width: 70px;
  height: 20px;
  background: white;
  border-radius: 18px;
  display: block;
  margin-left: -35px;
  border: 2px solid black; }

.marvel-device.s5.landscape {
  padding: 18px 60px;
  height: 320px;
  width: 568px; }

.marvel-device.s5.landscape:before, .marvel-device.s5.landscape:after {
  height: calc(100% - 52px);
  width: 26px;
  border-radius: 40px / 500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.marvel-device.s5.landscape:before {
  top: 50%;
  left: -7px; }

.marvel-device.s5.landscape:after {
  top: 50%;
  left: auto;
  right: -7px; }

.marvel-device.s5.landscape .top-bar:before, .marvel-device.s5.landscape .top-bar:after {
  width: 26px;
  height: calc(100% - 48px);
  border-radius: 40px / 500px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.marvel-device.s5.landscape .top-bar:before {
  right: -7px;
  top: 50%;
  left: auto; }

.marvel-device.s5.landscape .top-bar:after {
  left: -7px;
  top: 50%;
  right: auto; }

.marvel-device.s5.landscape .sleep {
  height: 3px;
  width: 100px;
  left: calc(100% - 200px);
  top: -3px;
  border-radius: 2px 2px 0px 0px; }

.marvel-device.s5.landscape .speaker {
  height: 68px;
  width: 8px;
  left: calc(100% - 20px);
  top: 50%;
  margin-left: 0;
  margin-top: -34px; }

.marvel-device.s5.landscape .sensor {
  right: 20px;
  top: calc(100% - 110px); }

.marvel-device.s5.landscape .sensor:after {
  left: -12px;
  right: 0px; }

.marvel-device.s5.landscape .camera {
  top: calc(100% - 42px);
  right: 24px; }

.marvel-device.s5.landscape .home {
  width: 20px;
  height: 70px;
  bottom: 50%;
  margin-bottom: -35px;
  margin-left: 0;
  left: 17px; }

.marvel-device.s5.black {
  background: #1e1e1e; }

.marvel-device.s5.black .speaker {
  background: black; }

.marvel-device.s5.black .sleep {
  background: #1e1e1e; }

.marvel-device.s5.black .top-bar {
  background: radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 0 0, radial-gradient(rgba(0, 0, 0, 0.05) 20%, transparent 60%) 3px 3px;
  background-color: #2c2b2c;
  background-size: 4px 4px; }

.marvel-device.s5.black .home {
  background: #2c2b2c; }

.marvel-device.lumia920 {
  padding: 80px 35px 125px 35px;
  background: #ffdd00;
  width: 320px;
  height: 533px;
  border-radius: 40px / 3px; }

.marvel-device.lumia920 .bottom-bar {
  display: none; }

.marvel-device.lumia920 .top-bar {
  width: calc(100% - 24px);
  height: calc(100% - 32px);
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 24px;
  background: black;
  z-index: 1; }

.marvel-device.lumia920 .top-bar:before {
  background: #1e1e1e;
  display: block;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 22px; }

.marvel-device.lumia920 .volume {
  width: 3px;
  position: absolute;
  top: 130px;
  height: 100px;
  background: #1e1e1e;
  right: -3px;
  border-radius: 0px 2px 2px 0px; }

.marvel-device.lumia920 .volume:before {
  width: 3px;
  position: absolute;
  top: 190px;
  content: '';
  display: block;
  height: 50px;
  background: inherit;
  right: 0px;
  border-radius: 0px 2px 2px 0px; }

.marvel-device.lumia920 .volume:after {
  width: 3px;
  position: absolute;
  top: 460px;
  content: '';
  display: block;
  height: 50px;
  background: inherit;
  right: 0px;
  border-radius: 0px 2px 2px 0px; }

.marvel-device.lumia920 .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 34px;
  right: 130px;
  z-index: 5;
  border-radius: 5px; }

.marvel-device.lumia920 .speaker {
  background: #292728;
  width: 64px;
  height: 10px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -32px;
  border-radius: 5px;
  z-index: 3; }

.marvel-device.lumia920.landscape {
  padding: 35px 80px 35px 125px;
  height: 320px;
  width: 568px;
  border-radius: 2px / 100px; }

.marvel-device.lumia920.landscape .top-bar {
  height: calc(100% - 24px);
  width: calc(100% - 32px);
  left: 16px;
  top: 12px; }

.marvel-device.lumia920.landscape .volume {
  height: 3px;
  right: 130px;
  width: 100px;
  top: 100%;
  border-radius: 0px 0px 2px 2px; }

.marvel-device.lumia920.landscape .volume:before {
  height: 3px;
  right: 190px;
  top: 0px;
  width: 50px;
  border-radius: 0px 0px 2px 2px; }

.marvel-device.lumia920.landscape .volume:after {
  height: 3px;
  right: 430px;
  top: 0px;
  width: 50px;
  border-radius: 0px 0px 2px 2px; }

.marvel-device.lumia920.landscape .camera {
  right: 30px;
  top: calc(100% - 140px); }

.marvel-device.lumia920.landscape .speaker {
  width: 10px;
  height: 64px;
  top: 50%;
  margin-left: 0;
  margin-top: -32px;
  left: calc(100% - 48px); }

.marvel-device.lumia920.black {
  background: black; }

.marvel-device.lumia920.white {
  background: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.marvel-device.lumia920.blue {
  background: #00acdd; }

.marvel-device.lumia920.red {
  background: #CC3E32; }

.marvel-device.htc-one {
  padding: 72px 25px 100px 25px;
  width: 320px;
  height: 568px;
  background: #bebebe;
  border-radius: 34px; }

.marvel-device.htc-one:before {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background: #adadad;
  border-radius: 32px; }

.marvel-device.htc-one:after {
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  background: #eeeeee;
  border-radius: 30px; }

.marvel-device.htc-one .top-bar {
  width: calc(100% - 4px);
  height: 635px;
  position: absolute;
  background: #424242;
  top: 50px;
  z-index: 1;
  left: 2px; }

.marvel-device.htc-one .top-bar:before {
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  background: black;
  top: 0px;
  z-index: 1;
  left: 2px; }

.marvel-device.htc-one .bottom-bar {
  display: none; }

.marvel-device.htc-one .speaker {
  height: 16px;
  width: 216px;
  display: block;
  position: absolute;
  top: 22px;
  z-index: 2;
  left: 50%;
  margin-left: -108px;
  background: radial-gradient(#343434 25%, transparent 50%) 0 0, radial-gradient(#343434 25%, transparent 50%) 4px 4px;
  background-size: 4px 4px;
  background-position: top left; }

.marvel-device.htc-one .speaker:after {
  content: '';
  height: 16px;
  width: 216px;
  display: block;
  position: absolute;
  top: 676px;
  z-index: 2;
  left: 50%;
  margin-left: -108px;
  background: inherit; }

.marvel-device.htc-one .camera {
  display: block;
  position: absolute;
  top: 18px;
  right: 38px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  z-index: 3; }

.marvel-device.htc-one .camera:before {
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 100%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px; }

.marvel-device.htc-one .sensor {
  display: block;
  position: absolute;
  top: 29px;
  left: 60px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3; }

.marvel-device.htc-one .sensor:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 12px;
  background: #3c3d3d;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  z-index: 3; }

.marvel-device.htc-one.landscape {
  padding: 25px 72px 25px 100px;
  height: 320px;
  width: 568px; }

.marvel-device.htc-one.landscape .top-bar {
  height: calc(100% - 4px);
  width: 635px;
  left: calc(100% - 685px);
  top: 2px; }

.marvel-device.htc-one.landscape .speaker {
  width: 16px;
  height: 216px;
  left: calc(100% - 38px);
  top: 50%;
  margin-left: 0px;
  margin-top: -108px; }

.marvel-device.htc-one.landscape .speaker:after {
  width: 16px;
  height: 216px;
  left: calc(100% - 692px);
  top: 50%;
  margin-left: 0;
  margin-top: -108px; }

.marvel-device.htc-one.landscape .camera {
  right: 18px;
  top: calc(100% - 38px); }

.marvel-device.htc-one.landscape .sensor {
  left: calc(100% - 29px);
  top: 60px; }

.marvel-device.htc-one.landscape .sensor :after {
  right: 0;
  top: -12px; }

.marvel-device.ipad {
  width: 576px;
  height: 768px;
  padding: 90px 25px;
  background: #242324;
  border-radius: 44px; }

.marvel-device.ipad:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 40px;
  background: #1e1e1e; }

.marvel-device.ipad .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%; }

.marvel-device.ipad .top-bar, .marvel-device.ipad .bottom-bar {
  display: none; }

.marvel-device.ipad .home {
  background: #242324;
  border-radius: 36px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 22px; }

.marvel-device.ipad .home:after {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 50%; }

.marvel-device.ipad.landscape {
  height: 576px;
  width: 768px;
  padding: 25px 90px; }

.marvel-device.ipad.landscape .camera {
  left: calc(100% - 44px);
  top: 50%;
  margin-left: 0;
  margin-top: -5px; }

.marvel-device.ipad.landscape .home {
  top: 50%;
  left: 22px;
  margin-left: 0;
  margin-top: -25px; }

.marvel-device.ipad.silver {
  background: #bcbcbc; }

.marvel-device.ipad.silver:before {
  background: #fcfcfc; }

.marvel-device.ipad.silver .home {
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 0 0 1px #bcbcbc;
  box-shadow: inset 0 0 0 1px #bcbcbc; }

.marvel-device.ipad.silver .home:after {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.marvel-device.macbook {
  width: 960px;
  height: 600px;
  padding: 44px 44px 76px;
  margin: 0 auto;
  background: #bebebe;
  border-radius: 34px; }

.marvel-device.macbook:before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 4px;
  border-radius: 30px;
  background: #1e1e1e; }

.marvel-device.macbook .top-bar {
  width: calc(100% + 2 * 70px);
  height: 40px;
  position: absolute;
  content: '';
  display: block;
  top: 680px;
  left: -70px;
  border-bottom-left-radius: 90px 18px;
  border-bottom-right-radius: 90px 18px;
  background: #bebebe;
  -webkit-box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6);
  box-shadow: inset 0px -4px 13px 3px rgba(34, 34, 34, 0.6); }

.marvel-device.macbook .top-bar:before {
  width: 100%;
  height: 24px;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border-bottom: 2px solid #aaa;
  border-radius: 5px;
  position: relative; }

.marvel-device.macbook .top-bar:after {
  width: 16%;
  height: 14px;
  content: '';
  display: block;
  top: 0;
  background: #ddd;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: inset 0px -3px 10px #999;
  box-shadow: inset 0px -3px 10px #999; }

.marvel-device.macbook .bottom-bar {
  background: transparent;
  width: calc(100% + 2 * 70px);
  height: 26px;
  position: absolute;
  content: '';
  display: block;
  top: 680px;
  left: -70px; }

.marvel-device.macbook .bottom-bar:before, .marvel-device.macbook .bottom-bar:after {
  height: calc(100% - 2px);
  width: 80px;
  content: '';
  display: block;
  top: 0;
  position: absolute; }

.marvel-device.macbook .bottom-bar:before {
  left: 0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#747474), color-stop(5%, #c3c3c3), color-stop(14%, #ebebeb), color-stop(41%, #979797), color-stop(80%, #f0f0f0), color-stop(100%, #f0f0f0), to(#f0f0f0));
  background: linear-gradient(to right, #747474 0%, #c3c3c3 5%, #ebebeb 14%, #979797 41%, #f0f0f0 80%, #f0f0f0 100%, #f0f0f0 100%); }

.marvel-device.macbook .bottom-bar:after {
  right: 0;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(0%, #f0f0f0), color-stop(20%, #f0f0f0), color-stop(59%, #979797), color-stop(86%, #ebebeb), color-stop(95%, #c3c3c3), to(#747474));
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 0%, #f0f0f0 20%, #979797 59%, #ebebeb 86%, #c3c3c3 95%, #747474 100%); }

.marvel-device.macbook .camera {
  background: #3c3d3d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%; }

.marvel-device.macbook .home {
  display: none; }

.marvel-device.iphone-x {
  min-width: 375px;
  height: 812px;
  padding: 26px;
  background: #fdfdfd;
  -webkit-box-shadow: inset 0 0 11px 0 black;
  box-shadow: inset 0 0 11px 0 black;
  border-radius: 66px; }

.marvel-device.iphone-x .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 66px;
  overflow: hidden; }

.marvel-device.iphone-x .shadow {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%); }

.marvel-device.iphone-x .shadow--tl {
  top: -20px;
  left: -20px; }

.marvel-device.iphone-x .shadow--tr {
  top: -20px;
  right: -20px; }

.marvel-device.iphone-x .shadow--bl {
  bottom: -20px;
  left: -20px; }

.marvel-device.iphone-x .shadow--br {
  bottom: -20px;
  right: -20px; }

.marvel-device.iphone-x:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  content: '';
  left: 5px;
  border-radius: 61px;
  background: black;
  z-index: 1; }

.marvel-device.iphone-x .inner-shadow {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  overflow: hidden;
  left: 10px;
  border-radius: 56px;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
  z-index: 1; }

.marvel-device.iphone-x .inner-shadow:before {
  -webkit-box-shadow: inset 0 0 20px 0 #FFFFFF;
  box-shadow: inset 0 0 20px 0 #FFFFFF;
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  content: '';
  left: 0;
  border-radius: 200px / 112px;
  z-index: 2; }

.marvel-device.iphone-x .screen {
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.marvel-device.iphone-x .top-bar, .marvel-device.iphone-x .bottom-bar {
  width: 100%;
  position: absolute;
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  left: 0; }

.marvel-device.iphone-x .top-bar {
  top: 80px; }

.marvel-device.iphone-x .bottom-bar {
  bottom: 80px; }

.marvel-device.iphone-x .volume, .marvel-device.iphone-x .volume:before, .marvel-device.iphone-x .volume:after, .marvel-device.iphone-x .sleep {
  width: 3px;
  background: #b5b5b5;
  position: absolute; }

.marvel-device.iphone-x .volume {
  left: -3px;
  top: 116px;
  height: 32px; }

.marvel-device.iphone-x .volume:before {
  height: 62px;
  top: 62px;
  content: '';
  left: 0; }

.marvel-device.iphone-x .volume:after {
  height: 62px;
  top: 140px;
  content: '';
  left: 0; }

.marvel-device.iphone-x .sleep {
  height: 96px;
  top: 200px;
  right: -3px; }

.marvel-device.iphone-x .camera {
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 100%;
  position: absolute;
  left: 154px;
  background: #0d4d71; }

.marvel-device.iphone-x .speaker {
  height: 6px;
  width: 60px;
  left: 50%;
  position: absolute;
  top: 9px;
  margin-left: -30px;
  background: #171818;
  border-radius: 6px; }

.marvel-device.iphone-x .notch {
  position: absolute;
  width: 210px;
  height: 30px;
  top: 26px;
  left: 108px;
  z-index: 4;
  background: black;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px; }

.marvel-device.iphone-x .notch:before, .marvel-device.iphone-x .notch:after {
  content: '';
  height: 8px;
  position: absolute;
  top: 0;
  width: 8px; }

.marvel-device.iphone-x .notch:after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
  left: -8px; }

.marvel-device.iphone-x .notch:before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
  right: -8px; }

.marvel-device.iphone-x.landscape {
  height: 375px;
  width: 812px; }

.marvel-device.iphone-x.landscape .top-bar, .marvel-device.iphone-x.landscape .bottom-bar {
  width: 8px;
  height: 100%;
  top: 0; }

.marvel-device.iphone-x.landscape .top-bar {
  left: 80px; }

.marvel-device.iphone-x.landscape .bottom-bar {
  right: 80px;
  bottom: auto;
  left: auto; }

.marvel-device.iphone-x.landscape .volume, .marvel-device.iphone-x.landscape .volume:before, .marvel-device.iphone-x.landscape .volume:after, .marvel-device.iphone-x.landscape .sleep {
  height: 3px; }

.marvel-device.iphone-x.landscape .inner-shadow:before {
  height: 100%;
  width: 116%;
  left: -8%;
  top: 0;
  border-radius: 112px / 200px; }

.marvel-device.iphone-x.landscape .volume {
  bottom: -3px;
  top: auto;
  left: 116px;
  width: 32px; }

.marvel-device.iphone-x.landscape .volume:before {
  width: 62px;
  left: 62px;
  top: 0; }

.marvel-device.iphone-x.landscape .volume:after {
  width: 62px;
  left: 140px;
  top: 0; }

.marvel-device.iphone-x.landscape .sleep {
  width: 96px;
  left: 200px;
  top: -3px;
  right: auto; }

.marvel-device.iphone-x.landscape .camera {
  left: 9px;
  bottom: 154px;
  top: auto; }

.marvel-device.iphone-x.landscape .speaker {
  width: 6px;
  height: 60px;
  left: 9px;
  top: 50%;
  margin-top: -30px;
  margin-left: 0; }

.marvel-device.iphone-x.landscape .notch {
  height: 210px;
  width: 30px;
  left: 26px;
  bottom: 108px;
  top: auto;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 0; }

.marvel-device.iphone-x.landscape .notch:before, .marvel-device.iphone-x.landscape .notch:after {
  left: 0; }

.marvel-device.iphone-x.landscape .notch:after {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
  bottom: -8px;
  top: auto; }

.marvel-device.iphone-x.landscape .notch:before {
  background: radial-gradient(circle at top right, transparent 0, transparent 70%, black 70%, black 100%);
  top: -8px; }

.marvel-device.note8 {
  width: 400px;
  height: 822px;
  background: black;
  border-radius: 34px;
  padding: 45px 10px; }

.marvel-device.note8 .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 34px;
  overflow: hidden; }

.marvel-device.note8 .speaker {
  height: 8px;
  width: 56px;
  left: 50%;
  position: absolute;
  top: 25px;
  margin-left: -28px;
  background: #171818;
  z-index: 1;
  border-radius: 8px; }

.marvel-device.note8 .camera {
  height: 18px;
  width: 18px;
  left: 86px;
  position: absolute;
  top: 18px;
  background: #212b36;
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .camera:before {
  content: '';
  height: 8px;
  width: 8px;
  left: -22px;
  position: absolute;
  top: 5px;
  background: #212b36;
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .sensors {
  height: 10px;
  width: 10px;
  left: 120px;
  position: absolute;
  top: 22px;
  background: #1d233b;
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .sensors:before {
  content: '';
  height: 10px;
  width: 10px;
  left: 18px;
  position: absolute;
  top: 0;
  background: #1d233b;
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .more-sensors {
  height: 16px;
  width: 16px;
  left: 285px;
  position: absolute;
  top: 18px;
  background: #33244a;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .more-sensors:before {
  content: '';
  height: 11px;
  width: 11px;
  left: 40px;
  position: absolute;
  top: 4px;
  background: #214a61;
  z-index: 1;
  border-radius: 100%; }

.marvel-device.note8 .sleep {
  width: 2px;
  height: 56px;
  background: black;
  position: absolute;
  top: 288px;
  right: -2px; }

.marvel-device.note8 .volume {
  width: 2px;
  height: 120px;
  background: black;
  position: absolute;
  top: 168px;
  left: -2px; }

.marvel-device.note8 .volume:before {
  content: '';
  top: 168px;
  width: 2px;
  position: absolute;
  left: 0;
  background: black;
  height: 56px; }

.marvel-device.note8 .inner {
  width: 100%;
  height: calc(100% - 8px);
  position: absolute;
  top: 2px;
  content: '';
  left: 0px;
  border-radius: 34px;
  border-top: 2px solid #9fa0a2;
  border-bottom: 2px solid #9fa0a2;
  background: black;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.5); }

.marvel-device.note8 .shadow {
  -webkit-box-shadow: inset 0 0 60px 0 white, inset 0 0 30px 0 rgba(255, 255, 255, 0.5), 0 0 20px 0 white, 0 0 20px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 60px 0 white, inset 0 0 30px 0 rgba(255, 255, 255, 0.5), 0 0 20px 0 white, 0 0 20px 0 rgba(255, 255, 255, 0.5);
  height: 101%;
  position: absolute;
  top: -0.5%;
  content: '';
  width: calc(100% - 20px);
  left: 10px;
  border-radius: 38px;
  z-index: 5;
  pointer-events: none; }

.marvel-device.note8 .screen {
  border-radius: 14px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.marvel-device.note8.landscape {
  height: 400px;
  width: 822px;
  padding: 10px 45px; }

.marvel-device.note8.landscape .speaker {
  height: 56px;
  width: 8px;
  top: 50%;
  margin-top: -28px;
  margin-left: 0;
  right: 25px;
  left: auto; }

.marvel-device.note8.landscape .camera {
  top: 86px;
  right: 18px;
  left: auto; }

.marvel-device.note8.landscape .camera:before {
  top: -22px;
  left: 5px; }

.marvel-device.note8.landscape .sensors {
  top: 120px;
  right: 22px;
  left: auto; }

.marvel-device.note8.landscape .sensors:before {
  top: 18px;
  left: 0; }

.marvel-device.note8.landscape .more-sensors {
  top: 285px;
  right: 18px;
  left: auto; }

.marvel-device.note8.landscape .more-sensors:before {
  top: 40px;
  left: 4px; }

.marvel-device.note8.landscape .sleep {
  bottom: -2px;
  top: auto;
  right: 288px;
  width: 56px;
  height: 2px; }

.marvel-device.note8.landscape .volume {
  width: 120px;
  height: 2px;
  top: -2px;
  right: 168px;
  left: auto; }

.marvel-device.note8.landscape .volume:before {
  right: 168px;
  left: auto;
  top: 0;
  width: 56px;
  height: 2px; }

.marvel-device.note8.landscape .inner {
  height: 100%;
  width: calc(100% - 8px);
  left: 2px;
  top: 0;
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid #9fa0a2;
  border-right: 2px solid #9fa0a2; }

.marvel-device.note8.landscape .shadow {
  width: 101%;
  height: calc(100% - 20px);
  left: -0.5%;
  top: 10px; }

.about-join-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px; }
  .about-join-nav div {
    border: groove rgba(0, 0, 0, 0.1) 1px;
    padding: 10px 20px 10px 20px;
    margin: 10px;
    -webkit-box-shadow: 3px 3px 8px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 8px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 8px -6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 5px; }
  .about-join-nav div:hover {
    border-bottom: solid #4D848D 2px; }

.newsletterImage {
  margin: 30px 0; }

.joinApplication {
  padding: 0 150px; }

.h3 {
  text-align: center; }

.brewery-name-search {
  border: solid rgba(0, 0, 0, 0.1) 1px;
  width: 100%; }

.brewery-search {
  margin: auto;
  width: 400px;
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .brewery-search input {
    background-color: white;
    border: solid rgba(0, 0, 0, 0.1) 1px; }

.about-join-container {
  min-height: 50vh; }

.join-brewery-form-selection button {
  border: solid rgba(0, 0, 0, 0.1) 1px;
  border-radius: 3px;
  padding: 3px;
  margin: 5px;
  cursor: pointer; }

.brewery-drop-down-item {
  cursor: pointer; }

.brewery-drop-down-item:hover {
  color: #004F5C;
  font-style: underline; }

.upload-image-button {
  border: solid rgba(0, 0, 0, 0.1) 1px;
  border-radius: 3px;
  padding: 3px;
  margin: 5px;
  cursor: pointer; }

.craft-coalition-application-container .craft-coalition-application-container-content-section {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center; }
  .craft-coalition-application-container .craft-coalition-application-container-content-section div {
    padding: 30px; }

.allied-nav {
  background-color: #4D848D; }

@media screen and (max-width: 769px) {
  .joinApplication {
    padding: 0 20px; } }

.marquee-list {
  font-weight: 600;
  display: initial;
  list-style-type: disc !important;
  list-style: initial; }
  .marquee-list li {
    display: list-item;
    list-style-type: disc !important;
    list-style: initial; }

.marquee-header-1 {
  background-color: #9ABFC5;
  color: #004F5C; }

.marquee-header-2 {
  background-color: #004F5C;
  color: white; }
  .marquee-header-2 .marquee-title {
    border-bottom: solid white 1px; }

.marquee-header-3 {
  background-color: #9ABFC5;
  color: #004F5C; }
  .marquee-header-3 .marquee-title {
    font-weight: 800;
    border-bottom: solid #004F5C 1px; }

.marquee-header-4 {
  background-color: #9ABFC5;
  color: #004F5C; }

#about-description {
  background-color: #9ABFC5; }
  #about-description .about-description-text p:first-child {
    font-size: 23px; }
  #about-description iframe {
    border: none; }

#leadership {
  padding: 30px 0;
  width: 100%; }
  #leadership .leader .leader-position, #leadership .leader .leader-name, #leadership .leader .leader-company {
    font-family: 'brandon-grotesque', sans-serif; }

.leader .leader-position {
  font-family: "egizio-urw", serif;
  font-weight: 600; }

.leader .leader-name {
  font-weight: 600; }

#directors .director .h4, #directors .director .h6 {
  font-family: 'brandon-grotesque', sans-serif; }

.staff-position {
  font-family: "egizio-urw", serif;
  font-weight: 600; }

.contact-form label {
  color: #004F5C;
  font-weight: 600; }

.admin-login {
  background-color: #4D848D; }
  .admin-login div div form label {
    color: white;
    font-weight: 700; }
  .admin-login div div form input {
    margin: 20px; }

.admin-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .admin-container .admin-nav {
    width: 20vw;
    min-height: 80vh;
    border: groove rgba(0, 0, 0, 0.1) 1px; }
    .admin-container .admin-nav h4 {
      padding: 20px; }
    .admin-container .admin-nav .admin-nav-section {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      padding: 20px;
      border: groove rgba(0, 0, 0, 0.1) 1px;
      -webkit-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .admin-container .admin-nav .admin-nav-section:hover {
      border-bottom: solid #99BEC4 2px; }
  .admin-container .admin-content {
    width: 80vw;
    padding: 2%;
    min-height: 80vh; }

.leaders-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .leaders-container .admin-leader-box {
    border: groove rgba(0, 0, 0, 0.1) 1px;
    -webkit-box-shadow: -5px 5px 10px #568f98 0.75;
    -moz-box-shadow: -5px 5px 10px #568f98 0.75;
    box-shadow: -5px 5px 10px #568f98 0.75;
    padding: 20px;
    margin: 10px; }
    .leaders-container .admin-leader-box input {
      background-color: white;
      border: groove rgba(0, 0, 0, 0.1) 1px; }

.admin-home-content {
  display: flex;
  flex-wrap: nowrap; }
  .admin-home-content .admin-home-item {
    -webkit-box-shadow: 0px 6px 28px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 28px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 28px -3px rgba(0, 0, 0, 0.1);
    border: groove rgba(0, 0, 0, 0.1) 1px; }
  .admin-home-content .pending-apps {
    width: 25%; }
  .admin-home-content .metrics {
    width: 50%; }
  .admin-home-content .main-featured-event {
    width: 25%;
    padding: 10px; }

.admin-most-viewed-toggles {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px; }
  .admin-most-viewed-toggles span {
    border: groove rgba(0, 0, 0, 0.1) 1px;
    cursor: pointer;
    width: 33%; }
  .admin-most-viewed-toggles span:hover {
    border-bottom: solid #99BEC4 2px; }

.admin-home-metrics-nav {
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap; }

.admin-events-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .admin-events-container .admin-events-section {
    width: 100%;
    border: groove rgba(0, 0, 0, 0.1) 1px; }

.featured-event-info-admin {
  display: flex;
  flex-wrap: nowrap; }

.featured-event-info-admin-content {
  padding: 30px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  width: 33%;
  justify-content: space-around;
  border: groove rgba(0, 0, 0, 0.1) 1px;
  -webkit-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1); }

.featured-event-info-admin-img {
  display: flex;
  flex-direction: column;
  width: 33%;
  justify-content: space-around;
  border: groove rgba(0, 0, 0, 0.1) 1px;
  -webkit-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1); }

.featured-event-info-brewery {
  display: flex;
  flex-direction: column;
  width: 33%;
  justify-content: space-around;
  border: groove rgba(0, 0, 0, 0.1) 1px;
  -webkit-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.1); }

.admin-nav-button:hover {
  border-bottom: solid #99BEC4 2px; }

.admin-nav-bar {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }

.admin-nav-button {
  border: groove rgba(0, 0, 0, 0.15) 1px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px; }

.active-nav {
  border: groove rgba(0, 0, 0, 0.3) 1px;
  -webkit-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 28px -10px rgba(0, 0, 0, 0.3); }

.inactive-admin-brew {
  border: solid red; }

.brewery-show-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px; }
  .brewery-show-content .brewery-show-content-descriptor {
    font-weight: 700; }
  .brewery-show-content .brewery-show-content-section {
    text-align: start;
    margin-bottom: 20px;
    border: groove rgba(0, 0, 0, 0.08) 1px;
    padding: 20px;
    border-radius: 5px; }

.becomeAPartnerContainer .info {
  padding: 60px 30px 0 30px; }

.partnerPackages {
  padding: 30px 30px; }

.partnerListItem {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #447178;
  padding: 30px;
  cursor: pointer;
  color: #447178;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .partnerListItem.active {
    background-color: white; }
  .partnerListItem:hover {
    background-color: white; }
  .partnerListItem .partner-info {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .partnerListItem .partner-info .title {
      display: flex;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 39.99875em) {
        .partnerListItem .partner-info .title {
          font-size: 1em; }
          .partnerListItem .partner-info .title .button {
            width: 100%; } }
    .partnerListItem .partner-info .info {
      display: flex;
      display: block;
      width: 100%;
      color: #447178; }
    .partnerListItem .partner-info .top {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 39.99875em) {
        .partnerListItem .partner-info .top {
          flex-direction: column; } }
      .partnerListItem .partner-info .top .button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #99BEC4; }
        .partnerListItem .partner-info .top .button.open {
          background-color: #447178; }
        .partnerListItem .partner-info .top .button span {
          display: flex;
          align-items: center;
          justify-content: center; }
      .partnerListItem .partner-info .top .left {
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 39.99875em) {
          .partnerListItem .partner-info .top .left {
            margin-bottom: 30px; } }
    .partnerListItem .partner-info .description {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      height: 0;
      overflow: hidden;
      opacity: 0;
      text-align: left; }
      .partnerListItem .partner-info .description ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 30px; }
        .partnerListItem .partner-info .description ul li {
          width: 100%;
          font-weight: bold;
          list-style: initial;
          display: list-item;
          font-size: 1em !important;
          margin: 3px 0;
          color: #447178; }
        .partnerListItem .partner-info .description ul ul {
          display: flex;
          flex-direction: column;
          width: 100%; }
          .partnerListItem .partner-info .description ul ul li {
            width: 100%;
            font-weight: normal;
            font-size: 0.95em !important; }
      .partnerListItem .partner-info .description.active {
        color: #000;
        display: block;
        opacity: 1;
        height: auto; }

.SDBWpartnerListItem {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ad4a18;
  padding: 30px;
  cursor: pointer;
  color: #ad4a18;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .SDBWpartnerListItem.active {
    background-color: white; }
  .SDBWpartnerListItem:hover {
    background-color: white; }
  .SDBWpartnerListItem .partner-info {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .SDBWpartnerListItem .partner-info .title {
      display: flex;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 39.99875em) {
        .SDBWpartnerListItem .partner-info .title {
          font-size: 1em; }
          .SDBWpartnerListItem .partner-info .title .button {
            width: 100%; } }
    .SDBWpartnerListItem .partner-info .info {
      display: flex;
      display: block;
      width: 100%;
      color: #447178; }
    .SDBWpartnerListItem .partner-info .top {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 39.99875em) {
        .SDBWpartnerListItem .partner-info .top {
          flex-direction: column; } }
      .SDBWpartnerListItem .partner-info .top .button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffefab; }
        .SDBWpartnerListItem .partner-info .top .button.open {
          background-color: #e89400; }
        .SDBWpartnerListItem .partner-info .top .button span {
          display: flex;
          align-items: center;
          justify-content: center; }
      .SDBWpartnerListItem .partner-info .top .left {
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 39.99875em) {
          .SDBWpartnerListItem .partner-info .top .left {
            margin-bottom: 30px; } }
    .SDBWpartnerListItem .partner-info .description {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      height: 0;
      overflow: hidden;
      opacity: 0;
      text-align: left; }
      .SDBWpartnerListItem .partner-info .description ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 30px; }
        .SDBWpartnerListItem .partner-info .description ul li {
          width: 100%;
          font-weight: bold;
          list-style: initial;
          display: list-item;
          font-size: 1em !important;
          margin: 3px 0;
          color: #ad4a18; }
        .SDBWpartnerListItem .partner-info .description ul ul {
          display: flex;
          flex-direction: column;
          width: 100%; }
          .SDBWpartnerListItem .partner-info .description ul ul li {
            width: 100%;
            font-weight: normal;
            font-size: 0.95em !important; }
      .SDBWpartnerListItem .partner-info .description.active {
        color: #000;
        display: block;
        opacity: 1;
        height: auto; }

.bannerStyle {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: white; }
  .bannerStyle .adExit {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 13px;
    z-index: 1000; }

#footer-container.addPadding {
  padding-bottom: 100px; }

.bannerStyle.closed {
  display: none; }

@media screen and (max-width: 768px) {
  .bannerLeft {
    display: none; }
  .appButton .appleApp, .appButton .androidApp {
    height: 100%;
    width: 100%; } }
