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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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: 0;
}

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

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

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

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

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          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;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

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

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

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

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

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

::-moz-placeholder {
  color: #cacaca;
}

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@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;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 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: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 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;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

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

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

@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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@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.625rem;
  margin-left: -0.625rem;
}
@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.625rem;
  padding-left: 0.625rem;
}
@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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media 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.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

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

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

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

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

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

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

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@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: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, 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 print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #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.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

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

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

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.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: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          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: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  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: "…";
  color: #0a0a0a;
}

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

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

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

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

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

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

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

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

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

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

.orbit {
  position: relative;
}

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

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

.orbit-figure {
  margin: 0;
}

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

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

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(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: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  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;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.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%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  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;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #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 {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: 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;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

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

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

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

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

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

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

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

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

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          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: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * File: constants.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 11:12 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 11:19 PM
 * Modified By: Brendan Michaelsen
 */

:root {
	/* Header */
	--header-height-mobile: 78px;
	--header-offset-mobile: -78px;
	--header-height-desktop: 98px;
	--header-offset-desktop: -98px;
}

/*
 * File: colors.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on December 31, 2021 at 2:16 PM
 * Copyright © 2021 - 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: January 16, 2025 at 1:05 PM
 * Modified By: Brendan Michaelsen
 */

:root {
	--wave-white: white;
	--wave-grey-text: #717274;
	--wave-placeholder-text: #c3c3c3;
	--wave-medium-light-gray: #c3c3c3;
	--wave-light-grey: #f5f5f5;
	--wave-border-grey: #e6e6ec;
	--wave-skeleton-grey: #efefef;
	--wave-obfuscation-grey-text: #9f9f9f;
	--wave-darker-blue: #44566c;
	--wave-dark-blue: #4d708c;
	--wave-blue: #9ebed8;
	--wave-medium-blue: #b2cbdf;
	--wave-light-blue: #c6d8e5;
	--wave-lighter-blue: #f0f5f7;
	--wave-yellow-gradient-top: rgba(243, 211, 168, 1);
	--wave-yellow-gradient-bottom: rgba(246, 234, 188, 1);
	--wave-yellow-gradient-button: #f6e0b4;
	--wave-light-orange-background: #fffcf5;
	--wave-orange: #edbf83;
	--wave-yellow: #f2e2a0;
	--wave-red: #ea526f;
	--wave-green: #25953e;
	--wave-light-green: #eaffee;
	--wave-table-border: #dbd9d2;
}

/*
 * File: app.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on December 20, 2023 at 4:01 PM
 * Copyright © 2023 - 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 7, 2025 at 6:42 PM
 * Modified By: Brendan Michaelsen
 */

/**
 * Imports
 */

/* Theme */

/**
 * Elements
 */

body,
html {
	background: white;
	overflow-x: hidden;
	margin: 0px;
}
h1,
h2 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	color: var(--wave-darker-blue);
	line-height: 1.3;
}
h3,
h4,
h5,
h6,
a,
a:link,
a:visited,
button {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: var(--wave-darker-blue);
	line-height: 1.3;
}
p,
li,
tr,
th,
td {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 180%;
	color: var(--wave-darker-blue);
}
span {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
}
p,
li {
	font-size: 1.07rem;
}
input,
select,
textarea,
label {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
	color: var(--wave-darker-blue);
}
input {
	-webkit-appearance: none;
	color: var(--wave-darker-blue);
}
a,
button,
select {
	cursor: pointer;
}
a,
button {
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
a:hover {
	color: var(--wave-darker-blue);
}
a * {
	text-transform: none;
}
p > a {
	letter-spacing: normal;
}

/**
 * Global
 */

.animate {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.preload * {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.left-align {
	text-align: left;
}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
input:focus {
	outline: none;
	border: none;
}
button:focus {
	outline: none;
	text-transform: uppercase;
}
video:focus {
	outline: none;
}
.grecaptcha-badge {
	z-index: 99;
}
.hide-captcha .grecaptcha-badge {
	visibility: hidden;
}
.table-overflow {
	overflow-x: scroll;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
	font-family: inherit;
}
.flex-grow {
	flex-grow: 1;
}
.relative {
	position: relative;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.z-index-3 {
	z-index: 3;
}
.z-index-99 {
	z-index: 99;
}
.flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.align-items-start {
	align-items: start;
}
.justify-center {
	justify-content: center;
}
.flex-column {
	flex-direction: column;
}
.flex-spacer {
	flex-grow: 1;
}
.flex-left {
	flex-grow: 1;
}

/**
 * Components
 */

.screen-overall-padding {
	padding-left: 7vw;
	padding-right: 7vw;
}
@media only screen and (min-width: 30.563em) {
	.screen-overall-padding {
		padding-left: 7vw;
		padding-right: 7vw;
	}
}
@media only screen and (min-width: 40em) {
	.screen-overall-padding {
		padding-left: 6vw;
		padding-right: 6vw;
	}
}
@media only screen and (min-width: 57.563em) {
	.screen-overall-padding {
		padding-left: 5vw;
		padding-right: 5vw;
	}
}
@media only screen and (min-width: 75.563em) {
	.screen-overall-padding {
		padding-left: 7vw;
		padding-right: 7vw;
	}
}
.general-content-section-padding {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	z-index: 2;
}
.general-content-section.white h1 {
	color: var(--wave-white);
}
.general-content-section h2 {
	color: var(--wave-darker-blue);
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media only screen and (min-width: 30.563em) {
	.general-content-section h2 {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 40em) {
	.general-content-section h2 {
		font-size: 2.2rem;
	}
}
@media only screen and (min-width: 57.563em) {
	.general-content-section h2 {
		font-size: 2.2rem;
	}
}
.general-content-section.lighter h2 {
	color: var(--wave-dark-blue);
}
.general-content-section.white h2 {
	color: var(--wave-white);
}
.general-content-section h3 {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.7px;
	margin-bottom: 18px;
	color: var(--wave-darker-blue);
}
.general-content-section.lighter h3 {
	color: var(--wave-dark-blue);
}
.general-content-section.white h3 {
	color: var(--wave-white);
}
.general-content-section h4 {
	color: var(--wave-darker-blue);
}
.general-content-section.lighter h4 {
	color: var(--wave-dark-blue);
}
.general-content-section.white h4 {
	color: var(--wave-white);
}
.general-content-section p {
	color: var(--wave-darker-blue);
}
.general-content-section.lighter p {
	color: var(--wave-dark-blue);
}
.general-content-section.white p {
	color: var(--wave-white);
}
.general-content-section a,
.general-content-section a:link,
.general-content-section a:visited {
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-top: 22px;
	color: var(--wave-darker-blue);
}
.general-content-section.lighter a,
.general-content-section.lighter a:link,
.general-content-section.lighter a:visited {
	color: var(--wave-dark-blue);
}
.general-content-section a:hover,
.general-content-section a:active {
	opacity: 0.75;
}
.general-content-section ul,
.general-content-section ol,
.general-content-section li {
	color: var(--wave-darker-blue);
}
.general-content-section ul,
.general-content-section ol {
	margin-bottom: 16px;
}
.section-divider-line {
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: var(--wave-darker-blue);
	width: 100%;
}
@media only screen and (min-width: 30.563em) {
	.section-divider-line {
		width: 60%;
	}
}
.lighter .section-divider-line {
	background-color: var(--wave-dark-blue);
}
.section-divider-line.top {
	margin-bottom: 20px;
}
.section-divider-line.bottom {
	margin-top: 20px;
}
.oval-section-divider {
	width: 120%;
	height: 8vw;
	border-radius: 50%;
	background-color: white;
	margin-top: -1.9vw;
	margin-left: -10%;
	position: absolute;
	z-index: 2;
	overflow: hidden !important;
}
.oval-section-container {
	position: relative;
}
.oval-footer-section-divider {
	width: 120%;
	height: 5vw;
	border-radius: 50%;
	background-color: white;
	margin-top: -1.2vw;
	margin-left: -10%;
	position: absolute;
	z-index: 0;
	overflow: hidden !important;
}
.oval-section-divider.lighter-blue,
.oval-footer-section-divider.lighter-blue {
	background-color: var(--wave-lighter-blue);
}
.oval-section-divider.light-blue,
.oval-footer-section-divider.light-blue {
	background-color: var(--wave-light-blue);
}
.oval-section-divider.blue,
.oval-footer-section-divider.blue {
	background-color: var(--wave-blue);
}
.oval-section-divider.dark-blue,
.oval-footer-section-divider.dark-blue {
	background-color: var(--wave-dark-blue);
}
.oval-section-divider.light-orange,
.oval-footer-section-divider.light-orange {
	background-color: var(--wave-light-orange-background);
}
.oval-section-padding {
	padding-top: 70px;
}
.oval-section-bottom-padding {
	padding-bottom: 140px;
}
.interested-cta {
	margin-top: 60px;
}
.interested-cta.large {
	margin-top: 80px;
}
.interested-cta h2 {
	font-size: 1.8rem;
}
.interested-cta h4 {
	margin: 0px 0px 5px;
}
.hero-divider {
	height: 140px;
}
.hero-side-circle-decoration {
	width: 300px;
	height: 300px;
	background-color: var(--wave-blue);
	border-radius: 50%;
	position: absolute;
	right: -250px;
	bottom: -180px;
}
@media only screen and (min-width: 40em) {
	.hero-side-circle-decoration {
		width: 400px;
		height: 400px;
		right: -300px;
		bottom: -250px;
	}
}
.team-image {
	border-radius: 4px;
}
.team-image-container {
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}
@media only screen and (min-width: 64em) {
	.team-image-container {
		padding: 0px 0px 0px 60px;
		margin: 0px 0px 0px 0px;
	}
}
.team-image-float {
	position: absolute;
	width: 300px;
	z-index: 2;
	bottom: -70px;
	right: -100px;
}
.team-image:hover,
.team-image-float:hover {
	transform: scale(1.02);
}
.wave-decoration-full {
	background-image: url('/img/decorations/light-blue-wave-decoration.svg');
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 400px;
	position: relative;
}
.wave-decoration-full.blue {
	background-image: url('/img/decorations/blue-wave-decoration.svg');
}
.wave-decoration-full.lighter-blue {
	background-image: url('/img/decorations/lighter-blue-wave-decoration.svg');
}
.wave-decoration-full.light-orange {
	background-image: url('/img/decorations/light-orange-wave-decoration.svg');
	transform: scaleX(-1);
	height: 280px;
}
.impact-metrics-container {
	margin: -20px 0px 0px 0px;
}
.section-metrics-container {
	margin: -10px 0px 0px 0px;
}
.impact-metrics-container h2 {
	font-size: 3rem;
	font-weight: 900;
	margin: 0px !important;
}
@media only screen and (min-width: 40em) {
	.impact-metrics-container h2 {
		font-size: 4rem;
	}
}
.section-metrics-container h2 {
	font-size: 3rem;
	font-weight: 900;
	margin: 0px !important;
}
.impact-metrics-container p,
.section-metrics-container p {
	font-weight: 500;
	color: var(--wave-grey-text) !important;
}
.impact-metrics-container > div {
	margin-top: 50px;
}
.platform-module {
	margin: 40px 0px 0px 0px;
	padding: 0px !important;
}
@media only screen and (min-width: 64em) {
	.platform-module:last-of-type {
		padding: 0px 0px 0px 15px !important;
	}
	.platform-module:first-of-type {
		padding: 0px 15px 0px 0px !important;
	}
}
.loud-section h4 {
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 160%;
}
.loud-section h2 {
	font-size: 2.3rem;
}
@media only screen and (min-width: 30.563em) {
	.loud-section h2 {
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 40em) {
	.loud-section h2 {
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 57.563em) {
	.loud-section h2 {
		font-size: 3.6rem;
	}
}
.column-divider-line {
	padding-top: 50px !important;
}
@media only screen and (min-width: 64em) {
	.column-divider-line {
		border-left: 2px solid var(--wave-darker-blue);
		padding-top: 0px !important;
	}
}

/**
 * Breakpoints
 */

@media only screen {
	.header-mobile-breakpoint-show {
		display: none;
	}
	.header-mobile-breakpoint-hide {
		display: block;
	}
}
@media only screen and (min-width: 90em) {
	.header-mobile-breakpoint-show {
		display: block;
	}
	.header-mobile-breakpoint-hide {
		display: none;
	}
}

/*
 * File: backgrounds.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:14 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:14 PM
 * Modified By: Brendan Michaelsen
 */

.yellow-gradient-bg-section {
	background: rgb(243, 211, 168);
	background: -moz-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3d3a8",endColorstr="#f6eabc",GradientType=1);
	position: relative;
}
.darker-blue-bg-section {
	background-color: var(--wave-darker-blue);
	position: relative;
}
.dark-blue-bg-section {
	background-color: var(--wave-dark-blue);
	position: relative;
}
.medium-blue-bg-section {
	background-color: var(--wave-medium-blue);
	position: relative;
}
.blue-bg-section {
	background-color: var(--wave-blue);
	position: relative;
}
.light-blue-bg-section {
	background-color: var(--wave-light-blue);
	position: relative;
}
.lighter-blue-bg-section {
	background-color: var(--wave-lighter-blue);
	position: relative;
}
.light-orange-background {
	background-color: var(--wave-light-orange-background);
	position: relative;
}
.black-bg {
	background-color: black;
}

/*
 * File: buttons.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 9:59 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 9:59 PM
 * Modified By: Brendan Michaelsen
 */

.dark-blue-cta,
.darker-blue-cta,
.white-cta {
	border-radius: 4px;
	font-size: 12px !important;
	white-space: nowrap;
	opacity: 1;
	padding: 16px 24px 16px 24px;
	display: inline-block;
}
.dark-blue-cta.solid {
	background-color: var(--wave-dark-blue);
	border: 2px solid var(--wave-dark-blue);
	color: white;
}
.darker-blue-cta.solid {
	background-color: var(--wave-darker-blue);
	border: 2px solid var(--wave-darker-blue);
	color: white;
}
.white-cta {
	color: white;
}
.dark-blue-cta.solid.transparent,
.darker-blue-cta.solid.transparent {
	color: var(--wave-light-orange-background) !important;
}
.dark-blue-cta.solid.lighter-blue-transparent,
.darker-blue-cta.solid.lighter-blue-transparent {
	color: var(--wave-lighter-blue) !important;
}
.dark-blue-cta.solid.light-blue-transparent,
.darker-blue-cta.solid.light-blue-transparent {
	color: var(--wave-light-blue) !important;
}
.dark-blue-cta.solid.blue-transparent,
.darker-blue-cta.solid.blue-transparent {
	color: var(--wave-blue) !important;
}
.dark-blue-cta.outline {
	background-color: transparent;
	border: 2px solid var(--wave-dark-blue);
	color: var(--wave-dark-blue) !important;
}
.darker-blue-cta.outline {
	background-color: transparent;
	border: 2px solid var(--wave-darker-blue);
	color: var(--wave-darker-blue) !important;
}
.dark-blue-cta:hover,
.dark-blue-cta:active,
.darker-blue-cta:hover,
.darker-blue-cta:active {
	opacity: 0.85;
	text-decoration: none !important;
}

/*
 * File: document.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:21 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 11, 2025 at 4:51 PM
 * Modified By: Brendan Michaelsen
 */

.document-content-section p {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 100%;
	margin-bottom: 20px;
	margin-top: 15px;
}
.document-content-padding {
	padding-top: 50px;
	padding-bottom: 30px;
}
.document-content-padding p,
.document-content-padding li {
	font-size: 1.1rem;
}
.document-content-body * {
	color: var(--wave-darker-blue) !important;
}
.document-content-body a,
.document-content-body a:link,
.document-content-body a:visited {
	text-decoration: underline;
	text-transform: unset;
	font-size: unset;
	letter-spacing: unset;
	font-weight: 400;
	line-height: 180%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.document-content-body h2 {
	padding-top: 8px;
	text-transform: unset;
	letter-spacing: unset;
	margin-bottom: 8px;
	font-size: 1.4rem !important;
}
.document-content-body h3 {
	padding-top: 8px;
	margin-bottom: 8px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 1.1rem !important;
}
.document-content-body h4 {
	padding-top: 8px;
	margin-bottom: 8px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 0.9rem !important;
}
@media only screen and (min-width: 40em) {
	.document-content-body h2 {
		font-size: 1.8rem !important;
	}
	.document-content-body h3 {
		font-size: 1.4rem !important;
	}
	.document-content-body h4 {
		font-size: 1.1rem !important;
	}
}
.document-content-section-padding {
	padding-top: 80px;
	padding-bottom: 50px;
}
@media only screen and (min-width: 30.563em) {
	.document-content-section-padding {
		padding-top: 6vw;
		padding-bottom: 7vw;
	}
}
.document-content-body blockquote * {
	font-weight: 400 !important;
	padding: 0px;
}
.document-content-body blockquote {
	padding-top: 0.8rem;
	padding-bottom: 0.5rem;
}

/*
 * File: inputs.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:00 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 14, 2025 at 10:44 PM
 * Modified By: Brendan Michaelsen
 */

.smart-fields-section ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: var(--wave-placeholder-text) !important;
}
.smart-fields-section :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: var(--wave-placeholder-text) !important;
	opacity: 1;
}
.smart-fields-section ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: var(--wave-placeholder-text) !important;
	opacity: 1;
}
.smart-fields-section :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--wave-placeholder-text) !important;
}
.smart-fields-section fieldset {
	padding: 0;
	border: 0;
	position: relative;
	margin: 15px auto 0px;
}
.smart-fields-section fieldset .input-label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.smart-fields-section input,
.smart-fields-section textarea,
.smart-fields-section select {
	font-size: 1.15em;
	line-height: 1;
	color: var(--wave-darker-blue);
	display: block;
	height: 67px;
	padding: 15px 16px 15px 16px;
	border-color: white;
	outline: 0;
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
	border: none;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
	text-align: left;
	padding-left: 18px !important;
	padding-right: 18px !important;
	margin: 0px;
	width: 100%;
}
.smart-fields-section textarea {
	padding-top: 32px !important;
}
.smart-fields-section select {
	margin: 0px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('/img/icons/filter-arrow.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: center;
	cursor: pointer;
	background-color: white;
	padding-right: 50px !important;
}
.smart-fields-section select::-ms-expand {
	display: none;
}
.smart-fields-section select:required:invalid {
	color: #c3c3c3;
	outline: 0;
}
.smart-fields-section input:focus,
.smart-fields-section input:active,
.smart-fields-section textarea:focus,
.smart-fields-section textarea:active,
.smart-fields-section select:focus,
.smart-fields-section select:active {
	background-color: white;
	outline: 0;
	border: none;
}
.smart-fields-section input[data-empty='false'],
.smart-fields-section input:valid,
.smart-fields-section input:focus,
.smart-fields-section input:disabled,
.smart-fields-section input:-webkit-autofill,
.smart-fields-section textarea[data-empty='false'],
.smart-fields-section textarea:valid,
.smart-fields-section textarea:focus,
.smart-fields-section textarea:disabled {
	outline: 0;
	padding: 25px 16px 10px;
	border: none;
}
.smart-fields-section input:focus,
.smart-fields-section textarea:focus {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
}
.smart-fields-section input[data-empty='false'] + label,
.smart-fields-section input:valid + label,
.smart-fields-section input:focus + label,
.smart-fields-section input:disabled + label,
.smart-fields-section input:-webkit-autofill + label,
.smart-fields-section textarea[data-empty='false'] + label,
.smart-fields-section textarea:valid + label,
.smart-fields-section textarea:focus + label,
.smart-fields-section textarea:disabled + label {
	font-weight: 800 !important;
	font-size: 11.5px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate3d(0, -8px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
}
.smart-fields-section input:disabled {
	background-color: white;
}
.smart-fields-section label {
	position: absolute;
	font-weight: 700;
	top: 16px;
	color: var(--wave-placeholder-text);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	cursor: text;
	font-size: 1.15em;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	padding-left: 18px;
}
.form-action-holder {
	height: 57px;
	margin: 25px auto 0px;
	text-align: center;
}
.form-action-holder button {
	width: 80%;
}
.form-action-holder button:disabled {
	opacity: 0.75;
	cursor: default;
}
.cf-turnstile {
	margin: 20px auto 0px;
	border-radius: 4px !important;
	overflow: hidden;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
	width: 300px;
	height: 65px;
	border: solid 2px #fafafa;
}
.cf-turnstile .cf-turnstile-wrapper {
	position: relative;
	left: -2px;
	top: -2px;
}
.contact-form {
	position: relative;
}
.gotcha-field {
	display: none !important;
}
.question-input {
	overflow: visible;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	width: 0;
	z-index: -1;
	padding: 1px !important;
}
.custom-checkbox {
	width: 27px;
	height: 27px;
	background-color: transparent;
	border-radius: 4px;
	outline: 0;
	border: solid 2px var(--wave-darker-blue);
	display: inline-block;
	float: left;
	margin-right: 17px;
	cursor: pointer;
}
.custom-checkbox:focus,
.custom-checkbox:active,
.custom-checkbox.active {
	outline: 0;
	border: solid 2px var(--wave-darker-blue);
	background-position: center;
	background-size: cover;
	color: var(--wave-white) !important;
	background-color: var(--wave-darker-blue) !important;
	text-align: center;
}
.custom-checkbox:focus::before,
.custom-checkbox:active::before,
.custom-checkbox.active::before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	top: -1px;
	left: 0px;
	content: '\f00c';
	font-size: 0.9rem;
	font-weight: 400;
}
.custom-checkbox.disabled {
	border: none !important;
	background-color: var(--wave-medium-light-gray) !important;
	cursor: default;
}
.custom-checkbox-content {
	display: table-cell;
	text-align: left;
	position: relative;
	top: -5px;
}

/*
 * File: typography.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:14 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 27, 2025 at 10:22 AM
 * Modified By: Brendan Michaelsen
 */

@media only screen {
	h1 {
		font-size: 2.3rem;
	}
	h1.small {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.45rem;
	}
}
@media only screen and (min-width: 30.563em) {
	h1 {
		font-size: 2.5rem;
	}
	h1.small {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.45rem;
	}
}
@media only screen and (min-width: 40em) {
	h1 {
		font-size: 2.5rem;
	}
	h1.small {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
}
@media only screen and (min-width: 57.563em) {
	h1 {
		font-size: 3.6rem;
	}
	h1.small {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.9rem;
	}
}
.darker-blue-text h1,
.darker-blue-text h2,
.darker-blue-text h3,
.darker-blue-text h4,
.darker-blue-text p {
	color: var(--wave-darker-blue);
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
	color: var(--wave-darker-blue);
}

/*
 * File: brand-wall.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:16 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: January 23, 2025 at 3:19 PM
 * Modified By: Brendan Michaelsen
 */

.brand-wall {
	margin: 100px 0px 150px;
}
.brand-wall h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.7px;
	margin-bottom: 5px;
}
.brand-wall-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.brand-wall-logos.start {
	justify-content: start;
}
.brand-wall-logos .brand-logo {
	flex-grow: 0;
	height: 70px;
	width: auto;
	margin: 20px 25px 0px;
	opacity: 1;
}
.brand-wall-logos .brand-logo:hover {
	opacity: 0.9;
	transform: scale(1.02);
}

/*
 * File: community.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:01 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:56 PM
 * Modified By: Brendan Michaelsen
 */

.community-card-outer {
	margin: 0.75rem;
}
.community-card-outer a,
.community-card-outer a:link,
.community-card-outer a:visited {
	text-transform: none;
	letter-spacing: normal;
}
.community-card {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	position: relative;
	background-color: var(--wave-white);
	cursor: pointer;
	padding: 15px 15px 30px 15px;
}
.community-card.no-padding {
	padding-bottom: 0px;
}
.community-card-inner {
	position: relative;
	padding: 0px 5px 0px 5px;
}
@media only screen and (min-width: 20.563em) {
	.community-card {
		padding: 15px 15px 35px 15px;
	}
	.community-card-inner {
		padding: 0px 13px 0px 13px;
	}
}
.community-card .tag-holder {
	font-size: 0.8rem;
	font-weight: 600;
	background-color: var(--wave-lighter-blue);
	color: var(--wave-darker-blue);
	width: 100%;
	border-radius: 4px;
	margin-bottom: 6px;
	padding: 5px 15px;
	text-align: center;
}
.community-card h2 {
	text-align: center;
	font-size: 1.2rem;
	margin: 40px 0px;
	color: var(--wave-darker-blue);
	font-weight: 800;
}
.community-card p {
	line-height: 1.6;
	margin: 12px 0px 0px;
	color: var(--wave-darker-blue) !important;
}
.community-card a,
.community-card a:link,
.community-card a:visited {
	text-transform: uppercase;
	font-size: 0.65rem;
	margin-top: 1px;
	color: var(--wave-placeholder-text);
}
.community-card a:hover,
.community-card a:active {
	opacity: 0.75;
}
.story-actions-container {
	border-top: 1px solid var(--wave-skeleton-grey);
	padding: 6px 0px 8px 0px;
	margin-top: 20px;
	display: block;
}
.story-actions-container button,
.story-actions-container .story-action-button {
	color: var(--wave-obfuscation-grey-text);
	font-size: 0.83rem;
	text-transform: none;
	letter-spacing: normal;
	background-color: transparent;
	border-radius: 4px;
	padding: 9px 0px 9px 0px;
	width: 100%;
	font-weight: 800;
}
.story-actions-container .story-action-button {
	display: inline-block;
	color: var(--wave-obfuscation-grey-text) !important;
	margin: 0px !important;
}
.story-actions-container button:hover,
.story-actions-container .story-action-button:hover {
	background-color: var(--wave-light-grey);
}
.story-actions-container button span,
.story-actions-container .story-action-button span {
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
}

/*
 * File: cookie-bar.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:02 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:02 PM
 * Modified By: Brendan Michaelsen
 */

.cookie-bar {
	height: auto;
	background-color: var(--wave-white);
	position: fixed;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	width: 100%;
	z-index: 998;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.06);
}
.cookie-bar .text-container {
	display: flex;
	align-items: center;
}
.cookie-bar .text-container p {
	margin: 0px;
	font-size: 0.9rem;
	color: var(--wave-grey-text);
	font-weight: 700;
}
.cookie-bar .text-container p a,
.cookie-bar .text-container p a:link,
.cookie-bar .text-container p a:visited {
	text-decoration: underline;
	color: inherit;
	text-transform: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.cookie-bar .button-container {
	display: flex;
	align-items: center;
	margin: 0px 0px 0px 30px;
}
.cookie-bar button.cookie-button {
	font-size: 11px;
	white-space: nowrap;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 500;
	padding: 14px 0px 10px;
	color: var(--wave-grey-text);
}
.cookie-bar button.cookie-button.solid {
	background-color: var(--wave-dark-blue);
	color: var(--wave-white);
	border-radius: 4px;
	padding: 14px 25px 10px;
	margin-right: 25px;
	float: right;
}
.cookie-bar button.cookie-button:hover {
	opacity: 0.8;
}
.cookie-bar .small-screen-span {
	display: inline;
}
@media only screen and (max-width: 25em) {
	.cookie-bar .small-screen-span {
		display: none;
	}
}
@media only screen and (max-width: 45em) {
	.cookie-bar {
		display: block;
	}
	.cookie-bar .button-container {
		margin: 20px 0px 0px 0px;
	}
}

/*
 * File: cta.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:26 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:27 PM
 * Modified By: Brendan Michaelsen
 */

.cta-content-section a {
	margin-top: 14px;
	margin-left: 6px;
	margin-right: 6px;
}
.cta-content-section-padding {
	padding-top: 60px;
	padding-bottom: 80px;
}
.cta-content-section.darker h2 {
	color: var(--wave-darker-blue);
}
.cta-content-section.darker p {
	color: var(--wave-darker-blue);
	font-size: 1.2rem;
	font-weight: 400;
}
.cta-content-section.darker h4 {
	color: var(--wave-darker-blue);
	margin: 0px;
	font-size: 1.15rem;
}
.bottom-cta-padding {
	margin-top: -30px;
}
.bottom-cta-top-padding {
	margin-top: 120px;
}
.bar-section {
	margin-top: 50px;
	text-align: center;
}
.bar-section i {
	color: var(--wave-red);
	font-size: 0.9rem;
	position: relative;
	bottom: 1px;
}

/*
 * File: devices.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:20 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: April 17, 2025 at 3:04 PM
 * Modified By: Brendan Michaelsen
 */

.devices-holder-hero {
	width: 809px;
	margin-left: -80px;
	top: 140px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	transform-origin: 100% 0;
	flex-wrap: wrap;
	position: absolute;
	display: flex;
}
@media only screen {
	.devices-holder-hero {
		display: none;
	}
}
@media only screen and (min-width: 40em) {
	.devices-holder-hero {
		left: 73%;
		display: flex;
	}
}
@media only screen and (min-width: 64.063em) {
	.devices-holder-hero {
		left: 60%;
		display: flex;
	}
	.our-platform-devices {
		left: 68%;
		display: flex;
	}
}
@media only screen and (min-width: 70em) {
	.our-platform-devices {
		left: 60%;
		display: flex;
	}
}
.devices-holder-hero div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 38px;
	background: var(--wave-white);
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
}
.devices-holder-hero div img {
	border-radius: 4px;
	border: 1px solid #dcdfe4;
}
.tablet-landscape {
	align-self: flex-end;
	margin-right: 40px;
	width: 512px;
	height: 352px;
}
.tablet-landscape-2 {
	align-self: flex-end;
	width: 512px;
	height: 352px;
	position: relative;
	top: -274px;
	left: 264px;
}
.phone-large {
	display: flex;
	width: 267px;
	height: 553px;
}
.phone-small {
	order: 0;
	margin: 40px 40px 0 0;
	width: 225px;
	height: 467px;
}
.tablet-portrait {
	display: flex;
	width: 450px;
	height: 675px;
	margin-top: 40px;
}

/*
 * File: fab.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:00 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: January 9, 2025 at 3:27 PM
 * Modified By: Brendan Michaelsen
 */

.leave-page-fab {
	width: 71px;
	height: 71px;
	border-radius: 4px;
	background-color: var(--wave-dark-blue);
	text-align: center;
	padding: 0px 0px 0px 0px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
	opacity: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.leave-page-fab:hover {
	opacity: 0.9;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
}
.leave-page-fab h3 {
	text-transform: uppercase;
	font-size: 0.58rem;
	color: white;
	opacity: 1;
	letter-spacing: 0.7px;
	line-height: 1.4;
	margin: 0px;
}
.leave-page-fab img {
	width: 28px;
	height: 28px;
	opacity: 1;
}
.leave-page-fab .icon {
	width: 28px;
	height: 12px;
	opacity: 1;
	color: var(--wave-white);
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 5px;
}
.leave-page-fab .icon:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	left: 0px;
	content: '\f178';
	font-size: 1rem;
	font-weight: 900;
}
.leave-page-fab.script-enabled {
	display: none;
}
.resources-fab {
	width: auto;
	height: auto;
	padding: 11px 11px 11px 11px;
}
.leave-fab {
	margin-bottom: 42px;
}

/*
 * File: scroll-top-widget.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on March 26, 2025 at 10:05 PM
 * Copyright © 2025 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 26, 2025 at 10:44 PM
 * Modified By: Brendan Michaelsen
 */

.scroll-top-widget {
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-decoration: none !important;
	margin: -55px 0px 0px !important;
	z-index: 99;
}
.scroll-top-widget span {
	letter-spacing: 0.7px !important;
	text-transform: uppercase !important;
	font-size: 11px;
	font-weight: 800;
}
.scroll-top-icon {
	width: 36px;
	height: 36px;
	background-color: var(--wave-darker-blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll-top-icon i {
	color: var(--wave-white) !important;
	font-size: 1.2rem;
}

/*
 * File: icons.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:24 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 11, 2025 at 10:22 PM
 * Modified By: Brendan Michaelsen
 */

.right-arrow {
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	top: 7px;
	left: 5px;
	color: var(--wave-darker-blue);
}
.right-arrow:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	top: -6px;
	left: 0px;
	content: '\f178';
	font-size: 0.85rem;
	font-weight: 900;
}
.right-arrow.light {
	color: var(--wave-dark-blue);
}
.right-arrow.white {
	color: var(--wave-white);
}
.left-arrow {
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	top: 7px;
	color: var(--wave-darker-blue);
}
.left-arrow:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	top: -6px;
	left: 0px;
	content: '\f177';
	font-size: 0.85rem;
	font-weight: 900;
}
.left-arrow.light {
	color: var(--wave-dark-blue);
}
.icon-container {
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background-color: var(--wave-skeleton-grey);
	color: var(--wave-darker-blue);
	border-radius: 5px;
	display: inline-flex;
	margin: 0px 0px 15px 0px;
	position: relative;
	flex-shrink: 0;
}
.icon-container.colorful {
	background-color: var(--wave-lighter-blue);
	color: var(--wave-dark-blue);
}
.icon-container.colorful.outline {
	border: 1px solid var(--wave-border-grey);
}
.icon-container i {
	font-size: 1.3rem;
}
.icon-container.circle {
	border-radius: 50%;
}
.icon-container.circle.small {
	width: 45px;
	height: 45px;
}
.icon-with-title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 10px;
}
.icon-with-title h4 {
	color: var(--wave-darker-blue);
	margin: 0px;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.7px;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif !important;
}
.icon-with-title .icon-container {
	margin: 0px;
}

/*
 * File: locality-selector.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on February 12, 2025 at 2:54 PM
 * Copyright © 2025 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 1, 2025 at 11:51 PM
 * Modified By: Brendan Michaelsen
 */

.locality-selector-container {
	position: relative;
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
	align-items: start;
	flex-direction: column;
}
@media only screen and (min-width: 25em) {
	.locality-selector-container {
		flex-direction: row;
		align-items: center;
	}
}
.locality-selector-container > p {
	font-weight: 600;
	margin: 0px;
	font-size: 0.9rem;
}
.locality-selector {
	position: relative;
}
.locality-selector .body-component {
	background: var(--wave-white);
	cursor: pointer;
	position: relative;
	height: 34px;
	border-radius: 17px;
	padding: 0px 12px 0px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.locality-selector .body-component span {
	flex-grow: 1;
	color: var(--wave-darker-blue);
	font-weight: 600;
	font-size: 0.9rem;
}
.locality-selector .body-component .primary-icon {
	color: var(--wave-darker-blue);
	font-size: 1.2rem;
}
.locality-selector .body-component .secondary-icon {
	color: var(--wave-darker-blue);
	font-size: 0.85rem;
	margin-left: 8px;
}
.locality-selector:hover .body-component {
	border-radius: 17px 17px 0px 0px;
}
.locality-selector:hover .secondary-icon {
	transform: rotate(180deg);
}
.locality-selector .flag-img {
	width: 22px;
	height: 12px;
	border-radius: 1px;
}
.locality-selector .dropdown {
	position: absolute;
	height: auto !important;
	z-index: 99;
	background-color: var(--wave-white);
	border-radius: 17px;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.05);
	transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: none;
	padding: 10px 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-height: 217px;
	overflow: scroll;
}
.locality-selector .dropdown a,
.locality-selector .dropdown a:link,
.locality-selector .dropdown a:visited {
	display: flex;
	letter-spacing: normal;
	gap: 8px;
	align-items: center;
}
.locality-selector .dropdown a span {
	color: var(--wave-darker-blue);
	font-weight: 600;
	font-size: 0.9rem;
}
.locality-selector .dropdown a:hover span {
	text-decoration: underline;
}
.locality-selector .dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: all;
}
.locality-selector:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: all;
	border-radius: 0px 0px 17px 17px;
}
.country-selector {
	min-width: 190px;
}
.language-selector {
	min-width: 140px;
}
.locality-header-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 100;
	margin: 0px 0px 25px 0px;
}
.locality-header-card {
	background-color: var(--wave-lighter-blue);
	padding: 12px;
	border-radius: 20px;
	width: 100%;
}
.locality-header-card .locality-selector-container {
	margin: 0px;
	flex-direction: column;
	align-items: start;
	gap: 8px;
}
.locality-header-card .locality-selector-container > p {
	margin: 0px 0px 0px 14px;
}
.locality-header-card .locality-selector {
	width: 100%;
}
@media only screen and (min-width: 64em) {
	.locality-header-container {
		margin: 0px 0px 10px 0px;
	}
}
@media only screen and (min-width: 40em) {
	.locality-header-card {
		padding: 12px 12px 12px 30px;
		width: auto;
		border-radius: 29px;
	}
	.locality-header-card .locality-selector-container {
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}
	.locality-header-card .locality-selector {
		width: auto;
	}
	.locality-header-card .locality-selector-container > p {
		margin: 0px;
	}
}

