@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Overpass:wght@500;600&display=swap");
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  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: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  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(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 500ms;
  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: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

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

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: initial;
  border-left: none; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: inherit; }

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

figure {
  margin: 0; }

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

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

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

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

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

.cite-block, cite {
  display: block;
  color: inherit;
  font-size: 16px; }
  .cite-block:before, cite:before {
    content: none; }

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #111;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #1779ba;
    color: #ffffff; }
  .button-group.primary .button:hover, .button-group.primary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #126195;
    color: #ffffff; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #767676;
    color: #ffffff; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #5e5e5e;
    color: #ffffff; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #3adb76;
    color: #111; }
  .button-group.success .button:hover, .button-group.success .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #22bb5b;
    color: #111; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #ffae00;
    color: #111; }
  .button-group.warning .button:hover, .button-group.warning .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #cc8b00;
    color: #111; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #cc4b37;
    color: #ffffff; }
  .button-group.alert .button:hover, .button-group.alert .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #a53b2a;
    color: #ffffff; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 0;
  background-color: white;
  color: #111; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #111; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #111; }
  .callout.success {
    background-color: #e1faea;
    color: #111; }
  .callout.warning {
    background-color: #fff3d9;
    color: #111; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #111; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

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

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

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

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

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    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: #111;
    box-shadow: 0 7px 0 #111, 0 14px 0 #111;
    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 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

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

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

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

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

.no-js .dropdown.menu ul {
  display: none; }

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

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.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%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.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: 0.25;
  cursor: not-allowed; }

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

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

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

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  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;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  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 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #ffffff;
      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: #ffffff;
  color: #111;
  transition: all 0.5s ease; }

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #111;
  font-size: 80%;
  color: #ffffff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent #111;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-color: #111 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-style: solid;
    border-width: 0.75rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #111;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem;
    content: '';
    border-left-width: 0;
    border-color: transparent #111 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: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
TYPOGRAPHY
*********************/
.inter, .paragraph, header .top-bar .top-bar-right #main-nav .menu-item.nav-button-secondary a, header .top-bar .top-bar-right #main-nav .menu-item.nav-button a, #text-button,
.text-button, a#button,
a.button, caption, p, li, body {
  font-family: 'Inter', sans-serif; }

.overpass, .heading, section .form-container .gsection .gsection_title, blockquote, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Overpass', sans-serif; }

body {
  color: #111; }

h1, .h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 0; }
  @media screen and (max-width: 1208px) {
    h1, .h1 {
      font-size: 36px; } }
h2, .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; }
  @media screen and (max-width: 1208px) {
    h2, .h2 {
      font-size: 28px; } }
h3, .h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 10px; }
  @media screen and (max-width: 1208px) {
    h3, .h3 {
      font-size: 24px; } }
h4, .h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; }
  @media screen and (max-width: 1208px) {
    h4, .h4 {
      font-size: 20px; } }
h5, .h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; }
  @media screen and (max-width: 1208px) {
    h5, .h5 {
      font-size: 16px; } }
h6.tag {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px; }

blockquote {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; }

cite {
  font-style: normal; }

div.large p, div.lead p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

p, li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #111; }
  p.large, p.lead, li.large, li.lead {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  p.quote, li.quote {
    font-size: 26px;
    line-height: 130%;
    font-family: 'Overpass'; }
  p.small, li.small {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; }
  p.tag, li.tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; }
  p.caption, li.caption {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important; }
  p.navlink, li.navlink {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }
  p.buttonlink, li.buttonlink {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }

div.p-large p, div.p-large li, div.p-large a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

div.p-small p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

caption {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

hr {
  color: #CBCBCB;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%; }

/*********************
UI/UX
*********************/
a {
  color: #111; }

a#button,
a.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  height: 44px;
  background-color: #111;
  box-sizing: border-box;
  transition: 0.2s all;
  margin: 0; }
  a#button:hover,
  a.button:hover {
    background-color: #333; }
  a#button.blue,
  a.button.blue {
    background-color: #1D65A4; }
    a#button.blue:hover,
    a.button.blue:hover {
      background-color: #2374BB; }
  a#button.secondary,
  a.button.secondary {
    background-color: transparent;
    border: 1px solid #111;
    color: #111; }
    a#button.secondary:hover,
    a.button.secondary:hover {
      border-color: #1D65A4; }
  a#button.icon::before,
  a.button.icon::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect width='28' height='28' rx='14' fill='white'/%3E%3Cpath d='M14.9028 20.5418L20.9445 14.5001L14.9028 8.45843' stroke='white' stroke-width='1.61111'/%3E%3Cpath d='M7.25012 14.5002H20.139' stroke='white' stroke-width='1.61111'/%3E%3Cpath d='M10.6928 19.449L19.386 14L10.6928 8.55104V19.449Z' fill='%23111111' stroke='%23111111' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    border-radius: 100%;
    margin-left: -10px; }

#text-button,
.text-button {
  font-size: 16px;
  font-weight: 500; }
  #text-button::after,
  .text-button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='%23111111'/%3E%3Cpath d='M9.25 12.7501L13 9.00006L9.25 5.25006' stroke='white'/%3E%3Cpath d='M4.5 9.00009H12.5' stroke='white'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px; }
  #text-button:hover,
  .text-button:hover {
    color: #333333; }
    #text-button:hover::after,
    .text-button:hover::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='%23333333'/%3E%3Cpath d='M9.25 12.7501L13 9.00007L9.25 5.25007' stroke='white'/%3E%3Cpath d='M4.5 9.00009H12.5' stroke='white'/%3E%3C/svg%3E"); }
  #text-button.secondary::after,
  .text-button.secondary::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='%231D65A4'/%3E%3Cpath d='M9.25 12.7501L13 9.00006L9.25 5.25006' stroke='white'/%3E%3Cpath d='M4.5 9.00009H12.5' stroke='white'/%3E%3C/svg%3E"); }
  #text-button.secondary:hover::after,
  .text-button.secondary:hover::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='%232374BB'/%3E%3Cpath d='M9.25 12.7501L13 9.00007L9.25 5.25007' stroke='white'/%3E%3Cpath d='M4.5 9.00009H12.5' stroke='white'/%3E%3C/svg%3E"); }
  #text-button.back,
  .text-button.back {
    padding-left: 38px; }
    #text-button.back::after,
    .text-button.back::after {
      left: 0;
      position: absolute;
      transform: rotate(180deg); }

#button-container,
.button-container {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  justify-content: start; }
  #button-container.center,
  .button-container.center {
    justify-content: center; }
  #button-container.align-center,
  .button-container.align-center {
    align-items: center; }
  #button-container.padding-medium,
  .button-container.padding-medium {
    margin-top: 40px; }
  #button-container.padding-small,
  .button-container.padding-small {
    margin-top: 20px; }
  #button-container.padding-tiny,
  .button-container.padding-tiny {
    margin-top: 15px; }
  #button-container.padding-none,
  .button-container.padding-none {
    margin-top: 0; }
  #button-container.gap-5,
  .button-container.gap-5 {
    gap: 5px; }
  @media screen and (max-width: 1208px) {
    #button-container,
    .button-container {
      margin-top: 30px; }
      #button-container.padding-medium,
      .button-container.padding-medium {
        margin-top: 20px; }
      #button-container.padding-small,
      .button-container.padding-small {
        margin-top: 10px; } }
  @media screen and (max-width: 500px) {
    #button-container,
    .button-container {
      flex-direction: column;
      align-items: baseline; } }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark blockquote, .dark ul, .dark li, .dark ol, .dark a {
  color: #ffffff; }

.dark a#button,
.dark a.button {
  background-color: #ffffff;
  color: #111; }
  .dark a#button:hover,
  .dark a.button:hover {
    background-color: #EFEFEF; }
  .dark a#button.secondary,
  .dark a.button.secondary {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .dark a#button.secondary:hover,
    .dark a.button.secondary:hover {
      border: 1px solid #EFEFEF;
      color: #EFEFEF; }
  .dark a#button.icon::before,
  .dark a.button.icon::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28' fill='none'%3E%3Crect x='0.5' width='28' height='28' rx='14' fill='%23111111'/%3E%3Cpath d='M15.4027 20.5417L21.4443 14.5L15.4027 8.45833' stroke='%23111111' stroke-width='1.61111'/%3E%3Cpath d='M7.75 14.5H20.6389' stroke='%23111111' stroke-width='1.61111'/%3E%3Cpath d='M11.1926 19.449L19.8857 14L11.1926 8.55104V19.449Z' fill='white' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.dark a#text-button {
  color: #ffffff; }
  .dark a#text-button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='white'/%3E%3Cpath d='M9.25 12.75L13 9L9.25 5.25' stroke='%23111111'/%3E%3Cpath d='M4.5 9H12.5' stroke='%23111111'/%3E%3C/svg%3E"); }
    .dark a#text-button::after:hover::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect width='18' height='18' rx='9' fill='%23EFEFEF'/%3E%3Cpath d='M9.25 12.75L13 9L9.25 5.25' stroke='%23111111'/%3E%3Cpath d='M4.5 9H12.5' stroke='%23111111'/%3E%3C/svg%3E"); }

input[type="text"], input[type="email"], input[type="tel"], select {
  border-radius: 30px;
  height: 44px;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  padding: 10px 20px !important;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #111; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, select::placeholder {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }

.ginput_container_select select {
  padding-right: 30px !important; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0; }

textarea {
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  padding: 10px 20px !important;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #111; }
  textarea::placeholder {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; }

input[type="submit"] {
  border-radius: 30px;
  height: 44px;
  outline: none;
  box-shadow: none;
  border: none;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background: #111;
  color: #ffffff;
  cursor: pointer; }

/*********************
HEADER
*********************/
#butter-bar {
  height: 32px;
  background-color: #1D65A4; }
  #butter-bar .grid {
    height: 100%; }
    #butter-bar .grid .full {
      align-items: center;
      justify-content: center;
      display: flex;
      height: 100%; }
  #butter-bar p {
    margin: 0;
    padding: 0; }

body.menu-active {
  overflow: hidden; }

header {
  transition: top 0.2s ease-in-out;
  top: 0; }
  header.nav-up {
    top: -140px !important; }
  header.topHeader, header.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    padding-bottom: 20px; }
  header .top-bar::after {
    opacity: 0;
    transition: 0.2s opacity; }
  header.fixedHeader .top-bar::after {
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 25px);
    z-index: -1;
    content: "";
    border-radius: 15px;
    overflow: hidden;
    opacity: .9;
    background-color: #ffffff; }
  header .top-bar {
    background: transparent;
    border-radius: 15px;
    -webkit-transition: border .2s linear, background-color .2s linear, margin-top .2s linear;
    transition: border .2s linear, background-color .2s linear, margin-top .2s linear;
    padding: 7px 0;
    position: relative; }
    header .top-bar ul {
      background-color: transparent;
      align-items: center; }
    header .top-bar .top-bar-left {
      grid-column-start: 1;
      grid-column-end: span 2; }
      header .top-bar .top-bar-left .logo {
        padding: 0; }
        header .top-bar .top-bar-left .logo img {
          height: 80px;
          width: 80px; }
    header .top-bar .top-bar-right {
      margin-left: 0;
      grid-column-start: 3;
      grid-column-end: span 10;
      height: 100%; }
      header .top-bar .top-bar-right #main-nav {
        position: inherit;
        justify-content: end;
        height: 100%; }
        header .top-bar .top-bar-right #main-nav li {
          height: 60px;
          display: flex;
          align-items: center; }
          header .top-bar .top-bar-right #main-nav li a {
            color: #111;
            font-size: 18px;
            font-weight: 500;
            line-height: 150%;
            padding: 0.7rem 1.2rem; }
          header .top-bar .top-bar-right #main-nav li.is-dropdown-submenu-parent {
            position: inherit; }
        header .top-bar .top-bar-right #main-nav .button {
          padding: 21px 25px;
          margin-bottom: 0; }
          header .top-bar .top-bar-right #main-nav .button a {
            color: #ffffff;
            padding: 0; }
        header .top-bar .top-bar-right #main-nav li.Right {
          margin-left: auto;
          margin-right: 16px; }
        header .top-bar .top-bar-right #main-nav .active > a {
          background: transparent; }
          header .top-bar .top-bar-right #main-nav .active > a:after {
            display: none; }
        header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary) a {
          position: relative; }
          header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary) a:after {
            content: '';
            position: absolute;
            width: calc(100% - 36px);
            transform: scaleX(0);
            height: 2px;
            bottom: 8px;
            left: 0;
            right: 0;
            background-color: #111;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
            display: block;
            border: none;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto; }
          header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary) a:hover:after {
            transform: scaleX(1);
            transform-origin: bottom left; }
        header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary).is-active a:after {
          transform: scaleX(1);
          transform-origin: bottom left; }
        header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary).is-dropdown-submenu-item a {
          padding: 0.9rem 1rem; }
          header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary).is-dropdown-submenu-item a:after {
            content: '';
            position: absolute;
            width: calc(100% - 36px);
            transform: scaleX(0);
            height: 3px;
            bottom: 3px;
            left: 0;
            right: 0;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
            display: block;
            border: none;
            margin-left: auto;
            margin-right: auto;
            margin-top: auto; }
          header .top-bar .top-bar-right #main-nav .menu-item:not(.nav-button, .nav-button-secondary).is-dropdown-submenu-item a:hover:after {
            transform: scaleX(1);
            transform-origin: bottom left; }
        header .top-bar .top-bar-right #main-nav .menu-item.nav-button {
          margin-left: 1.2rem; }
          header .top-bar .top-bar-right #main-nav .menu-item.nav-button a {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 10px 20px;
            align-items: center;
            border-radius: 30px;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            color: #ffffff;
            height: 44px;
            background-color: #111;
            box-sizing: border-box;
            transition: 0.2s all;
            margin: 0; }
            header .top-bar .top-bar-right #main-nav .menu-item.nav-button a:hover {
              background-color: #333; }
        header .top-bar .top-bar-right #main-nav .menu-item.nav-button-secondary a {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding: 10px 20px;
          align-items: center;
          border-radius: 30px;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%;
          height: 44px;
          background-color: transparent;
          box-sizing: border-box;
          transition: 0.2s all;
          margin: 0 0 0 5px;
          border: 1px solid #111; }
          header .top-bar .top-bar-right #main-nav .menu-item.nav-button-secondary a:hover {
            border-color: #1D65A4; }
      header .top-bar .top-bar-right .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1rem; }
        header .top-bar .top-bar-right .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
          display: none; }
      header .top-bar .top-bar-right .is-dropdown-submenu {
        z-index: 9999;
        background: #fff;
        border-radius: 15px;
        top: 20px;
        left: 0;
        right: 0;
        width: 100%;
        grid-column-start: 2;
        grid-column-end: span 10;
        padding: 40px;
        margin-top: 60px;
        border: none;
        box-shadow: none; }
        header .top-bar .top-bar-right .is-dropdown-submenu.js-dropdown-active, header .top-bar .top-bar-right .is-dropdown-submenu.active {
          display: flex !important;
          flex-flow: row wrap; }
          header .top-bar .top-bar-right .is-dropdown-submenu.js-dropdown-active li, header .top-bar .top-bar-right .is-dropdown-submenu.active li {
            width: calc(33.33% - 10px); }
            header .top-bar .top-bar-right .is-dropdown-submenu.js-dropdown-active li:nth-child(-n+3), header .top-bar .top-bar-right .is-dropdown-submenu.active li:nth-child(-n+3) {
              padding-bottom: 6px; }
      header .top-bar .top-bar-right .submenu #main-container.grid {
        width: 100%; }
        header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-4 {
          grid-column: auto / span 4; }
          header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-4 .mega_menu_links {
            flex-flow: column; }
        header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-8 {
          grid-column: auto / span 8; }
          header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-8 .mega_menu_links {
            flex-flow: row wrap; }
            header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-8 .mega_menu_links a {
              width: 50%; }
        header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-12 {
          grid-column: auto / span 12; }
          header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-12 .mega_menu_links {
            flex-flow: row wrap; }
            header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_page_section.medium-12 .mega_menu_links a {
              width: 33%; }
        header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links {
          display: flex;
          row-gap: 15px; }
          header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links a {
            transition: background-color .2s ease;
            padding: 0; }
            header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links a .mega_link_title {
              font-family: Inter;
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 150%;
              margin: 0;
              padding: 0; }
              header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links a .mega_link_title a {
                padding: 0 !important; }
            header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links a:hover:after {
              content: '';
              position: absolute;
              width: calc(100% - 36px);
              transform: scaleX(1);
              height: 3px;
              bottom: 3px;
              left: 0;
              right: 0;
              transform-origin: bottom right;
              transition: transform 0.25s ease-out;
              display: block;
              border: none;
              margin-left: auto;
              margin-right: auto;
              margin-top: auto; }
            header .top-bar .top-bar-right .submenu #main-container.grid .mega_menu_links a:last-child {
              margin-bottom: 0; }
        header .top-bar .top-bar-right .submenu #main-container.grid a.section_title {
          padding: 10px 0 10px 30px;
          color: #000;
          transition: all .2s ease; }
          header .top-bar .top-bar-right .submenu #main-container.grid a.section_title:hover {
            text-decoration: underline;
            text-shadow: 0px 0px 1px #000; }
        header .top-bar .top-bar-right .submenu #main-container.grid .section_title {
          font-family: Inter;
          font-size: 12px;
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          margin-bottom: 20px;
          color: #ffffff;
          background-color: #111;
          padding: 5px 10px;
          border-radius: 3px;
          display: inline-block; }

