@media print,
screen and (min-width: 40em) {

  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

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
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

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%
}

*,
::after,
::before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  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: .625rem;
  padding-left: .625rem;
  max-width: 75rem;
  margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
  .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.fluid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 100%;
  margin: 0 auto
}

@media print,
screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto
}

.grid-x {
  display: flex;
  flex-flow: row wrap
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  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-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.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-full,
.grid-x>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width: 40em) {

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .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-full,
  .grid-x>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .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-full,
  .grid-x>.large-shrink {
    flex-basis: auto
  }
}

.grid-x>.small-1 {
  width: 8.33333%
}

.grid-x>.small-2 {
  width: 16.66667%
}

.grid-x>.small-3 {
  width: 25%
}

.grid-x>.small-4 {
  width: 33.33333%
}

.grid-x>.small-5 {
  width: 41.66667%
}

.grid-x>.small-6 {
  width: 50%
}

.grid-x>.small-7 {
  width: 58.33333%
}

.grid-x>.small-8 {
  width: 66.66667%
}

.grid-x>.small-9 {
  width: 75%
}

.grid-x>.small-10 {
  width: 83.33333%
}

.grid-x>.small-11 {
  width: 91.66667%
}

.grid-x>.small-12 {
  width: 100%
}

@media print,
screen and (min-width: 40em) {
  .grid-x>.medium-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.medium-shrink {
    flex: 0 0 auto;
    width: auto
  }

  .grid-x>.medium-1 {
    width: 8.33333%
  }

  .grid-x>.medium-2 {
    width: 16.66667%
  }

  .grid-x>.medium-3 {
    width: 25%
  }

  .grid-x>.medium-4 {
    width: 33.33333%
  }

  .grid-x>.medium-5 {
    width: 41.66667%
  }

  .grid-x>.medium-6 {
    width: 50%
  }

  .grid-x>.medium-7 {
    width: 58.33333%
  }

  .grid-x>.medium-8 {
    width: 66.66667%
  }

  .grid-x>.medium-9 {
    width: 75%
  }

  .grid-x>.medium-10 {
    width: 83.33333%
  }

  .grid-x>.medium-11 {
    width: 91.66667%
  }

  .grid-x>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-x>.large-auto {
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.large-shrink {
    flex: 0 0 auto;
    width: auto
  }

  .grid-x>.large-1 {
    width: 8.33333%
  }

  .grid-x>.large-2 {
    width: 16.66667%
  }

  .grid-x>.large-3 {
    width: 25%
  }

  .grid-x>.large-4 {
    width: 33.33333%
  }

  .grid-x>.large-5 {
    width: 41.66667%
  }

  .grid-x>.large-6 {
    width: 50%
  }

  .grid-x>.large-7 {
    width: 58.33333%
  }

  .grid-x>.large-8 {
    width: 66.66667%
  }

  .grid-x>.large-9 {
    width: 75%
  }

  .grid-x>.large-10 {
    width: 83.33333%
  }

  .grid-x>.large-11 {
    width: 91.66667%
  }

  .grid-x>.large-12 {
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -0.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: .625rem;
  margin-right: .625rem
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}

.grid-margin-x>.auto {
  width: auto
}

.grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.66667% - 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.33333% - 1.875rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x>.medium-auto {
    width: auto
  }

  .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.33333% - 1.875rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.66667% - 1.875rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.33333% - 1.875rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.66667% - 1.875rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.33333% - 1.875rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.66667% - 1.875rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.33333% - 1.875rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.66667% - 1.875rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x>.large-auto {
    width: auto
  }

  .grid-margin-x>.large-shrink {
    width: auto
  }

  .grid-margin-x>.large-1 {
    width: calc(8.33333% - 1.875rem)
  }

  .grid-margin-x>.large-2 {
    width: calc(16.66667% - 1.875rem)
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.large-4 {
    width: calc(33.33333% - 1.875rem)
  }

  .grid-margin-x>.large-5 {
    width: calc(41.66667% - 1.875rem)
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.large-7 {
    width: calc(58.33333% - 1.875rem)
  }

  .grid-margin-x>.large-8 {
    width: calc(66.66667% - 1.875rem)
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.large-10 {
    width: calc(83.33333% - 1.875rem)
  }

  .grid-margin-x>.large-11 {
    width: calc(91.66667% - 1.875rem)
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.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: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.33333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.66667%
}

.small-up-7>.cell {
  width: 14.28571%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print,
screen and (min-width: 40em) {
  .medium-up-1>.cell {
    width: 100%
  }

  .medium-up-2>.cell {
    width: 50%
  }

  .medium-up-3>.cell {
    width: 33.33333%
  }

  .medium-up-4>.cell {
    width: 25%
  }

  .medium-up-5>.cell {
    width: 20%
  }

  .medium-up-6>.cell {
    width: 16.66667%
  }

  .medium-up-7>.cell {
    width: 14.28571%
  }

  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print,
screen and (min-width: 64em) {
  .large-up-1>.cell {
    width: 100%
  }

  .large-up-2>.cell {
    width: 50%
  }

  .large-up-3>.cell {
    width: 33.33333%
  }

  .large-up-4>.cell {
    width: 25%
  }

  .large-up-5>.cell {
    width: 20%
  }

  .large-up-6>.cell {
    width: 16.66667%
  }

  .large-up-7>.cell {
    width: 14.28571%
  }

  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.33333% - 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.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.28571% - 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.25rem)
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 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.66667% - 1.25rem)
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.small-1 {
  width: 8.33333%
}

.small-margin-collapse>.small-2 {
  width: 16.66667%
}

.small-margin-collapse>.small-3 {
  width: 25%
}

.small-margin-collapse>.small-4 {
  width: 33.33333%
}

.small-margin-collapse>.small-5 {
  width: 41.66667%
}

.small-margin-collapse>.small-6 {
  width: 50%
}

.small-margin-collapse>.small-7 {
  width: 58.33333%
}

.small-margin-collapse>.small-8 {
  width: 66.66667%
}

.small-margin-collapse>.small-9 {
  width: 75%
}

.small-margin-collapse>.small-10 {
  width: 83.33333%
}

.small-margin-collapse>.small-11 {
  width: 91.66667%
}

.small-margin-collapse>.small-12 {
  width: 100%
}

@media print,
screen and (min-width: 40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.medium-3 {
    width: 25%
  }

  .small-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.medium-6 {
    width: 50%
  }

  .small-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.medium-9 {
    width: 75%
  }

  .small-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .small-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .small-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .small-margin-collapse>.large-3 {
    width: 25%
  }

  .small-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .small-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .small-margin-collapse>.large-6 {
    width: 50%
  }

  .small-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .small-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .small-margin-collapse>.large-9 {
    width: 75%
  }

  .small-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .small-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .small-margin-collapse>.large-12 {
    width: 100%
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.small-3 {
    width: 25%
  }

  .medium-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.small-6 {
    width: 50%
  }

  .medium-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.small-9 {
    width: 75%
  }

  .medium-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .medium-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .medium-margin-collapse>.large-3 {
    width: 25%
  }

  .medium-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .medium-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .medium-margin-collapse>.large-6 {
    width: 50%
  }

  .medium-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .medium-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .medium-margin-collapse>.large-9 {
    width: 75%
  }

  .medium-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .medium-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .medium-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.small-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.small-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.small-3 {
    width: 25%
  }

  .large-margin-collapse>.small-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.small-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.small-6 {
    width: 50%
  }

  .large-margin-collapse>.small-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.small-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.small-9 {
    width: 75%
  }

  .large-margin-collapse>.small-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.small-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.medium-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.medium-3 {
    width: 25%
  }

  .large-margin-collapse>.medium-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.medium-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.medium-6 {
    width: 50%
  }

  .large-margin-collapse>.medium-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.medium-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.medium-9 {
    width: 75%
  }

  .large-margin-collapse>.medium-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.medium-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .large-margin-collapse>.large-1 {
    width: 8.33333%
  }

  .large-margin-collapse>.large-2 {
    width: 16.66667%
  }

  .large-margin-collapse>.large-3 {
    width: 25%
  }

  .large-margin-collapse>.large-4 {
    width: 33.33333%
  }

  .large-margin-collapse>.large-5 {
    width: 41.66667%
  }

  .large-margin-collapse>.large-6 {
    width: 50%
  }

  .large-margin-collapse>.large-7 {
    width: 58.33333%
  }

  .large-margin-collapse>.large-8 {
    width: 66.66667%
  }

  .large-margin-collapse>.large-9 {
    width: 75%
  }

  .large-margin-collapse>.large-10 {
    width: 83.33333%
  }

  .large-margin-collapse>.large-11 {
    width: 91.66667%
  }

  .large-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

.small-offset-0 {
  margin-left: 0
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + .625rem)
}

.small-offset-1 {
  margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
  margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
  margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + .625rem)
}

.small-offset-4 {
  margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
  margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
  margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + .625rem)
}

.small-offset-7 {
  margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
  margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
  margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + .625rem)
}

.small-offset-10 {
  margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
  margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.66667% + .625rem)
}

@media print,
screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + .9375rem)
  }

  .medium-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
  }

  .medium-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + .9375rem)
  }

  .medium-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
  }

  .medium-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + .9375rem)
  }

  .medium-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
  }

  .medium-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + .9375rem)
  }

  .medium-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
  }

  .medium-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}

@media print,
screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + .9375rem)
  }

  .large-offset-1 {
    margin-left: 8.33333%
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.33333% + .9375rem)
  }

  .large-offset-2 {
    margin-left: 16.66667%
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.66667% + .9375rem)
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + .9375rem)
  }

  .large-offset-4 {
    margin-left: 33.33333%
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.33333% + .9375rem)
  }

  .large-offset-5 {
    margin-left: 41.66667%
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.66667% + .9375rem)
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + .9375rem)
  }

  .large-offset-7 {
    margin-left: 58.33333%
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.33333% + .9375rem)
  }

  .large-offset-8 {
    margin-left: 66.66667%
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.66667% + .9375rem)
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + .9375rem)
  }

  .large-offset-10 {
    margin-left: 83.33333%
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.33333% + .9375rem)
  }

  .large-offset-11 {
    margin-left: 91.66667%
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.66667% + .9375rem)
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap
}

.grid-y>.cell {
  width: auto
}

.grid-y>.auto {
  height: auto
}