/*
 * File: team.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:04 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: June 17, 2025 at 11:24 AM
 * Modified By: Brendan Michaelsen
 */

.team-section {
	margin-top: 15px;
	position: relative;
	z-index: 3;
}
.team-divider-section {
	margin-top: 100px;
}
.team-card {
	margin: 12px 12px 12px 12px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
	padding: 28px 16px 28px 16px;
	border-radius: 6px;
	text-align: center;
	position: relative;
}
.team-card:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.24);
}
.team-card h3 {
	font-size: 1.1rem !important;
	margin-bottom: 4px;
	text-transform: none;
	letter-spacing: normal !important;
}
.team-card h4 {
	font-size: 0.8rem !important;
	margin: 0px;
	text-transform: none;
	letter-spacing: normal !important;
	font-weight: 500;
}
.team-card h4.about-link {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.65rem !important;
	margin-left: -5px;
	font-style: normal !important;
	font-weight: 800;
}
.team-card h4.about-link:hover {
	opacity: 0.75;
}
.team-card p {
	margin: 15px 0px 0px;
}
.team-card.white {
	background-color: white;
}
.team-card.clear {
	background-color: transparent;
	box-shadow: none;
}
.team-card.blue {
	background-color: var(--wave-dark-blue);
}
.team-card.white h3,
.team-card.white h4,
.team-card.white p {
	color: var(--wave-darker-blue);
}
.team-card.clear h3,
.team-card.clear h4,
.team-card.clear p {
	color: var(--wave-darker-blue);
}
.team-card.blue h3,
.team-card.blue h4,
.team-card.blue p {
	color: white;
}
.team-card img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	vertical-align: baseline;
}
.team-card.small img {
	width: 90px;
	height: 90px;
}
.team-card .team-name-holder {
	margin-top: 16px;
}
.partner-logo {
	width: 80px !important;
	height: 80px !important;
	border-radius: 0px !important;
}
.partner-logo-expanded {
	width: auto !important;
	height: 80px !important;
	border-radius: 0px !important;
}
.team-content-section-padding {
	padding-top: 90px;
	padding-bottom: 150px;
}