@media only screen and (max-width: 1208px) {
  header.header.topHeader.menu-active {
    background: white; }
  header.header.menu-active {
    height: 95%;
    max-height: 100vh; }
  header.header .top-bar {
    justify-content: space-between;
    margin: 0 auto;
    padding: 0px 25px; }
    header.header .top-bar .hide-for-mobile {
      display: none !important; }
  .top-bar .top-bar-left {
    flex: none;
    margin-right: 0; }
  .top-bar .top-bar-right {
    flex: none;
    margin-left: 0; }
  header.topHeader, header.fixedHeader {
    top: 0; }
  header.fixedHeader .top-bar {
    background: #fff;
    border: none;
    border-radius: 0; }
  #mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
    display: none; }
    #mobile-menu > ul > li {
      padding: 0 25px; }
    #mobile-menu li a {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      line-height: 139%;
      padding: 25px 0; }
      #mobile-menu li a:hover {
        color: #000; }
    #mobile-menu li.active > a {
      background: transparent; }
    #mobile-menu li li a {
      padding: 0 0 15px; }
    #mobile-menu li.is-submenu-item a {
      color: #000; }
      #mobile-menu li.is-submenu-item a:hover {
        color: #000; }
    #mobile-menu li:last-child {
      margin-left: 0; }
    #mobile-menu.menu-active {
      display: flex;
      height: 90vh;
      flex-flow: row wrap;
      overflow: scroll; }
    #mobile-menu #main-nav {
      align-content: flex-start;
      width: 100%; }
      #mobile-menu #main-nav li:not(.is-submenu-item) a {
        font-size: 16px;
        line-height: 150%;
        font-weight: 500; }
      #mobile-menu #main-nav li:not(.is-submenu-item):after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        bottom: -20px;
        background: #CBCBCB;
        margin: 0 auto; }
      #mobile-menu #main-nav li > ul {
        padding: 0 30px 30px; }
      #mobile-menu #main-nav li.is-submenu-item a {
        font-size: 14px;
        line-height: 20px; }
      #mobile-menu #main-nav li.is-submenu-item.heading:not(:first-child), #mobile-menu #main-nav section .form-container .gsection .is-submenu-item.gsection_title:not(:first-child), section .form-container .gsection #mobile-menu #main-nav .is-submenu-item.gsection_title:not(:first-child), #mobile-menu #main-nav h1.is-submenu-item:not(:first-child), #mobile-menu #main-nav .is-submenu-item.h1:not(:first-child), #mobile-menu #main-nav h2.is-submenu-item:not(:first-child), #mobile-menu #main-nav .is-submenu-item.h2:not(:first-child), #mobile-menu #main-nav h3.is-submenu-item:not(:first-child), #mobile-menu #main-nav .is-submenu-item.h3:not(:first-child), #mobile-menu #main-nav h4.is-submenu-item:not(:first-child), #mobile-menu #main-nav .is-submenu-item.h4:not(:first-child), #mobile-menu #main-nav h5.is-submenu-item:not(:first-child), #mobile-menu #main-nav .is-submenu-item.h5:not(:first-child), #mobile-menu #main-nav blockquote.is-submenu-item:not(:first-child) {
        margin-top: 25px; }
      #mobile-menu #main-nav li.is-submenu-item.heading a, #mobile-menu #main-nav section .form-container .gsection .is-submenu-item.gsection_title a, section .form-container .gsection #mobile-menu #main-nav .is-submenu-item.gsection_title a, #mobile-menu #main-nav h1.is-submenu-item a, #mobile-menu #main-nav .is-submenu-item.h1 a, #mobile-menu #main-nav h2.is-submenu-item a, #mobile-menu #main-nav .is-submenu-item.h2 a, #mobile-menu #main-nav h3.is-submenu-item a, #mobile-menu #main-nav .is-submenu-item.h3 a, #mobile-menu #main-nav h4.is-submenu-item a, #mobile-menu #main-nav .is-submenu-item.h4 a, #mobile-menu #main-nav h5.is-submenu-item a, #mobile-menu #main-nav .is-submenu-item.h5 a, #mobile-menu #main-nav blockquote.is-submenu-item a {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 15px;
        background-color: #111;
        padding: 5px 10px;
        border-radius: 3px;
        display: inline-block;
        color: #ffffff; }
      #mobile-menu #main-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        width: 18px;
        height: 18px;
        border: none;
        content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18' y='-0.00012207' width='18' height='18' rx='9' transform='rotate(90 18 -0.00012207)' fill='%23111111'/%3E%3Cpath d='M5.25 9.25L9 13L12.75 9.25' stroke='white'/%3E%3Cpath d='M9 4.5L9 12.5' stroke='white'/%3E%3C/svg%3E%0A");
        position: absolute;
        top: 28px;
        margin-top: 0;
        right: 0; }
      #mobile-menu #main-nav.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        top: 28px; }
    #mobile-menu .lower-menu {
      width: 100%;
      display: inline-flex;
      padding: 16px 101px 15px 101px;
      justify-content: center;
      align-items: center;
      background-color: #EFEFEF;
      border-radius: 15px 15px 0px 0px;
      margin: 25px 25px 0; }
      #mobile-menu .lower-menu .Right.menu-item, #mobile-menu .lower-menu .button.menu-item {
        width: 50%; }
      #mobile-menu .lower-menu .button.menu-item {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -25px; }
        #mobile-menu .lower-menu .button.menu-item a {
          padding: 0 !important;
          color: #fff !important; }
    #mobile-menu .is-accordion-submenu .menu-item:not(.button) a {
      position: relative; }
    #mobile-menu .is-accordion-submenu .menu-item:not(.button).is-accordion-submenu-item a:after {
      display: none; }
  #hamburger {
    height: 30px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 43px;
    right: 22px;
    cursor: pointer; }
    #hamburger span {
      background-color: #ffffff;
      height: 1px;
      width: 11px;
      display: block;
      position: absolute;
      right: 0; }
      #hamburger span:first-child {
        top: 10px; }
      #hamburger span:nth-child(2) {
        top: 14px; }
    #hamburger.menu-active span:first-child {
      transform: rotate(45deg);
      top: 12px; }
    #hamburger.menu-active span:nth-child(2) {
      transform: rotate(-45deg);
      top: 12px; }
  header.header #hamburger {
    top: 16px;
    background-color: #111;
    border-radius: 100%; }
  header.header .menu svg {
    max-width: 100px; }
  header.header .top-bar .top-bar-left .menu li a {
    padding: 5px 0; }
    header.header .top-bar .top-bar-left .menu li a img {
      height: 50px;
      width: 50px; }
  header.header.fixedHeader #hamburger {
    width: 25px;
    height: 25px;
    background: black;
    border-radius: 100%;
    top: 17px; } }