.grid-y>.shrink {
  height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.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-full,
.grid-y>.small-shrink {
  flex-basis: auto
}

@media print,
screen and (min-width: 40em) {

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .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-full,
  .grid-y>.medium-shrink {
    flex-basis: auto
  }
}

@media print,
screen and (min-width: 64em) {

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .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-full,
  .grid-y>.large-shrink {
    flex-basis: auto
  }
}

.grid-y>.small-1 {
  height: 8.33333%
}

.grid-y>.small-2 {
  height: 16.66667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.33333%
}

.grid-y>.small-5 {
  height: 41.66667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.33333%
}

.grid-y>.small-8 {
  height: 66.66667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.33333%
}

.grid-y>.small-11 {
  height: 91.66667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print,
screen and (min-width: 40em) {
  .grid-y>.medium-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.medium-shrink {
    height: auto
  }

  .grid-y>.medium-1 {
    height: 8.33333%
  }

  .grid-y>.medium-2 {
    height: 16.66667%
  }

  .grid-y>.medium-3 {
    height: 25%
  }

  .grid-y>.medium-4 {
    height: 33.33333%
  }

  .grid-y>.medium-5 {
    height: 41.66667%
  }

  .grid-y>.medium-6 {
    height: 50%
  }

  .grid-y>.medium-7 {
    height: 58.33333%
  }

  .grid-y>.medium-8 {
    height: 66.66667%
  }

  .grid-y>.medium-9 {
    height: 75%
  }

  .grid-y>.medium-10 {
    height: 83.33333%
  }

  .grid-y>.medium-11 {
    height: 91.66667%
  }

  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-y>.large-auto {
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.large-shrink {
    height: auto
  }

  .grid-y>.large-1 {
    height: 8.33333%
  }

  .grid-y>.large-2 {
    height: 16.66667%
  }

  .grid-y>.large-3 {
    height: 25%
  }

  .grid-y>.large-4 {
    height: 33.33333%
  }

  .grid-y>.large-5 {
    height: 41.66667%
  }

  .grid-y>.large-6 {
    height: 50%
  }

  .grid-y>.large-7 {
    height: 58.33333%
  }

  .grid-y>.large-8 {
    height: 66.66667%
  }

  .grid-y>.large-9 {
    height: 75%
  }

  .grid-y>.large-10 {
    height: 83.33333%
  }

  .grid-y>.large-11 {
    height: 91.66667%
  }

  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.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: .625rem;
  padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .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: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 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.33333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -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-stype: -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%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -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-stype: -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%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -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: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.66667% - 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.33333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width: 64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.33333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.66667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.33333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.66667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.33333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.66667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.33333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.66667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.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-right {
  justify-content: flex-end
}

.align-center {
  justify-content: center
}

.align-justify {
  justify-content: space-between
}

.align-spaced {
  justify-content: space-around
}

.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
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  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
}

b,
strong {
  font-weight: 700;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca
}

.h1,
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h2,
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h3,
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h4,
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h5,
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .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:focus,
a:hover {
  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
}

dl,
ol,
ul {
  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
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a
}

cite:before {
  content: "— "
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  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
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

  .medium-text-center {
    text-align: center
  }

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width: 64em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

  .large-text-center {
    text-align: center
  }

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe
}

[data-whatinput=mouse] .button {
  outline: 0
}

.button:focus,
.button:hover {
  background-color: #14679e;
  color: #fefefe
}

.button.tiny {
  font-size: .6rem
}

.button.small {
  font-size: .75rem
}

.button.large {
  font-size: 1.25rem
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
  background-color: #126195;
  color: #fefefe
}

.button.secondary {
  background-color: #767676;
  color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #1779ba;
  color: #fefefe
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #767676;
  color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
  background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #157539;
  color: #157539
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #805700;
  color: #805700
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 1em
}

.button.dropdown.hollow::after {
  border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #767676
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0
}

a.button:focus,
a.button:hover {
  text-decoration: none
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca
}

input::placeholder,
textarea::placeholder {
  color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

input[type=search] {
  box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
  margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
  margin-right: .5rem
}

[type=file] {
  width: 100%
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0
}

.help-text {
  margin-top: -0.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch
}

.input-group>:first-child {
  border-radius: 0
}

.input-group>:last-child>* {
  border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center
}

.input-group-label:first-child {
  border-right: 0
}

.input-group-label:last-child {
  border-left: 0
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  max-width: 100%;
  margin-bottom: .5rem
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 .1875rem
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27><polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%28138, 138, 138%29%27></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
  }
}

select:focus {
  outline: 0;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto;
  background-image: none
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37
}

.is-invalid-label {
  color: #cc4b37
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  color: #cc4b37
}

.form-error.is-visible {
  display: block
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed
}

.accordion-item:first-child>:first-child {
  border-radius: 0
}

.accordion-item:last-child>:last-child {
  border-radius: 0
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: .75rem;
  line-height: 1;
  color: #1779ba
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+"
}

.is-active>.accordion-title::before {
  content: "–"
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
  width: 100%
}

.accordion-menu a {
  padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
  left: auto;
  right: 1rem
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
  right: auto;
  left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
  position: relative
}

.has-submenu-toggle>a {
  margin-right: 40px
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: .3em;
  border-radius: 50%;
  font-size: .6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe
}

.badge.primary {
  background: #1779ba;
  color: #fefefe
}

.badge.secondary {
  background: #767676;
  color: #fefefe
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.breadcrumbs::after {
  clear: both
}

.breadcrumbs li {
  float: left;
  font-size: .6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .75rem;
  opacity: 1;
  content: "/";
  color: #cacaca
}

.breadcrumbs a {
  color: #1779ba
}

.breadcrumbs a:hover {
  text-decoration: underline
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch
}

.button-group::after,
.button-group::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.button-group::after {
  clear: both
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: .9rem;
  flex: 0 0 auto
}

.button-group .button:last-child {
  margin-right: 0
}

.button-group.tiny .button {
  font-size: .6rem
}

.button-group.small .button {
  font-size: .75rem
}

.button-group.large .button {
  font-size: 1.25rem
}

.button-group.expanded .button {
  flex: 1 1 0px
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #126195;
  color: #fefefe
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #fefefe
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a
}

.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #22bb5b;
  color: #0a0a0a
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
  flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0
  }
}

@media print,
screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0
  }
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a
}

.card>:last-child {
  margin-bottom: 0
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6
}

.card-divider>:last-child {
  margin-bottom: 0
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem
}

.card-section>:last-child {
  margin-bottom: 0
}

.card-image {
  min-height: 1px
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, .25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a
}

.callout>:first-child {
  margin-top: 0
}

.callout>:last-child {
  margin-bottom: 0
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a
}

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer
}

[data-whatinput=mouse] .close-button {
  outline: 0
}

.close-button:focus,
.close-button:hover {
  color: #0a0a0a
}

.close-button.small {
  right: .66rem;
  top: .33em;
  font-size: 1.5em;
  line-height: 1
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
  outline: 0
}

.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
  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-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
  display: flex
}

.menu.icon-left li a {
  flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: .25rem
}

.menu.icon-right li a {
  flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: .25rem
}

.menu.icon-top li a {
  flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu.icon-bottom li a {
  flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: .25rem;
  text-align: center
}

.menu .is-active>a {
  background: #1779ba;
  color: #fefefe
}

.menu .active>a {
  background: #1779ba;
  color: #fefefe
}

.menu.align-left {
  justify-content: flex-start
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end
}

.menu.align-right li .submenu li {
  justify-content: flex-start
}

.menu.align-right.vertical li {
  display: block;
  text-align: right
}

.menu.align-right.vertical li .submenu li {
  text-align: right
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0
}

.menu.align-center li {
  display: flex;
  justify-content: center
}

.menu.align-center li .submenu li {
  justify-content: flex-start
}

.menu .menu-text {
  padding: .7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit
}

.menu-centered>.menu {
  justify-content: center
}

.menu-centered>.menu li {
  display: flex;
  justify-content: center
}

.menu-centered>.menu li .submenu li {
  justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
  display: none
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ""
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ""
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
  position: relative;
  overflow: hidden
}

.is-drilldown li {
  display: block
}

.is-drilldown.animate-height {
  transition: height .5s
}

.drilldown a {
  padding: .7rem 1rem;
  background: #fefefe
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
  padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent
}

.drilldown .js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem
}

.dropdown-pane.is-opening {
  display: block
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block
}

.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
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px
}

.dropdown.menu a {
  padding: .7rem 1rem
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0
}

.dropdown.menu .is-active>a {
  background: 0 0;
  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 {
  right: 100%;
  left: auto;
  top: 0
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.dropdown.menu.vertical>li>a::after {
  right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
  }
}

@media print,
screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto
}

.is-dropdown-menu.vertical {
  width: 100px
}

.is-dropdown-menu.vertical.align-right {
  float: right
}

.is-dropdown-submenu-parent {
  position: relative
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px
}

.is-dropdown-submenu>li {
  width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
  display: block
}

.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%
}

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  border-radius: 0;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe
}

.label.primary {
  background: #1779ba;
  color: #fefefe
}

.label.secondary {
  background: #767676;
  color: #fefefe
}

.label.success {
  background: #3adb76;
  color: #0a0a0a
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a
}

.label.alert {
  background: #cc4b37;
  color: #fefefe
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap
}

.media-object img {
  max-width: none
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%
  }
}

.media-object-section {
  flex: 0 1 auto
}

.media-object-section:first-child {
  padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem
}

.media-object-section>:last-child {
  margin-bottom: 0
}

.media-object-section.main-section {
  flex: 1 1 0px
}

.is-off-canvas-open {
  overflow: hidden
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(254, 254, 254, .25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
  outline: 0
}

.off-canvas.is-transition-push {
  z-index: 12
}

.off-canvas.is-closed {
  visibility: hidden
}

.off-canvas.is-transition-overlap {
  z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas.is-open {
  transform: translate(0, 0)
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0
}

.off-canvas-absolute.is-transition-push {
  z-index: 12
}

.off-canvas-absolute.is-closed {
  visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, .7)
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0)
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px)
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px)
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px)
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px)
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
  transform: none;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0)
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-left.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 250px
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-right.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 250px
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-top.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 250px
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 250px
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-left.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 250px
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-right.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 250px
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-top.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 250px
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible
  }

  .position-bottom.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 250px
  }
}

@media print,
screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit
  }

  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    transform: none
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none
  }
}

@media print,
screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit
  }

  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    transform: none
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none
  }
}

.orbit {
  position: relative
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden
}

.orbit-slide {
  width: 100%
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0
}

.orbit-figure {
  margin: 0
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, .5);
  color: #fefefe
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(10, 10, 10, .5)
}

.orbit-previous {
  left: 0
}

.orbit-next {
  left: auto;
  right: 0
}

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  border-radius: 50%;
  background-color: #cacaca
}

.orbit-bullets button:hover {
  background-color: #8a8a8a
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.pagination::after {
  clear: both
}

.pagination li {
  margin-right: .0625rem;
  border-radius: 0;
  font-size: .875rem;
  display: none
}

.pagination li:first-child,
.pagination li:last-child {
  display: inline-block
}

@media print,
screen and (min-width: 40em) {
  .pagination li {
    display: inline-block
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6
}

.pagination .current {
  padding: .1875rem .625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default
}

.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed
}

.pagination .disabled:hover {
  background: 0 0
}

.pagination .ellipsis::after {
  padding: .1875rem .625rem;
  content: "…";
  color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: .5rem;
  content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: .5rem;
  content: "»"
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca
}

.progress.primary .progress-meter {
  background-color: #1779ba
}

.progress.secondary .progress-meter {
  background-color: #767676
}

.progress.success .progress-meter {
  background-color: #3adb76
}

.progress.warning .progress-meter {
  background-color: #ffae00
}

.progress.alert .progress-meter {
  background-color: #cc4b37
}

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #1779ba
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap
}

body.is-reveal-open {
  overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, .45);
  overflow-y: scroll
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}

[data-whatinput=mouse] .reveal {
  outline: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column {
  min-width: 0
}

.reveal>:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem
  }
}

.reveal.collapse {
  padding: 0
}

@media print,
screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

.slider {
  position: relative;
  height: .5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: none
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: .5rem;
  background-color: #cacaca;
  transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
  transition: all 0s linear
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all .2s ease-in-out;
  touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
  outline: 0
}

.slider-handle:hover {
  background-color: #14679e
}

.slider-handle.is-dragging {
  transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.slider.vertical {
  display: inline-block;
  width: .5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1)
}

.slider.vertical .slider-fill {
  top: 0;
  width: .5rem;
  max-height: 100%
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%)
}

.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
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: .875rem;
  font-weight: 700;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all .25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer
}

input+.switch-paddle {
  margin: 0
}

.switch-paddle::after {
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all .25s ease-out;
  content: ""
}

input:checked~.switch-paddle {
  background: #1779ba
}

input:checked~.switch-paddle::after {
  left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
  outline: 0
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.switch-active {
  left: 8%;
  display: none
}

input:checked+label>.switch-active {
  display: block
}

.switch-inactive {
  right: 15%
}

input:checked+label>.switch-inactive {
  display: none
}

.switch.tiny {
  height: 1.5rem
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: .625rem
}

.switch.tiny .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
  left: 1.75rem
}

.switch.small {
  height: 1.75rem
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: .75rem
}

.switch.small .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 1.25rem;
  height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
  left: 2rem
}

.switch.large {
  height: 2.5rem
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem
}

.switch.large .switch-paddle::after {
  top: .25rem;
  left: .25rem;
  width: 2rem;
  height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
  left: 2.75rem
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0
}

table tbody,
table tfoot,
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe
}

table caption {
  padding: .5rem .625rem .625rem;
  font-weight: 700
}

table thead {
  background: #f8f8f8;
  color: #0a0a0a
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a
}

table tfoot tr,
table thead tr {
  background: 0 0
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: .5rem .625rem .625rem;
  font-weight: 700;
  text-align: left
}