/*
 * File: testimonials.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:04 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:49 PM
 * Modified By: Brendan Michaelsen
 */

.testimonial-section {
	margin-top: 10px;
}
.testimonial-card {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
	padding: 32px 30px 30px 30px;
	border-radius: 6px;
	text-align: left;
	position: relative;
	margin: 18px 3px 18px 3px;
}
@media only screen and (min-width: 30.563em) {
	.testimonial-card {
		margin: 18px 3px 18px 3px;
	}
}
@media only screen and (min-width: 40em) {
	.testimonial-card {
		margin: 18px 18px 18px 18px;
	}
}
@media only screen and (min-width: 57.563em) {
	.testimonial-card {
		margin: 18px 18px 18px 18px;
	}
}
.testimonial-card h3 {
	font-size: 0.7rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.testimonial-card h4 {
	font-size: 0.7rem;
	margin: 0px;
	font-weight: 500;
}
.testimonial-card p {
	margin: 17px 0px 0px;
}
.testimonial-card.white {
	background-color: white;
}
.testimonial-card.blue {
	background-color: var(--wave-dark-blue);
}
.testimonial-card.white h3,
.testimonial-card.white h4,
.testimonial-card.white p {
	color: var(--wave-darker-blue);
}
.testimonial-card.blue h3,
.testimonial-card.blue h4,
.testimonial-card.blue p {
	color: white;
}
.testimonial-card img {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	margin-right: 8px;
	vertical-align: baseline;
}
.testimonial-card .testimonial-name-holder {
	display: inline-block;
	position: absolute;
	margin-top: 3px;
}
.testimonial-card .testimonial-image-holder {
	margin-bottom: -7px;
	margin-top: -3px;
}

/*
 * File: values-widget.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:04 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 7, 2025 at 6:45 PM
 * Modified By: Brendan Michaelsen
 */

.values-container {
	margin-top: 10px;
}
.values-container #selected-value-name {
	background-color: var(--wave-darker-blue);
	border-radius: 4px;
	color: var(--wave-lighter-blue);
	padding: 10px 14px 10px 14px;
	display: inline-block;
}
.value-selector-container {
	margin-top: 30px;
}
.value-display-holder {
	padding: 35px 10px 0px 10px;
}
.value-display-holder h2 {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
}
@media only screen and (min-width: 30.563em) {
	.value-display-holder h2 {
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 40em) {
	.value-display-holder h2 {
		font-size: 2rem;
	}
}
@media only screen and (min-width: 57.563em) {
	.value-display-holder h2 {
		font-size: 2rem;
	}
}
.value-display-holder p {
	margin-top: 20px;
	font-weight: 500;
	font-size: 1.3rem;
}
.values-selector-holder {
	padding: 10px;
}
.values-selector {
	border: 3px solid var(--wave-darker-blue);
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 19px 6px 18px 6px;
}
.values-selector:hover,
.values-selector:active,
.values-selector.selected {
	border: 3px solid var(--wave-darker-blue);
	background-color: var(--wave-darker-blue);
}
.values-selector h3 {
	font-size: 0.75rem;
	color: var(--wave-darker-blue);
	margin: 0px;
	word-wrap: break-word;
}
.values-selector:hover h3,
.values-selector:active h3,
.values-selector.selected h3 {
	color: var(--wave-lighter-blue);
}

/*
 * File: vote-cta.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:01 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 26, 2025 at 2:09 PM
 * Modified By: Brendan Michaelsen
 */

.vote-cta {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: var(--wave-dark-blue);
}
.vote-cta .text-container {
	display: flex;
	align-items: center;
}
.vote-cta .text-container p {
	margin: 0px;
	font-size: 0.9rem;
	color: var(--wave-white);
	font-weight: 500;
}
.vote-cta h1,
.vote-cta h2,
.vote-cta h4 {
	color: var(--wave-white) !important;
}
.vota-cta .header-content-section h4 {
	color: var(--wave-white) !important;
}
.vote-cta .text-container p a,
.vote-cta .text-container p a:link,
.vote-cta .text-container p a:visited {
	text-decoration: underline;
	color: inherit;
	text-transform: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.vote-cta .button-container {
	display: flex;
	align-items: center;
	margin: 0px 0px 0px 40px;
}
.vote-cta button.vote-button {
	font-size: 11px;
	white-space: nowrap;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 800;
	padding: 14px 0px 10px;
	color: var(--wave-dark-blue);
}
.vote-cta button.vote-button.large {
	font-size: 13px;
}
.vote-cta button.vote-button.solid {
	background-color: var(--wave-white);
	color: var(--wave-dark-blue);
	border-radius: 4px;
	padding: 14px 25px 14px;
	font-size: 11px;
	width: 100% !important;
	float: right;
}
.vote-cta button.vote-button:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 45em) {
	.vote-cta {
		display: block;
	}
	.vote-cta .button-container {
		margin: 10px 0px 0px 0px;
	}
	.vote-cta button.vote-button.solid {
		padding: 10px 25px 10px;
		font-size: 10px;
	}
}

/*
 * File: footer.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 9:54 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 12, 2025 at 2:54 PM
 * Modified By: Brendan Michaelsen
 */

.footer-section {
	padding-top: 40px;
	padding-bottom: 70px;
}
.footer-section a,
.footer-section a:link,
.footer-section a:visited {
	color: white;
	font-size: 11px;
}
.footer-section .footer-link a:hover {
	opacity: 0.82;
}
.social-icon {
	margin-right: 8px;
}
.social-icon:hover {
	opacity: 0.82;
}
.footer-section .footer-link {
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-section p {
	font-size: 14px;
	color: white;
}
.footer-section h4 {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}
.footer-section .social-icon img {
	width: 22px;
	height: 22px;
}
.footer-organization-holder {
	margin-top: 16px;
}
@media only screen and (min-width: 40em) {
	.footer-organization-holder {
		margin-top: 0px;
	}
}
.footer-organization-holder p {
	margin-bottom: 12px;
}
.footer-organization-holder h4 {
	margin-top: 25px;
	font-size: 13px;
	color: white;
	text-transform: none;
	font-weight: 500;
}
.footer-organization-holder h4:last-of-type {
	margin-top: 0px;
}
.footer-organization a,
.footer-organization a:link,
.footer-organization a:visited {
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: underline;
}
.footer-action-bar-section {
	padding-top: 46px;
	padding-bottom: 40px;
}
.footer-action-bar-section h3 {
	color: white;
	font-size: 1.1rem;
	display: inline-block;
	margin: 10px 12px 10px 12px;
}
.footer-action-bar-section a,
.footer-action-bar-section a:link,
.footer-action-bar-section a:visited {
	color: white;
	text-decoration: underline;
	text-transform: none;
}
.footer-action-bar-section a:hover,
.footer-action-bar-section a:active {
	opacity: 0.85;
}
.footer-action-bar-section .emphasize a {
	padding: 10px 10px 10px 10px;
	color: var(--wave-dark-blue);
	background-color: white;
	border-radius: 4px;
	text-decoration: none;
}
.footer-section .made-in-raleigh {
	margin-top: 10px;
}
.footer-section .made-in-raleigh i {
	color: var(--wave-red);
	font-size: 0.8rem;
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}
.endorsements-row {
	display: flex;
	gap: 20px;
}
.guidestar-seal img {
	width: 100px;
	height: 100px;
	margin-top: 20px;
}
.great-nonprofits {
	margin-top: 20px;
}
.smart-fields-section.footer {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
.smart-fields-section.footer input {
	font-size: 1em;
	height: 55px;
}
.smart-fields-section.footer label {
	font-size: 1em;
	top: 14px;
}
.smart-fields-section.footer fieldset {
	width: 100%;
	margin: 0px;
	float: left;
}
.smart-fields-section.footer .form-action-holder {
	width: 100%;
	float: right;
	margin: 0px;
	height: auto;
}
.smart-fields-section.footer .form-action-holder button {
	width: 100%;
	padding: 8px 15px 0px 0px;
	text-align: left;
	font-size: 11px !important;
	margin: 0px;
}
@media only screen and (min-width: 64em) {
	.smart-fields-section.footer .form-action-holder button {
		margin-left: 20px;
	}
}
.footer-subscribe h4 {
	margin: 15px 0px 3px;
}
.footer-subscribe p {
	margin-bottom: 12px;
}
.footer-subscribe-container {
	background-color: var(--wave-dark-blue);
	padding: 10px 25px 5px;
	margin-bottom: 15px;
	border-radius: 5px;
	margin-right: 30px;
}
@media only screen and (min-width: 64em) {
	.footer-subscribe-container {
		margin-right: 50px;
	}
}

/*
 * File: header.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 9:54 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 26, 2025 at 2:12 PM
 * Modified By: Brendan Michaelsen
 */

.header-container {
	position: relative;
	z-index: 999;
}
.header {
	width: 100%;
	z-index: 999;
	position: absolute;
}
.header-container .header {
	background-color: var(--wave-white);
}
.transparent-header .header {
	background-color: transparent;
}
.scrolling-header .header {
	background-color: var(--wave-white) !important;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
}
.header-top-bar-component {
	z-index: 999;
	position: relative;
}
.primary-header-footer {
	width: 100%;
	height: var(--header-height-mobile);
}
@media only screen and (min-width: 30.563em) {
	.primary-header-footer {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 40em) {
	.primary-header-footer {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 57.563em) {
	.primary-header-footer {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 75.563em) {
	.primary-header-footer {
		height: var(--header-height-desktop);
	}
}
.header .logo {
	height: 100%;
}
.nav-container {
	float: right;
	height: 100%;
}
.nav-item-container {
	padding: 0px !important;
	margin: 0px !important;
}
.nav-item-holder {
	position: relative;
	margin-right: 56px !important;
}
.nav-item-holder .inner {
	position: relative;
}
.navigation-link,
.nav-item-holder {
	font-size: 12px;
	white-space: nowrap;
	opacity: 1;
	float: right;
	margin-right: 32px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navigation-button {
	font-size: 12px;
	white-space: nowrap;
	opacity: 1;
	float: right;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 4px;
}
.navigation-button.right {
	margin-left: 15px;
}
.navigation-button.solid {
	background-color: var(--wave-darker-blue);
	color: white;
}
.navigation-button.solid.light-blue {
	background-color: var(--wave-darker-blue);
	color: white;
}
.white-bg .navigation-button.solid {
	color: var(--wave-white);
}
.transparent-header .navigation-button.solid {
	background-color: var(--wave-darker-blue);
	color: var(--wave-light-orange-background) !important;
}
.transparent-header .navigation-button.solid.light-blue {
	background-color: var(--wave-darker-blue);
	color: var(--wave-light-orange-background) !important;
}
.transparent-header.light-blue-bg .navigation-button.solid {
	color: var(--wave-light-blue) !important;
}
.transparent-header.lighter-blue-bg .navigation-button.solid {
	color: var(--wave-lighter-blue) !important;
}
.transparent-header.white-bg .navigation-button.solid {
	color: var(--wave-white) !important;
}
.darker-blue-text a,
.darker-blue-text a:link,
.darker-blue-text a:visited {
	color: var(--wave-darker-blue);
}
.darker-blue-text .navigation-button.outline {
	border: 2px solid var(--wave-darker-blue);
}
.darker-blue-text .navigation-button.solid {
	background-color: var(--wave-darker-blue);
}
.darker-blue-text .nav-container .menu-arrow.open {
	color: var(--wave-darker-blue);
}
.darker-blue-text .nav-container .menu-arrow.close {
	color: var(--wave-darker-blue);
}
.white-text a,
.white-text a:link,
.white-text a:visited {
	color: var(--wave-white);
}
.white-text .navigation-button.outline {
	border: 2px solid var(--wave-white);
}
.white-text .navigation-button.solid {
	background-color: var(--wave-white);
	color: black !important;
}
.white-text .nav-container .menu-arrow.open {
	color: var(--wave-white);
}
.white-text .nav-container .menu-arrow.close {
	color: var(--wave-white);
}
.scrolling-header .navigation-button.solid {
	color: var(--wave-white) !important;
}
.navigation-button.outline {
	background-color: transparent;
	border: 2px solid var(--wave-darker-blue);
	color: var(--wave-darker-blue);
}
.navigation-button:hover,
.navigation-button:active {
	opacity: 0.85;
}
.navigation-button i {
	margin-right: 6px;
	font-size: 1rem;
}
.header-holder {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}
.header-content-section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.header-content-secondary-section {
	padding-top: 100px;
	padding-bottom: 90px;
	margin-bottom: -100px;
}
@media only screen and (min-width: 30.563em) {
	.header-content-section-padding {
		padding-top: 7vw;
		padding-bottom: 9vw;
	}
	.header-content-secondary-section {
		padding-top: 180px;
		padding-bottom: 90px;
		margin-bottom: -11vw;
	}
	.header-holder {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}
}

.header-logo-holder {
	height: 100%;
	flex-shrink: 0;
}
.header-logo-holder a {
	height: 100%;
}
.header-logo-holder img {
	height: 100%;
}
.mobile-navigation-toggle i {
	color: var(--wave-darker-blue);
	font-size: 1.3rem;
	position: relative;
	margin-top: 3px;
}
.nav-container .menu-arrow-container {
	width: 20px;
	height: 20px;
	margin-left: 6px;
	top: -3px;
	display: inline-block;
	position: relative;
}
.nav-container .menu-arrow {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-container .menu-arrow.open {
	color: var(--wave-darker-blue);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	margin-top: 5px;
	opacity: 1;
	width: 100%;
	height: 100%;
	transform: rotate(0deg);
}
.nav-item-holder:hover .menu-arrow.open {
	transform: rotate(180deg);
}
.nav-container .menu-arrow.open:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	left: 0px;
	content: '\f078';
	font-size: 1.25rem;
	font-weight: 400;
	top: -5px;
}
.nav-container .menu-arrow.close {
	color: var(--wave-darker-blue);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.nav-container .menu-arrow.close:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	left: 0px;
	content: '\f077';
	font-size: 1.25rem;
	font-weight: 400;
}
.nav-container .menu-arrow.hide {
	opacity: 0;
}
.menu-arrow.inline {
	width: 15px !important;
	height: 15px !important;
	right: -20px;
	top: -5px !important;
	cursor: pointer;
}
.menu-arrow.inline:before {
	font-size: 1.05rem !important;
}
.module-content-dropdown {
	position: absolute;
	height: auto !important;
	z-index: 99;
	background-color: var(--wave-white);
	border-radius: 8px;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	left: -30px;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.05);
	transition: visibility 0s linear 0.3s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: none;
	top: 35px;
}
.module-content-dropdown * {
	white-space: normal;
}
.module-content-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: all;
}
.nav-item-holder:hover .module-content-dropdown {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
	pointer-events: all;
}
.hover-extension {
	background-color: transparent;
	width: 100%;
	height: 35px !important;
	position: absolute;
	top: -18px;
}
.dropdown-module {
	display: flex;
	width: calc(280px + 250px);
	overflow: hidden;
	border-radius: 8px;
}
.dropdown-module * {
	text-align: left;
	font-size: 0.95rem;
}
.dropdown-module.columns-2 {
	width: calc(280px + 500px);
}
.dropdown-module-left {
	background-color: var(--wave-white);
	flex-grow: 1;
	padding: 15px;
}
.dropdown-module-right {
	background-color: var(--wave-lighter-blue);
	width: 230px;
	flex-shrink: 0;
	padding: 15px;
	height: auto !important;
}
.dropdown-columns {
	display: flex;
	gap: 80px;
	flex-basis: 0;
}
.dropdown-link-section {
	flex-basis: 0;
	flex-grow: 1;
}
.dropdown-link-section > h5,
.dropdown-module-right > h5 {
	margin: 0 0 14px;
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	font-size: 1rem;
}
.dropdown-link-section a p {
	font-weight: 500;
	margin: 0px;
	letter-spacing: normal;
	margin-bottom: -2px;
}
.dropdown-link-section a span {
	font-weight: 400;
	color: var(--wave-grey-text);
	font-size: 0.8rem;
	letter-spacing: normal;
}
.dropdown-footer {
	padding: 50px 0px 0px 0px;
	display: flex;
	gap: 25px;
}
.dropdown-footer.how-to-help {
	padding: 92px 0px 0px 0px;
}
.dropdown-footer.learn-grow {
	padding: 92px 0px 0px 0px;
}
.dropdown-featured-container {
	width: 100%;
	height: 90px !important;
	margin: 5px 0px 10px;
	border-radius: 3px;
	background-image: url('/img/covers/legal-cover-4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.dropdown-featured-description {
	height: auto !important;
	margin: 12px 0px 10px;
}
.dropdown-featured-description * {
	font-size: 0.9rem;
	line-height: 1.5;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dropdown-divider {
	margin: 26px 0px 23px;
	height: 1px !important;
	width: 100%;
	background-color: var(--wave-border-grey);
}
.dropdown-primary-link {
	text-decoration: none;
	letter-spacing: 0.7px;
	font-size: 0.7rem;
	color: var(--wave-darker-blue) !important;
	display: flex;
	align-items: center;
}
.dropdown-primary-link:hover {
	text-decoration: underline;
}
.dropdown-primary-link i {
	font-size: 0.75rem;
	margin-left: 6px;
}
.dropdown-link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	font-weight: 300;
	color: var(--wave-darker-blue);
	letter-spacing: normal;
}
.dropdown-link p {
	margin: 0px;
	font-weight: 500;
}
.dropdown-link:hover {
	text-decoration: underline;
}
.dropdown-link:not(:last-child) {
	margin: 0 0 14px;
}
.dropdown-link span {
	color: var(--wave-obfuscation-grey-text);
	font-size: 0.8rem;
}
.header-offset {
	height: var(--header-height-mobile);
	margin-top: -120px;
}
.header-offset-inner {
	height: var(--header-height-mobile);
}
@media only screen and (min-width: 30.563em) {
	.header-offset {
		height: var(--header-height-desktop);
		margin-top: var(--header-offset-desktop);
	}
	.header-offset-inner {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 40em) {
	.header-offset {
		height: var(--header-height-desktop);
		margin-top: var(--header-offset-desktop);
	}
	.header-offset-inner {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 57.563em) {
	.header-offset {
		height: var(--header-height-desktop);
		margin-top: var(--header-offset-desktop);
	}
	.header-offset-inner {
		height: var(--header-height-desktop);
	}
}
@media only screen and (min-width: 75.563em) {
	.header-offset {
		height: var(--header-height-desktop);
		margin-top: var(--header-offset-desktop);
	}
	.header-offset-inner {
		height: var(--header-height-desktop);
	}
}
.header-content-section h3 {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.7px;
	margin-bottom: 14px;
}
.header-content-section h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.header-content-section p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 12px;
}
.header-content-section h4 a,
.header-content-section h4 a:link,
.header-content-section h4 a:visited {
	text-transform: none;
	text-decoration: underline;
}
.header-content-section p a,
.header-content-section p a:link,
.header-content-section p a:visited {
	text-transform: none;
	text-decoration: underline;
	font-weight: inherit;
}
.header-button-holder {
	margin-top: 30px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.header-content-section h1 {
	font-size: 1.8rem;
}
@media only screen and (min-width: 30.563em) {
	.header-content-section h1 {
		font-size: 2.2rem;
	}
}
@media only screen and (min-width: 40em) {
	.header-content-section h1 {
		font-size: 2.2rem;
	}
}
@media only screen and (min-width: 57.563em) {
	.header-content-section h1 {
		font-size: 3.6rem;
	}
}

/*
 * File: sidebar.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:37 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 11:16 PM
 * Modified By: Brendan Michaelsen
 */

.sidebar-screen-overlay {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: hidden;
	pointer-events: none;
}
.sidebar-screen-overlay.show {
	pointer-events: all;
}
.sidebar {
	width: 98%;
	max-width: 340px;
	height: 100%;
	background-color: var(--wave-light-orange-background);
	border-right: 1px solid var(--wave-border-grey);
	padding: 0px 30px 60px;
	overflow: auto;
	z-index: 2;
	transition: left 0.6s;
	left: -340px;
	position: fixed;
}
.sidebar-screen-overlay.show .sidebar {
	left: 0px;
}
.sidebar-overlay {
	background-color: black;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	transition: 0.3s;
}
.sidebar-screen-overlay.show .sidebar-overlay {
	opacity: 0.6;
}
.sidebar-header {
	height: var(--header-height-mobile);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
@media only screen and (min-width: 30.563em) {
	.sidebar-header {
		height: var(--header-height-desktop);
	}
}
.sidebar-navigation {
	padding: 20px 0px;
	width: 100%;
}
.sidebar-navigation img {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
a.sidebar-primary-link {
	padding: 10px 0px;
	font-size: 1rem;
	display: flex;
	letter-spacing: 0.7px;
}
a.sidebar-primary-link:hover {
	text-decoration: underline;
}
.sidebar-link-section {
	margin: 0px 0px 12px;
	display: flex;
	flex-wrap: wrap;
}
.sidebar-link-section * {
	color: var(--wave-obfuscation-grey-text) !important;
	font-size: 0.72rem;
}
.sidebar-link-section a {
	margin: 0px 10px 8px 0px;
}
.sidebar-link-section a:hover {
	text-decoration: underline;
	color: var(--wave-obfuscation-grey-text);
}
.sidebar-link-section p {
	font-size: 13px;
	font-weight: 500;
	margin: 0px;
}
.sidebar-link-section .made-in-raleigh i {
	color: var(--wave-red) !important;
	font-size: 0.8rem;
	position: relative;
	padding-left: 1px;
	padding-right: 1px;
}

/*
 * File: blog.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on August 29, 2024 at 9:54 AM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 11, 2025 at 10:26 PM
 * Modified By: Brendan Michaelsen
 */

.blog-header-section-padding {
	padding-top: 90px;
	padding-bottom: 70px;
}
@media only screen and (min-width: 64em) {
	.blog-header-section-padding {
		padding-top: 5vw;
		padding-bottom: 6vw;
	}
}
.featured-story-container {
	display: flex;
	gap: 40px;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (min-width: 64em) {
	.featured-story-container {
		flex-direction: row;
	}
}
.featured-image-container {
	max-width: 800px;
}
.featured-image {
	max-height: 600px;
	border-radius: 4px;
}
.featured-content-container {
	padding-top: 30px;
	max-width: 500px;
}
.featured-content-container h2,
.story-container h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	margin: 0px 0px 15px;
}
.featured-content-container h2 a,
.featured-content-container h2 a:link,
.featured-content-container h2 a:visited,
.story-container h4 a,
.story-container h4 a:link,
.story-container h4 a:visited {
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	font-weight: inherit;
}
.featured-content-container h2 a:hover,
.story-container h4 a:hover {
	text-decoration: underline;
}
.topic-date-container {
	margin: 0px 0px 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.topic-date-container * {
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: var(--wave-grey-text) !important;
	font-weight: 600;
	font-size: 0.75rem;
}
.topic-date-container a,
.topic-date-container a:link,
.topic-date-container a:visited {
	text-decoration: underline;
}
.article-widget-container {
	display: flex;
	flex-direction: column-reverse;
	gap: 60px;
	margin: 60px 0px 0px;
	padding-bottom: 60px;
}
@media only screen and (min-width: 75em) {
	.article-widget-container {
		flex-direction: row;
		gap: 100px;
	}
}
.topic-column {
	width: 100%;
}
@media only screen and (min-width: 75em) {
	.topic-column {
		width: 200px;
		flex-shrink: 0;
	}
}
.topic-container {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0px 0px;
}
.link-container {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0px 0px 0px;
}
.topic-container p,
.link-container p {
	margin: 0px;
}
.topic-container a,
.topic-container a:link,
.topic-container a:visited,
.link-container a,
.link-container a:link,
.link-container a:visited {
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: var(--wave-grey-text);
	font-weight: 700;
	font-size: 0.8rem;
}
.topic-container a:hover,
.link-container a:hover {
	text-decoration: underline;
}
.article-container {
	padding-bottom: 0px;
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(1, 1fr);
	flex-grow: 1;
}
@media only screen and (min-width: 45em) {
	.article-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.article-container.small {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width: 64em) {
	.article-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.article-container.small {
		grid-template-columns: repeat(4, 1fr);
	}
}
.article-container .article-content h2 {
	font-size: 1.4rem;
}
@media only screen and (min-width: 30.563em) {
	.article-container .article-content h2 {
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 40em) {
	.article-container .article-content h2 {
		font-size: 1.9rem;
	}
}
@media only screen and (min-width: 57.563em) {
	.article-container .article-content h2 {
		font-size: 1.9rem;
	}
}
.story-container img {
	margin: 0px 0px 20px;
	border-radius: 4px;
}
.pagination-widget {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.pagination-pages {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.pagination-widget i {
	font-size: 1.1rem;
	color: var(--wave-placeholder-text);
	margin-top: 2px;
}
.pagination-widget i.active-button {
	color: var(--wave-darker-blue);
}
.pagination-widget .pagination-pages a,
.pagination-widget .pagination-pages a:link,
.pagination-widget .pagination-pages a:visited {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.active-page {
	background-color: var(--wave-lighter-blue);
	border-radius: 50%;
}
.blog-search-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 500px;
	position: relative;
	margin: 20px auto 10px;
}
.blog-search-bar input {
	font-size: 1.15em;
	line-height: 1;
	color: var(--wave-darker-blue);
	display: block;
	height: auto;
	outline: 0;
	transition: all 0.2s ease-in-out;
	border-radius: 30px;
	border: none !important;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 15px 52px 15px 18px;
	width: 100%;
}
.blog-search-button {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background-color: var(--wave-darker-blue);
	color: var(--wave-white);
	position: absolute;
	right: 6px;
	top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-results-title {
	margin: 60px 0px -30px;
}
.blog-post-content-section {
	margin: 32px auto 0px;
	max-width: 850px;
	width: 100%;
}
.blog-post-content-section.blog-hero {
	margin: 80px auto 0px auto;
}
.blog-post-content-section h1 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
}
.blog-post-image {
	margin: 32px auto;
	max-width: 950px;
	width: 100%;
}
.blog-post-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.blog-post-recommended-section {
	margin: 100px auto 100px;
	max-width: 1200px;
	width: 100%;
}
.recommended-title {
	margin: 0px 0px 30px 0px;
}
.author-container {
	display: flex;
	gap: 15px;
	align-items: center;
}
.author-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.author-container div * {
	margin: 0px;
	letter-spacing: normal;
}
.author-container div h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-size: 1.35rem;
}
.author-container div p {
	font-size: 0.95rem;
}
.team-member-content {
	padding: 100px 0px 120px;
	margin: 0px auto;
	max-width: 850px;
	width: 100%;
}
.team-member-content img {
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	border-radius: 50%;
}
.team-member-flex {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media only screen and (min-width: 64em) {
	.team-member-flex {
		flex-direction: row;
	}
}
.team-member-props {
	flex-grow: 1;
}
.team-member-props h1 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
}
.team-member-props h4 {
	font-weight: 500;
}
.team-member-props p {
	margin: 30px 0px 0px 0px;
}
.article-body-content p {
	font-size: 1.22rem !important;
}
.article-body-content a,
.article-body-content a:link,
.article-body-content a:visited {
	text-transform: inherit;
	font-size: inherit;
	margin-top: inherit;
	color: inherit;
	letter-spacing: inherit;
	font-style: inherit;
	text-decoration: underline;
	font-weight: inherit;
}
.article-page-container h2 {
	font-size: 1.3rem;
	margin-top: 30px;
}
@media only screen and (min-width: 30.563em) {
	.article-page-container h2 {
		font-size: 1.3rem;
		margin-top: 30px;
	}
}
@media only screen and (min-width: 40em) {
	.article-page-container h2 {
		font-size: 1.8rem;
		margin-top: 30px;
	}
}
@media only screen and (min-width: 57.563em) {
	.article-page-container h2 {
		font-size: 1.8rem;
		margin-top: 30px;
	}
}
.blog-custom-blok a,
.blog-custom-blok a:visited,
.blog-custom-blok a:link {
	letter-spacing: normal;
}
.qa-preview-card {
	padding: 20px;
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	margin: 20px 0px 50px;
}
@media only screen and (min-width: 40em) {
	.qa-preview-card {
		padding: 20px 35px;
	}
}
.qa-preview-card:hover {
	transform: scale(1.01);
}
.qa-preview-card h3,
.qa-preview-card h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
}
.qa-preview-card p {
	overflow: hidden;
	display: -webkit-box !important;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-style: italic;
	margin-top: 20px;
	color: var(--wave-grey-text);
}
.qa-preview-card .hero-action-card-actions p {
	margin: 0px;
	font-style: normal;
}

/*
 * File: careers.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:04 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:24 PM
 * Modified By: Brendan Michaelsen
 */

.listings-section {
	padding-top: 30px;
	padding-bottom: 120px;
}
.listings-section h4 {
	margin-bottom: 12px;
}
.career-inner-card {
	padding: 30px 30px 10px 30px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.14);
	position: relative;
	z-index: 2;
}
.no-listings-holder {
	border-top: 1px solid #eeeff3;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.no-listings-holder h4 {
	font-weight: 400;
	font-size: 1.05rem;
	margin-bottom: 0px;
}
.listing-item {
	border-top: 1px solid #eeeff3;
	padding-top: 20px;
	padding-bottom: 14px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.listing-item-content {
	flex-grow: 1;
}
.listing-item-content h4 {
	font-size: 1.05rem;
	margin: 0px;
}
.listing-item-content p {
	font-weight: 400;
	margin: 0px;
}
.listing-item-link .darker-blue-cta,
.no-listings-holder .darker-blue-cta {
	padding: 14px 24px 14px 24px;
}
.small-bottom-padding {
	padding-bottom: 60px;
}

/*
 * File: contact.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:22 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:35 PM
 * Modified By: Brendan Michaelsen
 */

.survivor-resources a,
.survivor-resources a:link,
.survivor-resources a:visited {
	text-transform: unset;
	font-size: unset;
	margin-top: unset;
	color: unset;
	font-family: unset;
	font-weight: 800;
	text-decoration: underline;
}
.survivor-resources h3 {
	margin-bottom: 12px;
}
.contact-column {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.inquiries-holder h3 {
	margin-top: 28px;
	margin-bottom: 12px;
}
.inquiries-holder h3:first-child {
	margin-top: 0px;
}
.inquiries-holder a,
.inquiries-holder a:link,
.inquiries-holder a:visited {
	text-transform: none;
}
.contact-confirmation-pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	max-width: 500px;
}
.blog-section {
	opacity: 0;
	width: 100%;
}
.blog-section.visible {
	opacity: 1;
	z-index: 2;
}

/*
 * File: developers.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:01 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:01 PM
 * Modified By: Brendan Michaelsen
 */

.project-cta-container {
	border: 1px solid var(--wave-dark-blue);
	border-radius: 4px;
	display: inline-flex;
	padding: 10px 16px 8px;
}
.project-cta-container i {
	margin-right: 6px;
	color: var(--wave-darker-blue);
}
.project-cta-container span,
.project-cta-container span:link,
.project-cta-container span:visited {
	letter-spacing: 0.7px;
	font-size: 0.7rem;
	position: relative;
	text-transform: uppercase;
}
.project-badge-container {
	margin-bottom: 20px;
}
.project-badge-container a,
.project-badge-container a:link,
.project-badge-container a:visited,
.project-badge-container a:hover {
	text-decoration: none;
}
.project-readme h2 {
	border-bottom: 1px solid var(--wave-border-grey);
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.project-readme pre,
.project-readme code {
	white-space: pre-line;
}
.project-readme code {
	font-family: monospace;
	font-size: 0.95rem;
	white-space: pre-wrap;
	border-radius: 4px;
	border: none;
	color: var(--wave-darker-blue);
	background-color: var(--wave-border-grey);
}
.project-readme code.block {
	margin-bottom: 20px;
	display: block;
	padding: 12px 16px;
}
.project-readme code.block .indent-1 {
	display: inline-block;
	width: 30px;
}
.project-readme code.block .indent-2 {
	display: inline-block;
	width: 60px;
}
.project-readme code.block .indent-3 {
	display: inline-block;
	width: 90px;
}
.project-readme code.block .indent-4 {
	display: inline-block;
	width: 120px;
}

/*
 * File: donate.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:29 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:32 PM
 * Modified By: Brendan Michaelsen
 */

.check-address-holder {
	margin-top: 5px;
}
.check-address-holder h3 {
	margin-bottom: 12px;
}
.donate-online-holder a,
.donate-online-holder a:link,
.donate-online-holder a:visited {
	margin-top: 18px;
}
.donate-online-holder p {
	margin-top: 23px;
	font-weight: 700;
}
.donation-column {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.donorbox-header-widget {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: start;
	position: relative;
	margin-bottom: 60px;
}
@media only screen and (min-width: 40em) {
	.donorbox-header-widget {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 64em) {
	.donorbox-header-widget {
		margin-top: -50px;
		margin-bottom: -60px;
		margin-left: 50px;
		align-items: end;
		justify-content: end;
	}
}

/*
 * File: film.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:19 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:31 PM
 * Modified By: Brendan Michaelsen
 */

.letter-container {
	text-align: left;
}
.letter-container img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 30px;
}
.letter-salutation {
	margin-bottom: 4px;
}
.film-accolades {
	margin-top: 25px;
}
.film-accolades-full {
	margin-top: 15px;
}
.full-video-holder {
	border-radius: 6px;
}
.full-video-holder video {
	border-radius: 6px;
}
.general-content-large-title-section {
	margin-bottom: 10px;
}
.small-lower-padding {
	padding-bottom: 30px;
}
.large-lower-padding {
	padding-bottom: 180px;
}

/*
 * File: home.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:19 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 1, 2025 at 12:43 PM
 * Modified By: Brendan Michaelsen
 */

.video-container {
	width: 100%;
	border-radius: 6px;
	position: relative;
	margin: 35px 0px 50px;
}
.listen-button-container {
	position: absolute;
	left: 50%;
	bottom: 25px;
}
.listen-button {
	z-index: 98;
	cursor: pointer;
	position: relative;
	left: -50%;
	text-align: center;
	background-color: var(--wave-dark-blue);
	padding: 12px 30px 12px 30px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.listen-button h4 {
	font-size: 12px !important;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin: 0px;
	color: white !important;
}
#video-element {
	width: 100%;
	border-radius: 0px;
}
.feature-description-holder {
	text-align: center;
	margin-top: 40px;
}
@media only screen and (min-width: 64em) {
	.feature-description-holder {
		text-align: left;
		margin-top: 0px;
	}
}
.feature-description-holder img {
	width: 38px;
	height: 38px;
	margin-bottom: 20px;
}
.feature-description-holder a,
.feature-description-holder a:link,
.feature-description-holder a:visited {
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-top: 22px;
	color: var(--wave-darker-blue);
}
.feature-description-holder a:hover,
.feature-description-holder a:active {
	opacity: 0.75;
}
.feature-description-row {
	margin-top: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-description-row.first {
	margin-top: 70px;
}
.curator-card {
	background-color: var(--wave-light-orange-background);
	padding: 12px;
	border-radius: 10px;
	margin-top: 20px;
}
.crt-widget.crt-widget-branded .crt-logo {
	font-size: 0.7rem !important;
	color: var(--wave-placeholder-text) !important;
}
button.crt-load-more {
	background-color: transparent !important;
	border: 2px solid var(--wave-dark-blue) !important;
	color: var(--wave-dark-blue) !important;
	border-radius: 4px;
	font-size: 12px !important;
	white-space: nowrap;
	opacity: 1;
	padding: 16px 24px 16px 24px !important;
	display: inline-block;
}
.product-screen-holder {
	width: 100%;
}
.product-screen-holder:hover {
	transform: scale(1.02);
}
.hero-action-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 40px 0px 0px;
	gap: 20px;
	position: relative;
	z-index: 2;
	width: 100%;
}
@media only screen and (min-width: 64em) {
	.hero-action-container {
		flex-direction: row;
		gap: 4%;
	}
}
.hero-action-circle-decoration {
	border-radius: 50%;
	position: absolute;
}
.hero-action-circle-decoration.top-right {
	width: 120px;
	height: 120px;
	top: -70px;
	right: -70px;
	background-color: var(--wave-light-blue);
}
.hero-action-circle-decoration.bottom-left {
	width: 150px;
	height: 150px;
	bottom: -90px;
	right: 120px;
	background-color: var(--wave-light-blue);
}
.hero-action-card {
	width: 100%;
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
}
@media only screen and (min-width: 64em) {
	.hero-action-card {
		width: 48%;
	}
}
.hero-action-card:hover {
	transform: scale(1.02);
}
.hero-action-card-inner {
	padding: 15px;
}
.hero-action-card-inner h4 {
	font-size: 1.3rem;
}
.hero-action-card-inner p {
	letter-spacing: normal;
}
.hero-action-card-metrics {
	display: flex;
	align-items: center;
	gap: 12px;
}
.hero-action-card-actions {
	margin-top: 30px;
}
.hero-action-card-actions p {
	text-transform: uppercase;
	font-size: 0.7rem !important;
	margin-top: 22px;
	color: var(--wave-darker-blue);
	letter-spacing: 0.7px;
	font-weight: 800;
}
.hero-action-card-metrics p {
	margin: 0px;
	font-size: 0.95rem;
	font-weight: 500;
}
.online-users-widget {
	border: 1px solid var(--wave-border-grey);
	display: inline-flex;
	gap: 6px;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	flex-shrink: 0;
}
.online-users-widget p {
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 600;
}
.online-indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #25953e;
}
.community-content-container {
	width: 850px;
	margin-left: -80px;
	top: 140px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	transform-origin: 100% 0;
	flex-wrap: wrap;
	position: absolute;
	display: flex;
}
@media only screen {
	.community-content-container {
		display: none;
	}
}
@media only screen and (min-width: 40em) {
	.community-content-container {
		left: 73%;
		display: flex;
	}
}
@media only screen and (min-width: 64.063em) {
	.community-content-container {
		left: 62%;
		display: flex;
	}
}
.community-content-container .community-card {
	background: var(--wave-white);
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
}
.home-hero {
	padding-right: 0px;
}
@media only screen and (min-width: 64.063em) {
	.home-hero {
		padding-right: 80px;
	}
}
.floating-header-bar {
	background: var(--wave-white);
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	padding: 12px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0px 0px 20px;
	position: relative;
	top: -30px;
	display: inline-flex;
}
.floating-header-bar:hover {
	transform: scale(1.01);
}
.floating-header-link {
	letter-spacing: normal;
}
.floating-header-container {
	display: flex;
	width: 100%;
	gap: 12px;
	align-items: start;
	flex-direction: column;
}
@media only screen and (min-width: 40em) {
	.floating-header-container {
		flex-direction: row;
		align-items: center;
	}
}
.floating-header-container p {
	flex-grow: 1;
	margin: 0px;
	font-size: 0.93rem;
	line-height: 1.7;
	font-weight: 500;
}
.floating-header-container .icon-container {
	margin: 0px;
}

/*
 * File: impact.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:31 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: April 29, 2025 at 12:20 PM
 * Modified By: Brendan Michaelsen
 */

img.impact-report {
	border-radius: 3px;
}
.impact-report-header p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 190%;
	margin-bottom: 20px;
	margin-top: 30px;
}
.impact-report-content p {
	font-size: 1.3rem !important;
	line-height: 180%;
}
.impact-report-content-section-padding {
	padding-top: 80px;
	padding-bottom: 0px;
}
@media only screen and (min-width: 30.563em) {
	.impact-report-content-section-padding {
		padding-top: 6vw;
		padding-bottom: 0vw;
	}
}
.impact-report-metric-value {
	display: flex;
	align-items: center;
	gap: 8px;
}
.impact-report-metric-value span {
	background-color: var(--wave-light-green);
	color: var(--wave-green);
	border-radius: 3px;
	padding: 4px 8px;
	font-weight: 600;
	font-size: 0.9rem;
}
.report-header-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8rem !important;
	margin: 0px 0px 5px !important;
}
.report-header-link h3 {
	margin: 0px 0px 0px;
}
.report-actions-container {
	display: flex;
	gap: 10px;
}
.report-action-button {
	height: 36px;
	border-radius: 20px;
	background-color: var(--wave-darker-blue);
	color: var(--wave-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 18px;
	gap: 6px;
}
.report-action-button span {
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.7px;
}
.report-action-button i {
	font-size: 0.85rem;
}
.report-header-title {
	display: flex;
	align-items: start;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (min-width: 40.563em) {
	.report-header-title {
		align-items: center;
		flex-direction: row;
		gap: 30px;
	}
}
.impact-metric-section-title {
	margin-bottom: 0px !important;
}
.report-subsection {
	padding: 70px 0px 0px 0px;
}
.report-subsection h3 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	margin: 0px 0px 30px;
}
.report-subsection h3 sup {
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 55%;
	top: -0.8em;
}
.report-subsection h4 {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0px;
}
.report-subsection h5 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
}
.impact-report-card h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	font-size: 1.4rem;
}
.survivor-content-container,
.impact-report-item-container {
	margin: 0px -0.75rem;
}
.survivor-content {
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	padding: 15px 20px 20px;
}
.impact-report-card {
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	padding: 15px;
}
.survivor-content-item a,
.survivor-content-item a:link,
.survivor-content-item a:visited,
.impact-report-item a,
.impact-report-item a:link,
.impact-report-item a:visited {
	letter-spacing: normal;
	opacity: 1 !important;
}
.survivor-content p,
.impact-report-card p {
	margin: 0px;
}
.survivor-content:hover,
.impact-report-card:hover {
	transform: scale(1.01);
}
.survivor-content-icons {
	display: flex;
	margin: 0px 0px 8px 0px;
	align-items: center;
	position: relative;
}
.survivor-content-icons span.flag {
	font-size: 1.4rem;
	position: absolute;
	right: 24px;
}
.survivor-content-icons i {
	color: var(--wave-darker-blue) !important;
	font-size: 0.9rem;
}
.survivor-content-icons i:first-of-type {
	font-size: 1.3rem;
	color: var(--wave-obfuscation-grey-text);
}
.survivor-content-icons div {
	flex-grow: 1;
}
.impact-year-span {
	background-color: var(--wave-blue);
	color: var(--wave-white);
	border-radius: 3px;
	padding: 4px 10px;
	display: inline-flex;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 0.85rem;
}
.report-reach-container {
	display: flex;
	margin: 40px 0px 0px 0px;
	flex-direction: column;
	gap: 40px;
	align-items: flex-start;
}
@media only screen and (min-width: 64.563em) {
	.report-reach-container {
		flex-direction: row;
		gap: 100px;
		align-items: flex-start;
	}
}
.report-reach-world-map {
	width: 100% !important;
	max-width: 850px !important;
	height: 300px !important;
	margin: -60px 0px 0px;
}
@media only screen and (min-width: 30em) {
	.report-reach-world-map {
		margin: 0px;
	}
}
@media only screen and (min-width: 50.563em) {
	.report-reach-world-map {
		height: 450px !important;
	}
}
.report-reach-us-map {
	width: 100% !important;
	max-width: 700px !important;
	height: 350px !important;
}
@media only screen and (min-width: 50.563em) {
	.report-reach-us-map {
		height: 500px !important;
	}
}
.report-divider {
	width: 100%;
	height: 1px;
	background-color: var(--wave-border-grey);
}
.report-divider.vertical {
	width: 1px;
	height: 100%;
}
.report-divider.hor-to-vert {
	width: 100%;
	height: 1px;
}
@media only screen and (min-width: 64.563em) {
	.report-divider.hor-to-vert {
		width: 1px;
		height: 100%;
	}
}
.vertical-divider-container {
	height: 100px;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 64.563em) {
	.vertical-divider-container {
		width: 100px;
		height: 100%;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
	}
}
.side-by-side-container {
	display: flex;
	flex-direction: column;
}
@media only screen and (min-width: 64.563em) {
	.side-by-side-container {
		flex-direction: row;
	}
}
.chart-container {
	position: relative;
	min-height: 400px;
	overflow: visible;
	margin: 0px 0px 40px;
}
.chart-container.xlarge {
	min-height: 600px;
}
.chart-container canvas {
	overflow: visible;
}
@media only screen and (min-width: 64.563em) {
	.chart-container {
		width: 100%;
		flex-grow: 1;
		min-height: unset;
		margin: 0px;
	}
	.chart-container.large {
		min-height: 400px;
	}
	.chart-container.xlarge {
		min-height: 600px;
	}
}
.report-margin {
	margin: 0px 0px 40px;
}
@media only screen and (min-width: 64.563em) {
	.report-margin {
		margin: 0px 0px 100px;
	}
}
.trend-chart {
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	padding: 15px;
	margin: 40px 0px 0px;
}
.trend-chart h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.trend-chart-container {
	height: 350px;
	position: relative;
}
.jvm-tooltip {
	position: relative;
	z-index: 999999;
	background-color: var(--wave-white) !important;
	color: var(--wave-darker-blue) !important;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif !important;
}
.jvm-container {
	touch-action: unset !important;
	-ms-touch-action: unset !important;
}
.jvm-container svg {
	touch-action: unset !important;
	-ms-touch-action: unset !important;
}
.grid-item {
	margin-bottom: 1.5rem;
	z-index: 0;
	padding: 0rem 0.75rem;
}
.report-table {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	width: 100%;
	margin-top: 20px;
	flex-shrink: 0;
}
.report-table a,
.report-table a:link,
.report-table a:visited {
	letter-spacing: normal;
	width: 100%;
}
@media only screen and (min-width: 64.563em) {
	.report-table {
		width: 340px;
	}
	.report-table.large {
		width: 420px;
	}
	.report-table.full {
		width: 100%;
	}
}
.report-table p {
	margin: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1rem !important;
}
.report-table > div > div:first-of-type,
.report-table > a > div > div:first-of-type {
	width: 60%;
	padding-right: 20px;
}
.report-table.full > div > div:first-of-type,
.report-table.full > a > div > div:first-of-type {
	width: 80%;
	padding-right: 20px;
}
.report-table span {
	background-color: var(--wave-light-green);
	color: var(--wave-green);
	border-radius: 3px;
	padding: 0px 4px;
	font-weight: 600;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	height: 24px;
}
.report-table-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 3px 10px;
	background-color: var(--wave-darker-blue);
	border-radius: 4px;
}
.report-table-header p {
	color: var(--wave-white);
	font-weight: 600;
	gap: 2px;
}
.report-table-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 3px 10px;
	border-bottom: 1px solid var(--wave-border-grey);
}
.report-table-body.no-outline {
	border: none;
}
.impact-metric-value-container {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.impact-metric-value-container .icon-container {
	margin-top: 33px;
	flex-shrink: 0;
}
.report-references-section {
	margin: 0px 0px 25px;
}
.report-references-section p {
	margin: 0px;
}
.report-references-section p a,
.report-references-section p a:link,
.report-references-section p a:visited {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	text-decoration: underline;
}
.truncate-2 {
	overflow: hidden;
	display: -webkit-box !important;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.insight-card {
	padding: 15px;
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	margin: 20px 0px 60px;
}
@media only screen and (min-width: 64.563em) {
	.insight-card {
		margin: 0px 0px 0px 0px;
	}
}
.insight-card h4 {
	font-size: 1.15rem;
	margin: 0px 0px 8px 0px;
}
.insight-card p {
	margin: 0px;
	font-size: 1rem !important;
}
.achievement {
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
}
.achievement .icon-container {
	margin: 0px;
}
.achievement p {
	font-weight: 500;
	line-height: 1.7;
}
.achievement .achievement-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8rem !important;
}
.impact-reports-top {
	margin: -30px 0px 0px;
}
@media only screen and (min-width: 64.563em) {
	.impact-reports-top {
		margin: -100px 0px 0px;
	}
}
.demographic-tags-section {
	margin: 0px 0px 40px;
}
.demographic-tags-section h4 {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0px 0px 5px;
}
.demographic-tags {
	display: flex;
	flex-wrap: wrap;
}
.demographic-tag {
	background-color: var(--wave-skeleton-grey);
	border-radius: 4px;
	display: flex;
	margin: 8px 8px 0px 0px;
	padding: 4px 4px 4px 10px;
}
.demographic-tag p {
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	margin: 0px 8px 0px 0px;
}
.demographic-tag span {
	font-size: 0.75rem;
	background-color: var(--wave-darker-blue);
	color: var(--wave-white);
	border-radius: 3px;
	padding: 3px 6px 3px 6px;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.report-instruction-subtitle {
	margin: -30px 0px 30px;
	font-size: 0.8rem !important;
}
.report-instruction-subtitle i {
	font-size: 0.65rem !important;
	margin-left: 4px;
}

/*
 * File: legal.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on December 31, 2021 at 2:16 PM
 * Copyright © 2021 - 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 9, 2024 at 4:04 PM
 * Modified By: Brendan Michaelsen
 */

@media only screen {
	.legal-content {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.legal-text-content {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.legal-title,
	.legal-text-title {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}
	.legal-title h1,
	.legal-text-title h1 {
		font-size: 1.8rem;
		margin: 8px 0px;
	}
	.legal-text-title .logo-icon {
		margin-left: 0px !important;
	}
	table.settings-table {
		font-size: 0.775rem;
	}
	.settings-table td,
	.settings-table th,
	table.settings-table td,
	table.settings-table th {
		padding: 1.25rem;
	}
}
@media only screen and (min-width: 25.563em) {
	table.settings-table {
		font-size: 1em;
	}
	.settings-table td,
	.settings-table th,
	table.settings-table td,
	table.settings-table th {
		padding: 1.875rem;
	}
}
@media only screen and (min-width: 43.9375em) {
	.legal-content {
		padding-top: 50px;
		padding-bottom: 150px;
	}
	.legal-text-content {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.legal-title,
	.legal-text-title {
		padding-top: 70px;
		padding-bottom: 70px;
		text-align: center;
	}
	.legal-title h1,
	.legal-text-title h1 {
		font-size: 3rem;
		margin: 8px 0px;
	}
	.legal-text-title .logo-icon {
		margin-left: auto !important;
	}
	.nav-container .menu-arrow.hide,
	.legal-nav-small-holder .menu-arrow.hide {
		opacity: 0;
	}
}
.legal-nav-small-holder .menu-arrow-container {
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	top: -1px;
}
.legal-nav-small-holder .menu-arrow.colored-open {
	color: var(--wave-darker-blue);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.legal-nav-small-holder .menu-arrow.colored-open:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	left: 0px;
	content: '\f078';
	font-size: 1.25rem;
	font-weight: 400;
}
.legal-nav-small-holder .menu-arrow.colored-close {
	color: var(--wave-darker-blue);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.legal-nav-small-holder .menu-arrow.colored-close:before {
	position: relative;
	font-family: 'Font Awesome 6 Pro';
	left: 0px;
	content: '\f077';
	font-size: 1.25rem;
	font-weight: 400;
}
.legal-nav-small-holder .nav-container .menu-arrow {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.legal-content {
	background-color: var(--wave-lighter-blue);
	border-top: 1px solid var(--wave-border-grey);
}
.legal-text-content {
	background-color: var(--wave-white);
	border-top: 1px solid var(--wave-border-grey);
}
.legal-title {
	background-color: var(--wave-white);
}
.legal-text-title {
	background-color: var(--wave-lighter-blue);
}
.legal-side-navigation {
	padding-left: 0px;
	height: 100%;
}
.legal-side-navigation h4 {
	font-size: 1rem;
	font-weight: 700;
	margin: 22px 0px 17px;
	color: var(--wave-darker-blue);
}
.legal-small-menu {
	padding-top: 25px;
	padding-bottom: 20px;
	border-top: 1px solid var(--wave-border-grey);
}
.legal-small-menu h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 22px 0px 15px;
	color: var(--wave-darker-blue);
}
.legal-side-navigation h4:first-child {
	margin: 20px 0px 17px 0px;
}
.legal-small-menu h4:first-child {
	margin: 0px 0px 15px 0px;
}
.legal-side-navigation a,
.legal-side-navigation a:link,
.legal-side-navigation a:visited {
	display: block;
	font-size: 0.9rem;
	padding-bottom: 18px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: var(--wave-darker-blue);
	letter-spacing: normal;
	text-transform: initial;
	margin-right: 50px;
	position: relative;
	font-weight: 400;
}
.legal-small-menu a,
.legal-small-menu a:link,
.legal-small-menu a:visited {
	display: block;
	font-size: 15px;
	padding-bottom: 18px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: var(--wave-darker-blue);
	text-transform: none;
	letter-spacing: normal;
	position: relative;
	font-weight: 400;
}
.legal-side-navigation a:hover,
.legal-small-menu a:hover {
	color: var(--wave-darker-blue);
}
.legal-side-navigation span,
.legal-small-menu span {
	z-index: 2;
	position: relative;
}
.legal-side-navigation .link-active span.highlight,
.legal-small-menu .link-active span.highlight {
	background-color: var(--wave-lighter-blue);
	border-radius: 5px;
	color: var(--wave-darker-blue);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: -11px;
}
.legal-items-container {
	margin: 0px !important;
}
.legal-items-container .cell {
	padding: 0px 10px 0px 10px;
	margin-top: 20px;
}
.legal-item-container {
	background-color: var(--wave-white);
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 3px;
}
.legal-item-container:hover {
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.12);
}
.legal-item-container h2 {
	color: var(--wave-darker-blue);
	letter-spacing: normal;
	text-transform: initial;
	font-size: 1.5rem;
}
.legal-item-container p {
	color: var(--wave-darker-blue);
	margin: 10px 0px 0px;
	font-size: 1.1rem;
	letter-spacing: normal;
	text-transform: initial;
}
.legal-item-container .text-holder {
	padding: 24px;
	min-height: 220px;
}
.legal-item-container .icon-holder {
	height: 240px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-holder.legal-cover-1 {
	background-image: url('/img/covers/legal-cover-1.jpg');
}
.icon-holder.legal-cover-2 {
	background-image: url('/img/covers/legal-cover-2.jpg');
}
.icon-holder.legal-cover-3 {
	background-image: url('/img/covers/legal-cover-3.jpg');
}
.icon-holder.legal-cover-4 {
	background-image: url('/img/covers/legal-cover-4.jpg');
}
.legal-item-container .cta-holder {
	padding: 24px 20px 20px;
	display: inline-block;
	width: 100%;
	margin: 0px 0px -6px 0px;
}
.legal-item-container .cta-holder .cta-left {
	float: left;
}
.legal-item-container .cta-holder .cta-right {
	float: right;
}
.legal-item-container .cta-holder h4 {
	margin: 3px 0px 0px 0px;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: var(--wave-darker-blue);
	font-size: 12px;
}
.legal-item-container .cta-holder i {
	color: var(--wave-darker-blue);
}
.legal-nav-small-holder {
	border-bottom: 1px solid var(--wave-border-grey);
	cursor: pointer;
}
.legal-text-holder {
	margin-top: 30px;
}
.legal-text-holder p {
	font-size: 0.8rem;
	line-height: 1.6;
}
.legal-text-holder p a,
.legal-text-holder p a:link,
.legal-text-holder p a:visited {
	text-decoration: underline;
	text-transform: unset;
	font-family: unset;
	font-weight: unset;
	letter-spacing: unset;
	font-size: unset;
}
.legal-nav-small {
	display: inline-block;
	width: 100%;
	margin-bottom: -6px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.legal-nav-small-holder h3 {
	float: left;
	font-size: 1.175rem;
	margin: 0px;
	font-weight: 600;
	color: var(--wave-darker-blue);
	max-width: 83%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: normal;
	text-transform: none !important;
}
.legal-nav-small-holder img {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}
.toggle-legal-menu {
	display: none;
}
.toggle-legal-menu.show {
	display: block;
}
.legal-text-content-inner {
	margin-top: 15px;
}
table.settings-table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	box-sizing: border-box;
	margin-top: 1.875rem;
	color: var(--wave-darker-blue);
}
.settings-table thead {
	background-color: var(--wave-lighter-blue);
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	color: var(--wave-darker-blue);
}
.settings-table tbody,
.settings-table tbody tr {
	background-color: var(--wave-white) !important;
	color: var(--wave-darker-blue);
}
.settings-table tr:first-child,
table.settings-table tr:first-child {
	border-top: 0.0625em solid var(--wave-table-border);
}
.settings-table tr,
table.settings-table tr {
	border-bottom: 0.0625em solid var(--wave-table-border) !important;
}
.settings-table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	color: var(--wave-darker-blue);
}
.settings-table td:first-child,
.settings-table th:first-child,
table.settings-table td:first-child,
table.settings-table th:first-child {
	border-left: 0.0625em solid var(--wave-table-border);
}
.settings-table td,
.settings-table th,
table.settings-table td,
table.settings-table th {
	border-right: 0.0625em solid var(--wave-table-border);
	color: var(--wave-darker-blue);
}
.settings-table td:nth-child(2) {
	white-space: nowrap;
}
.settings-table th,
table.settings-table th {
	text-align: center;
	font-weight: 700;
	color: var(--wave-darker-blue);
}
.settings-table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	color: var(--wave-darker-blue);
}
.cookie-settings-container {
	margin-top: 50px;
	border-radius: 8px;
	background-color: var(--wave-lighter-blue);
	padding: 1.975rem;
}
.cookie-settings-container h2 {
	padding-bottom: 5px;
}
.partner-description-container {
	background-color: var(--wave-lighter-blue);
	padding: 1.975rem;
	border-radius: 8px;
	margin-bottom: 25px;
}
.partner-description-container p {
	margin: 0px;
}
.usability-description-container {
	background-color: var(--wave-lighter-blue);
	padding: 1.975rem;
	border-radius: 8px;
	margin: 35px 0px -20px;
}
.usability-description-container p {
	margin: 0px;
}
.cookies-settings-row {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.cookies-settings-row h3 {
	margin-bottom: 4px;
	font-size: 1.2rem !important;
}
.cookies-settings-row p {
	margin: 0px;
	font-size: 0.9rem;
	line-height: 1.6;
}
.cookies-settings-row .flex-right {
	width: 250px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.cookies-settings-row .custom-checkbox {
	box-shadow: none;
	border: 2px solid var(--wave-medium-light-gray);
	background-color: var(--wave-lighter-blue);
	margin: 0px;
}
.cookies-settings-row .custom-checkbox:focus,
.cookies-settings-row .custom-checkbox:active,
.cookies-settings-row .custom-checkbox.active {
	border: 2px solid var(--wave-darker-blue);
}
.custom-checkbox.disabled {
	border: 2px solid var(--wave-medium-light-gray) !important;
}
.list-padding li {
	margin-top: 20px;
}

/*
 * File: partner.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:21 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:21 PM
 * Modified By: Brendan Michaelsen
 */

.partners-action-section {
	margin-top: 24px;
}
.partners-action-section a,
.partners-action-section a:visited,
.partners-action-section a:link {
	display: block;
	margin: 15px 0px 0px 0px;
}
.partner-header {
	z-index: 99;
}
.opportunities-list {
	margin: 0px 0px 30px;
}
.opportunities-list i {
	margin-right: 10px;
}
.opportunities-list a,
.opportunities-list a:link,
.opportunities-list a:visited {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-transform: inherit;
	text-decoration: underline;
	letter-spacing: inherit;
}

/*
 * File: presskit.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:17 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: September 8, 2024 at 10:58 PM
 * Modified By: Brendan Michaelsen
 */

.presskit-content-section p {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.presskit-content-padding {
	padding-top: 50px;
	padding-bottom: 80px;
}
.presskit-content-padding p {
	font-size: 1.1rem;
}
.presskit-content {
	margin-bottom: 50px;
}
.presskit-content h2 {
	margin-bottom: 20px;
}
.presskit-content a,
.presskit-content a:link,
.presskit-content a:visited {
	text-transform: uppercase;
	font-size: 0.7rem;
	margin-top: 22px;
	color: var(--wave-darker-blue);
}
.presskit-content a:hover {
	opacity: 0.75;
}
.presskit-content p a,
.presskit-content p a:link,
.presskit-content p a:visited,
.presskit-content p a:hover {
	text-decoration: underline;
	opacity: 1;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
}
.presskit-container {
	position: relative;
	margin-bottom: 30px;
}
.presskit-container .presskit-image {
	border-radius: 4px;
	margin-bottom: 18px;
	width: 100%;
}
.presskit-container .presskit-holder {
	border-radius: 4px;
	width: 100%;
	padding: 60px 45px;
	margin-bottom: 18px;
	text-align: center;
	background-color: var(--wave-light-blue);
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.presskit-container .presskit-holder.vertical {
	padding: 20px 45px;
}
.presskit-container .presskit-holder.mark {
	padding: 20px 25px;
}
.presskit-container .presskit-holder.vertical img {
	height: 100%;
}
.presskit-container .presskit-holder.darker {
	background-color: var(--wave-darker-blue);
}
.presskit-container .bad-example-holder {
	background-color: var(--wave-light-blue);
	border-radius: 4px;
}
.presskit-container.equal {
	margin-bottom: 20px;
}
.presskit-container.right {
	padding-left: 0px;
}
.presskit-container.middle {
	padding-left: 0px;
}
.presskit-container.left {
	padding-right: 0px;
}
@media only screen and (min-width: 40em) {
	.presskit-container {
		margin-bottom: 35px;
	}
	.presskit-container.equal {
		margin-bottom: 30px;
	}
	.presskit-container.right {
		padding-left: 5px;
	}
	.presskit-container.middle {
		padding-left: 5px;
		padding-right: 5px;
	}
	.presskit-container.left {
		padding-right: 5px;
	}
}
@media only screen and (min-width: 64em) {
	.presskit-container {
		margin-bottom: 45px;
	}
	.presskit-container.equal {
		margin-bottom: 30px;
	}
	.presskit-container.right {
		padding-left: 12px;
	}
	.presskit-container.middle {
		padding-left: 12px;
		padding-right: 12px;
	}
	.presskit-container.left {
		padding-right: 12px;
	}
}
.presskit-container .presskit-holder.gradient {
	background: rgb(243, 211, 168);
	background: -moz-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3d3a8",endColorstr="#f6eabc",GradientType=1);
}
.presskit-container h3 {
	font-size: 1.1rem !important;
	margin-bottom: 5px;
	text-transform: none;
	letter-spacing: normal !important;
}
.presskit-container h4 {
	font-size: 0.8rem !important;
	margin: 0px;
	text-transform: none;
	letter-spacing: normal !important;
	font-style: italic;
	font-weight: 400;
}
.presskit-container .description-container {
	float: left;
	width: 65%;
}
.presskit-container .description-container.smaller {
	width: 51%;
}
.presskit-container .download-container {
	float: right;
	position: relative;
	top: -9px;
}
.presskit-container .download-container a,
.presskit-container .download-container a:link,
.presskit-container .download-container a:visited {
	font-size: 0.7rem;
	text-decoration: underline;
	margin-left: 4px;
	font-weight: 700;
}
.presskit-content-spacer {
	margin-top: 30px;
}
.presskit-content .dont {
	color: var(--wave-red);
	margin-right: 8px;
	position: relative;
	top: 1px;
}
.presskit-container .dont-inside {
	color: var(--wave-red);
	position: absolute;
	top: 10px;
	right: 10px;
}
.color-swatch {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 25px;
	border: 1px solid var(--wave-placeholder-text);
}
.color-swatch.orange {
	background-color: var(--wave-orange);
}
.color-swatch.yellow {
	background-color: var(--wave-yellow);
}
.color-swatch.primary-blue {
	background-color: var(--wave-dark-blue);
}
.color-swatch.lighter-blue {
	background-color: var(--wave-lighter-blue);
}
.color-swatch.light-blue {
	background-color: var(--wave-light-blue);
}
.color-swatch.blue {
	background-color: var(--wave-blue);
}
.color-swatch.dark-blue {
	background-color: var(--wave-darker-blue);
}
.brand-color-container h3,
.brand-font-container h3 {
	font-size: 1.3rem !important;
	margin-bottom: 5px;
	text-transform: none;
	letter-spacing: normal !important;
}
.brand-color-container h4,
.brand-font-container h4 {
	font-size: 0.8rem !important;
	margin: 0px 0px 22px;
	text-transform: none;
	letter-spacing: normal !important;
	line-height: 1.4;
	width: 80%;
	font-style: italic;
	font-weight: 400;
}
.color_codes {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 15px;
}
.color_codes > .color_key {
	color: var(--wave-grey-text);
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.color_codes > .color_key,
.color_codes > .code {
	display: flex;
	align-items: center;
}
.color_codes > .color_code span {
	border-bottom: 1px solid var(--wave-placeholder-text);
	font-size: 13px;
	position: relative;
	font-weight: 700;
}
.color-distribution-container {
	width: 100%;
	height: 40px;
	border: 1px solid var(--wave-placeholder-text);
	border-radius: 4px;
	font-size: 0px !important;
}
.distribution-item {
	height: 100%;
	display: inline-block;
}
.distribution-item.gradient {
	background: rgb(243, 211, 168);
	background: -moz-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	background: linear-gradient(135deg, rgba(243, 211, 168, 1) 0%, rgba(246, 234, 188, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3d3a8",endColorstr="#f6eabc",GradientType=1);
	width: 30%;
}
.distribution-item.primary-blue {
	width: 22%;
	background-color: var(--wave-dark-blue);
}
.distribution-item.lighter-blue {
	width: 20%;
	background-color: var(--wave-lighter-blue);
}
.distribution-item.light-blue {
	width: 8%;
	background-color: var(--wave-light-blue);
}
.distribution-item.blue {
	width: 8%;
	background-color: var(--wave-blue);
}
.distribution-item.dark-blue {
	width: 12%;
	background-color: var(--wave-darker-blue);
}
.brand-font-container .font-holder {
	margin: 0px 0px 18px;
}
.brand-font-container .font-holder h2 {
	font-size: 3rem;
	line-height: normal;
}
.brand-font-container .font-holder.outfit h2 {
	margin: 0px 0px 10px;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
}
.brand-font-container .font-holder.outfit h2.heavy {
	font-weight: 700;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
}
.brand-font-container .font-holder.outfit h2.bold {
	font-weight: 600;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
}
.brand-font-container .font-holder.outfit h2.normal {
	font-weight: 400;
	font-family: 'Outfit', Verdana, Arial, Helvetica, sans-serif;
}
.brand-font-container .font-holder.playfair h2 {
	margin: -9px 0px 9px;
	font-family: 'Playfair Display', Georgia, Times, serif;
}
.brand-font-container .font-holder.playfair h2.bold {
	font-weight: 700;
	font-family: 'Playfair Display', Georgia, Times, serif;
}
.brand-font-container .font-holder.playfair h2.semibold {
	font-weight: 600;
	font-family: 'Playfair Display', Georgia, Times, serif;
}
.brand-font-container .font-holder.playfair h2.medium {
	font-weight: 400;
	font-family: 'Playfair Display', Georgia, Times, serif;
}
.presskit-content-section-padding {
	padding-top: 80px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 30.563em) {
	.presskit-content-section-padding {
		padding-top: 6vw;
		padding-bottom: 5.5vw;
	}
}

/*
 * File: what-we-do.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:35 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 15, 2025 at 1:09 PM
 * Modified By: Brendan Michaelsen
 */

.beta-badge {
	background-color: var(--wave-skeleton-grey);
	color: var(--wave-grey-text);
	border-radius: 20px;
	padding: 4px 12px;
	display: flex;
	font-size: 0.85rem;
	font-weight: 500;
}
.vision-pillar {
	margin: 30px 0px 20px 0px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 0px 15px;
	position: relative;
}
.vision-pillar p {
	margin: 0px;
	font-size: 1.2rem;
	line-height: 140%;
}
.vision-pillar-decoration {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--wave-blue);
	flex-shrink: 0;
}
.vision-pillar i {
	position: absolute;
	z-index: 2;
	font-size: 2.3rem;
	color: var(--wave-darker-blue);
	bottom: 16px;
}
.vision-pillar-decoration-obscure {
	width: 100%;
	height: 50%;
	background-color: var(--wave-lighter-blue);
	position: absolute;
	top: 0px;
	left: 0px;
}

/*
 * File: who-we-are.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 8, 2024 at 10:34 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: January 9, 2025 at 3:30 PM
 * Modified By: Brendan Michaelsen
 */

.team-card-cell {
	width: 300px;
}
.volunteer-card-cell {
	width: 200px;
}
.board-card-cell {
	width: 270px;
}
.supporter-card-cell {
	width: 270px;
}
.impact-row-container {
	max-width: 1500px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.impact-row {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
}
@media only screen and (min-width: 64em) {
	.impact-row {
		flex-direction: row;
	}
}
.impact-row-content {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	flex: 1 1 55%;
	text-align: left;
	margin: 0px auto;
	padding: 50px 25px;
	width: 100%;
}
@media only screen and (min-width: 64em) {
	.impact-row-content {
		padding: 4% 6rem;
		width: 88%;
	}
}
.impact-row-content h2 {
	margin-bottom: 20px;
}
.impact-row-image {
	position: relative;
	flex: 1 1 45%;
}
.impact-row-image img {
	width: 100%;
	border-radius: 4px;
}
.impact-row-image img:hover {
	transform: scale(1.02);
}

/*
 * File: research.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on February 15, 2025 at 8:49 PM
 * Copyright © 2025 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: February 15, 2025 at 8:49 PM
 * Modified By: Brendan Michaelsen
 */

.research-guidelines-container {
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	box-shadow: inset 0 4px 7px 1px var(--wave-white), inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.08);
	overflow: hidden;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 110% 150%;
	padding: 20px 25px 10px;
	margin: 20px 0px 0px;
}
.research-guidelines-container h4 {
	font-family: 'Playfair Display', Georgia, Times, serif;
	font-weight: 900;
	font-size: 1.3rem;
}

/*
 * File: imports.css
 * Project: our-wave-marketing-web
 *
 * Created by Brendan Michaelsen on September 9, 2024 at 4:42 PM
 * Copyright © 2024 Our Wave, Inc. All rights reserved.
 *
 * Last Modified: March 26, 2025 at 10:05 PM
 * Modified By: Brendan Michaelsen
 */

/**
 * Imports
 */

/* Components */

/* Navigation */

/* Pages */

