@charset "UTF-8";

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -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;
}

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

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

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

.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: flex;
  flex-flow: row wrap;
}

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

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

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

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

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

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

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

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

.grid-x > .small-1 {
  width: 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 {
    flex: 1 1 0px;
    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 {
    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 {
    flex: 1 1 0px;
    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 {
    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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

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

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

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

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

.grid-y > .small-1 {
  height: 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 {
    flex: 1 1 0px;
    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 {
    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 {
    flex: 1 1 0px;
    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 {
    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;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

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

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

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

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

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

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

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.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);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

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

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

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

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

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

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

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

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: "Montserrat", 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 #242424;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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

.code-block {
  border: 1px solid #cacaca;
  background-color: #e3e3e3;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #242424;
  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;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}

.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}

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

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

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

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

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

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

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.top-bar,
.top-bar ul {
  background-color: none;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar .top-bar-left {
  flex: 1 1 auto;
  margin-right: auto;
}

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

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

.clearfix::after {
  clear: both;
}

/* montserrat-regular - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/montserrat-v25-latin-regular.eot?9ca1ae7d5968cdbbd2f71598965435a8);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-regular.eot?9ca1ae7d5968cdbbd2f71598965435a8) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-regular.woff2?b4a68b1e743ee317eaaf0bbadd131571) format("woff2"), url(/fonts/montserrat-v25-latin-regular.woff?0c0bf37fdadb3c0fc240ecd46deb5ec5) format("woff"), url(/fonts/montserrat-v25-latin-regular.ttf?4f61189f6acfa37db34bbce1a29f3db0) format("truetype"), url(/fonts/montserrat-v25-latin-regular.svg?f59907d8d8a61fe38ebfe2a191012599) format("svg");
  /* Legacy iOS */
}

/* montserrat-500 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/montserrat-v25-latin-500.eot?6531649a89aa0f07d6fc0ac04cf247b1);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-500.eot?6531649a89aa0f07d6fc0ac04cf247b1) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-500.woff2?3f2f6d9e64a95a40ea5dedfc91f42a95) format("woff2"), url(/fonts/montserrat-v25-latin-500.woff?d180f71d1c95eedc76577c722e64c80e) format("woff"), url(/fonts/montserrat-v25-latin-500.ttf?6f6da07ee00b1c6c0eb3af0e11f0ee59) format("truetype"), url(/fonts/montserrat-v25-latin-500.svg?29818adb0193b899974700e31cb0567a) format("svg");
  /* Legacy iOS */
}

/* montserrat-600 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/montserrat-v25-latin-600.eot?467c1c287b142a5ba8189b5e20862f67);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-600.eot?467c1c287b142a5ba8189b5e20862f67) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-600.woff2?e571167fbcce8d5081bce96a09930063) format("woff2"), url(/fonts/montserrat-v25-latin-600.woff?52addb5b17e47b1433cbe1e38c12b0a8) format("woff"), url(/fonts/montserrat-v25-latin-600.ttf?9c6ca180719d0873cf4f3e35a78d50d5) format("truetype"), url(/fonts/montserrat-v25-latin-600.svg?bb0e09eec706cc2cbfd476eb2d1f1d9b) format("svg");
  /* Legacy iOS */
}

/* montserrat-800 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/montserrat-v25-latin-800.eot?c1bc68ff7c872e12b7e94ea8e1d1c2ad);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-800.eot?c1bc68ff7c872e12b7e94ea8e1d1c2ad) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-800.woff2?47adf1610f40ec74b72068c5a111d3ad) format("woff2"), url(/fonts/montserrat-v25-latin-800.woff?82f902504ae7e33d71f159c05ed9b71d) format("woff"), url(/fonts/montserrat-v25-latin-800.ttf?8870372907f9eb43bfc906e974126d28) format("truetype"), url(/fonts/montserrat-v25-latin-800.svg?59fa3c76c3766c2c5a49e25bf719cd74) format("svg");
  /* Legacy iOS */
}

/* montserrat-italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/montserrat-v25-latin-italic.eot?79551407b21290e23ac81f09bce95a11);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-italic.eot?79551407b21290e23ac81f09bce95a11) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-italic.woff2?78e7edfa3d585a5f259d73de7f327839) format("woff2"), url(/fonts/montserrat-v25-latin-italic.woff?c85879c74856f5b125f017b6261906ef) format("woff"), url(/fonts/montserrat-v25-latin-italic.ttf?05958657e81381f2d1dbe8ab1f07f205) format("truetype"), url(/fonts/montserrat-v25-latin-italic.svg?5dd20e607e6e004949c0174ff277558b) format("svg");
  /* Legacy iOS */
}

/* montserrat-500italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(/fonts/montserrat-v25-latin-500italic.eot?dddb0e1f3f6bbb2520c582b449cf8a71);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-500italic.eot?dddb0e1f3f6bbb2520c582b449cf8a71) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-500italic.woff2?07de63d961155a28520dd51fdb4c4be5) format("woff2"), url(/fonts/montserrat-v25-latin-500italic.woff?8ee181d23576116fc7ddcc2e62f8a59a) format("woff"), url(/fonts/montserrat-v25-latin-500italic.ttf?3919448739e5db636392120ee89fd75e) format("truetype"), url(/fonts/montserrat-v25-latin-500italic.svg?8299ed19155fa3e5271fe6b9bb0fd632) format("svg");
  /* Legacy iOS */
}

/* montserrat-600italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/montserrat-v25-latin-600italic.eot?98bd89855988bfa65086ed2a9fc13781);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-600italic.eot?98bd89855988bfa65086ed2a9fc13781) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-600italic.woff2?7fbbbe850238487410c46f573cae30ee) format("woff2"), url(/fonts/montserrat-v25-latin-600italic.woff?1831cc756d2e13dc0efeebcc25225fd5) format("woff"), url(/fonts/montserrat-v25-latin-600italic.ttf?9e2b2eedc6726926bf74cff6038b0bd0) format("truetype"), url(/fonts/montserrat-v25-latin-600italic.svg?8d0b77a9822f898eb5c58376f426e2e8) format("svg");
  /* Legacy iOS */
}

/* montserrat-800italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url(/fonts/montserrat-v25-latin-800italic.eot?fdbb7569bbc991478bf4393787d2d185);
  /* IE9 Compat Modes */
  src: local(""), url(/fonts/montserrat-v25-latin-800italic.eot?fdbb7569bbc991478bf4393787d2d185) format("embedded-opentype"), url(/fonts/montserrat-v25-latin-800italic.woff2?cc84dc55d4d06d94048146d6a840a718) format("woff2"), url(/fonts/montserrat-v25-latin-800italic.woff?ec0d507c65805c7dfec249c07c460920) format("woff"), url(/fonts/montserrat-v25-latin-800italic.ttf?a5c4c26a189813f0ce6383caec52d324) format("truetype"), url(/fonts/montserrat-v25-latin-800italic.svg?21187ead91f2bdf2be88b6e02fe287c3) format("svg");
  /* Legacy iOS */
}

html,
body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
}