table tbody td,
table tbody th {
  padding: .5rem .625rem .625rem
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1
}

table.unstriped tbody {
  background-color: #fefefe
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none
  }

  table.stack tfoot {
    display: none
  }

  table.stack td,
  table.stack th,
  table.stack tr {
    display: block
  }

  table.stack td {
    border-top: 0
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto
}

table.hover thead tr:hover {
  background-color: #f3f3f3
}

table.hover tfoot tr:hover {
  background-color: #ececec
}

table.hover tbody tr:hover {
  background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec
}

.table-scroll {
  overflow-x: auto
}

.table-scroll table {
  width: auto
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none
}

.tabs::after,
.tabs::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.tabs::after {
  clear: both
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto
}

.tabs.simple>li>a {
  padding: 0
}

.tabs.simple>li>a:hover {
  background: 0 0
}

.tabs.primary {
  background: #1779ba
}

.tabs.primary>li>a {
  color: #fefefe
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
  background: #1673b1
}

.tabs-title {
  float: left
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color: #1779ba
}

.tabs-title>a:hover {
  background: #fefefe;
  color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all .5s ease
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0
}

.tabs-panel {
  display: none;
  padding: 1rem
}

.tabs-panel.is-active {
  display: block
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
  line-height: 0
}

a.thumbnail {
  transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5)
}

a.thumbnail image {
  box-shadow: none
}

.title-bar {
  padding: .5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px
}

.title-bar-right {
  text-align: right
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help
}

.tooltip {
  position: absolute;
  top: calc(100% + .6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: .75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe
}

.tooltip::before {
  position: absolute
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%)
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%)
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%)
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset .75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%)
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto
}

.tooltip.align-left::before {
  left: 10%;
  right: auto
}

.tooltip.align-right::before {
  left: auto;
  right: 10%
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  flex-wrap: wrap
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0
}

.top-bar input.button {
  width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%
}

@media print,
screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 74.9375em) {
  .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: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width: 39.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width: 40em)and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width: 39.9375em),
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.9375em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width: 64em)and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation: landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation: portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    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::after,
.clearfix::before {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1
}

.clearfix::after {
  clear: both
}

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%)
}

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0
}

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0
}

.slow {
  transition-duration: 750ms !important
}

.fast {
  transition-duration: 250ms !important
}

.linear {
  transition-timing-function: linear !important
}

.ease {
  transition-timing-function: ease !important
}

.ease-in {
  transition-timing-function: ease-in !important
}

.ease-out {
  transition-timing-function: ease-out !important
}

.ease-in-out {
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
  transition-delay: .3s !important
}

.long-delay {
  transition-delay: .7s !important
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}

@-webkit-keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%)
  }
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%)
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn)
  }

  100% {
    transform: rotate(0)
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn)
  }

  100% {
    transform: rotate(0)
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(1turn)
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    transform: rotate(0)
  }
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    transform: rotate(0)
  }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important
}

.gradient-bg {
  background: linear-gradient(-45deg, #31a5de, #0b5a99, #0B5A95, #1171bd);
  background-size: 100% 100%
}

.white {
  color: #fff
}

.primary-bg {
  background-color: #025091
}

.dark-primary-bg {
  background-color: #023866
}

body {
  font-size: 16px;
  background: #fff;
  font-family: "MuseoSans-300", arial, sans-serif;
  position: relative;
  height: 100%
}

body.logged-in {
  padding-top: 32px;
  margin-top: -32px
}

@media screen and (max-width: 782px) {
  body.logged-in {
    padding-top: 46px;
    margin-top: -46px
  }
}

h1 {
  line-height: 1.1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNova-Semibold"
}

ul {
  margin-left: 2rem
}

table {
  height: auto !important
}

.grid-x {
  padding: 0 .9375em
}

.no-padding {
  padding: 0
}

.white-bg {
  background-color: #fff
}

.padding-1 {
  padding: .5rem
}

.no-margin {
  margin: 0
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0
}

.mb-blog {
  margin-bottom: 40px
}

.text-center {
  text-align: center
}

.inner-content {
  margin: 0 auto;
  max-width: 75em;
  position: relative
}

.bold {
  font-weight: bold
}

.blue {
  color: #31a5de
}

.cta {
  display: inline-block;
  padding: .2em 1em;
  font-size: 1.2em;
  border-radius: .2em;
  color: #31a5de;
  border: .125em solid #31a5de
}

.cta:hover {
  color: #025091;
  border-color: #025091
}

/*=================================
MUSEO SANS REGULAR
===================================*/
@font-face {
  font-family: 'MuseoSans-100';
  font-display: auto;
  src: url('./fonts/museosans-100-webfont.eot');
  src: local('☺'), url('./fonts/museosans-100-webfont.woff') format('woff'), url('./fonts/museosans-100-webfont.ttf') format('truetype'), url('./fonts/museosans-100-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-300';
  font-display: auto;
  src: url('./fonts/museosans-300-webfont.eot');
  src: local('☺'), url('./fonts/museosans-300-webfont.woff') format('woff'), url('./fonts/museosans-300-webfont.ttf') format('truetype'), url('./fonts/museosans-300-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-500';
  font-display: auto;
  src: url('./fonts/museosans_500-webfont.eot');
  src: local('☺'), url('./fonts/museosans_500-webfont.woff') format('woff'), url('./fonts/museosans_500-webfont.ttf') format('truetype'), url('./fonts/museosans_500-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-700';
  font-display: auto;
  src: url('./fonts/museosans_700-webfont.eot');
  src: local('☺'), url('./fonts/museosans_700-webfont.woff') format('woff'), url('./fonts/museosans_700-webfont.ttf') format('truetype'), url('./fonts/museosans_700-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans-900';
  font-display: auto;
  src: url('./fonts/museosans_900-webfont.eot');
  src: local('☺'), url('./fonts/museosans_900-webfont.woff') format('woff'), url('./fonts/museosans_900-webfont.ttf') format('truetype'), url('./fonts/museosans_900-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @font-face{
font-family:LocalArialNarrow;
font-display: auto;
src:local("Arial Narrow");
font-weight:normal;
font-style:normal;
} */


/*=================================
MUSEO SANS ITALIC
===================================*/
/* @font-face {
font-family: 'MuseoSans-300It';
font-display: auto;
src: url('./fonts/museosans-300-webfont_Italic.eot');
src: local('☺'), url('./fonts/museosans-300-webfont_Italic.woff') format('woff'), url('./fonts/museosans-300-webfont_Italic.ttf') format('truetype'), url('./fonts/museosans-300-webfont_Italic.svg') format('svg');
font-weight: normal;
font-style: normal;
} */

@font-face {
  font-family: 'MuseoSans-700It';
  font-display: auto;
  src: url('./fonts/museosans_700-webfont_Italic.eot');
  src: local('☺'), url('./fonts/museosans_700-webfont_Italic.woff') format('woff'), url('./fonts/museosans_700-webfont_Italic.ttf') format('truetype'), url('./fonts/museosans_700-webfont_Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MuseoSans-900It';
  font-display: auto;
  src: url('./fonts/museosans_900-webfont_Italic.eot');
  src: local('☺'), url('./fonts/museosans_900-webfont_Italic.woff') format('woff'), url('./fonts/museosans_900-webfont_Italic.ttf') format('truetype'), url('./fonts/museosans_900-webfont_Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*=================================
PROXIMA NOVA
===================================*/

@font-face {
  font-family: 'ProximaNova';
  font-display: auto;
  src: url('./fonts/ProximaNova-Regular.eot');
  src: local('☺'),
    url('./fonts/ProximaNova-Regular.woff') format('woff'),
    url('./fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('./fonts/ProximaNova-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  font-display: auto;
  src: url('./fonts/ProximaNova-Bold.eot');
  src: local('☺'), url('./fonts/ProximaNova-Bold.woff') format('woff'), url('./fonts/ProximaNova-Bold.ttf') format('truetype'), url('./fonts/ProximaNova-Bold.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-BoldIt';
  font-display: auto;
  src: url('./fonts/ProximaNova-BoldIt.eot');
  src: local('☺'), url('./fonts/ProximaNova-BoldIt.woff') format('woff'), url('./fonts/ProximaNova-BoldIt.ttf') format('truetype'), url('./fonts/ProximaNova-BoldIt.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: 'ProximaNova-Semibold';
  font-display: auto;
  src: url('./fonts/ProximaNova-Semibold.eot');
  src: url('./fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Semibold.woff') format('woff'),
    url('./fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  font-display: auto;
  src: url('./fonts/ProximaNova-Light.eot');
  src: url('./fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/ProximaNova-Light.woff') format('woff'),
    url('./fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


.dynamic-search.active {
  display: flex
}

.dynamic-search .swiper-nav {
  margin-bottom: 1rem
}

.dynamic-search .swiper-nav i.fa-arrow-left {
  margin-right: .5rem
}

.dynamic-search .search-form .search-holder {
  max-width: 690px;
  margin: 0 auto;
  position: relative
}

.dynamic-search .search-form .search-holder i {
  position: absolute;
  color: #dadada;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 1.5rem
}

.dynamic-search .search-form input {
  font-family: inherit;
  padding: .55em .5em;
  border: none;
  border-radius: .2em;
  outline: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 .5em 2em 0 rgba(0, 0, 0, .35);
  border: 1px solid transparent;
  transition: all .25s ease-in-out;
  display: block;
  color: #023866
}

.dynamic-search .search-form input:hover,
.dynamic-search .search-form input:focus {
  box-shadow: 0 .5em 2em 0 #025091;
  border: 1px solid #025091
}

.dynamic-search .search-form p {
  font-size: 1.2rem
}

.card {
  border: 0;
  max-width: 340px
}

.card .card-img-top {
  padding-bottom: 37.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%
}

.card .thumb-author {
  position: relative;
  overflow: hidden;
  margin: -54px 0 14px 0;
  border: 2px solid #fff;
  border-radius: 49px;
  background: #fff;
  width: 65px;
  height: 65px
}

.card .card-title {
  margin-bottom: .75rem;
  font-family: "ProximaNova-Semibold";
  color: #025091;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  min-height: 95px
}

.card p {
  font-size: 1rem;
  line-height: 1.275rem;
  color: #828282;
  font-family: "MuseoSans-300", arial, sans-serif
}

span.hl {
  color: #000;
  background: rgba(0, 214, 255, .85);
  font-family: "ProximaNova-SemiboldIt";
  padding: 0 6px
}

.search_form_container .search-form {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
  color: #025091;
  min-width: 220px;
  max-width: 300px
}

.search_form_container .search-form .search-field {
  margin-bottom: 0;
  height: auto;
  background: transparent;
  border: 0;
  text-indent: 35px;
  font-size: .9em
}

.search_form_container .search-form .search-field:focus {
  border: 0;
  box-shadow: none
}

.search_form_container .search-form .search-field::-webkit-input-placeholder {
  color: #025091
}

.search_form_container .search-form .search-field:-moz-placeholder {
  color: #025091;
  opacity: 1
}

.search_form_container .search-form .search-field::-moz-placeholder {
  color: #025091;
  opacity: 1
}

.search_form_container .search-form .search-field:-ms-input-placeholder {
  color: #025091
}

.search_form_container .search-form .search-field::-ms-input-placeholder {
  color: #025091
}

.search_form_container .search-form input.search-submit {
  position: absolute;
  left: 0px;
  z-index: 1;
  display: block;
  bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  border: 0;
  background: transparent;
  color: #025091;
  text-indent: -9999px;
  width: 42px;
  background: url(https://www.sherweb.com/blog/wp-content/themes/sherweb2017/img/search-icon.svg) center no-repeat;
  background-size: 30px 30px
}

.search_form_container .search-form input.search-submit:hover {
  cursor: pointer
}

.search-results-header,
.search-results-content {
  padding: .9375em
}

.search-results-header {
  text-align: center
}

.search-results-header .search_form_container .search-form {
  margin: 0 auto;
  max-width: 600px
}

.search-results-title {
  color: #31a5de
}

.search-results-title span.bold {
  font-family: "ProximaNova-Bold";
  color: #025091
}

.search-results-subtitle {
  color: #31a5de;
  text-align: center;
  position: relative
}

@media screen and (min-width: 30em) {

  .search-results-subtitle span.text:before,
  .search-results-subtitle span.text:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 8px;
    top: 30%;
    border-left: 10px transparent solid;
    border-top: 14px #31a5de solid;
    border-right: 10px transparent solid;
    border-radius: 2px
  }

  .search-results-subtitle span.text:before {
    transform: translateX(-30px)
  }

  .search-results-subtitle span.text:after {
    transform: translateX(8px)
  }
}

.search-results-tag-cat {
  text-align: center;
  color: #025091
}

.blog-header .sub-header {
  padding: 10px 0;
  text-align: center
}

@media screen and (min-width: 40em) {
  .blog-header .sub-header {
    text-align: left
  }
}

.blog-header .sub-header .back {
  text-align: left
}

.blog-header .sub-header .back a.back-to-sherweb {
  padding: 0 7px 0 10px;
  display: inline-block;
  position: relative;
  color: #6fa8db
}

.blog-header .sub-header .back a.back-to-sherweb .text {
  padding-left: 10px
}

.blog-header .sub-header .back a.back-to-sherweb i {
  color: #025091
}

.blog-header .sub-header .contacts {
  text-align: right
}

.blog-header .sub-header .contacts ul.contact-list {
  margin: 0
}

.blog-header .sub-header .contacts ul.contact-list li {
  list-style: none;
  position: relative;
  padding: 0 10px
}

@media screen and (min-width: 40em) {
  .blog-header .sub-header .contacts ul.contact-list li {
    display: inline-block
  }

  .blog-header .sub-header .contacts ul.contact-list li:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #d4d4d4;
    width: 1px;
    right: 0;
    top: 0
  }
}

.blog-header .sub-header .contacts ul.contact-list li:first-child {
  padding-left: 0
}

.blog-header .sub-header .contacts ul.contact-list li:last-child:after {
  display: none
}

.blog-header .sub-header .contacts ul.contact-list li a {
  font-size: .8em;
  display: flex;
  align-items: center
}

.blog-header .sub-header .contacts ul.contact-list li a:hover i {
  top: -4px
}

.blog-header .sub-header .contacts ul.contact-list li a i {
  position: relative;
  font-size: 1.2em;
  top: -2px
}

.blog-header .sub-header .contacts ul.contact-list li a.phone {
  color: #e30613
}

.blog-header .sub-header .contacts ul.contact-list li a.chat {
  color: #6ac212;
  text-transform: uppercase
}

.blog-header .sub-header .contacts ul.contact-list li a.contact {
  color: #6fa8db;
  text-transform: uppercase
}

.blog-header .sub-header .contacts ul.contact-list li a.rss {
  color: #d4d4d4;
  font-size: 1em
}

.blog-header .sub-header .contacts ul.contact-list li a.rss i {
  top: 2px
}

.blog-header .sub-header .contacts ul.contact-list li a.rss:hover i {
  top: -2px
}

.blog-header .sub-header .contacts ul.contact-list li a .text {
  padding-left: 10px;
  font-size: .9em
}

@-webkit-keyframes mobilenavtransition {
  0% {
    content: "";
    opacity: .2;
    transform: scale(0.1)
  }

  100% {
    content: "";
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes mobilenavtransition {
  0% {
    content: "";
    opacity: .2;
    transform: scale(0.1)
  }

  100% {
    content: "";
    opacity: 1;
    transform: scale(1)
  }
}

.blog-header .mobile-nav .mobile-nav-btn {
  display: flex;
  align-items: center
}

.blog-header .mobile-nav .mobile-nav-btn:hover {
  cursor: pointer
}

.blog-header .mobile-nav .mobile-nav-btn i {
  font-size: 1.5em;
  width: 20%;
  font-family: "FontAwesome"
}

.blog-header .mobile-nav .mobile-nav-btn i:before {
  content: ""
}

.blog-header .mobile-nav .mobile-nav-btn i.sw-close-mobilemenu-btn:before {
  content: ""
}

.blog-header .mobile-nav .mobile-nav-btn .text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  width: 80%;
  text-align: left;
  padding-left: 10px
}

.blog-header .mobile-menu ul.menu {
  padding: 0;
  margin: 0;
  display: block
}

.blog-header .mobile-menu ul.menu li {
  list-style: none;
  border-top: 1px solid #025091;
  text-align: left
}

.blog-header .mobile-menu ul.menu li:first-child {
  border-top: 0
}

.blog-header .mobile-menu ul.menu li a {
  padding: .7em;
  display: block;
  color: #6fa8db
}

.blog-header .header-menu {
  background: #fff;
  padding: 10px 0
}

.blog-header .header-menu .logo,
.blog-header .header-menu div.menu {
  display: flex;
  align-items: center
}

.blog-header .header-menu .logo a.back-to-home {
  display: block;
  margin: 0 auto
}

.blog-header .header-menu .logo a.back-to-home img {
  width: 100%
}

.blog-header .header-menu div.menu {
  justify-content: center;
  padding-right: 1.25em
}

.blog-header .header-menu div.menu ul.menu {
  text-align: center;
  margin-bottom: 0
}

@media screen and (min-width: 40em) {
  .blog-header .header-menu div.menu ul.menu {
    text-align: right
  }
}

.blog-header .header-menu div.menu ul.menu li {
  list-style: none;
  display: inline-block;
  font-size: .9em
}

@media screen and (min-width: 40em) {
  .blog-header .header-menu div.menu ul.menu li {
    font-size: 1rem
  }
}

.blog-header .header-menu div.menu ul.menu li a {
  color: #333;
  padding: 0 5px 0 0;
  font-size: 14px
}

@media screen and (min-width: 40em) {
  .blog-header .header-menu div.menu ul.menu li a {
    padding: 0 10px 0 0
  }
}

.blog-header .header-menu div.menu ul.menu li a:hover {
  color: #6fa8db
}

.blog-header .header-menu div.menu ul.menu li.current-menu-item a {
  text-decoration: underline
}

.blog-header .header-menu .search_form_container {
  padding: .9375em 0
}

@media screen and (min-width: 64em) {
  .blog-header .header-menu .search_form_container {
    float: right;
    padding: 0
  }
}

.blog-header .header-menu .search_form_container .search-form {
  margin: 0 auto;
  max-width: 90%
}

.site-content {
  background-color: #d4d4d4
}

.site-content div.page-content,
.site-content div.single-content {
  background: #fff;
  padding: 30px 50px
}

@media screen and (min-width: 40em) {

  .site-content div.page-content,
  .site-content div.single-content {
    padding: 60px;
    font-size: 1.2em
  }
}

.site-content div.page-content h3,
.site-content div.single-content h3 {
  color: #31a5de
}

.site-content div.page-content img,
.site-content div.single-content img {
  padding: 15px 0
}

.site-content div.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: .9375em 0;
  display: block;
  width: 100%
}

.site-content div.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: 0
}

.footer {
  color: #fff;
  width: 100%
}

.footer .certification,
.footer .copyright {
  padding: 1rem
}

.footer a {
  color: #fff
}

@media print,
screen and (min-width: 40em) {
  .footer h6 {
    margin-bottom: 0
  }
}

.footer .menu {
  text-align: right;
  width: 100%
}

.footer .menu li a:first-child {
  padding-left: 0
}

@media screen and (min-width: 75em) {
  .footer .row-footer {
    padding: 0
  }
}

.back-to-top {
  position: fixed;
  top: .625em;
  right: .625em;
  font-size: .9em;
  display: none;
  z-index: 1;
  transition: bottom 200ms ease
}

.back-to-top.bottom {
  position: absolute
}

.back-to-top a.back-to-top-link {
  display: block;
  color: #333;
  font-family: "ProximaNova-Semibold"
}

.back-to-top .arrow-up {
  margin: 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #31a5de;
  border-radius: 2px
}

@media screen and (min-width: 64em) {
  .p2p .grid-x {
    padding-right: 0
  }
}

.share-bar {
  background: #fff;
  padding: 1em 0;
  text-align: center;
  left: 0;
  position: absolute;
  top: 0;
  padding: .5em;
  transition: top 500ms ease
}

@media screen and (min-width: 82em) {
  .share-bar {
    left: calc(-3.125em + 1px);
    width: 3.125em;
    display: block;
    border-top: .05em solid #d4d4d4;
    border-left: .05em solid #d4d4d4;
    border-bottom: .05em solid #d4d4d4;
    border-right: .05em solid #fff;
    padding: 1em 0;
    border-radius: .3125em 0 0 .3125em
  }
}

.share-bar.fixed {
  position: fixed;
  left: 3.125rem;
  z-index: 1;
  top: 50% !important;
  transform: translateX(calc(-3.125em + 1px)) translateY(-50%)
}

@media screen and (min-width: 40em) {
  .share-bar.fixed {
    left: inherit
  }
}

.share-bar .share-button-element {
  color: #31a5de;
  display: block;
  text-align: center;
  padding: .5em;
  width: 100%
}

.share-bar .share-button-element:last-child {
  margin-bottom: 0
}

.share-bar .share-button-element:hover {
  color: #fff;
  background: linear-gradient(-45deg, #31a5de, #0b5a99, #0B5A95, #1171bd);
  background-size: 100% 100%;
  cursor: pointer
}

.share-bar .share-button-element i {
  vertical-align: middle
}

.share-bar .share-button-element.ms-share i.fa-messenger:before {
  content: "";
  background: url(https://www.sherweb.com/blog/wp-content/themes/sherweb2017/img/icon-faceboook-messenger.svg) no-repeat;
  width: 17px;
  height: 17px;
  background-size: cover;
  display: block
}

.share-bar .share-button-element.sl-share {
  display: none
}

body.error404 .post-box.headline,
body.error404 .post-box.single-header {
  background-image: url("https://www.sherweb.com/blog/wp-content/themes/sherweb2017/img/404-blog.jpg")
}

[id^=mktoForm_] .mktoAsterix {
  display: none !important
}

.message-marketo--ebook {
  display: none
}

.ebook--module form[id^=mktoForm_] {
  width: 100% !important;
  overflow: auto;
  text-align: left
}

.ebook--module form[id^=mktoForm_] .mktoAsterix {
  color: #333;
  float: left;
  padding-left: 0px;
  padding-right: 5px
}

.ebook--module form[id^=mktoForm_] label.mktoLabel.mktoHasWidth {
  color: #333;
  padding-bottom: 0px;
  font-size: 16px;
  letter-spacing: -0.5px;
  width: 100% !important;
  font-family: "ProximaNova";
  font-weight: 500
}

.ebook--module form[id^=mktoForm_] .mktoFieldDescriptor.mktoFormCol {
  width: 50%;
  margin-bottom: 0px !important
}

.ebook--module form[id^=mktoForm_] .mktoButtonWrap.mktoSimple {
  margin-left: 0px !important;
  width: 100% !important;
  float: left;
  margin: 25px 0px 0px
}

.ebook--module form[id^=mktoForm_] button.mktoButton {
  background: #e30613 !important;
  padding: 10px 23px !important;
  color: #fcfcfc !important;
  display: inline-block !important;
  border: none !important;
  font-size: 18px !important;
  transition: all .14s ease 0s;
  text-transform: none;
  font-family: "ProximaNova", sans-serif
}

.ebook--module form[id^=mktoForm_] button.mktoButton:hover {
  background: #c00d0d !important;
  color: #fcfcfc !important;
  text-decoration: none
}

.ebook--module .mktoForm input[type],
.ebook--module .mktoForm select.mktoField,
.ebook--module .mktoForm textarea.mktoField {
  width: 100% !important;
  border: 1px solid #6fa8db !important;
  font-family: "ProximaNova";
  padding-left: 12px;
  font-size: 15px;
  min-height: 40px;
  border-radius: 0;
  box-shadow: none
}

.ebook--module .mktoForm .mktoFieldWrap {
  width: 100%;
  padding-right: 20px
}

.ebook--module .mktoForm .mktoOffset {
  float: left;
  height: .8em !important
}

.ebook--module .mktoForm .mktoGutter {
  display: none
}

.ebook--module .mktoButtonRow {
  margin-top: 0 !important
}

@media(max-width: 50em) {
  .ebook--module form[id^=mktoForm_] {
    text-align: center
  }

  .ebook--module form[id^=mktoForm_] .mktoFieldDescriptor.mktoFormCol,
  .ebook--module form[id^=mktoForm_] .mktoFieldWrap.mktoRequiredField {
    float: none;
    width: 100%
  }

  .ebook--module .mktoForm .mktoFieldWrap {
    padding-right: 0 !important
  }
}

#side-request-content label.mktoLabel {
  padding: 0px 0px 5px 0px;
  cursor: pointer
}

#side-request-content .mktoForm input[type],
#side-request-content .mktoForm select.mktoField,
#side-request-content .mktoForm textarea.mktoField {
  height: 40px;
  margin: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #025091 !important;
  border-radius: 0px !important;
  width: 260px !important;
  box-shadow: none !important
}

#side-request-content .mktoButtonRow {
  margin-top: 15px !important
}

#side-request-content .mktoButtonRow .mktoButtonWrap.mktoRound {
  margin-left: 90px !important
}

#ask_experts.partner-infokit .mktoForm .mktoFormRow {
  width: 50%;
  float: none;
  display: inline-block
}

#ask_experts.partner-infokit .mktoForm .mktoFormCol {
  width: 100%
}

#ask_experts.partner-infokit label.mktoLabel.mktoHasWidth {
  margin-bottom: 0px;
  display: none
}

#ask_experts.partner-infokit .mktoButtonRow {
  float: none;
  margin-top: 0px !important;
  width: 12%;
  top: -14px;
  position: relative
}

#ask_experts.partner-infokit span.mktoButtonWrap {
  margin: 0px !important
}

#ask_experts.partner-infokit .mktoGutter,
#ask_experts.partner-infokit .mktoOffset,
#ask_experts.partner-infokit .mktoAsterix {
  display: none
}

#ask_experts #mktoForm_1482 .mktoFieldDescriptor.mktoFormCol,
#ask_experts #mktoForm_1483 .mktoFieldDescriptor.mktoFormCol {
  width: 25%
}

#ask_experts #mktoForm_1482 .mktoFieldDescriptor.mktoFormCol:nth-child(3),
#ask_experts #mktoForm_1483 .mktoFieldDescriptor.mktoFormCol:nth-child(3) {
  padding-right: 20px !important
}

#ask_experts.advisor-form #mktoForm_1482 .mktoHtmlText.mktoHasWidth,
#ask_experts.advisor-form #mktoForm_1483 .mktoHtmlText.mktoHasWidth {
  text-align: center !important;
  width: 100% !important
}

#ask_experts.advisor-form .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol {
  width: 100% !important
}

@media screen and (max-width: 603px) {

  #ask_experts #mktoForm_1482 .mktoFieldDescriptor.mktoFormCol,
  #ask_experts #mktoForm_1483 .mktoFieldDescriptor.mktoFormCol {
    width: 100%
  }
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  background: #025091 !important;
  border: 0px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  border-radius: 0 !important
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  border: none !important
}