@media (max-width: 1208px) {
  .top-bar-right {
    display: none !important; }
  #hamburger {
    display: block !important;
    height: 25px;
    width: 25px;
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 25px;
    cursor: pointer; }
    #hamburger span {
      background-color: #ffffff;
      height: 1px;
      width: 11px;
      display: block;
      position: absolute;
      right: 7px; }
      #hamburger span:first-child {
        top: 10px; }
      #hamburger span:nth-child(2) {
        top: 14px; }
  #mobile-menu.menu-active {
    display: flex !important;
    height: 90vh;
    flex-flow: row wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5; } }

.menu-active #hamburger {
  right: 40px; }

html {
  scroll-padding-top: 180px; }
  @media (max-width: 1208px) {
    html {
      scroll-padding-top: 80px; } }
/*********************
GRID
*********************/
.grid {
  display: grid;
  max-width: 1340px;
  grid-template-columns: repeat(12, 6.94029%);
  gap: 0 1.49253%;
  margin: auto;
  align-items: flex-start;
  position: relative; }
  .grid.align-center {
    align-items: center; }
  .grid.align-start {
    align-items: start !important; }
  .grid.flex-end {
    align-items: flex-end; }
  .grid.stretch {
    align-items: stretch; }
  .grid.gap-30 {
    row-gap: 30px; }
  .grid.gap-40 {
    row-gap: 40px; }
  .grid.gap-50 {
    row-gap: 50px; }
  .grid .full {
    grid-column: auto / span 12; }
  .grid .eleven {
    grid-column: auto / span 11; }
  .grid .ten {
    grid-column: auto / span 10; }
  .grid .three-quarters {
    grid-column: auto / span 9; }
  .grid .two-thirds {
    grid-column: auto / span 8; }
  .grid .seven {
    grid-column: auto / span 7; }
  .grid .half {
    grid-column: auto / span 6; }
  .grid .six {
    grid-column: auto / span 6; }
  .grid .five {
    grid-column: auto / span 5; }
  .grid .third {
    grid-column: auto / span 4; }
  .grid .quarter {
    grid-column: auto / span 3; }
  .grid .fourth {
    grid-column: auto / span 3; }
  .grid .sixth {
    grid-column: auto / span 2; }
  .grid .large-center {
    grid-column: 2 / span 10; }
  .grid .medium-center {
    grid-column: 3 / span 8; }
  .grid .start-2 {
    grid-column-start: 2; }
  .grid .start-3 {
    grid-column-start: 3; }
  .grid .start-5 {
    grid-column-start: 5; }
  .grid .start-7 {
    grid-column-start: 7; }
  .grid .start-8 {
    grid-column-start: 8; }
  .grid .start-9 {
    grid-column-start: 9; }
  .grid .start-10 {
    grid-column-start: 10; }
  @media screen and (max-width: 1400px) {
    .grid {
      max-width: 1100px; } }
  @media screen and (max-width: 1208px) {
    .grid {
      max-width: 960px;
      grid-template-columns: repeat(4, 18.51743%);
      gap: 0 8.57143%;
      padding: 0 20px; }
      .grid .full {
        grid-column: auto / span 4; }
      .grid .eleven {
        grid-column: auto / span 4; }
      .grid .ten {
        grid-column: auto / span 4; }
      .grid .three-quarters {
        grid-column: auto / span 4; }
      .grid .two-thirds {
        grid-column: auto / span 4; }
      .grid .seven {
        grid-column: auto / span 4; }
      .grid .half {
        grid-column: auto / span 4; }
      .grid .six {
        grid-column: auto / span 4; }
      .grid .five {
        grid-column: auto / span 4; }
      .grid .third {
        grid-column: auto / span 4; }
      .grid .quarter {
        grid-column: auto / span 4; }
      .grid .fourth {
        grid-column: auto / span 4; }
      .grid .sixth {
        grid-column: auto / span 2; }
      .grid .large-center {
        grid-column: auto / span 4; }
      .grid .medium-center {
        grid-column: auto / span 4; } }
  @media screen and (max-width: 767px) {
    .grid {
      max-width: 640px;
      grid-template-columns: repeat(4, 18.51743%);
      gap: 0 8.57143%;
      padding: 0 15px; }
      .grid .full {
        grid-column: auto / span 4; }
      .grid .eleven {
        grid-column: auto / span 4; }
      .grid .ten {
        grid-column: auto / span 4; }
      .grid .three-quarters {
        grid-column: auto / span 4; }
      .grid .two-thirds {
        grid-column: auto / span 4; }
      .grid .seven {
        grid-column: auto / span 4; }
      .grid .half {
        grid-column: auto / span 4; }
      .grid .six {
        grid-column: auto / span 4; }
      .grid .five {
        grid-column: auto / span 4; }
      .grid .third {
        grid-column: auto / span 4; }
      .grid .quarter {
        grid-column: auto / span 4; }
      .grid .fourth {
        grid-column: auto / span 4; }
      .grid .sixth {
        grid-column: auto / span 2; }
      .grid .large-center {
        grid-column: auto / span 4; }
      .grid .medium-center {
        grid-column: auto / span 4; } }
.flex {
  display: flex;
  max-width: 1340px;
  gap: 20px;
  margin: auto;
  align-items: flex-start;
  position: relative; }
  .flex > * {
    flex-basis: 100%; }
  .flex.wrap {
    flex-wrap: wrap; }
  .flex.align-center {
    align-items: center; }
  .flex.stretch {
    align-items: stretch; }
  .flex.justify-center {
    justify-content: center; }
  .flex.row {
    flex-direction: row !important; }
  .flex .max-25 {
    max-width: 25%; }
  .flex .gap-30 {
    gap: 30px; }
  @media screen and (max-width: 1400px) {
    .flex {
      max-width: 1100px; } }
  @media screen and (max-width: 1208px) {
    .flex {
      max-width: 960px;
      padding: 0 15px;
      flex-direction: column;
      gap: 10px; }
      .flex #card {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .flex {
      max-width: 640px; } }