a {
  color: #262261;
  text-decoration: underline;
}

a:hover {
  color: #82c587;
}

.page-patient a {
  color: #25a8df;
}

.page-patient a:hover {
  color: #262261;
}

.isMobile {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .isMobile {
    display: block;
  }
}

.icon {
  text-indent: -9999em;
  display: inline-block;
}

.none {
  display: none;
}

.nav-bar {
  background: #ffffff;
  height: 76px;
  z-index: 10;
  border-bottom: 2px solid whitesmoke;
}

.nav-bar.is-stuck {
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}

.nav-bar.is-stuck .is-dropdown-submenu {
  background: rgba(255, 255, 255, 0.9);
}

.nav-bar .top-bar {
  padding: 0px;
  padding-top: 20px;
}

.nav-bar .logo {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3105.5px;
  width: 222px;
  height: 40.5px;
}

@media print, screen and (max-width: 39.99875em) {
  .nav-bar .logo {
    transform: scale(0.8);
  }
}

.nav-bar .hamburg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 20px;
  cursor: pointer;
}

.nav-bar .hamburg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #272262;
  box-shadow: 0 8px 0 #272262, 0 16px 0 #272262;
  content: "";
}

.nav-bar .hamburg:hover::after {
  background: #272262;
  box-shadow: 0 8px 0 #272262, 0 16px 0 #272262;
}

.nav-bar .close {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2243px;
  width: 20px;
  height: 20px;
}