#ask_experts [id^=mktoForm_] {
  width: 100% !important;
  text-align: center
}

#ask_experts [id^=mktoForm_] .mktoForm .mktoFormRow {
  clear: both;
  width: 100%;
  float: left
}

.db-bg .mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol #commentCapture,
.white-bg .mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol #commentCapture,
.mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol #commentCapture {
  width: 100% !important;
  height: 150px;
  background-color: #fff;
  font-family: "MuseoSans-500", arial, sans-serif;
  font-size: 18px;
  color: #6fa8db;
  padding: 10px !important
}

.mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol {
  width: 100% !important
}

.white-bg .mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol #commentCapture {
  border: 1px solid #025091 !important
}

.mktoFormRow:nth-child(3) .mktoFieldDescriptor.mktoFormCol #commentCapture {
  border: none !important
}

div#ask_experts form#mktoForm_1571,
div#ask_experts form#mktoForm_1572 {
  margin-top: -35px
}

#ask_experts .mktoForm .mktoFormCol {
  float: left;
  position: relative;
  min-height: 2em;
  width: 33.3333333%;
  padding: 0px 10px 0px 10px !important;
  margin-bottom: 0px !important
}

#ask_experts .mktoForm .mktoFormCol:nth-child(3) {
  margin-right: 0px !important;
  padding-right: 10px !important
}

#ask_experts span.mktoButtonWrap.mktoNative,
#ask_experts span.mktoButtonWrap.mktoSimple {
  margin-left: 0px !important
}

#ask_experts .mktoFieldWrap.mktoRequiredField input,
#ask_experts .mktoForm input[type] {
  background: #dae4ef;
  border: none !important;
  width: 100% !important;
  height: 39px;
  box-shadow: none
}

.db-bg #ask_experts .mktoFieldWrap.mktoRequiredField input,
.db-bg #ask_experts .mktoForm input[type=tel],
.db-bg #ask_experts .mktoForm input[type=email],
.db-bg #ask_experts .mktoFieldWrap.mktoRequiredField input,
.db-bg #ask_experts .mktoForm input[type=tel],
.db-bg #ask_experts .mktoForm input[type=email],
.md-bg #ask_experts .mktoFieldWrap.mktoRequiredField input,
.md-bg #ask_experts .mktoForm input[type=tel],
.md-bg #ask_experts .mktoForm input[type=email],
.md-bg #ask_experts .mktoFieldWrap.mktoRequiredField input,
.md-bg #ask_experts .mktoForm input[type=tel],
.md-bg #ask_experts .mktoForm input[type=email] {
  background: #fff !important
}

.marketo-form-o365 #ask_experts .mktoFieldWrap.mktoRequiredField input,
.md-bg #ask_experts .mktoFieldWrap.mktoRequiredField input,
.md-bg #ask_experts input[type=tel] {
  background: #fff !important;
  border: 0 !important;
  width: 100% !important;
  font-family: "MuseoSans-300", arial, sans-serif;
  font-size: 18px;
  color: #6fa8db;
  padding: 9px 20px;
  box-shadow: none !important;
  border-radius: 0 !important
}

body.fr .marketo-form-o365 .section-title {
  font-size: 32px;
  margin: 0px 10px;
  line-height: 36px
}

#ask_experts .mktoForm .mktoFieldWrap {
  float: left;
  width: 100%
}

#ask_experts label.mktoLabel.mktoHasWidth {
  width: 100% !important;
  display: block;
  font-family: "MuseoSans-300", arial, sans-serif;
  color: #025091;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: normal;
  margin: 0
}

#ask_experts label.mktoLabel.mktoHasWidth:after {
  content: " ";
  height: 1px;
  width: 0%;
  background: #dae4ef;
  left: 85px;
  top: 10px;
  position: absolute
}

#ask_experts .mktoForm button.mktoButton {
  background: #7fcb15;
  padding: 7px 40px;
  color: #fff;
  display: inline-block;
  border: none;
  font-family: "MuseoSans-300", arial, sans-serif;
  font-size: 18px;
  transition: all .14s ease .14s
}

div#ask_experts .mktoForm button.mktoButton:hover {
  background: #025091
}

div#ask_experts .mktoForm .mktoAsterix {
  color: #025091 !important;
  font-size: 12px;
  display: none
}

div#ask_experts .mktoForm .mktoLabel {
  padding-top: 0px !important
}

div#ask_experts div.mktoButtonRow {
  margin-top: 25px !important
}

div#ask_experts .mktoError {
  right: 41px;
  bottom: 10px !important
}

@media screen and (max-width: 799px) {
  div#ask_experts .mktoForm .mktoFormRow {
    width: 100%
  }

  div#vertical-form-mkto form#mktoForm_1063 .mktoFormCol,
  div#vertical-form-mkto form#mktoForm_1064 .mktoFormCol {
    padding: 0px !important
  }
}

@media screen and (max-width: 603px) {
  div#ask_experts .mktoForm .mktoFormCol {
    width: 100%;
    margin: 0px 0px
  }

  div#ask_experts.partner-infokit .mktoForm .mktoFormRow {
    width: 100%
  }

  div#ask_experts.partner-infokit div.mktoButtonRow {
    float: left;
    margin-top: 25px !important;
    width: 100%;
    padding: 0px 15px 0px 19px
  }

  div#ask_experts.partner-infokit .mktoForm button.mktoButton {
    padding: 10px !important;
    width: 100%;
    margin: 10px 0px 0px 0px !important
  }
}

@media screen and (max-width: 926px) {
  div#ask_experts .mktoForm .mktoFormRow {
    clear: both;
    width: 100%;
    float: left
  }

  div#vertical-form-mkto form#mktoForm_1063 .mktoFormCol:first-child,
  div#vertical-form-mkto form#mktoForm_1064 .mktoFormCol:first-child {
    padding-left: 0px !important
  }

  div#vertical-form-mkto form#mktoForm_1063 button.mktoButton,
  div#vertical-form-mkto form#mktoForm_1064 button.mktoButton {
    margin: 0px 0px;
    padding: 7px 40px
  }
}

.holder-blocks.ebook .cf_sign_on {
  display: none
}

div.holder-blocks.ebook form#mktoForm_1007,
div.holder-blocks.ebook form#mktoForm_1009 {
  width: 100% !important
}

div.holder-blocks.ebook .mktoForm .mktoFormCol {
  padding: 0px 20px 0px 0px
}

div.holder-blocks.ebook .mktoForm button.mktoButton {
  background: #7fcb15;
  padding: 9px 40px;
  color: #fff;
  display: inline-block;
  border: none;
  font-family: "MuseoSans-300", arial, sans-serif;
  font-size: 18px;
  transition: all .14s ease .14s
}

div.holder-blocks.ebook .mktoForm button.mktoButton:hover {
  background: #025091
}

div.holder-blocks.ebook form#mktoForm_1007 span.mktoButtonWrap.mktoSimple,
div.holder-blocks.ebook form#mktoForm_1009 span.mktoButtonWrap.mktoSimple {
  margin-left: 10px !important
}

div.holder-blocks.ebook label.mktoLabel.mktoHasWidth {
  width: 100% !important;
  display: block;
  font-family: "MuseoSans-300", arial, sans-serif;
  color: #025091;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  margin-bottom: 10px
}

div.holder-blocks.ebook .mktoForm .mktoAsterix {
  color: #025091 !important;
  font-size: 12px
}

div.holder-blocks.ebook .mktoFieldWrap input {
  width: 100% !important;
  height: inherit;
  border: none;
  padding: 5px 20px;
  font-family: "MuseoSans-300", arial, sans-serif;
  font-size: 18px;
  color: #025091
}

@media screen and (max-width: 899px) {
  div.holder-blocks.ebook {
    text-align: center
  }

  div.holder-blocks.ebook .left-content {
    padding: 10px
  }

  div.holder-blocks.ebook .left-content h4 {
    max-width: 100%;
    padding: 60px 0px 0px 0px
  }

  div.holder-blocks.ebook .holder-1 {
    display: none
  }

  div.holder-blocks.ebook .mktoForm .mktoFormCol {
    width: 100%
  }

  div.holder-blocks.ebook .mktoForm .mktoFieldWrap {
    width: 100%
  }

  div.holder-blocks.ebook .mktoForm .mktoFieldWrap input {
    width: 100% !important
  }

  div.holder-blocks.ebook form#mktoForm_1007 span.mktoButtonWrap.mktoSimple,
  div.holder-blocks.ebook form#mktoForm_1009 span.mktoButtonWrap.mktoSimple {
    margin-left: 0px !important
  }

  div.holder-blocks.ebook form#mktoForm_1007 .mktoButtonRow,
  div.holder-blocks.ebook form#mktoForm_1009 .mktoButtonRow {
    width: 100%;
    padding: 0px 20px 0px 0px
  }

  div.holder-blocks.ebook .mktoForm button.mktoButton {
    width: 100%
  }
}

#vertical-form-mkto form#mktoForm_1063,
#vertical-form-mkto form#mktoForm_1064 {
  text-align: left !important
}

#vertical-form-mkto .mktoFormCol {
  width: 100% !important
}

div#vertical-form-mkto {
  max-width: 360px
}

div#ask_experts #mktoForm_1312,
div#ask_experts #mktoForm_1517,
div#ask_experts #mktoForm_1518,
div#ask_experts #mktoForm_1313,
div#ask_experts #mktoForm_1386,
div#ask_experts #mktoForm_1387,
div#ask_experts #mktoForm_1462,
div#ask_experts #mktoForm_1463,
div#ask_experts #mktoForm_1492,
div#ask_experts #mktoForm_1493,
div#ask_experts #mktoForm_1571,
div#ask_experts #mktoForm_1572,
div#ask_experts #mktoForm_1610,
div#ask_experts #mktoForm_1613 {
  padding: 0px 5px
}

div#ask_experts #mktoForm_1312 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1610 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1613 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1517 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1518 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1313 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1386 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1387 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1462 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1463 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1492 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1493 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1571 .mktoForm .mktoFormRow,
div#ask_experts #mktoForm_1572 .mktoForm .mktoFormRow {
  width: inherit !important
}

div#ask_experts.form-virtual-machines .mktoFieldDescriptor.mktoFormCol {
  width: 100% !important;
  padding: 0px !important
}

div#ask_experts.form-virtual-machines .mktoGutter.mktoHasWidth {
  position: relative;
  margin-left: -10px
}

div#ask_experts.form-virtual-machines .mktoFieldWrap.mktoRequiredField input[type=email],
div#ask_experts.form-virtual-machines .mktoFieldWrap.mktoRequiredField input[type=tel] {
  width: 75% !important;
  background: #e4ecf4 !important
}

body.fr div#ask_experts.form-virtual-machines .mktoFieldWrap.mktoRequiredField input[type=email],
body.fr div#ask_experts.form-virtual-machines .mktoFieldWrap.mktoRequiredField input[type=tel] {
  width: 65% !important
}

div#ask_experts #mktoForm_1312 input[type=radio],
div#ask_experts #mktoForm_1610 input[type=radio],
div#ask_experts #mktoForm_1613 input[type=radio],
div#ask_experts #mktoForm_1517 input[type=radio],
div#ask_experts #mktoForm_1518 input[type=radio],
div#ask_experts #mktoForm_1386 input[type=radio],
div#ask_experts #mktoForm_1313 input[type=radio],
div#ask_experts #mktoForm_1387 input[type=radio],
div#ask_experts #mktoForm_1462 input[type=radio],
div#ask_experts #mktoForm_1463 input[type=radio],
div#ask_experts #mktoForm_1492 input[type=radio],
div#ask_experts #mktoForm_1493 input[type=radio],
div#ask_experts #mktoForm_1571 input[type=radio],
div#ask_experts #mktoForm_1572 input[type=radio] {
  width: 15px !important;
  height: 15px !important;
  float: left
}

div#ask_experts #mktoForm_1312 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1610 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1613 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1517 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1518 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1386 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1313 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1387 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1462 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1463 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1492 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1493 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1571 .mktoRadioList.mktoHasWidth.mktoRequired,
div#ask_experts #mktoForm_1572 .mktoRadioList.mktoHasWidth.mktoRequired {
  width: 100% !important;
  padding: 0px
}

div#ask_experts #mktoForm_1517 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1518 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1312 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1610 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1613 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1386 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1313 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1387 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1462 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1463 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1492 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1493 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1571 .mktoRadioList.mktoHasWidth.mktoRequired>label,
div#ask_experts #mktoForm_1572 .mktoRadioList.mktoHasWidth.mktoRequired>label {
  color: #025091 !important;
  position: relative;
  font-family: "ProximaNova" !important;
  font-size: 14px;
  top: 1px
}

div#ask_experts.form-virtual-machines .mktoFormRow:nth-child(2) {
  width: 100%;
  float: left;
  margin-bottom: 20px
}

div#ask_experts.form-virtual-machines .mktoFormRow:nth-child(2) label.mktoLabel.mktoHasWidth {
  margin-bottom: 10px;
  font-family: "MuseoSans-700It"
}

div#ask_experts.form-virtual-machines .mktoFormRow:nth-child(3) {
  width: 100%;
  float: right;
  margin-bottom: 20px
}

div#ask_experts.form-virtual-machines .mktoFormRow:nth-child(3) label.mktoLabel.mktoHasWidth {
  margin-bottom: 10px
}

div#ask_experts.form-virtual-machines .mktoFormRow .mktoOffset {
  display: none
}

div#ask_experts #mktoForm_1312 .mktoButtonRow,
div#ask_experts #mktoForm_1610 .mktoButtonRow,
div#ask_experts #mktoForm_1613 .mktoButtonRow,
div#ask_experts #mktoForm_1517 .mktoButtonRow,
div#ask_experts #mktoForm_1518 .mktoButtonRow,
div#ask_experts #mktoForm_1386 .mktoButtonRow,
div#ask_experts #mktoForm_1313 .mktoButtonRow,
div#ask_experts #mktoForm_1387 .mktoButtonRow,
div#ask_experts #mktoForm_1462 .mktoButtonRow,
div#ask_experts #mktoForm_1463 .mktoButtonRow,
div#ask_experts #mktoForm_1492 .mktoButtonRow,
div#ask_experts #mktoForm_1493 .mktoButtonRow,
div#ask_experts #mktoForm_1571 .mktoButtonRow,
div#ask_experts #mktoForm_1572 .mktoButtonRow {
  margin-top: 25px !important;
  margin-right: 2px;
  float: left;
  margin-bottom: 30px
}

.mktoForm input[type=radio]:checked+label:before {
  background-position: 2px 2px !important
}

@media screen and (max-width: 926px) {
  div#ask_experts.form-virtual-machines .mktoForm button.mktoButton {
    margin: 0px 0px 30px 0px;
    padding: 7px 40px
  }

  div#ask_experts.form-virtual-machines .mktoForm .mktoFormCol:first-child {
    padding-left: 0px !important
  }
}

@media screen and (max-width: 790px) {
  .rds-form .c-35 {
    display: none
  }

  .rds-form .c-65 {
    width: 100%;
    text-align: center
  }

  .rds-form .c-65 li {
    display: inline-block
  }

  .rds-form .c-65 .add-space {
    display: none
  }
}

@media screen and (max-width: 480px) {

  div#ask_experts #mktoForm_1312,
  div#ask_experts #mktoForm_1610,
  div#ask_experts #mktoForm_1613,
  div#ask_experts #mktoForm_1517,
  div#ask_experts #mktoForm_1518,
  div#ask_experts #mktoForm_1386,
  div#ask_experts #mktoForm_1387,
  div#ask_experts #mktoForm_1313,
  div#ask_experts #mktoForm_1462,
  div#ask_experts #mktoForm_1463,
  div#ask_experts #mktoForm_1492,
  div#ask_experts #mktoForm_1493,
  div#ask_experts #mktoForm_1571,
  div#ask_experts #mktoForm_1572 {
    padding: 0px 5px
  }
}

#mktoForm_1380 .mktoHasWidth,
#mktoForm_1381 .mktoHasWidth {
  margin-bottom: 0px !important
}

div#ask_experts form#mktoForm_1380 div.mktoButtonRow,
div#ask_experts form#mktoForm_1381 div.mktoButtonRow {
  margin-top: 25px !important
}

#mktoForm_1380 .mktoButtonRow,
#mktoForm_1381 .mktoButtonRow {
  float: left
}

form#mktoForm_1437 span.mktoButtonWrap.mktoSimple,
form#mktoForm_1442 span.mktoButtonWrap.mktoSimple {
  margin-left: 95px !important
}

form#mktoForm_1437 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
form#mktoForm_1442 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #025091 !important;
  border: 0px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  border-radius: 0 !important
}

div#ask_experts.cloud-solutions .mktoForm input[type=email] {
  width: 50% !important;
  background: #e4ecf4 !important;
  border: none !important;
  padding: 0px 0px 0px 20px;
  font-family: "MuseoSans-500", arial, sans-serif;
  font-size: 18px;
  color: #6fa8db
}

@media only screen and (max-width: 480px) {
  div#ask_experts.cloud-solutions .mktoForm input[type=email] {
    width: 94% !important;
    height: 40px
  }

  div#ask_experts.cloud-solutions #mktoForm_1517 .mktoButtonRow,
  div#ask_experts.cloud-solutions #mktoForm_1518 .mktoButtonRow {
    margin-top: 10px !important
  }
}

@media only screen and (max-width: 480px) {
  .mktoForm .mktoFieldWrap {
    margin-bottom: 10px
  }
}

.horizontal__marketo-form .mktoForm {
  width: 100% !important;
  max-width: 1040px;
  margin: 0 auto
}

.horizontal__marketo-form .mktoForm,
.horizontal__marketo-form .mktoForm * {
  box-sizing: border-box
}

.horizontal__marketo-form .mktoForm:after {
  content: ".";
  clear: both;
  visibility: hidden;
  color: transparent
}

.horizontal__marketo-form .mktoForm .mktoRequiredField .mktoAsterix,
.horizontal__marketo-form .mktoForm .mktoAsterix,
.horizontal__marketo-form .mktoForm .mktoClear,
.horizontal__marketo-form .mktoForm .mktoGutter,
.horizontal__marketo-form .mktoForm .mktoOffset,
.horizontal__marketo-form .mktoForm .mktoFormRow.hidden {
  display: none
}

.horizontal__marketo-form .mktoForm .mktoFormCol {
  margin: 0px !important
}

.horizontal__marketo-form .mktoForm .mktoFieldWrap {
  width: 100%;
  padding: 0 .7em
}

.horizontal__marketo-form .mktoForm .mktoFormCol {
  width: 100%
}

.horizontal__marketo-form .mktoForm .mktoFormRow,
.horizontal__marketo-form .mktoForm .mktoButtonRow {
  float: left;
  clear: both;
  width: 100%;
  margin: 5px 0px
}

.horizontal__marketo-form .mktoForm input[type=url],
.horizontal__marketo-form .mktoForm input[type=text],
.horizontal__marketo-form .mktoForm input[type=date],
.horizontal__marketo-form .mktoForm input[type=tel],
.horizontal__marketo-form .mktoForm input[type=email],
.horizontal__marketo-form .mktoForm input[type=number],
.horizontal__marketo-form .mktoForm textarea.mktoField,
.horizontal__marketo-form .mktoForm select.mktoField {
  height: auto;
  line-height: normal;
  font-size: inherit;
  color: #025091;
  font-family: "MuseoSans-300"
}

.horizontal__marketo-form .mktoForm .mktoFormRow .mktoRequiredField label.mktoLabel {
  font-weight: normal
}

.horizontal__marketo-form .mktoForm .mktoFormRow label,
.horizontal__marketo-form .mktoForm .mktoFormRow input,
.horizontal__marketo-form .mktoForm .mktoFormRow textarea,
.horizontal__marketo-form .mktoForm .mktoFormRow select {
  clear: both;
  box-sizing: border-box;
  width: 100% !important;
  margin: 0px 0px 5px 0px
}

.horizontal__marketo-form .mktoForm .mktoFormRow label {
  float: left;
  text-transform: uppercase
}

.horizontal__marketo-form .mktoForm .mktoFormRow input,
.horizontal__marketo-form .mktoForm .mktoFormRow textarea,
.horizontal__marketo-form .mktoForm .mktoFormRow select {
  float: right;
  min-height: 30px
}

.horizontal__marketo-form .mktoForm .mktoFormRow input,
.horizontal__marketo-form .mktoForm .mktoFormRow textarea {
  padding: 12px;
  border: 1px solid #e1e1e1
}

.horizontal__marketo-form .mktoForm .mktoFormRow input[type=checkbox] {
  float: left;
  clear: left;
  width: 30px !important;
  padding: 0px;
  margin: 0px;
  border: none
}

.horizontal__marketo-form .mktoForm .mktoFormRow select {
  padding: 6px 0px
}

.horizontal__marketo-form .mktoForm .mktoFormRow textarea {
  height: auto
}

.horizontal__marketo-form .mktoForm .mktoFormRow.checkbox label {
  width: 83% !important;
  margin: 0px 0px 0px 36px;
  text-transform: none
}

.horizontal__marketo-form .mktoForm .mktoFormRow.checkbox input {
  margin-top: -34px
}

.horizontal__marketo-form .mktoForm .mktoButtonRow {
  text-align: center;
  margin-bottom: 0
}

.horizontal__marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0px !important
}

.horizontal__marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #fa6423;
  border-radius: 999px;
  border: none;
  padding: 8px 24px;
  cursor: pointer
}

.horizontal__marketo-form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
  background-color: #8cbe3c
}

@media only screen and (min-width: 768px) {
  .horizontal__marketo-form .mktoForm .mktoFormRow {
    clear: none;
    width: 100%;
    margin-right: 10px
  }
}

@media only screen and (min-width: 980px) {
  .horizontal__marketo-form .mktoForm .mktoFormRow {
    clear: both;
    width: 100%;
    margin-right: 0px
  }

  .horizontal__marketo-form .mktoForm .mktoFormRow label {
    padding-left: 0px
  }

  .horizontal__marketo-form .mktoForm .mktoFormRow.select-dropdown label,
  .horizontal__marketo-form .mktoForm .mktoFormRow.checkbox label {
    display: block;
    text-transform: none
  }

  .horizontal__marketo-form .mktoForm .mktoFormCol {
    width: 33%
  }
}

@media only screen and (min-width: 1060px) {
  .horizontal__marketo-form .mktoForm .mktoFormRow {
    clear: none;
    width: 100%;
    margin-right: 10px
  }

  .horizontal__marketo-form .mktoForm .mktoFormRow.select-dropdown:nth-of-type(even) {
    clear: left
  }
}

.dashed--promo .mktoButton {
  padding: 10px 0 !important;
  max-width: 300px !important
}

.newsletter-subscription {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  z-index: 2;
  transition: top 500ms ease
}

.newsletter-subscription .close-newsletter i {
  font-size: 25px
}

.newsletter-subscription .grid-x {
  padding: 0
}

@media screen and (min-width: 480px) {
  .newsletter-subscription .grid-x {
    align-items: center
  }
}

@media screen and (min-width: 992px) {
  .newsletter-subscription .grid-x {
    padding: 0 .9375em
  }
}

.newsletter-subscription .grid-x h4 {
  line-height: 19px;
  margin-bottom: 0;
  font-size: 1rem;
  margin: .5rem 0
}

@media screen and (min-width: 480px) {
  .newsletter-subscription .grid-x h4 {
    font-size: 1.2rem
  }
}

@media screen and (min-width: 992px) {
  .newsletter-subscription .grid-x h4 {
    font-size: 1.5625rem;
    line-height: 39px;
    margin: 0
  }
}

.newsletter-subscription .core-form-body {
  display: none
}

.newsletter-subscription form.mktoForm {
  display: flex;
  width: 100% !important;
  position: relative;
  padding: 2px 10px
}

@media screen and (min-width: 992px) {
  .newsletter-subscription form.mktoForm {
    padding: 0
  }
}

.newsletter-subscription form.mktoForm .mktoFormCol {
  float: none
}

.newsletter-subscription form.mktoForm .mktoFormCol .mktoFieldWrap {
  float: none;
  max-width: 100%;
  display: block
}

.newsletter-subscription form.mktoForm .mktoFormRow {
  clear: both;
  width: 100%;
  max-width: 100%
}

.newsletter-subscription form.mktoForm .mktoFormRow:not(.gdpr-info) {
  display: block
}

.newsletter-subscription form.mktoForm .mktoFormRow input.mktoField {
  border: 0;
  color: #025091;
  background-color: #fff;
  width: 100% !important;
  box-shadow: none;
  border-radius: 49px;
  padding: 10px;
  font-size: .85rem
}

@media screen and (min-width: 992px) {
  .newsletter-subscription form.mktoForm .mktoFormRow input.mktoField {
    font-size: 18px
  }
}

.newsletter-subscription form.mktoForm .mktoFormRow input.mktoField:hover,
.newsletter-subscription form.mktoForm .mktoFormRow input.mktoField:active,
.newsletter-subscription form.mktoForm .mktoFormRow input.mktoField:focus {
  border: 0;
  background-color: #fff;
  box-shadow: none
}

.newsletter-subscription form.mktoForm .mktoButtonRow {
  line-height: 19px;
  position: absolute;
  right: 0;
  left: inherit
}

@media screen and (min-width: 480px) {
  .newsletter-subscription form.mktoForm .mktoButtonRow {
    top: 50%;
    line-height: 39px;
    transform: translateY(-50%)
  }
}

.newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important
}

.newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  background-image: none;
  background-color: #e30613;
  padding: 4px .5rem;
  border: 0px;
  margin-right: calc(.5rem + 2px);
  border-radius: 49px
}

@media screen and (min-width: 480px) {
  .newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 11px 1.5rem;
    margin-top: 9px
  }
}

@media screen and (min-width: 992px) {
  .newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    margin-right: calc(.5rem + 5px);
    margin-right: 3px
  }
}

.newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active,
.newsletter-subscription form.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-image: none;
  background-color: #c00d0d;
  border: 0px
}

.newsletter-subscription .thank-you-message {
  display: none
}

.newsletter-subscription .thank-you-message.active {
  display: block
}

body.newsletter-subscription-active .newsletter-subscription {
  top: 0
}

body.newsletter-subscription-active .newsletter-subscription .core-form-body {
  display: block
}

body.newsletter-subscription-active .share-bar {
  top: 50%
}

body.newsletter-subscription-active .share-bar .email-popup {
  color: #fff;
  background: linear-gradient(-45deg, #31a5de, #0b5a99, #0B5A95, #1171bd);
  background-size: 100% 100%
}

.related-articles-section {
  display: none
}

@media screen and (min-width: 64em) {
  .related-articles-section {
    max-height: 100vh;
    overflow-y: auto;
    display: block
  }
}

.related-articles-section .related-articles {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  margin: 10px;
  border-radius: 10px
}

.ajax-loader {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 100px
}

.scrollwatcher {
  width: 100%;
  height: 5px;
  background: transparent;
  display: block
}

.list-posts {
  padding: 2em 0;
  margin-bottom: 80px
}

.load-more {
  color: #6fa8db;
  background: #fff;
  padding: 1em;
  display: block;
  margin: 1em auto;
  text-align: center;
  max-width: 300px
}

.load-more:hover {
  cursor: pointer;
  color: #fff;
  background: #025091
}

.ad-box {
  padding: .9375em 0
}

.ad-box .ad-row {
  padding: 0
}

.ad-box .ad-row img {
  width: 100%
}

.post-box,
.post-box.single-header {
  padding: .9375em 0
}

.post-box .post-row {
  border-radius: .3em;
  background: #fff;
  padding: 0
}

.post-box .post-row .post-thumb {
  border-radius: .2em 0 0 .2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 0
}

@media screen and (min-width: 40em) {
  .post-box .post-row .post-thumb {
    padding-bottom: 0;
    height: 100%
  }
}

.post-box .post-row .post-thumb .post-thumb-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, .5)
}

.post-box .post-row .post-thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  overflow: hidden;
  display: block;
  z-index: -1;
  max-width: inherit;
  transform: translateX(-50%)
}

@media screen and (min-width: 40em) {
  .post-box .post-row .post-thumb img {
    filter: blur(5px)
  }
}

.post-box .post-row .post-info {
  padding: 2em
}

.post-box .post-row .post-info .post-tags {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  font-size: .9em
}

.post-box .post-row .post-info .post-tags .tag {
  padding-right: 10px;
  font-size: 80%;
  letter-spacing: .0625em;
  color: #31a5de
}

.post-box .post-row .post-info .post-tags .tag a {
  color: #31a5de
}

.post-box .post-row .post-info .post-tags .tag a:hover {
  color: #025091
}

.post-box .post-row .post-info .post-tags .tag:last-child {
  padding-right: 0
}

.post-box .post-row .post-info .post-title {
  font-family: "ProximaNova-Bold";
  line-height: 1.1
}

.post-box .post-row .post-info .post-title a {
  color: #0b0b0b
}

.post-box .post-row .post-info .post-excerpt {
  color: #333;
  padding-bottom: 3em
}

.post-box .post-row .post-info .post-cta {
  margin-bottom: 1.5em
}

.post-box .post-row .post-info .post-date {
  padding: 1em 0;
  font-family: "ProximaNova-Semibold";
  font-size: .8em;
  color: #d4d4d4;
  border-top: .05em #d4d4d4 solid;
  display: flex;
  align-items: center
}

@media screen and (min-width: 40em) {

  .post-box .post-row .post-info .post-date span.time,
  .post-box .post-row .post-info .post-date span.date {
    width: 16%
  }
}

.post-box .post-row .post-info .post-date span.time.time,
.post-box .post-row .post-info .post-date span.date.time {
  position: relative;
  padding-right: 1.2em
}

@media screen and (min-width: 40em) {

  .post-box .post-row .post-info .post-date span.time.time,
  .post-box .post-row .post-info .post-date span.date.time {
    width: 14%
  }
}

.post-box .post-row .post-info .post-date span.time.time:after,
.post-box .post-row .post-info .post-date span.date.time:after {
  content: "";
  background-color: #d4d4d4;
  width: 1px;
  right: 0;
  position: absolute;
  height: 54%;
  top: 23%;
  margin-right: .6em
}

.post-box .post-row .post-info .post-date span.estimated-time-reading {
  text-align: right;
  width: 40%
}

@media screen and (min-width: 40em) {
  .post-box .post-row .post-info .post-date span.estimated-time-reading {
    width: 70%
  }
}

.post-box .post-row .post-info .search_form_container {
  margin: 0;
  max-width: 300px
}

.post-box.headline,
.post-box.single-header {
  background-color: rgba(0, 0, 0, .6);
  background: url("https://www.sherweb.com/blog/wp-content/themes/sherweb2017/img/placeholder-dev-blog.jpeg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 10% 0 4% 0;
  margin-bottom: .9375em
}

.post-box.headline.notfound,
.post-box.notfound.single-header {
  background: url("https://www.sherweb.com/blog/wp-content/themes/sherweb2017/img/404-blog.jpg") no-repeat center
}

.post-box.headline:after,
.post-box.single-header:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-color: rgba(0, 0, 0, .4)
}

.post-box.headline .post-row,
.post-box.single-header .post-row {
  position: relative;
  background: none
}

.post-box.headline .post-row .post-info,
.post-box.single-header .post-row .post-info {
  position: relative;
  padding-bottom: 4em
}

.post-box.headline .post-row .post-info .post-title,
.post-box.single-header .post-row .post-info .post-title {
  color: #fff
}

.post-box.headline .post-row .post-info .post-title a,
.post-box.single-header .post-row .post-info .post-title a {
  color: #fff
}

.post-box.headline .post-row .post-info .post-excerpt,
.post-box.single-header .post-row .post-info .post-excerpt {
  color: #d4d4d4;
  padding-bottom: 0
}

@media screen and (min-width: 75em) {

  .post-box.headline .post-row .post-info .post-excerpt,
  .post-box.single-header .post-row .post-info .post-excerpt {
    max-width: 90%
  }
}

@media screen and (min-width: 75em) {

  .post-box.headline .post-row .post-info .post-cta,
  .post-box.single-header .post-row .post-info .post-cta {
    position: absolute;
    left: 2em;
    bottom: 14px;
    margin: 0
  }
}

.post-box.headline .post-row .post-info .post-cta .cta:hover,
.post-box.single-header .post-row .post-info .post-cta .cta:hover {
  color: #fff;
  border-color: #fff
}

.post-box.headline .post-row .post-info .post-date,
.post-box.single-header .post-row .post-info .post-date {
  border-top: 0
}

@media screen and (min-width: 60em) {

  .post-box.headline .post-row .post-info .post-date span.time,
  .post-box.single-header .post-row .post-info .post-date span.time {
    width: 9%
  }
}

@media screen and (min-width: 60em) {

  .post-box.headline .post-row .post-info .post-date span.date,
  .post-box.single-header .post-row .post-info .post-date span.date {
    width: 11%
  }
}

.post-box.headline .post-row .post-info .post-date span.estimated-time-reading,
.post-box.single-header .post-row .post-info .post-date span.estimated-time-reading {
  text-align: right
}

@media screen and (min-width: 60em) {

  .post-box.headline .post-row .post-info .post-date span.estimated-time-reading,
  .post-box.single-header .post-row .post-info .post-date span.estimated-time-reading {
    width: 80%
  }
}

.post-box.headline .post-row span.feature-article-banner,
.post-box.single-header .post-row span.feature-article-banner {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  background-color: #e30613;
  font-family: "MuseoSans-300";
  font-style: italic;
  padding: .8em 2em .8em 2em;
  left: -20px;
  top: -50px;
  right: inherit
}

.post-box.headline .post-row span.feature-article-banner:before,
.post-box.single-header .post-row span.feature-article-banner:before {
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -20px;
  position: absolute;
  border-bottom: 50px solid #e30613;
  border-right: 20px solid transparent
}

.post-box.headline .post-row span.feature-article-banner.right-bottom,
.post-box.single-header .post-row span.feature-article-banner.right-bottom {
  left: inherit;
  top: inherit;
  bottom: -1em;
  right: 0
}

.post-box.headline .post-row span.feature-article-banner.right-bottom:before,
.post-box.single-header .post-row span.feature-article-banner.right-bottom:before {
  left: -20px;
  border-bottom: 50px solid #e30613;
  border-left: 20px solid transparent
}

@media screen and (min-width: 1250px) {

  .post-box.headline .post-row span.feature-article-banner:after,
  .post-box.single-header .post-row span.feature-article-banner:after {
    width: 20px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    border-top: 20px solid #7d7d7d;
    border-left: 20px solid transparent
  }

  .post-box.headline .post-row span.feature-article-banner.right-bottom,
  .post-box.single-header .post-row span.feature-article-banner.right-bottom {
    bottom: 14px;
    right: -20px
  }

  .post-box.headline .post-row span.feature-article-banner.right-bottom:after,
  .post-box.single-header .post-row span.feature-article-banner.right-bottom:after {
    top: inherit;
    left: inherit;
    right: 0;
    border-left: 0;
    border-top: 20px solid #7d7d7d;
    border-right: 20px solid transparent
  }
}

.post-box.single-header {
  margin-bottom: 0
}

.single-content {
  z-index: 0
}

@media screen and (min-width: 82em) {
  .single-content {
    border: 1px solid #d4d4d4
  }
}

.single-content .content>p:first-child:first-letter {
  font-size: 60px;
  line-height: 48px;
  float: left;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px
}

.single-content .author-box {
  padding: 1em;
  margin-top: 2em;
  background: #e4ecf4;
  clear: both
}

.single-content .author-box .author-thumb {
  margin: 0 auto;
  width: 150px;
  padding-bottom: 150px;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px
}

@media screen and (min-width: 40em) {
  .single-content .author-box .author-thumb {
    width: 100%;
    max-width: 100%;
    margin: inherit;
    padding-bottom: 100%
  }
}

.single-content .author-box .author-info {
  padding-left: 1em
}

.single-content .author-box .author-info .author-title {
  line-height: 1em;
  color: #31a5de;
  text-align: center
}

@media screen and (min-width: 40em) {
  .single-content .author-box .author-info .author-title {
    text-align: left
  }
}

.single-content .author-box .author-info .author-title span.author-role {
  font-size: 60%;
  display: block;
  font-family: "ProximaNova-Light"
}

@media screen and (min-width: 40em) {
  .single-content .author-box .author-info .author-title span.author-role {
    display: inline-block
  }
}

.single-next-on-scroll .load-more-on-scroll .page-content,
.single-next-on-scroll .load-more-on-scroll .single-content {
  margin-bottom: 2em
}

.site-container .mktoFormRow.gdpr-info .check-holder input[type=checkbox] {
  margin-bottom: 1px
}

.site-container .mktoFormRow.gdpr-info label {
  margin-top: 0;
  color: #444 !important
}

.cards {
  padding: 60px;
  background: #fff;
  margin-top: 60px
}

.iframe-container {
  width: 100%;
  position: relative;
  padding-bottom: 62.5%
}

.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%
}

body.archive .post-box.headline .post-row .post-info .post-title,
body.archive .post-box.single-header .post-row .post-info .post-title {
  max-width: 100%
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
  clear: both;
  max-width: 100%
}

.aligncenter:not(table),
div.aligncenter:not(table) {
  display: block
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.success--message {
  display: none
}

.marketo--form .success--message p {
  text-align: center;
  color: #69abe5;
  font-size: 34px;
  letter-spacing: -0.75px;
  margin: 0
}

.marketo--form .mktoForm {
  width: 100% !important
}

.marketo--form .mktoForm,
.marketo--form .mktoForm * {
  box-sizing: border-box;
  padding: 0px
}

.marketo--form .mktoForm:after {
  clear: both;
  content: "";
  display: table
}

.marketo--form .mktoForm .mktoClear,
.marketo--form .mktoForm .mktoFormRow.hidden,
.marketo--form .mktoForm .mktoGutter,
.marketo--form .mktoForm .mktoOffset {
  display: none
}

.marketo--form .mktoForm .mktoAsterix,
.marketo--form .mktoForm .mktoRequiredField .mktoAsterix {
  color: #fff;
  padding: 0 5px 0 0;
  float: left
}

.marketo--form .mktoForm .mktoFieldWrap,
.marketo--form .mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 5px
}

.marketo--form .mktoForm .mktoFieldWrap>label,
.marketo--form .mktoForm .mktoFormCol>label {
  width: 100% !important
}

.marketo--form .mktoForm .mktoFieldWrap>label:hover,
.marketo--form .mktoForm .mktoFormCol>label:hover {
  cursor: pointer
}

.marketo--form .mktoForm .mktoFormCol {
  margin: 0 !important
}

.marketo--form .mktoForm .mktoRadioList {
  width: 100% !important
}

.marketo--form .mktoForm .mktoButtonRow,
.marketo--form .mktoForm .mktoFormRow {
  float: left;
  clear: both;
  width: 100%;
  font-family: "Proxima-Nova Regular"
}

.marketo--form .mktoForm input[type=date],
.marketo--form .mktoForm input[type=email],
.marketo--form .mktoForm input[type=number],
.marketo--form .mktoForm input[type=tel],
.marketo--form .mktoForm input[type=text],
.marketo--form .mktoForm input[type=url],
.marketo--form .mktoForm select.mktoField,
.marketo--form .mktoForm textarea.mktoField {
  height: auto;
  line-height: normal;
  font-size: 14px;
  font-family: "Proxima-Nova Regular";
  border-radius: 0;
  min-height: 40px
}

.marketo--form .mktoForm .mktoFormRow input,
.marketo--form .mktoForm .mktoFormRow select,
.marketo--form .mktoForm .mktoFormRow textarea {
  clear: both;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1rem;
  font-weight: 500;
  width: 100% !important;
  font-family: "Proxima Nova";
  min-height: 55px
}

.marketo--form .mktoForm .mktoFormRow label {
  float: left;
  padding-bottom: 3px;
  color: #fff;
  display: none
}

.marketo--form .mktoForm .mktoFormRow label[for*=mktoRadio_] {
  margin: 0 0 0 5px;
  line-height: 25px
}

.marketo--form .mktoForm .mktoFormRow input:not(input[type=radio]),
.marketo--form .mktoForm .mktoFormRow select,
.marketo--form .mktoForm .mktoFormRow textarea {
  float: right;
  min-height: 30px
}

.marketo--form .mktoForm .mktoFormRow input,
.marketo--form .mktoForm .mktoFormRow textarea,
.marketo--form .mktoForm .mktoFormRow select {
  padding: 10px;
  border: 1px solid #e1e1e1
}

.marketo--form .mktoForm .mktoFormRow input:placeholder,
.marketo--form .mktoForm .mktoFormRow textarea:placeholder,
.marketo--form .mktoForm .mktoFormRow select:placeholder {
  color: red
}

.marketo--form .mktoForm .mktoFormRow input[type=checkbox] {
  float: left;
  clear: left;
  width: 30px !important;
  padding: 0;
  margin: 0;
  border: none
}

.marketo--form .mktoForm .mktoFormRow input[type=radio] {
  float: left;
  clear: left;
  width: 15px !important;
  height: 25px;
  padding: 0;
  margin: 0;
  border: none
}

.marketo--form .mktoForm .mktoFormRow select {
  font-family: "Proxima-Nova Regular";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: calc(100% - 5px);
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

.marketo--form .mktoForm .mktoFormRow textarea {
  height: auto
}

.marketo--form .mktoForm .mktoFormRow.checkbox label {
  width: 83% !important;
  margin: 0 0 0 36px;
  text-transform: none
}

.marketo--form .mktoForm .mktoFormRow.checkbox input {
  margin-top: -34px
}

.marketo--form .mktoForm .mktoButtonRow {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px
}

.marketo--form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important
}

.marketo--form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
  transition: all .34s ease 0s;
  background: red;
  border: none;
  bottom: 30px;
  box-shadow: 0 5px 0 #a20202;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 7px 35px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  margin: 0px;
  font-family: "Proxima Nova";
  font-weight: 800
}

.marketo--form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
  background: red;
  box-shadow: 0 5px 0 red
}

.marketo--form .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:active {
  position: relative;
  top: 1px
}

.mktoForm .mktoRequiredField label.mktoLabel {
  display: none
}

.mktoFormRow:not(:last-child) {
  padding-bottom: 0px
}

@media only screen and (max-width: 767px) {
  .marketo-form .mktoForm .mktoFormRow {
    clear: none;
    width: 100%;
    margin-right: 10px
  }
}

@media only screen and (min-width: 768px) {
  .marketo-form .mktoForm .mktoFormRow {
    clear: none;
    width: 100%;
    margin-right: 10px
  }
}

@media only screen and (min-width: 980px) {
  .marketo-form .mktoForm .mktoFormRow {
    clear: both;
    width: 100%;
    margin-right: 0
  }

  .marketo-form .mktoForm .mktoFormRow label {
    display: none;
    padding-left: 0;
    font-size: 14px
  }

  .marketo-form .mktoForm .mktoFormRow.checkbox label,
  .marketo-form .mktoForm .mktoFormRow.select-dropdown label {
    display: block;
    text-transform: none
  }
}

@media only screen and (min-width: 1060px) {
  .marketo-form .mktoForm .mktoFormRow {
    clear: none;
    width: 100%;
    margin-right: 10px
  }

  .marketo-form .mktoForm .mktoFormRow.select-dropdown:nth-of-type(even) {
    clear: left
  }
}

.dashed--promo {
  background: rgba(226, 226, 226, .7);
  margin: 15px 0
}

.dashed--promo .marketo--form .mktoForm {
  display: flex;
  flex-direction: column
}

.dashed--promo .marketo--form .mktoForm .mktoFormRow input[type=email] {
  min-height: 42px
}

.dashed--promo .marketo--form .mktoForm .mktoButton {
  font-family: "ProximaNova", arial, sans-serif !important
}

.dashed--promo .marketo--form .mktoForm .mktoFormRow input,
.dashed--promo .marketo--form .mktoForm .mktoFormRow textarea,
.dashed--promo .marketo--form .mktoForm .mktoFormRow select {
  padding: 10px;
  border: 1px solid #b7b7b7
}

.dashed--promo .marketo--form .mktoForm .mktoFormRow input,
.dashed--promo .marketo--form .mktoForm .mktoFormRow textarea,
.dashed--promo .marketo--form .mktoForm .mktoFormRow select {
  padding: 10px;
  margin-bottom: 10px
}

.dashed--promo .grid-x {
  padding: 0
}

.dashed--promo .dashed-promo-bg {
  background-image: url("http://images.sherweb.com/blog/images/2017/dashed-promo-bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 200px;
  background-repeat: no-repeat;
  display: none
}

@media screen and (min-width: 64em) {
  .dashed--promo .dashed-promo-bg {
    display: block
  }
}

.dashed--promo .dashed-promo-content {
  padding: 40px 60px 40px 40px
}

.footer-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
  z-index: 9
}

.footer-chat.chat--rounded {
  border-radius: 49px
}

.footer-chat.chat__blue {
  background: #ed573c
}

.footer-chat a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px
}

#fc_frame:not(.fc-open) {
  visibility: hidden
}

#fc_frame {
  z-index: 0
}