/*********************
SECTIONS
*********************/
main {
  margin-top: 127px; }
  main.yellow #hero.level {
    background-color: #F3D400; }
    main.yellow #hero.level .grid.content::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='206' height='125' viewBox='0 0 206 125' fill='none'%3E%3Cg clip-path='url(%23clip0_393_7919)'%3E%3Cpath d='M124.146 24.8935C123.901 24.9807 88.1915 35.9915 48.9406 14.1524C9.53947 -7.78976 -0.000587463 -44.2807 -0.000587463 -44.2807C-0.000587463 -44.2807 39.4716 -53.4432 75.2528 -33.4762C110.449 -13.9298 123.712 23.4735 124.146 24.7586' fill='%23F3D400'/%3E%3Cpath d='M71.5067 124.204C72.1074 120.817 80.5567 76.0516 117.879 46.716C156.656 16.2143 206 18.7528 206 18.7528C206 18.7528 202.238 63.0497 159.58 96.5976C117.168 129.908 72.1232 124.624 71.4909 124.529' fill='%23F3D400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_393_7919'%3E%3Crect width='206' height='125' fill='white' transform='matrix(-1 0 0 1 206 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      height: 125px;
      width: 206px;
      position: absolute;
      left: 30px;
      bottom: -150px;
      z-index: 2; }
  main.yellow h6.tag {
    background-color: #F3D400; }
  main.yellow #customer-quotes .background-block {
    background-color: #F3D400; }
  main.yellow #customer-quotes .background-leaf svg path {
    fill: #F3D400; }
  main.lime #hero.level {
    background-color: #99CB38; }
    main.lime #hero.level .grid.content::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='206' height='125' viewBox='0 0 206 125' fill='none'%3E%3Cg clip-path='url(%23clip0_393_7919)'%3E%3Cpath d='M124.146 24.8935C123.901 24.9807 88.1915 35.9915 48.9406 14.1524C9.53947 -7.78976 -0.000587463 -44.2807 -0.000587463 -44.2807C-0.000587463 -44.2807 39.4716 -53.4432 75.2528 -33.4762C110.449 -13.9298 123.712 23.4735 124.146 24.7586' fill='%2399CB38'/%3E%3Cpath d='M71.5067 124.204C72.1074 120.817 80.5567 76.0516 117.879 46.716C156.656 16.2143 206 18.7528 206 18.7528C206 18.7528 202.238 63.0497 159.58 96.5976C117.168 129.908 72.1232 124.624 71.4909 124.529' fill='%2399CB38'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_393_7919'%3E%3Crect width='206' height='125' fill='white' transform='matrix(-1 0 0 1 206 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      height: 125px;
      width: 206px;
      position: absolute;
      left: 30px;
      bottom: -150px;
      z-index: 2; }
  main.lime h6.tag {
    background-color: #99CB38; }
  main.lime #customer-quotes .background-block {
    background-color: #99CB38; }
  main.lime #customer-quotes .background-leaf svg path {
    fill: #99CB38; }
  main.light-blue #hero.level {
    background-color: #4EB3CF; }
    main.light-blue #hero.level .grid.content::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='206' height='125' viewBox='0 0 206 125' fill='none'%3E%3Cg clip-path='url(%23clip0_393_7919)'%3E%3Cpath d='M124.146 24.8935C123.901 24.9807 88.1915 35.9915 48.9406 14.1524C9.53947 -7.78976 -0.000587463 -44.2807 -0.000587463 -44.2807C-0.000587463 -44.2807 39.4716 -53.4432 75.2528 -33.4762C110.449 -13.9298 123.712 23.4735 124.146 24.7586' fill='%234EB3CF'/%3E%3Cpath d='M71.5067 124.204C72.1074 120.817 80.5567 76.0516 117.879 46.716C156.656 16.2143 206 18.7528 206 18.7528C206 18.7528 202.238 63.0497 159.58 96.5976C117.168 129.908 72.1232 124.624 71.4909 124.529' fill='%234EB3CF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_393_7919'%3E%3Crect width='206' height='125' fill='white' transform='matrix(-1 0 0 1 206 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      height: 125px;
      width: 206px;
      position: absolute;
      left: 30px;
      bottom: -150px;
      z-index: 2; }
  main.light-blue h6.tag {
    background-color: #4EB3CF; }
  main.light-blue #customer-quotes .background-block {
    background-color: #4EB3CF; }
  main.light-blue #customer-quotes .background-leaf svg path {
    fill: #4EB3CF; }
  @media screen and (max-width: 1208px) {
    main {
      margin-top: 67px; } }
section {
  padding: 50px 0; }
  section ul {
    margin-left: 25px; }
    section ul li {
      padding-left: 2px; }
    section ul li:not(:last-child) {
      margin-bottom: 5px; }
  section.padding-medium {
    padding: 30px 0; }
  section.padding-none {
    padding: 0; }
  section.padding-bottom-none {
    padding-bottom: 0; }
  section.padding-bottom-medium {
    padding-bottom: 40px; }
  section.padding-bottom-large {
    padding-bottom: 75px; }
  section.padding-bottom-double {
    padding-bottom: 100px; }
  section.padding-top-none {
    padding-top: 0; }
  section.padding-top-small {
    padding-top: 25px; }
  section.padding-top-large {
    padding-top: 75px; }
  section.padding-top-double {
    padding-top: 100px; }
  section.with-bg {
    padding: 75px 0; }
    section.with-bg.padding-medium {
      padding: 55px 0; }
    section.with-bg.padding-none {
      padding: 25px 0; }
    section.with-bg.padding-bottom-none {
      padding-bottom: 25px; }
    section.with-bg.padding-bottom-large {
      padding-bottom: 100px; }
    section.with-bg.padding-top-none {
      padding-top: 25px; }
  section#oops h1 {
    margin-bottom: 10px; }
  section#oops h3 {
    margin-bottom: 40px; }
  section#hero {
    padding-top: 0 !important; }
    section#hero.home {
      margin-top: -127px; }
      section#hero.home #home-slider {
        max-width: 1390px;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        section#hero.home #home-slider .slick-prev {
          display: none !important; }
        section#hero.home #home-slider .slick-next {
          height: 42px;
          width: 42px;
          position: absolute;
          z-index: 3;
          right: 40px;
          bottom: 28px;
          font-size: 0;
          cursor: pointer; }
          section#hero.home #home-slider .slick-next::after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Ccircle cx='22.5' cy='22' r='21.5' stroke='white'/%3E%3Cpath d='M22.1944 31.7114L31.6001 22.3057L22.1944 12.9' stroke='white'/%3E%3Cpath d='M13.5527 22.35H31.374' stroke='white'/%3E%3C/svg%3E");
            height: 42px;
            width: 42px;
            display: block; }
          section#hero.home #home-slider .slick-next:hover {
            opacity: 0.6; }
        section#hero.home #home-slider ul.slick-dots {
          position: absolute;
          right: 116px;
          bottom: 17px;
          z-index: 3;
          display: flex;
          gap: 10px; }
          section#hero.home #home-slider ul.slick-dots li {
            list-style-type: none;
            cursor: pointer; }
            section#hero.home #home-slider ul.slick-dots li button {
              font-size: 0;
              height: 1px;
              width: 24px;
              background-color: #FFF;
              opacity: 0.25; }
            section#hero.home #home-slider ul.slick-dots li.slick-active button {
              opacity: 1; }
          @media only screen and (max-width: 525px) {
            section#hero.home #home-slider ul.slick-dots {
              display: none !important; } }
      section#hero.home .grid {
        max-width: 1390px;
        padding-top: 304px;
        display: grid !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        border-radius: 0 0 15px 15px;
        overflow: hidden; }
      section#hero.home .content-container h1 {
        margin-bottom: 0; }
    section#hero.about {
      margin-top: -127px;
      height: 544px; }
      section#hero.about h1 {
        margin-bottom: 20px;
        margin-top: 247px; }
      section#hero.about h4 {
        margin-bottom: 100px; }
      section#hero.about .grid {
        height: 100%;
        align-items: end; }
      section#hero.about .background-block {
        display: flex; }
        section#hero.about .background-block img {
          object-fit: cover;
          height: auto;
          width: 100%; }
      @media only screen and (max-width: 1208px) {
        section#hero.about {
          height: 100%; } }
    section#hero.technology {
      margin-top: -127px;
      height: 544px; }
      section#hero.technology h1 {
        margin-bottom: 20px;
        margin-top: 247px; }
      section#hero.technology h4 {
        margin-bottom: 0; }
      section#hero.technology .grid {
        height: 100%; }
      section#hero.technology .background-block {
        display: flex; }
        section#hero.technology .background-block img {
          object-fit: cover;
          height: auto;
          width: 100%; }
      @media only screen and (max-width: 1208px) {
        section#hero.technology {
          height: 100%; } }
    section#hero.level {
      margin-top: -127px;
      position: relative;
      padding-top: 23px !important; }
      section#hero.level .grid.title {
        margin-top: 127px;
        margin-bottom: 88px; }
        section#hero.level .grid.title h1 {
          margin-bottom: 0; }
      section#hero.level .grid.content img {
        border-radius: 7.5px; }
      section#hero.level .content-container {
        padding: 0 45px;
        display: flex;
        flex-direction: column;
        align-items: start; }
        section#hero.level .content-container h6.tag {
          margin-bottom: 30px; }
      section#hero.level::after {
        content: "";
        height: 244px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ffffff; }
    section#hero.text h1 {
      margin-bottom: 0; }
    section#hero.text h4 {
      margin-top: 20px;
      margin-bottom: 0; }
    section#hero.content-image .content-container.content h1 {
      margin-bottom: 40px; }
    section#hero.content-image .content-container.content p a {
      font-weight: 500; }
    section#hero.content-image .content-container h4 {
      margin-top: 20px;
      margin-bottom: 0;
      width: 75%; }
  section#video .logo-container {
    margin-bottom: 15px; }
  section#video .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
    height: 100%; }
    section#video .content-container h2 {
      margin-bottom: 0;
      padding-bottom: 0; }
    section#video .content-container h5 {
      margin-top: 20px;
      margin-bottom: 0; }
  section#highlight .highlight-container {
    padding: 27px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    position: relative; }
    section#highlight .highlight-container .content-container {
      width: 50%;
      padding-right: 20px; }
      section#highlight .highlight-container .content-container h4 {
        margin-bottom: 20px; }
    section#highlight .highlight-container .image-container {
      width: 50%; }
      section#highlight .highlight-container .image-container img {
        border-radius: 7.5px; }
    section#highlight .highlight-container.large-logomark {
      overflow: hidden; }
      section#highlight .highlight-container.large-logomark::after {
        content: url("data:image/svg+xml,%3Csvg width='790' height='483' viewBox='0 0 790 483' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.659258 793.618C7.36575 771.837 99.3653 484.414 369.38 321.891C649.934 152.884 973.46 209.677 973.46 209.677C973.46 209.677 912.765 497.833 604.138 683.712C297.319 868.225 4.38662 796.883 0.291628 795.743' fill='%2363A537'/%3E%3Cmask id='path-2-inside-1_370_5058' fill='white'%3E%3Cpath d='M998.779 286.616C985.334 288.239 807.057 307.757 653.612 200.53C494.1 89.1519 446.814 -100.081 446.814 -100.081C446.814 -100.081 617.929 -136.759 793.38 -14.2266C967.653 107.654 999.652 283.805 1000.02 286.302'/%3E%3C/mask%3E%3Cpath d='M653.612 200.53L654.757 198.89L654.757 198.891L653.612 200.53ZM446.814 -100.081L444.873 -99.5965L444.372 -101.603L446.395 -102.037L446.814 -100.081ZM793.38 -14.2266L794.525 -15.8663L794.526 -15.8655L793.38 -14.2266ZM999.019 288.602C985.472 290.237 806.549 309.841 652.466 202.17L654.757 198.891C807.566 305.672 985.196 286.241 998.54 284.63L999.019 288.602ZM652.467 202.17C572.358 146.235 520.472 70.7835 488.621 9.37846C472.691 -21.332 461.76 -48.5528 454.81 -68.1034C451.335 -77.8795 448.854 -85.7398 447.24 -91.1623C446.433 -93.8735 445.843 -95.9755 445.454 -97.4029C445.26 -98.1166 445.115 -98.6617 445.019 -99.03C444.971 -99.2142 444.935 -99.3541 444.911 -99.4489C444.899 -99.4963 444.89 -99.5323 444.883 -99.557C444.88 -99.5693 444.878 -99.5788 444.876 -99.5854C444.875 -99.5887 444.875 -99.5914 444.874 -99.5931C444.874 -99.5951 444.873 -99.5965 446.814 -100.081C448.754 -100.566 448.754 -100.566 448.754 -100.565C448.755 -100.564 448.755 -100.563 448.756 -100.56C448.757 -100.555 448.759 -100.547 448.762 -100.537C448.767 -100.515 448.775 -100.483 448.786 -100.439C448.809 -100.351 448.843 -100.217 448.889 -100.04C448.982 -99.6856 449.123 -99.1545 449.313 -98.455C449.695 -97.0561 450.276 -94.9837 451.074 -92.3031C452.67 -86.9418 455.129 -79.1482 458.579 -69.4433C465.48 -50.0321 476.34 -22.9835 492.171 7.53667C523.841 68.5928 575.354 143.448 654.757 198.89L652.467 202.17ZM446.814 -100.081C446.395 -102.037 446.396 -102.037 446.398 -102.038C446.4 -102.038 446.403 -102.039 446.406 -102.039C446.412 -102.041 446.421 -102.043 446.433 -102.045C446.456 -102.05 446.489 -102.057 446.533 -102.066C446.621 -102.084 446.749 -102.11 446.919 -102.144C447.257 -102.212 447.758 -102.309 448.416 -102.43C449.732 -102.673 451.676 -103.01 454.208 -103.395C459.273 -104.165 466.689 -105.125 476.13 -105.891C495.012 -107.423 522.003 -108.181 554.492 -105.095C619.472 -98.922 706.462 -77.3686 794.525 -15.8663L792.235 -12.5869C704.847 -73.6172 618.554 -94.9912 554.114 -101.113C521.892 -104.174 495.138 -103.42 476.454 -101.904C467.112 -101.146 459.789 -100.198 454.81 -99.4408C452.32 -99.0622 450.417 -98.7315 449.141 -98.4964C448.502 -98.3789 448.021 -98.2852 447.701 -98.2215C447.541 -98.1896 447.422 -98.1652 447.344 -98.149C447.305 -98.1409 447.276 -98.1348 447.257 -98.1309C447.248 -98.129 447.241 -98.1276 447.237 -98.1267C447.235 -98.1263 447.234 -98.126 447.233 -98.1258C447.233 -98.1257 447.233 -98.1258 446.814 -100.081ZM794.526 -15.8655C969.441 106.464 1001.59 283.252 1002 286.009L998.044 286.595C998.044 286.596 998.043 286.592 998.042 286.582C998.04 286.573 998.038 286.559 998.035 286.542C998.029 286.508 998.022 286.463 998.012 286.406C997.991 286.291 997.963 286.133 997.926 285.934C997.851 285.535 997.742 284.973 997.596 284.254C997.302 282.817 996.859 280.757 996.238 278.131C994.997 272.877 993.047 265.358 990.174 256.019C984.426 237.338 974.985 211.382 960.126 181.702C930.409 122.343 879.039 48.1211 792.234 -12.5876L794.526 -15.8655Z' fill='white' mask='url(%23path-2-inside-1_370_5058)'/%3E%3C/svg%3E%0A");
        position: absolute;
        bottom: -10px;
        right: 0;
        height: 102%; }
  section#management .member .image-container {
    margin-bottom: 20px; }
    section#management .member .image-container img {
      border-radius: 7.5px; }
  section#management .member h5 {
    margin-bottom: 2px; }
  section#management .member p.small {
    margin-bottom: 15px; }
  section#management .member .content-container {
    height: 0;
    opacity: 0;
    display: none; }
  section#management .member .name-container {
    position: relative; }
  section#management .member .info-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transform: rotate(180deg);
    height: 20px; }
  section#management .member.show-details .info-toggle {
    transform: rotate(360deg); }
  section#management .member.show-details .content-container {
    height: 100%;
    opacity: 1;
    display: block; }
  section#expertise #logo-slider {
    width: 100%;
    display: flex;
    align-items: center; }
    section#expertise #logo-slider .slick-track {
      display: flex;
      align-items: center; }
      section#expertise #logo-slider .slick-track .logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        section#expertise #logo-slider .slick-track .logo-container img {
          display: flex;
          height: 120px;
          width: 100%;
          max-width: 200px;
          object-fit: contain; }
      @media screen and (max-width: 767px) {
        section#expertise #logo-slider .slick-track {
          display: flex;
          flex-flow: row wrap;
          justify-content: center; }
          section#expertise #logo-slider .slick-track .logo-container {
            width: 50%;
            margin-bottom: 20px; } }
    section#expertise #logo-slider .slick-arrow {
      z-index: 1;
      width: 30px;
      height: 30px;
      position: absolute;
      color: transparent;
      background: #111;
      border-radius: 50%; }
      section#expertise #logo-slider .slick-arrow:before {
        font-size: 25px;
        color: #ffffff;
        padding: 2px; }
      section#expertise #logo-slider .slick-arrow.slick-next {
        right: 0; }
        section#expertise #logo-slider .slick-arrow.slick-next:before {
          content: '→'; }
      section#expertise #logo-slider .slick-arrow.slick-prev {
        left: 0; }
        section#expertise #logo-slider .slick-arrow.slick-prev:before {
          content: '←'; }
  section#partners .partners-container {
    padding: 27px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    background-color: #99CB38;
    border-radius: 15px;
    position: relative;
    overflow: hidden; }
    section#partners .partners-container .tabs-container {
      width: 100%;
      justify-content: start;
      display: flex;
      gap: 15px; }
      section#partners .partners-container .tabs-container span {
        border: none;
        border-radius: 7.5px; }
    section#partners .partners-container .partners-grid {
      display: flex;
      gap: 20px;
      position: relative;
      z-index: 3;
      flex-wrap: wrap; }
      section#partners .partners-container .partners-grid .partner-image {
        max-height: 125px;
        width: calc(25% - 15px); }
        @media screen and (max-width: 767px) {
          section#partners .partners-container .partners-grid .partner-image {
            width: calc(50% - 10px); } }
      section#partners .partners-container .partners-grid img {
        width: 100%; }
    section#partners .partners-container .copy-container {
      width: 50%;
      position: relative;
      z-index: 3; }
      section#partners .partners-container .copy-container p {
        margin-bottom: 0; }
    section#partners .partners-container::after {
      content: url("data:image/svg+xml,%3Csvg width='1103' height='470' viewBox='0 0 1103 470' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M894.837 630.676C877.955 610.432 651.441 344.838 290.763 292.007C-84.0569 236.964 -403.893 442.035 -403.893 442.035C-403.893 442.035 -210.453 722.389 201.855 782.898C611.622 842.758 892.318 635.824 896.179 632.78' fill='%2363A537'/%3E%3C/svg%3E%0A");
      position: absolute;
      bottom: -25px;
      left: 0; }
  section#certifications #logo-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    section#certifications #logo-grid .logo-container {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media screen and (max-width: 1208px) {
      section#certifications #logo-grid {
        flex-flow: wrap; }
        section#certifications #logo-grid .logo-container {
          width: 25%; } }
  section#fifty-50 .grid {
    align-items: center; }
  section#fifty-50 .grid.fifty-50:not(:last-child) {
    margin-bottom: 100px; }
  section#fifty-50 .content-container h3 {
    margin-bottom: 30px; }
  section#fifty-50 .content-container h6 {
    margin-bottom: 30px; }
  section#fifty-50 .content-container p {
    margin-bottom: 20px; }
  section#fifty-50 .grid.content-first .content-container {
    grid-column-start: 2;
    padding-right: 50px; }
  section#fifty-50 .grid.image-first .content-container {
    grid-column-start: 7;
    grid-row-start: 1;
    padding-left: 50px; }
  section#fifty-50 .grid.image-first .image-container {
    grid-column-start: 2;
    grid-row-start: 1; }
  section#fifty-50 .image-container img {
    border-radius: 15px; }
  section#CTA .cta-bar {
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    min-height: 158px; }
    section#CTA .cta-bar h3 {
      margin-bottom: 10px; }
    section#CTA .cta-bar h3:last-child {
      margin-bottom: 0; }
    section#CTA .cta-bar .content-container {
      max-width: 60%; }
    section#CTA .cta-bar .button-container {
      margin-top: 0; }
    section#CTA .cta-bar.light-blue {
      background-color: #4EB3CF; }
    section#CTA .cta-bar.sage {
      background-color: #9BB6A7; }
    section#CTA .cta-bar.blue-leaves {
      margin-bottom: 100px; }
      section#CTA .cta-bar.blue-leaves::after {
        content: url("data:image/svg+xml,%3Csvg width='414' height='219' viewBox='0 0 414 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_364_4670)'%3E%3Cpath d='M231.998 72.8768C232.357 73.0041 284.709 89.0763 342.251 57.1983C400.014 25.1698 414 -28.0953 414 -28.0953C414 -28.0953 356.133 -41.4694 303.677 -12.3242C252.079 16.2074 232.635 70.8041 231.998 72.6799' fill='%231D65A4'/%3E%3Cpath d='M309.17 217.838C308.289 212.893 295.902 147.551 241.187 104.731C184.34 60.2079 112 63.9133 112 63.9133C112 63.9133 117.516 128.573 180.052 177.542C242.23 226.163 308.266 218.452 309.193 218.313' fill='%231D65A4'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_364_4670)'%3E%3Cpath d='M-85.2031 175.489C-85.2031 175.489 2.96555 187.781 87.4704 119.097C171.401 50.7863 181.149 -39.8119 181.244 -41.093' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_364_4670'%3E%3Crect width='302' height='219' fill='white' transform='translate(112)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_364_4670'%3E%3Crect width='224' height='158' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        position: absolute;
        top: 0;
        right: 22%; }
    section#CTA .cta-bar.yellow-leaves::after {
      content: url("data:image/svg+xml,%3Csvg width='384' height='219' viewBox='0 0 384 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_686_4571)'%3E%3Cpath d='M201.998 146.123C202.357 145.996 254.709 129.924 312.251 161.802C370.014 193.83 384 247.095 384 247.095C384 247.095 326.133 260.469 273.677 231.324C222.079 202.793 202.635 148.196 201.998 146.32' fill='%23F3D400'/%3E%3Cpath d='M279.17 1.16217C278.289 6.10655 265.902 71.4489 211.187 114.269C154.34 158.792 82 155.087 82 155.087C82 155.087 87.5156 90.4275 150.052 41.4584C212.23 -7.16341 278.266 0.548462 279.193 0.687408' fill='%23F3D400'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_686_4571)'%3E%3Cpath d='M-85.2031 43.5107C-85.2031 43.5107 2.96555 31.2188 87.4704 99.9034C171.401 168.214 181.149 258.812 181.244 260.093' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_686_4571'%3E%3Crect width='302' height='219' fill='white' transform='matrix(1 0 0 -1 82 219)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_686_4571'%3E%3Crect width='224' height='158' fill='white' transform='matrix(1 0 0 -1 0 219)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      position: absolute;
      bottom: -7px;
      right: 30%; }
  section#customer-quotes .grid {
    padding: 25px 0; }
  section#customer-quotes .quote-card-container {
    z-index: 6; }
  section#customer-quotes .foreground-leaf {
    position: absolute;
    z-index: 5;
    top: -70px;
    right: 0; }
  section#customer-quotes .background-line {
    position: absolute;
    z-index: 4;
    bottom: -33px;
    right: -25px; }
  section#customer-quotes .background-leaf {
    position: absolute;
    z-index: 3;
    top: -25px;
    right: -25px;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  section#columns .title-container h5 {
    margin-bottom: 0;
    margin-top: 20px; }
  section#image-grid .image-container img {
    border-radius: 15px; }
  section#mission-vision #card img {
    border-radius: 7.5px; }
  section#mission-vision .large-center::after {
    content: url("data:image/svg+xml,%3Csvg width='302' height='181' viewBox='0 0 302 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_376_4009)'%3E%3Cpath d='M119.998 34.8768C120.357 35.0041 172.709 51.0763 230.251 19.1983C288.014 -12.8302 302 -66.0953 302 -66.0953C302 -66.0953 244.133 -79.4694 191.677 -50.3242C140.079 -21.7926 120.635 32.8041 119.998 34.6799' fill='%23F3D400'/%3E%3Cpath d='M197.17 179.838C196.289 174.893 183.902 109.551 129.187 66.7306C72.3396 22.2079 0 25.9133 0 25.9133C0 25.9133 5.51556 90.5725 68.0523 139.542C130.23 188.163 196.266 180.452 197.193 180.313' fill='%23F3D400'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_376_4009'%3E%3Crect width='302' height='181' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: -185px;
    right: 100px; }
    @media screen and (max-width: 767px) {
      section#mission-vision .large-center::after {
        right: 0; } }
  section#who-uses-the-yield #column img {
    border-radius: 15px; }
  section#body-copy.basic .grid {
    padding-top: 50px;
    border-top: 1px solid #CBCBCB; }
  section#body-copy #button-container {
    margin: 0 0 50px; }
  section#body-copy .content-container h2:first-child,
  section#body-copy .content-container h3:first-child {
    margin-top: 0; }
  section#body-copy .content-container h2:first-child {
    margin-bottom: 50px; }
  section#body-copy .content-container.border {
    padding-top: 50px;
    border-top: 1px solid #CBCBCB; }
  section#body-copy .content-container > h2 {
    margin-top: 95px;
    margin-bottom: 30px; }
  section#body-copy .content-container > h3 {
    margin-top: 85px;
    margin-bottom: 30px; }
  section#body-copy .content-container > h4 {
    margin-top: 75px;
    margin-bottom: 30px; }
  section#body-copy .content-container > p {
    margin-bottom: 1.5rem; }
    section#body-copy .content-container > p a {
      font-weight: 500; }
  section#full-width {
    padding: 75px 0; }
    section#full-width.gray {
      background: #EFEFEF; }
  section #column .image-container {
    margin-bottom: 35px; }
  section #column p {
    margin-right: 12%; }
  section #card {
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    z-index: 2; }
    section #card.blue {
      background-color: #1D65A4; }
    section #card.outline {
      border: 1px solid #CBCBCB; }
    section #card.outline-blue {
      border: 1px solid #1D65A4; }
    section #card.padding-even {
      padding: 27px; }
    section #card.stat p {
      margin-bottom: 0;
      font-size: 14px !important; }
    section #card.mission .image-container img {
      width: 100%; }
    section #card .image-container {
      margin-bottom: 15px; }
      section #card .image-container.margin-none {
        margin-bottom: 0; }
      section #card .image-container.margin-large {
        margin-bottom: 40px; }
    section #card p:last-child {
      margin-bottom: 0; }
    section #card.large {
      padding: 30px;
      border-radius: 15px; }
    section #card.small {
      padding: 20px; }
    section #card.bg-pink-leaves {
      content: url("data:image/svg+xml,%3Csvg width='457' height='226' viewBox='0 0 457 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_189_4570)'%3E%3Cpath d='M147.176 293.107C155.395 296.079 264.657 334.222 376.885 288.853C493.537 241.745 551.021 129.285 551.021 129.285C551.021 129.285 448.778 81.3604 320.466 133.191C192.991 184.781 147.039 291.208 146.441 292.729' fill='%23CD526E'/%3E%3Cpath d='M335.255 385.474C343.606 382.898 453.809 347.563 516.096 243.766C580.867 135.917 559.049 11.516 559.049 11.516C559.049 11.516 448.562 34.8142 377.324 153.455C306.609 271.4 334.003 384.04 334.44 385.615' stroke='%23111111' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_189_4570'%3E%3Crect x='456.5' y='0.5' width='225' height='456' rx='15' transform='rotate(90 456.5 0.5)' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      position: absolute;
      bottom: 0;
      right: 0; }
  section #level-card,
  section #resource-card {
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    transition: 0.2s background-color; }
    section #level-card.small,
    section #resource-card.small {
      padding: 20px; }
    section #level-card .image-container,
    section #resource-card .image-container {
      margin-bottom: 35px;
      border-radius: 5px;
      overflow: hidden;
      width: 100%;
      padding-bottom: 100%; }
      section #level-card .image-container img,
      section #resource-card .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    section #level-card p,
    section #resource-card p {
      margin-bottom: 0; }
    section #level-card h6.tag,
    section #resource-card h6.tag {
      color: #111; }
    section #level-card.yellow h6.tag,
    section #resource-card.yellow h6.tag {
      background-color: #F3D400; }
    section #level-card.lime h6.tag,
    section #resource-card.lime h6.tag {
      background-color: #99CB38; }
    section #level-card.light-blue h6.tag,
    section #resource-card.light-blue h6.tag {
      background-color: #4EB3CF; }
    section #level-card #button-container,
    section #resource-card #button-container {
      margin-top: auto;
      padding-top: 22px; }
  section #level-card:hover.yellow {
    background-color: #F3D400; }
  section #level-card:hover.lime {
    background-color: #99CB38; }
  section #level-card:hover.light-blue {
    background-color: #4EB3CF; }
  section #level-card:hover h4 {
    color: #111; }
  section #level-card:hover h6.tag {
    background-color: #ffffff; }
  section #header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
    section #header-container p.caption {
      color: #595959;
      margin-bottom: 0; }
    section #header-container h6 {
      background-color: #EFEFEF; }
    section #header-container h6.in-the-news {
      background-color: #99CB38; }
    section #header-container h6.video {
      background-color: #F3D400; }
    section #header-container h6.stories {
      background-color: #EE7D31; }
    section #header-container h6.press-release {
      background-color: #4EB3CF; }
    section #header-container.left {
      justify-content: start !important;
      align-items: center;
      gap: 15px; }
    section #header-container.padding-top {
      padding-top: 30px; }
  section #sidebar {
    grid-column: 10 / span 3;
    /* This positions the sidebar in the 4th column */
    grid-row: 1 / span 12;
    height: 100%; }
    @media screen and (max-width: 1208px) {
      section #sidebar {
        grid-column: auto / span 4;
        margin: 20px 0; }
        section #sidebar #newsletter-container {
          padding: 40px 20px; }
          section #sidebar #newsletter-container:before, section #sidebar #newsletter-container:after {
            display: none; } }
  section #newsletter-container {
    border-radius: 10px;
    background-color: #1D65A4;
    padding: 100px 20px 238px;
    position: sticky;
    top: 0; }
    section #newsletter-container h3 {
      margin-bottom: 50px; }
    section #newsletter-container form input {
      width: 100%; }
    section #newsletter-container form input[type="submit"] {
      justify-content: center; }
    section #newsletter-container .gform_confirmation_message {
      color: #ffffff; }
    section #newsletter-container::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='234' height='231' viewBox='0 0 234 231' fill='none'%3E%3Cg clip-path='url(%23clip0_103_1994)'%3E%3Cpath d='M96.6582 114.235C96.946 114.337 138.897 127.18 185.007 101.706C231.294 76.1128 242.501 33.5494 242.501 33.5494C242.501 33.5494 196.131 22.8623 154.096 46.1519C112.749 68.9511 97.1689 112.579 96.6582 114.078' fill='%234EB3CF'/%3E%3Cpath d='M158.497 230.071C157.791 226.12 147.865 173.906 104.021 139.689C58.4675 104.111 0.5 107.072 0.5 107.072C0.5 107.072 4.91975 158.741 55.032 197.871C104.856 236.724 157.773 230.562 158.516 230.451' fill='%234EB3CF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_103_1994'%3E%3Crect width='233' height='231' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      position: absolute;
      right: 0;
      bottom: -70px; }
    section #newsletter-container::before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='161' height='199' viewBox='0 0 161 199' fill='none'%3E%3Cg clip-path='url(%23clip0_103_1997)'%3E%3Cpath d='M216.607 -35.6981C216.607 -35.6981 138.401 6.82912 111.277 112.294C84.3919 217.118 130.41 295.765 131.094 296.852' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_103_1997'%3E%3Crect width='160' height='199' fill='white' transform='translate(160.5 199) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      position: absolute;
      right: 0;
      bottom: -30px;
      z-index: 2; }
  section #resource-card {
    border: 1px solid #CBCBCB; }
    section #resource-card:hover.in-the-news {
      background-color: #99CB38; }
    section #resource-card:hover.video {
      background-color: #F3D400; }
    section #resource-card:hover.stories {
      background-color: #EE7D31; }
    section #resource-card:hover.press-release {
      background-color: #4EB3CF; }
    section #resource-card:hover h4, section #resource-card:hover p.caption {
      color: #111; }
    section #resource-card:hover h6.tag {
      background-color: #EFEFEF; }
  section #resources-archive #resource-card {
    margin-bottom: 20px; }
  section #resources-tabs .tabs-container {
    margin-bottom: 50px; }
  section .background-block {
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    z-index: 1;
    content: "";
    border-radius: 15px;
    overflow: hidden; }
    section .background-block.light-blue {
      background: #4EB3CF; }
    section .background-block.blue {
      background: #1D65A4; }
    section .background-block.yellow {
      background: #F3D400; }
    section .background-block.orange {
      background: #EE7D31; }
    section .background-block.green {
      background: #37A76F; }
    section .background-block.lime {
      background: #99CB38; }
    section .background-block.dark-lime {
      background: #63A537; }
    section .background-block.gray-1 {
      background: #EFEFEF; }
    section .background-block.blue-leaf-bg::after {
      position: absolute;
      bottom: -25px;
      right: -25px;
      width: 235px;
      height: 130px;
      z-index: 1;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='130' viewBox='0 0 235 130' fill='none'%3E%3Cpath d='M1.66908 328.658C9.91643 327.19 118.909 306.543 190.334 215.339C264.599 120.581 258.419 3.05121e-05 258.419 3.05121e-05C258.419 3.05121e-05 150.566 9.19378 68.884 113.435C-12.2181 217.077 0.645402 327.151 0.877183 328.697' fill='%231D65A4'/%3E%3C/svg%3E");
      border-radius: 15px; }
    section .background-block.light-blue-leaf-bg::after {
      position: absolute;
      bottom: -25px;
      right: -25px;
      width: 235px;
      height: 130px;
      z-index: 1;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='130' viewBox='0 0 235 130' fill='none'%3E%3Cpath d='M1.66908 328.658C9.91643 327.19 118.909 306.543 190.334 215.339C264.599 120.581 258.419 3.05121e-05 258.419 3.05121e-05C258.419 3.05121e-05 150.566 9.19378 68.884 113.435C-12.2181 217.077 0.645402 327.151 0.877183 328.697' fill='%234EB3CF'/%3E%3C/svg%3E");
      border-radius: 15px; }
    section .background-block.green-leaf-bg::after {
      position: absolute;
      bottom: -25px;
      right: -25px;
      width: 235px;
      height: 130px;
      z-index: 1;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='130' viewBox='0 0 235 130' fill='none'%3E%3Cpath d='M1.66908 328.658C9.91643 327.19 118.909 306.543 190.334 215.339C264.599 120.581 258.419 3.05121e-05 258.419 3.05121e-05C258.419 3.05121e-05 150.566 9.19378 68.884 113.435C-12.2181 217.077 0.645402 327.151 0.877183 328.697' fill='%2363A537'/%3E%3C/svg%3E");
      border-radius: 15px; }
    section .background-block.lime-leaf-bg::after {
      position: absolute;
      bottom: -25px;
      right: -25px;
      width: 235px;
      height: 130px;
      z-index: 1;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='130' viewBox='0 0 235 130' fill='none'%3E%3Cpath d='M1.66908 328.658C9.91643 327.19 118.909 306.543 190.334 215.339C264.599 120.581 258.419 3.05121e-05 258.419 3.05121e-05C258.419 3.05121e-05 150.566 9.19378 68.884 113.435C-12.2181 217.077 0.645402 327.151 0.877183 328.697' fill='%2399CB38'/%3E%3C/svg%3E");
      border-radius: 15px; }
    section .background-block.yellow-leaf-bg::after {
      position: absolute;
      bottom: -25px;
      right: -25px;
      width: 235px;
      height: 130px;
      z-index: 1;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='235' height='130' viewBox='0 0 235 130' fill='none'%3E%3Cpath d='M1.66908 328.658C9.91643 327.19 118.909 306.543 190.334 215.339C264.599 120.581 258.419 3.05121e-05 258.419 3.05121e-05C258.419 3.05121e-05 150.566 9.19378 68.884 113.435C-12.2181 217.077 0.645402 327.151 0.877183 328.697' fill='%23F3D400'/%3E%3C/svg%3E");
      border-radius: 15px; }
    section .background-block.top-leaves-bg {
      overflow: visible; }
      section .background-block.top-leaves-bg::after {
        position: absolute;
        top: -45px;
        right: 0;
        width: 196px;
        height: 217px;
        z-index: 1;
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='217' viewBox='0 0 196 217' fill='none'%3E%3Cg clip-path='url(%23clip0_370_4618)'%3E%3Cpath d='M157.293 90.2793C156.983 90.3895 111.738 104.289 62.0078 76.7201C12.087 49.0208 -0.000168078 2.95542 -0.000168078 2.95542C-0.000168078 2.95542 50.0108 -8.61099 95.3451 16.5948C139.938 41.2698 156.742 88.4868 157.293 90.1091' fill='%234EB3CF'/%3E%3Cpath d='M90.5983 215.646C91.3593 211.37 102.065 154.86 149.352 117.827C198.481 79.3228 261 82.5274 261 82.5274C261 82.5274 256.233 138.447 202.187 180.797C148.45 222.846 91.3794 216.177 90.5782 216.057' fill='%234EB3CF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_370_4618'%3E%3Crect width='196' height='217' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    section .background-block.flat-top {
      border-radius: 0 0 15px 15px; }
    section .background-block > img {
      display: block;
      width: calc(100% - 50px);
      height: 100%;
      position: relative; }
  section #solutions-card .image-container {
    border-radius: 11.594px;
    margin-bottom: 20px;
    overflow: hidden; }
    section #solutions-card .image-container img {
      width: 100%; }
  section .title-container {
    margin-bottom: 50px;
    position: relative;
    z-index: 2; }
    section .title-container.padding-small {
      margin-bottom: 20px; }
    section .title-container.padding-medium {
      margin-bottom: 30px; }
    section .title-container h1, section .title-container h2, section .title-container h3, section .title-container h4, section .title-container h5, section .title-container h6 {
      margin-bottom: 0; }
  section .tabs-container,
  section .pill-container {
    position: relative;
    z-index: 12;
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    padding-top: 25px;
    align-items: center;
    justify-content: center; }
    section .tabs-container span.tab a, section .tabs-container span.tab a:focus,
    section .pill-container span.tab a,
    section .pill-container span.tab a:focus {
      border-radius: 30px;
      border: 1px solid #111;
      padding: 10px 20px;
      cursor: pointer;
      transition: 0.2s all;
      color: #111; }
    section .tabs-container span.tab.active a, section .tabs-container span.tab:hover a,
    section .pill-container span.tab.active a,
    section .pill-container span.tab:hover a {
      background-color: #111;
      color: #ffffff; }
    section .tabs-container.partners span.tab a,
    section .pill-container.partners span.tab a {
      border-radius: 7.5px;
      border: transparent; }
    @media screen and (max-width: 767px) {
      section .tabs-container,
      section .pill-container {
        flex-flow: row wrap; }
        section .tabs-container span.tab,
        section .pill-container span.tab {
          margin-bottom: 20px; }
          section .tabs-container span.tab a, section .tabs-container span.tab a:focus,
          section .pill-container span.tab a,
          section .pill-container span.tab a:focus {
            white-space: nowrap; } }
  section .tabs-content {
    border: none;
    background: transparent;
    width: 100%; }
    section .tabs-content .quote-card-container {
      display: none; }
      section .tabs-content .quote-card-container.active {
        display: flex; }
    section .tabs-content .partners-grid {
      display: none !important; }
      section .tabs-content .partners-grid.active {
        display: flex !important; }
  section .quote-card-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 25px; }
    section .quote-card-container #card {
      max-width: 475px; }
  section .content-container {
    position: relative;
    z-index: 2; }
  section .video-container {
    position: relative;
    z-index: 2; }
    section .video-container img {
      border-radius: 7.5px; }
  section .image-container {
    position: relative;
    z-index: 2; }
  section .form-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
    background: #4EB3CF;
    gap: 30px;
    position: relative;
    margin-bottom: 100px; }
    section .form-container h4 {
      margin-bottom: 0; }
    section .form-container::after {
      content: url("data:image/svg+xml,%3Csvg width='339' height='281' viewBox='0 0 339 281' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204.301 116.861C203.898 117.004 145.132 135.058 80.5396 99.2498C15.6999 63.2725 0.00050354 3.44055 0.00050354 3.44055C0.00050354 3.44055 64.9572 -11.5825 123.84 21.156C181.76 53.2052 203.585 114.533 204.301 116.64' fill='%231D65A4'/%3E%3Cpath d='M117.674 279.694C118.662 274.14 132.567 200.742 193.985 152.642C257.798 102.63 339 106.793 339 106.793C339 106.793 332.809 179.423 262.61 234.43C192.815 289.046 118.688 280.383 117.648 280.227' fill='%231D65A4'/%3E%3C/svg%3E%0A");
      width: 339px;
      height: 280px;
      position: absolute;
      z-index: -1;
      bottom: -100px;
      left: -100px; }
    section .form-container .gform_confirmation_message {
      color: #ffffff;
      font-weight: bold; }
    section .form-container .gsection {
      border-bottom: none !important; }
      section .form-container .gsection .gsection_title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%; }
        @media screen and (max-width: 1208px) {
          section .form-container .gsection .gsection_title {
            font-size: 16px; } }
  section .keys-container {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    section .keys-container #key-box {
      display: flex;
      border-radius: 10px;
      border: 1px solid #1D65A4;
      overflow: hidden; }
      section .keys-container #key-box .content-container {
        padding: 30px 20px;
        display: flex;
        gap: 20px; }
        section .keys-container #key-box .content-container .icon-container {
          flex-shrink: 0; }
          section .keys-container #key-box .content-container .icon-container img {
            max-width: 45px; }
        section .keys-container #key-box .content-container .text-container p {
          margin-bottom: 0; }
      section .keys-container #key-box .caption-container {
        display: flex;
        padding: 30px 20px;
        justify-content: center;
        min-width: 35%;
        align-items: center;
        max-width: 226px; }
        section .keys-container #key-box .caption-container p {
          margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        section .keys-container #key-box {
          flex-flow: column; }
          section .keys-container #key-box .caption-container {
            max-width: revert; } }
  section #details-container {
    padding: 27px;
    align-items: center;
    border-radius: 15px;
    position: relative;
    z-index: 3;
    width: 100%; }
    section #details-container .content-container {
      padding-right: 20px; }
      section #details-container .content-container h6.tag {
        background-color: #111;
        color: #ffffff;
        margin-bottom: 20px;
        display: inline-block; }
      section #details-container .content-container h3 {
        margin-bottom: 30px; }
      section #details-container .content-container #stats-container {
        margin-top: 50px; }
        section #details-container .content-container #stats-container #stat {
          border-left: 2px solid black;
          padding-left: 15px;
          max-width: 180px; }
          section #details-container .content-container #stats-container #stat h2 {
            margin-bottom: 1px; }
          section #details-container .content-container #stats-container #stat p {
            margin-bottom: 0; }
    section #details-container .image-container img {
      border-radius: 7.5px; }
  section #interactive-report {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    section #interactive-report #row #icon-container {
      margin-top: 10px; }
      section #interactive-report #row #icon-container #row {
        display: flex;
        align-items: center; }
        section #interactive-report #row #icon-container #row img {
          height: auto;
          width: 35px;
          margin-right: 15px; }
    section #interactive-report #row h3:last-child {
      margin-bottom: 0 !important; }
    section #interactive-report #row p.caption {
      margin: 20px 0; }
    section #interactive-report .stat-bar {
      margin-bottom: 25px; }
  section#where-are-you .grid:after {
    content: url("data:image/svg+xml,%3Csvg width='340' height='281' viewBox='0 0 340 281' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.773 116.861C135.176 117.004 193.942 135.058 258.534 99.2498C323.374 63.2725 339.073 3.44055 339.073 3.44055C339.073 3.44055 274.117 -11.5825 215.234 21.156C157.314 53.2052 135.489 114.533 134.773 116.64' fill='%234EB3CF'/%3E%3Cpath d='M221.4 279.694C220.411 274.14 206.507 200.742 145.088 152.642C81.2759 102.63 0.0734863 106.793 0.0734863 106.793C0.0734863 106.793 6.26479 179.423 76.4633 234.43C146.259 289.046 220.385 280.383 221.426 280.227' fill='%234EB3CF'/%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: -80px;
    left: 100px;
    z-index: 1; }
  @media screen and (max-width: 1208px) {
    section {
      padding: 30px 0; }
      section.padding-medium {
        padding: 20px 0; }
      section.padding-bottom-large {
        padding-bottom: 50px; }
      section.padding-bottom-double {
        padding-bottom: 60px; }
      section.padding-top-small {
        padding-top: 15px; }
      section.padding-top-large {
        padding-top: 50px; }
      section.padding-top-double {
        padding-top: 60px; }
      section #level-card,
      section #resource-card,
      section #card {
        margin-bottom: 20px; }
      section #level-card #button-container {
        padding-top: 10px !important; }
      section #column {
        margin-bottom: 30px; }
      section .title-container {
        margin-bottom: 30px; }
      section #details-container .content-container #stats-container {
        margin-top: 25px;
        padding: 0; }
      section #details-container .content-container h3 {
        margin-bottom: 10px; }
      section #details-container .image-container {
        margin-top: 30px; }
      section#hero.content-image .content-container {
        margin-bottom: 50px; }
      section#video .video-container {
        margin-bottom: 40px; }
      section#video .content-container {
        padding: 0 0 0; }
      section#where-are-you .content-container {
        margin-bottom: 35px; }
      section#customer-quotes .tabs-container {
        margin-bottom: 50px; }
      section#customer-quotes .tabs-content .quote-card-container {
        flex-wrap: wrap; }
        section#customer-quotes .tabs-content .quote-card-container #card {
          margin-bottom: 0; }
      section#customer-quotes .foreground-leaf {
        display: none; }
      section#highlight .highlight-container {
        flex-direction: column-reverse; }
        section#highlight .highlight-container .content-container {
          padding-right: 0;
          width: 100%; }
        section#highlight .highlight-container .image-container {
          width: 100%;
          margin-bottom: 20px; }
        section#highlight .highlight-container::after {
          display: none; }
      section#management .member {
        grid-column: auto/span 2 !important; }
      section#partners .partners-container .tabs-container {
        flex-direction: column;
        gap: 20px;
        align-items: start; }
      section#partners .partners-container .copy-container {
        width: 100%; }
      section#full-width {
        padding: 50px 20px; }
        section#full-width .quarter {
          margin-bottom: 20px; }
      section#fifty-50 .image-container {
        grid-row-start: 1 !important;
        grid-column-start: 1 !important;
        margin-bottom: 30px; }
      section#fifty-50 .content-container {
        grid-row-start: 2 !important;
        grid-column-start: 1 !important;
        padding-left: 0 !important; }
        section#fifty-50 .content-container p:last-child {
          margin-bottom: 0; }
      section#fifty-50 .grid.fifty-50:not(:last-child) {
        margin-bottom: 40px; }
      section#CTA .cta-bar {
        flex-direction: column;
        margin-bottom: 0 !important; }
        section#CTA .cta-bar::after {
          display: none; }
        section#CTA .cta-bar .content-container {
          width: 100%;
          max-width: none;
          margin-bottom: 20px; }
        section#CTA .cta-bar .button-container {
          width: 100%; }
      section#image-grid .image-container {
        margin-bottom: 20px; } }