.nav-bar .dropdown li .hamburg-box {
  height: 20px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.nav-bar .dropdown .is-active .hamburg {
  display: none;
}

.nav-bar .dropdown .is-active .close {
  display: inline-block;
}

.nav-bar .dropdown .submenu {
  padding: 20px;
  border: 0px;
  margin-top: 16px;
  min-width: 245px;
}

.nav-bar .dropdown .submenu .is-submenu-item {
  border-bottom: solid 0.5px #a2a8b3;
}

.nav-bar .dropdown .submenu .is-submenu-item a {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 0.9375rem;
  color: #262261;
  text-align: center;
}

.nav-bar .dropdown .submenu .is-submenu-item:last-child {
  border-bottom: 0px;
  padding-bottom: 60px;
}

.footer {
  background-color: #ebebeb;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: -0.22px;
  color: #000000;
  padding: 21px 0px 22px;
}

.gateway {
  background-image: linear-gradient(179deg, #262261 25%, #25a8df 116%);
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway {
    min-height: calc(100% - 79px - 56px);
  }
}

@media print, screen and (min-width: 40em) {
  .gateway {
    min-height: calc(100vh - 79px - 56px);
  }
}

.gateway h1 {
  text-align: center;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.3125rem;
  max-width: 513px;
  margin: 0 auto;
  padding: 37px 0px 30px;
  padding-top: 10%;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway h1 {
    padding-top: 30%;
    padding-bottom: 20%;
    font-size: 1.75rem;
    line-height: 1.6875rem;
    max-width: 250px;
  }
}

.gateway p {
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.875rem;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway p {
    font-size: 0.9375rem;
    line-height: 0.625rem;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.gateway .heart {
  position: relative;
  margin: 0 auto;
  width: 500px;
  height: 200px;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway .heart {
    width: 100%;
  }
}

.gateway .heart .bg {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -83px;
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2842px;
  width: 166.5px;
  height: 158px;
}

.gateway .heart .hcp,
.gateway .heart .patient {
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 1.40625rem;
  font-weight: 800;
  line-height: 1.6875rem;
  color: #262261;
  padding-top: 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway .heart .hcp,
  .gateway .heart .patient {
    font-size: 1rem;
    line-height: 0.9375rem;
  }
}

.gateway .heart .hcp .copy,
.gateway .heart .patient .copy {
  display: inline-block;
}

.gateway .heart .hcp .arrow-right,
.gateway .heart .patient .arrow-right {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2217px;
  width: 38px;
  height: 6px;
  margin-left: 9px;
  transform: translateY(-4px);
}

@media print, screen and (max-width: 39.99875em) {
  .gateway .heart .hcp .arrow-right,
  .gateway .heart .patient .arrow-right {
    margin-left: 6px;
    transform: translateY(-2px);
  }
}

.gateway .heart .hcp {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -1900.5px;
  width: 206.5px;
  height: 47px;
  background-repeat: no-repeat;
  left: 0px;
  top: 58px;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway .heart .hcp {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -1967.5px;
    width: 131px;
    height: 37px;
    top: 62px;
  }
}

.gateway .heart .patient {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4462px;
  width: 207px;
  height: 47px;
  background-repeat: no-repeat;
  left: auto;
  right: 0px;
  top: 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .gateway .heart .patient {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -4529px;
    width: 137.5px;
    height: 36px;
    top: 12px;
  }
}

.gateway .eusa-branding {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.gateway .eusa-branding .icon {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2637.5px;
  width: 151.5px;
  height: 26.5px;
}

.page-hcp,
.page-patient {
  position: relative;
}

.page-hcp h1,
.page-hcp h2,
.page-hcp h3,
.page-hcp h4,
.page-patient h1,
.page-patient h2,
.page-patient h3,
.page-patient h4 {
  color: #262261;
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp h1,
  .page-hcp h2,
  .page-hcp h3,
  .page-hcp h4,
  .page-patient h1,
  .page-patient h2,
  .page-patient h3,
  .page-patient h4 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 24px;
  }
}

.page-hcp p,
.page-patient p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media print, screen and (min-width: 40em) {
  .page-hcp p,
  .page-patient p {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }
}

.page-hcp .grid-container,
.page-patient .grid-container {
  position: relative;
  padding-right: 2rem;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .grid-container,
  .page-patient .grid-container {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}

@media print, screen and (min-width: 40em) {
  .page-hcp .grid-container,
  .page-patient .grid-container {
    padding-right: 10rem;
  }
}

.page-hcp .line-holder,
.page-patient .line-holder {
  position: absolute;
  right: 28px;
  top: -30px;
  z-index: 1;
}

.page-hcp .line-holder svg,
.page-patient .line-holder svg {
  overflow: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .line-holder,
  .page-patient .line-holder {
    right: 23px;
  }
}

.page-hcp .right-line,
.page-patient .right-line {
  height: calc(100% + 70px);
  position: absolute;
  right: 28px;
  top: -30px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .right-line,
  .page-patient .right-line {
    right: 23px;
  }
}

.page-hcp .getting-started,
.page-patient .getting-started {
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-hcp .getting-started h1,
.page-patient .getting-started h1 {
  margin-bottom: 17px;
}

.page-hcp .getting-started p,
.page-patient .getting-started p {
  margin-bottom: 30px;
}

.page-hcp .getting-started .downloads-programs,
.page-patient .getting-started .downloads-programs {
  max-width: 680px;
  margin: 0 auto;
}

.page-hcp .getting-started .programs,
.page-patient .getting-started .programs {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #262261;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .programs,
  .page-patient .getting-started .programs {
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
}

.page-hcp .getting-started .programs a,
.page-patient .getting-started .programs a {
  text-decoration: none;
}

.page-hcp .getting-started .programs .inner,
.page-patient .getting-started .programs .inner {
  max-width: 300px;
  margin: 0 auto;
}

.page-hcp .getting-started .programs .logo,
.page-patient .getting-started .programs .logo {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3105.5px;
  width: 222px;
  height: 40.5px;
  margin-bottom: 10px;
}

.page-hcp .getting-started .programs .down-arrows,
.page-patient .getting-started .programs .down-arrows {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2087.5px;
  width: 161px;
  height: 81.5px;
  margin-bottom: 30px;
}

.page-hcp .getting-started .programs .co-pay-box .co-pay,
.page-patient .getting-started .programs .co-pay-box .co-pay {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2283px;
  width: 63px;
  height: 40px;
  display: block;
  margin: 0 auto 14px;
}

.page-hcp .getting-started .programs .co-pay-box:hover,
.page-patient .getting-started .programs .co-pay-box:hover {
  color: #82C587;
}

.page-hcp .getting-started .programs .co-pay-box:hover .co-pay,
.page-patient .getting-started .programs .co-pay-box:hover .co-pay {
  background-position: 0 -2343px;
}

.page-hcp .getting-started .programs .pap-box .pap,
.page-patient .getting-started .programs .pap-box .pap {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3716px;
  width: 56.5px;
  height: 54px;
  display: block;
  margin: 0 auto 14px;
}

.page-hcp .getting-started .programs .pap-box:hover,
.page-patient .getting-started .programs .pap-box:hover {
  color: #82C587;
}

.page-hcp .getting-started .programs .pap-box:hover .pap,
.page-patient .getting-started .programs .pap-box:hover .pap {
  background-position: 0 -3790px;
}

.page-hcp .getting-started .downloads,
.page-patient .getting-started .downloads {
  margin-top: 30px;
}

.page-hcp .getting-started .downloads a,
.page-patient .getting-started .downloads a {
  text-decoration: none;
}

.page-hcp .getting-started .downloads p,
.page-patient .getting-started .downloads p {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #262261;
  margin-bottom: 0px;
  margin-top: 7px;
  text-align: center;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .downloads p,
  .page-patient .getting-started .downloads p {
    margin-top: 14px;
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
}

.page-hcp .getting-started .downloads p a,
.page-patient .getting-started .downloads p a {
  text-decoration: underline;
}

.page-hcp .getting-started .downloads .inner,
.page-patient .getting-started .downloads .inner {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -617px;
  width: 353.5px;
  height: 205px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .downloads .inner,
  .page-patient .getting-started .downloads .inner {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -842px;
    width: 248.5px;
    height: 207.5px;
    margin: 0 auto;
  }
}

.page-hcp .getting-started .downloads .inner .grid-x,
.page-patient .getting-started .downloads .inner .grid-x {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .getting-started .downloads .inner .grid-x,
  .page-patient .getting-started .downloads .inner .grid-x {
    width: 281px;
  }
}

.page-hcp .getting-started .downloads .inner h5,
.page-patient .getting-started .downloads .inner h5 {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5rem;
  color: #ffffff;
  max-width: 268px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .downloads .inner h5,
  .page-patient .getting-started .downloads .inner h5 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.page-hcp .getting-started .downloads .inner .brochure,
.page-patient .getting-started .downloads .inner .brochure {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 0;
  width: 71.5px;
  height: 93px;
  display: block;
  margin: 0 auto 0px;
}

.page-hcp .getting-started .downloads .inner .brochure:hover,
.page-patient .getting-started .downloads .inner .brochure:hover {
  background-position: 0 -113px;
}

.page-hcp .getting-started .downloads .inner .form,
.page-patient .getting-started .downloads .inner .form {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -1672.5px;
  width: 109px;
  height: 94px;
  display: block;
  margin: 0 auto 0px;
}

.page-hcp .getting-started .downloads .inner .form:hover,
.page-patient .getting-started .downloads .inner .form:hover {
  background-position: 0 -1786.5px;
}

.page-hcp .getting-started .downloads .inner .copy,
.page-patient .getting-started .downloads .inner .copy {
  padding-top: 13px;
  padding-left: 16px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .downloads .inner .copy,
  .page-patient .getting-started .downloads .inner .copy {
    padding-top: 55px;
    padding-left: 14px;
  }
}

.page-hcp .getting-started .downloads .inner .icons,
.page-patient .getting-started .downloads .inner .icons {
  text-align: center;
  padding-top: 16px;
  padding-left: 12px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .getting-started .downloads .inner .icons,
  .page-patient .getting-started .downloads .inner .icons {
    padding-top: 5px;
    padding-left: 5px;
  }
}

.page-hcp .icon-cell,
.page-patient .icon-cell {
  width: 70px;
  display: inline-block;
  vertical-align: text-top;
}

.page-hcp .icon-cell .icon.question,
.page-patient .icon-cell .icon.question {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4303.5px;
  width: 51.5px;
  height: 51.5px;
}

.page-hcp .icon-cell .icon.fingers-crossed,
.page-patient .icon-cell .icon.fingers-crossed {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2684px;
  width: 48px;
  height: 52.5px;
}

.page-hcp .icon-cell .icon.navigating,
.page-patient .icon-cell .icon.navigating {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3646.5px;
  width: 46.5px;
  height: 49.5px;
}

.page-hcp .icon-cell .icon.co-pay,
.page-patient .icon-cell .icon.co-pay {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2523px;
  width: 53px;
  height: 33.5px;
}

.page-hcp .icon-cell .icon.assistance,
.page-patient .icon-cell .icon.assistance {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4010px;
  width: 49.5px;
  height: 47px;
}

.page-hcp .icon-cell .icon.map,
.page-patient .icon-cell .icon.map {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3241.5px;
  width: 39.5px;
  height: 56.5px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .icon-cell .icon.map,
  .page-patient .icon-cell .icon.map {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -3166px;
    width: 38.5px;
    height: 55.5px;
  }
}

.page-hcp .icon-cell .icon.heart-map,
.page-patient .icon-cell .icon.heart-map {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3398.5px;
  width: 49px;
  height: 51px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .icon-cell .icon.heart-map,
  .page-patient .icon-cell .icon.heart-map {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -3318px;
    width: 57.5px;
    height: 60.5px;
  }
}

.page-hcp .copy-cell,
.page-patient .copy-cell {
  vertical-align: text-top;
  display: inline-block;
  width: calc(100% - 75px);
}

.page-hcp .copy-cell strong,
.page-patient .copy-cell strong {
  font-weight: 600;
  color: #262261;
  display: block;
  font-size: 1rem;
  line-height: 1.0625rem;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell strong,
  .page-patient .copy-cell strong {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.page-hcp .copy-cell b,
.page-patient .copy-cell b {
  font-weight: 600;
}

.page-hcp .copy-cell p,
.page-patient .copy-cell p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell p,
  .page-patient .copy-cell p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.page-hcp .copy-cell p.disclaimer,
.page-patient .copy-cell p.disclaimer {
  font-size: 0.5rem;
  line-height: 0.5625rem;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell p.disclaimer,
  .page-patient .copy-cell p.disclaimer {
    font-size: 0.65625rem;
    line-height: 0.7875rem;
    max-width: 310px;
  }
}

.page-hcp .copy-cell p.arrow-left,
.page-patient .copy-cell p.arrow-left {
  position: relative;
}

.page-hcp .copy-cell p.arrow-left:before,
.page-patient .copy-cell p.arrow-left:before {
  content: "\25BA";
  position: absolute;
  left: -30px;
}

.page-hcp .copy-cell p.indented,
.page-patient .copy-cell p.indented {
  margin-left: -40px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell p.indented,
  .page-patient .copy-cell p.indented {
    margin-left: 50px;
  }
}

.page-hcp .copy-cell p.mobile-indented,
.page-patient .copy-cell p.mobile-indented {
  margin-left: -70px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell p.mobile-indented,
  .page-patient .copy-cell p.mobile-indented {
    margin-left: 0px;
  }
}

.page-hcp .copy-cell ul,
.page-patient .copy-cell ul {
  margin-top: -25px;
  margin-bottom: 35px;
}

.page-hcp .copy-cell ul li,
.page-patient .copy-cell ul li {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-left: -20px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .page-hcp .copy-cell ul li,
  .page-patient .copy-cell ul li {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-left: 80px;
  }
}

.page-hcp .what-can-pc-do,
.page-patient .what-can-pc-do {
  background-color: whitesmoke;
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-hcp .what-can-pc-do h2,
.page-patient .what-can-pc-do h2 {
  margin-bottom: 24px;
}

.page-hcp .what-can-pc-do p,
.page-patient .what-can-pc-do p {
  margin-bottom: 30px;
}

.page-hcp .what-can-pc-do .right-line,
.page-patient .what-can-pc-do .right-line {
  top: -195px;
  height: calc(100% + 245px);
}

.page-hcp .not-covered,
.page-patient .not-covered {
  margin-top: -70px;
  padding-top: 220px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(181deg, #82c587, #278ec6, #264987, #262261);
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered,
  .page-patient .not-covered {
    padding-top: 65px;
  }
}

.page-hcp .not-covered .line-holder,
.page-patient .not-covered .line-holder {
  top: -220px;
}

.page-hcp .not-covered .right-line.heart,
.page-patient .not-covered .right-line.heart {
  height: auto;
  top: 7px;
  right: -9px;
  border-right: 0px;
}

.page-hcp .not-covered .right-line.heart .heart,
.page-patient .not-covered .right-line.heart .heart {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2756.5px;
  width: 75px;
  height: 65.5px;
}

.page-hcp .not-covered .right-line.call-us,
.page-patient .not-covered .right-line.call-us {
  height: auto;
  top: 822px;
  right: -90px;
  border-right: 0px;
  z-index: 4;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .right-line.call-us,
  .page-patient .not-covered .right-line.call-us {
    position: relative;
    top: auto;
    right: auto;
  }
}

.page-hcp .not-covered .right-line.call-us .inner,
.page-patient .not-covered .right-line.call-us .inner {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4585px;
  width: 257px;
  height: 216px;
  text-align: center;
  padding: 14px 36px 18px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .right-line.call-us .inner,
  .page-patient .not-covered .right-line.call-us .inner {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -226px;
    width: 213px;
    height: 175.5px;
    padding: 45px 11px 10px;
    margin: 0 auto;
  }
}

.page-hcp .not-covered .right-line.call-us .inner h5,
.page-patient .not-covered .right-line.call-us .inner h5 {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .right-line.call-us .inner h5,
  .page-patient .not-covered .right-line.call-us .inner h5 {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 14px;
  }

  .page-hcp .not-covered .right-line.call-us .inner h5 span,
  .page-patient .not-covered .right-line.call-us .inner h5 span {
    text-decoration: underline;
  }
}

.page-hcp .not-covered .right-line.call-us .inner .phone,
.page-patient .not-covered .right-line.call-us .inner .phone {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4077px;
  width: 55.5px;
  height: 55.5px;
}

.page-hcp .not-covered .right-line.call-us a,
.page-patient .not-covered .right-line.call-us a {
  text-decoration: none;
}

.page-hcp .not-covered .right-line.call-us a:hover span,
.page-patient .not-covered .right-line.call-us a:hover span {
  color: #262261;
}

.page-hcp .not-covered .right-line.call-us a:hover .phone,
.page-patient .not-covered .right-line.call-us a:hover .phone {
  background-position: 0 -4152.5px;
}

.page-hcp .not-covered .top-divider,
.page-patient .not-covered .top-divider {
  position: absolute;
  top: -158px;
  height: 238px;
  width: 100%;
  transform: skewY(-8deg);
  background-color: whitesmoke;
  z-index: 5;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .top-divider,
  .page-patient .not-covered .top-divider {
    height: 181px;
  }
}

.page-hcp .not-covered h3,
.page-patient .not-covered h3 {
  color: #ffffff;
}

.page-hcp .not-covered p,
.page-patient .not-covered p {
  color: #ffffff;
  margin-bottom: 30px;
}

.page-hcp .not-covered p strong,
.page-patient .not-covered p strong {
  color: #ffffff;
  margin-bottom: 24px;
}

.page-hcp .not-covered p.first-line,
.page-patient .not-covered p.first-line {
  margin-bottom: 40px;
}

.page-hcp .not-covered ul li,
.page-patient .not-covered ul li {
  color: #ffffff;
}

.page-hcp .not-covered .eligible-box,
.page-patient .not-covered .eligible-box {
  margin: 50px auto 77px;
  max-width: 680px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .eligible-box,
  .page-patient .not-covered .eligible-box {
    margin-left: -60px;
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: auto;
    width: calc(100% + 40px);
  }
}

.page-hcp .not-covered .eligible-box .left-side,
.page-patient .not-covered .eligible-box .left-side {
  border-radius: 8.2px;
  background-color: #82c587;
}

.page-hcp .not-covered .eligible-box .left-side .inner,
.page-patient .not-covered .eligible-box .left-side .inner {
  max-width: 304px;
  margin: 0 auto;
  padding: 20px 0px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .eligible-box .left-side .inner,
  .page-patient .not-covered .eligible-box .left-side .inner {
    padding: 10px 0px;
    max-width: 90%;
  }
}

.page-hcp .not-covered .eligible-box .left-side span,
.page-patient .not-covered .eligible-box .left-side span {
  color: #262261;
  font-size: 3.1875rem;
  line-height: 3.875rem;
  font-weight: 800;
  margin-right: 10px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .eligible-box .left-side span,
  .page-patient .not-covered .eligible-box .left-side span {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}

.page-hcp .not-covered .eligible-box .left-side p,
.page-patient .not-covered .eligible-box .left-side p {
  margin-bottom: 0px;
}

.page-hcp .not-covered .eligible-box .left-side p.highlight,
.page-patient .not-covered .eligible-box .left-side p.highlight {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .not-covered .eligible-box .left-side p.highlight,
  .page-patient .not-covered .eligible-box .left-side p.highlight {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.page-hcp .not-covered .eligible-box .left-side p.max,
.page-patient .not-covered .eligible-box .left-side p.max {
  font-size: 0.65625rem;
  line-height: 0.7875rem;
}

.page-hcp .not-covered .eligible-box .right-side,
.page-patient .not-covered .eligible-box .right-side {
  padding-top: 14px;
}

.page-hcp .not-covered .eligible-box .right-side p,
.page-patient .not-covered .eligible-box .right-side p {
  font-size: 0.65625rem;
  line-height: 0.7875rem;
  margin-bottom: 14px;
}

.page-hcp .distribution-network,
.page-patient .distribution-network {
  background-color: whitesmoke;
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-hcp .every-step,
.page-patient .every-step {
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-hcp .every-step .right-line,
.page-hcp .every-step .line-holder,
.page-patient .every-step .right-line,
.page-patient .every-step .line-holder {
  height: 55px;
  width: 20%;
  border-bottom: solid 2px #82c587;
}

.page-hcp .every-step .right-line.line-holder,
.page-hcp .every-step .line-holder.line-holder,
.page-patient .every-step .right-line.line-holder,
.page-patient .every-step .line-holder.line-holder {
  width: 3px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step .right-line,
  .page-hcp .every-step .line-holder,
  .page-patient .every-step .right-line,
  .page-patient .every-step .line-holder {
    height: 44px;
  }
}

.page-hcp .every-step .right-line,
.page-patient .every-step .right-line {
  right: 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step .right-line,
  .page-patient .every-step .right-line {
    right: 26px;
  }
}

.page-hcp .every-step .line-holder,
.page-patient .every-step .line-holder {
  border-bottom: 0px;
}

.page-hcp .every-step h4,
.page-patient .every-step h4 {
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step h4,
  .page-patient .every-step h4 {
    max-width: 85%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step .contact-info,
  .page-patient .every-step .contact-info {
    margin-left: -80px;
  }

  .page-hcp .every-step .contact-info .phone span,
  .page-patient .every-step .contact-info .phone span {
    display: block;
    text-indent: -99999em;
    height: 1px;
  }
}

@media print, screen and (min-width: 40em) {
  .page-hcp .every-step .cta,
  .page-patient .every-step .cta {
    text-align: center;
  }
}

.page-hcp .every-step .btn-primary,
.page-patient .every-step .btn-primary {
  border-radius: 4.7px;
  background-color: #82c587;
  display: inline-block;
  margin: 5px auto 35px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.page-hcp .every-step .btn-primary:hover,
.page-patient .every-step .btn-primary:hover {
  background-color: #262261;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step .btn-primary,
  .page-patient .every-step .btn-primary {
    padding: 24px 0px 21px;
    min-width: 90%;
  }
}

@media print, screen and (min-width: 40em) {
  .page-hcp .every-step .btn-primary,
  .page-patient .every-step .btn-primary {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding: 24px 45px 21px;
  }
}

.page-hcp .every-step .eusa-branding,
.page-patient .every-step .eusa-branding {
  margin-top: 30px;
  text-align: right;
}

.page-hcp .every-step .eusa-branding .icon,
.page-patient .every-step .eusa-branding .icon {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2576.5px;
  width: 236px;
  height: 41px;
  text-align: left;
}

@media print, screen and (max-width: 39.99875em) {
  .page-hcp .every-step .eusa-branding .icon,
  .page-patient .every-step .eusa-branding .icon {
    transform: scale(0.7);
    right: 0px;
    position: absolute;
    bottom: -20px;
  }
}

.page-patient .getting-started .programs .co-pay-box {
  color: #262261;
}

.page-patient .getting-started .programs .co-pay-box .co-pay {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2403px;
  width: 63px;
  height: 40px;
}

.page-patient .getting-started .programs .co-pay-box:hover {
  color: #262261;
}

.page-patient .getting-started .programs .co-pay-box:hover .co-pay {
  background-position: 0 -2463px;
}

.page-patient .getting-started .programs .pap-box {
  color: #262261;
}

.page-patient .getting-started .programs .pap-box .pap {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3864px;
  width: 56px;
  height: 53px;
}

.page-patient .getting-started .programs .pap-box:hover {
  color: #262261;
}

.page-patient .getting-started .programs .pap-box:hover .pap {
  background-position: 0 -3937px;
}

.page-patient .getting-started .downloads p {
  max-width: 290px;
  text-align: left;
}

.page-patient .getting-started .downloads .inner {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -1263.5px;
  width: 343px;
  height: 195px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-patient .getting-started .downloads .inner {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -1478.5px;
    width: 248.5px;
    height: 174px;
  }
}

.page-patient .getting-started .downloads .inner h5 {
  color: #272262;
  padding-top: 50px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-patient .getting-started .downloads .inner h5 {
    padding-top: 20px;
  }
}

.page-patient .getting-started .downloads .inner .icons {
  padding-top: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-patient .getting-started .downloads .inner .icons {
    padding-top: 50px;
  }
}

.page-patient .getting-started .downloads .inner .copy {
  padding-left: 18px;
}

.page-patient .getting-started .downloads .inner .down-arrow {
  display: block;
  margin: 0 auto 5px;
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -2024.5px;
  width: 9.5px;
  height: 43px;
}

.page-patient .getting-started .downloads .inner .paper {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3469.5px;
  width: 53.5px;
  height: 68.5px;
}

.page-patient .getting-started .downloads .inner:hover .paper {
  background-position: 0 -3558px;
}

.page-patient .every-step .btn-primary {
  background-color: #ddfc48;
  color: #272262;
}

.page-patient .every-step .btn-primary:hover {
  color: #ffffff;
}

.page-patient .every-step .right-line {
  border-bottom: solid 2px #25a8df;
}

.page-patient .not-covered {
  background-image: linear-gradient(352deg, #262261 24%, #25a8df);
}

.page-patient .not-covered .right-line {
  border-right: solid 2.5px #ffffff;
}

.page-patient .not-covered .right-line.heart .heart {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -3020px;
  width: 75px;
  height: 65.5px;
}

.page-patient .not-covered .right-line.call-us .inner {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4821px;
  width: 257px;
  height: 216px;
}

@media print, screen and (max-width: 39.99875em) {
  .page-patient .not-covered .right-line.call-us .inner {
    background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
    background-size: 353.5px 5037px;
    background-position: 0 -421.5px;
    width: 213px;
    height: 175.5px;
  }
}

.page-patient .not-covered .right-line.call-us .inner h5 {
  color: #272262;
}

.page-patient .not-covered .right-line.call-us .inner .phone {
  background-image: url(/images/sprite.png?4557af73413204efce85f24891bcf914);
  background-size: 353.5px 5037px;
  background-position: 0 -4152.5px;
  width: 55.5px;
  height: 55.5px;
}

.page-patient .not-covered .right-line.call-us .inner a:hover span {
  color: #25a8df;
}

.page-patient .not-covered .right-line.call-us .inner a:hover .phone {
  background-position: 0 -4228px;
}

.page-patient .not-covered .eligible-box .left-side {
  background-color: #27a9e0;
}

.page-patient .not-covered .eligible-box .left-side span {
  color: #dcfb48;
}

@media print, screen and (max-width: 39.99875em) {
  .page-patient .what-can-pc-do {
    padding-bottom: 75px;
  }
}

.page-patient .what-can-pc-do p.indented {
  margin-bottom: 0px;
}