.home #hero .background-block > img {
  left: 25px;
  height: -webkit-fill-available;
  object-fit: cover; }
  @media screen and (max-width: 767px) {
    .home #hero .background-block > img {
      height: 100%; } }
.single-resource .off-canvas-wrapper, .page-template-resources-hub .off-canvas-wrapper {
  position: relative;
  overflow: visible; }

.bg-home {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
  .bg-home svg {
    width: 100%; }

.bg-home-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  .bg-home-bottom svg {
    width: 100%; }

.page-template-digital-transformation .bg-home-bottom:after {
  content: '';
  background: #EFEFEF;
  opacity: .75;
  position: relative;
  display: inline-block;
  height: 220px;
  width: 100%;
  margin-top: -8px;
  margin-bottom: -10px; }

.page-template-product-overview .maximize-accurary div img {
  width: 100%; }

.page-template-product-overview #columns .grid.cards {
  row-gap: 20px; }
  .page-template-product-overview #columns .grid.cards #card {
    height: 100%; }

.page-template-level #columns .grid.cards {
  row-gap: 20px; }
  .page-template-level #columns .grid.cards #card {
    height: 100%; }

.page-template-level #customer-quotes .flex {
  justify-content: center;
  align-items: stretch; }
  .page-template-level #customer-quotes .flex.full {
    flex-flow: row wrap;
    row-gap: 0; }
  .page-template-level #customer-quotes .flex .quote-card-container.half {
    max-width: 475px; }
    .page-template-level #customer-quotes .flex .quote-card-container.half #card {
      max-width: 475px; }
  .page-template-level #customer-quotes .flex .quote-card-container.full {
    max-width: 900px; }
    .page-template-level #customer-quotes .flex .quote-card-container.full #card {
      max-width: 900px;
      width: 100%;
      margin: 30px auto; }
  @media screen and (max-width: 1208px) {
    .page-template-level #customer-quotes .flex {
      align-items: center;
      row-gap: 20px; } }
.page-template-level #fifty-50 {
  padding: 100px 0; }
  .page-template-level #fifty-50 .fifty-50 .full div.p-large h2 {
    margin-bottom: 50px; }

.page-template-level #next-page .button-container {
  justify-content: center; }

/*********************
COLORS
*********************/
.bg-sage {
  background-color: #9BB6A7 !important; }

.bg-gray-1 {
  background-color: #EFEFEF !important; }

.bg-half-white {
  position: relative; }
  .bg-half-white::after {
    content: "";
    height: 50%;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0; }

.bg-bottom-third-white {
  position: relative; }
  .bg-bottom-third-white::after {
    content: "";
    height: 33%;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    bottom: 0; }

.bg-yellow {
  background-color: #F3D400 !important; }

.bg-green {
  background-color: #37A76F !important; }

.bg-lime {
  background-color: #99CB38 !important; }

.bg-blue {
  background-color: #1D65A4 !important; }

.bg-light-blue {
  background-color: #4EB3CF !important; }

.bg-pink {
  background-color: #CD526E !important; }

.bg-orange {
  background-color: #EE7D31 !important; }

/*********************
BITS
*********************/
img {
  display: block; }

.text-center img {
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 650px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 651px) {
  .hidden-lg {
    display: none; } }

br.empty {
  content: ''; }

.social {
  justify-content: space-between;
  align-items: center; }
  .social div {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social div a {
      display: contents; }

/*********************
ANIMATIONS
*********************/
@keyframes fromRight {
  0% {
    transform: translate(50px, 0px);
    opacity: .1; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0px, 0px); } }

@keyframes fromLeft {
  0% {
    transform: translate(-50px, 0px);
    opacity: .1; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0px, 0px); } }

@keyframes fadein {
  0% {
    opacity: .1; }
  100% {
    opacity: 1; } }

.fade, .stagger .col {
  opacity: 0; }
  @media (max-width: 766px) {
    .fade, .stagger .col {
      opacity: 1; } }
  .fade.in.animation, .stagger .col.in.animation {
    animation: fadein .5s;
    opacity: 1; }
  .fade.right.animation, .stagger .col.right.animation {
    animation: fromRight .7s;
    opacity: 1; }
  .fade.left.animation, .stagger .col.left.animation {
    animation: fromLeft .7s;
    opacity: 1; }

.fade-load {
  animation: fadein .75s;
  /*
	opacity: 0;
	animation: fadein .5s ease .5s forwards;
  */ }

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
    background-color: #1779ba;
    color: #ffffff; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #ffffff; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

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

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

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

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

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

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

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

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

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li, #sidebar li {
  list-style: none; }

.sidebar.sticky, #sidebar.sticky {
  position: sticky;
  height: 100%; }
  .sidebar.sticky #newsletter-container, #sidebar.sticky #newsletter-container {
    top: 120px; }

.widget ul {
  margin: 0; }

aside #featured-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px; }

aside.sticky {
  position: sticky;
  height: 100%; }
  aside.sticky #newsletter-container {
    top: 120px; }

/*********************
MODAL STYLES
*********************/
.modal {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4); }
  .modal .modal-dialog {
    max-width: 800px;
    width: 100%;
    margin: 1.75rem 15px; }
  .modal .modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    outline: 0; }
  .modal .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef; }
  .modal .modal-title {
    margin: 0;
    line-height: 1.5; }
  .modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }
  .modal .modal-footer {
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end; }
  .modal .responsive-embed {
    margin-bottom: 0;
    border-radius: 7.5px; }
  .modal .close {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: -15px;
    right: -15px;
    background: black;
    padding: 10px;
    z-index: 9;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    .modal .close:hover {
      cursor: pointer; }
  @media (max-width: 830px) and (orientation: landscape) {
    .modal .modal-dialog {
      max-width: 120vh;
      margin: 3.75rem 15px 0; } }
/*********************
FORM STYLES
*********************/
.gform_wrapper div#gform_confirmation_message_2 {
  color: #ffffff; }

.gform_wrapper .button:hover {
  background-color: #111; }

/*********************
FOOTER STYLES
*********************/
footer.footer {
  padding-top: 75px; }
  footer.footer .grid {
    padding: 15px 0 16px; }
    footer.footer .grid #social {
      display: flex;
      align-items: center;
      margin-bottom: 58px; }
      footer.footer .grid #social #logo {
        margin-right: 24px; }
      footer.footer .grid #social #social-container {
        display: flex;
        gap: 10px; }
    footer.footer .grid #newsletter-container {
      margin-bottom: 42px; }
      footer.footer .grid #newsletter-container h5 {
        margin-bottom: 10px; }
      footer.footer .grid #newsletter-container #signup-form form {
        display: flex;
        width: 75%; }
        footer.footer .grid #newsletter-container #signup-form form input[type="text"], footer.footer .grid #newsletter-container #signup-form form input[type="email"] {
          border-radius: 30px 0 0 30px; }
        footer.footer .grid #newsletter-container #signup-form form input[type="submit"] {
          border-radius: 0 30px 30px 0; }
        footer.footer .grid #newsletter-container #signup-form form .gform_footer {
          padding: 0;
          margin: 0; }
      footer.footer .grid #newsletter-container #signup-form .gform_confirmation_message {
        color: #ffffff; }
    footer.footer .grid #badge-container img {
      width: 125px; }
    footer.footer .grid #bottom-drawer {
      display: flex;
      justify-content: space-between;
      margin-top: 69px; }
      footer.footer .grid #bottom-drawer p {
        margin-bottom: 0; }
        footer.footer .grid #bottom-drawer p span {
          margin: 0 4px; }
    footer.footer .grid .background-block {
      position: absolute;
      top: -25px;
      left: -25px;
      width: calc(100% + 50px);
      height: calc(100% + 66px);
      z-index: 1;
      content: "";
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      background: #1D65A4; }
    footer.footer .grid .content {
      position: relative;
      z-index: 2; }
    footer.footer .grid #navigation-container {
      display: flex;
      gap: 20px; }
      footer.footer .grid #navigation-container .column {
        flex-basis: 100%; }
        footer.footer .grid #navigation-container .column p.header,
        footer.footer .grid #navigation-container .column p.header a {
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; }
        footer.footer .grid #navigation-container .column .footer-nav-group:not(:first-child) p.header {
          margin-top: 30px; }
        footer.footer .grid #navigation-container .column .footer-nav-group a {
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          display: block;
          margin-bottom: 10px; }
        footer.footer .grid #navigation-container .column .footer-nav-group:nth-child(2) a:nth-child(4),
        footer.footer .grid #navigation-container .column .footer-nav-group:nth-child(2) a:nth-child(5),
        footer.footer .grid #navigation-container .column .footer-nav-group:nth-child(2) a:nth-child(6) {
          margin-left: 10px;
          line-height: 100%; }
  @media screen and (max-width: 1208px) {
    footer.footer {
      padding-left: 20px;
      padding-right: 20px; }
      footer.footer .grid #social {
        margin-bottom: 30px; }
      footer.footer .grid #newsletter-container {
        margin-bottom: 25px; }
      footer.footer .grid #badge-container {
        margin-bottom: 25px; }
      footer.footer .grid #bottom-drawer {
        margin-top: 40px;
        flex-direction: column;
        gap: 20px; }
      footer.footer .grid #navigation-container {
        flex-direction: column; } }
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }
