@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.

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

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

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "azo-sans-web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #424F62;
  -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-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.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-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.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-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

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

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.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-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.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-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.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: 1.5rem;
  font-size: inherit;
  line-height: 1.8;
  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: "adrianna", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  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: 3.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h2, .h2 {
  font-size: 2.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.75rem; }
  h2, .h2 {
    font-size: 2.375rem; }
  h3, .h3 {
    font-size: 2rem; }
  h4, .h4 {
    font-size: 1.625rem; }
  h5, .h5 {
    font-size: 1.5rem; }
  h6, .h6 {
    font-size: 1.375rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 4rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 2.125rem; }
  h4, .h4 {
    font-size: 1.75rem; }
  h5, .h5 {
    font-size: 1.5rem; }
  h6, .h6 {
    font-size: 1.375rem; } }

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 4.125rem; }
  h2, .h2 {
    font-size: 2.75rem; }
  h3, .h3 {
    font-size: 2.25rem; }
  h4, .h4 {
    font-size: 1.75rem; }
  h5, .h5 {
    font-size: 1.5rem; }
  h6, .h6 {
    font-size: 1.375rem; } }

a {
  line-height: inherit;
  color: #008E9E;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #007a88; }
  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: 1.5rem;
  list-style-position: outside;
  line-height: 1.8; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #424F62; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 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: #424F62; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.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-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

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

.is-invalid-input:not(:focus) {
  border-color: #7E88AB;
  background-color: #f1f2f6; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #7E88AB; }

.is-invalid-label {
  color: #7E88AB; }

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

.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 18px 32px;
  border: 1px solid transparent;
  border-radius: 80px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1.13rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #008E9E;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] button,
  [data-whatinput='mouse'] input[type="button"],
  [data-whatinput='mouse'] input[type="reset"],
  [data-whatinput='mouse'] input[type="submit"] {
    outline: 0; }
  .button:hover, button:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"], .button:focus, button:focus,
  input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"] {
    background-color: #007986;
    color: #fefefe; }
  .button.small, button.small,
  input.small[type="button"],
  input.small[type="reset"],
  input.small[type="submit"] {
    font-size: 0.75rem; }
  .button.expanded, button.expanded,
  input.expanded[type="button"],
  input.expanded[type="reset"],
  input.expanded[type="submit"] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, button.primary,
  input.primary[type="button"],
  input.primary[type="reset"],
  input.primary[type="submit"] {
    background-color: #008E9E;
    color: #fefefe; }
    .button.primary:hover, button.primary:hover,
    input.primary:hover[type="button"],
    input.primary:hover[type="reset"],
    input.primary:hover[type="submit"], .button.primary:focus, button.primary:focus,
    input.primary:focus[type="button"],
    input.primary:focus[type="reset"],
    input.primary:focus[type="submit"] {
      background-color: #00727e;
      color: #fefefe; }
  .button.secondary, button.secondary,
  input.secondary[type="button"],
  input.secondary[type="reset"],
  input.secondary[type="submit"] {
    background-color: #1D3C34;
    color: #fefefe; }
    .button.secondary:hover, button.secondary:hover,
    input.secondary:hover[type="button"],
    input.secondary:hover[type="reset"],
    input.secondary:hover[type="submit"], .button.secondary:focus, button.secondary:focus,
    input.secondary:focus[type="button"],
    input.secondary:focus[type="reset"],
    input.secondary:focus[type="submit"] {
      background-color: #17302a;
      color: #fefefe; }
  .button.success, button.success,
  input.success[type="button"],
  input.success[type="reset"],
  input.success[type="submit"] {
    background-color: #75C494;
    color: #fefefe; }
    .button.success:hover, button.success:hover,
    input.success:hover[type="button"],
    input.success:hover[type="reset"],
    input.success:hover[type="submit"], .button.success:focus, button.success:focus,
    input.success:focus[type="button"],
    input.success:focus[type="reset"],
    input.success:focus[type="submit"] {
      background-color: #4baf72;
      color: #fefefe; }
  .button.warning, button.warning,
  input.warning[type="button"],
  input.warning[type="reset"],
  input.warning[type="submit"] {
    background-color: #C66499;
    color: #fefefe; }
    .button.warning:hover, button.warning:hover,
    input.warning:hover[type="button"],
    input.warning:hover[type="reset"],
    input.warning:hover[type="submit"], .button.warning:focus, button.warning:focus,
    input.warning:focus[type="button"],
    input.warning:focus[type="reset"],
    input.warning:focus[type="submit"] {
      background-color: #ae407c;
      color: #fefefe; }
  .button.alert, button.alert,
  input.alert[type="button"],
  input.alert[type="reset"],
  input.alert[type="submit"] {
    background-color: #7E88AB;
    color: #fefefe; }
    .button.alert:hover, button.alert:hover,
    input.alert:hover[type="button"],
    input.alert:hover[type="reset"],
    input.alert:hover[type="submit"], .button.alert:focus, button.alert:focus,
    input.alert:focus[type="button"],
    input.alert:focus[type="reset"],
    input.alert:focus[type="submit"] {
      background-color: #5e6990;
      color: #fefefe; }
  .button.disabled, button.disabled,
  input.disabled[type="button"],
  input.disabled[type="reset"],
  input.disabled[type="submit"], .button[disabled], button[disabled],
  input[disabled][type="button"],
  input[disabled][type="reset"],
  input[disabled][type="submit"] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, button.disabled,
    input.disabled[type="button"],
    input.disabled[type="reset"],
    input.disabled[type="submit"], .button.disabled:hover, button.disabled:hover,
    input.disabled:hover[type="button"],
    input.disabled:hover[type="reset"],
    input.disabled:hover[type="submit"], .button.disabled:focus, button.disabled:focus,
    input.disabled:focus[type="button"],
    input.disabled:focus[type="reset"],
    input.disabled:focus[type="submit"], .button[disabled], button[disabled],
    input[disabled][type="button"],
    input[disabled][type="reset"],
    input[disabled][type="submit"], .button[disabled]:hover, button[disabled]:hover,
    input[disabled]:hover[type="button"],
    input[disabled]:hover[type="reset"],
    input[disabled]:hover[type="submit"], .button[disabled]:focus, button[disabled]:focus,
    input[disabled]:focus[type="button"],
    input[disabled]:focus[type="reset"],
    input[disabled]:focus[type="submit"] {
      background-color: #008E9E;
      color: #fefefe; }
    .button.disabled.primary, button.disabled.primary,
    input.disabled.primary[type="button"],
    input.disabled.primary[type="reset"],
    input.disabled.primary[type="submit"], .button[disabled].primary, button[disabled].primary,
    input[disabled].primary[type="button"],
    input[disabled].primary[type="reset"],
    input[disabled].primary[type="submit"] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, button.disabled.primary,
      input.disabled.primary[type="button"],
      input.disabled.primary[type="reset"],
      input.disabled.primary[type="submit"], .button.disabled.primary:hover, button.disabled.primary:hover,
      input.disabled.primary:hover[type="button"],
      input.disabled.primary:hover[type="reset"],
      input.disabled.primary:hover[type="submit"], .button.disabled.primary:focus, button.disabled.primary:focus,
      input.disabled.primary:focus[type="button"],
      input.disabled.primary:focus[type="reset"],
      input.disabled.primary:focus[type="submit"], .button[disabled].primary, button[disabled].primary,
      input[disabled].primary[type="button"],
      input[disabled].primary[type="reset"],
      input[disabled].primary[type="submit"], .button[disabled].primary:hover, button[disabled].primary:hover,
      input[disabled].primary:hover[type="button"],
      input[disabled].primary:hover[type="reset"],
      input[disabled].primary:hover[type="submit"], .button[disabled].primary:focus, button[disabled].primary:focus,
      input[disabled].primary:focus[type="button"],
      input[disabled].primary:focus[type="reset"],
      input[disabled].primary:focus[type="submit"] {
        background-color: #008E9E;
        color: #fefefe; }
    .button.disabled.secondary, button.disabled.secondary,
    input.disabled.secondary[type="button"],
    input.disabled.secondary[type="reset"],
    input.disabled.secondary[type="submit"], .button[disabled].secondary, button[disabled].secondary,
    input[disabled].secondary[type="button"],
    input[disabled].secondary[type="reset"],
    input[disabled].secondary[type="submit"] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, button.disabled.secondary,
      input.disabled.secondary[type="button"],
      input.disabled.secondary[type="reset"],
      input.disabled.secondary[type="submit"], .button.disabled.secondary:hover, button.disabled.secondary:hover,
      input.disabled.secondary:hover[type="button"],
      input.disabled.secondary:hover[type="reset"],
      input.disabled.secondary:hover[type="submit"], .button.disabled.secondary:focus, button.disabled.secondary:focus,
      input.disabled.secondary:focus[type="button"],
      input.disabled.secondary:focus[type="reset"],
      input.disabled.secondary:focus[type="submit"], .button[disabled].secondary, button[disabled].secondary,
      input[disabled].secondary[type="button"],
      input[disabled].secondary[type="reset"],
      input[disabled].secondary[type="submit"], .button[disabled].secondary:hover, button[disabled].secondary:hover,
      input[disabled].secondary:hover[type="button"],
      input[disabled].secondary:hover[type="reset"],
      input[disabled].secondary:hover[type="submit"], .button[disabled].secondary:focus, button[disabled].secondary:focus,
      input[disabled].secondary:focus[type="button"],
      input[disabled].secondary:focus[type="reset"],
      input[disabled].secondary:focus[type="submit"] {
        background-color: #1D3C34;
        color: #fefefe; }
    .button.disabled.success, button.disabled.success,
    input.disabled.success[type="button"],
    input.disabled.success[type="reset"],
    input.disabled.success[type="submit"], .button[disabled].success, button[disabled].success,
    input[disabled].success[type="button"],
    input[disabled].success[type="reset"],
    input[disabled].success[type="submit"] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, button.disabled.success,
      input.disabled.success[type="button"],
      input.disabled.success[type="reset"],
      input.disabled.success[type="submit"], .button.disabled.success:hover, button.disabled.success:hover,
      input.disabled.success:hover[type="button"],
      input.disabled.success:hover[type="reset"],
      input.disabled.success:hover[type="submit"], .button.disabled.success:focus, button.disabled.success:focus,
      input.disabled.success:focus[type="button"],
      input.disabled.success:focus[type="reset"],
      input.disabled.success:focus[type="submit"], .button[disabled].success, button[disabled].success,
      input[disabled].success[type="button"],
      input[disabled].success[type="reset"],
      input[disabled].success[type="submit"], .button[disabled].success:hover, button[disabled].success:hover,
      input[disabled].success:hover[type="button"],
      input[disabled].success:hover[type="reset"],
      input[disabled].success:hover[type="submit"], .button[disabled].success:focus, button[disabled].success:focus,
      input[disabled].success:focus[type="button"],
      input[disabled].success:focus[type="reset"],
      input[disabled].success:focus[type="submit"] {
        background-color: #75C494;
        color: #fefefe; }
    .button.disabled.warning, button.disabled.warning,
    input.disabled.warning[type="button"],
    input.disabled.warning[type="reset"],
    input.disabled.warning[type="submit"], .button[disabled].warning, button[disabled].warning,
    input[disabled].warning[type="button"],
    input[disabled].warning[type="reset"],
    input[disabled].warning[type="submit"] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, button.disabled.warning,
      input.disabled.warning[type="button"],
      input.disabled.warning[type="reset"],
      input.disabled.warning[type="submit"], .button.disabled.warning:hover, button.disabled.warning:hover,
      input.disabled.warning:hover[type="button"],
      input.disabled.warning:hover[type="reset"],
      input.disabled.warning:hover[type="submit"], .button.disabled.warning:focus, button.disabled.warning:focus,
      input.disabled.warning:focus[type="button"],
      input.disabled.warning:focus[type="reset"],
      input.disabled.warning:focus[type="submit"], .button[disabled].warning, button[disabled].warning,
      input[disabled].warning[type="button"],
      input[disabled].warning[type="reset"],
      input[disabled].warning[type="submit"], .button[disabled].warning:hover, button[disabled].warning:hover,
      input[disabled].warning:hover[type="button"],
      input[disabled].warning:hover[type="reset"],
      input[disabled].warning:hover[type="submit"], .button[disabled].warning:focus, button[disabled].warning:focus,
      input[disabled].warning:focus[type="button"],
      input[disabled].warning:focus[type="reset"],
      input[disabled].warning:focus[type="submit"] {
        background-color: #C66499;
        color: #fefefe; }
    .button.disabled.alert, button.disabled.alert,
    input.disabled.alert[type="button"],
    input.disabled.alert[type="reset"],
    input.disabled.alert[type="submit"], .button[disabled].alert, button[disabled].alert,
    input[disabled].alert[type="button"],
    input[disabled].alert[type="reset"],
    input[disabled].alert[type="submit"] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, button.disabled.alert,
      input.disabled.alert[type="button"],
      input.disabled.alert[type="reset"],
      input.disabled.alert[type="submit"], .button.disabled.alert:hover, button.disabled.alert:hover,
      input.disabled.alert:hover[type="button"],
      input.disabled.alert:hover[type="reset"],
      input.disabled.alert:hover[type="submit"], .button.disabled.alert:focus, button.disabled.alert:focus,
      input.disabled.alert:focus[type="button"],
      input.disabled.alert:focus[type="reset"],
      input.disabled.alert:focus[type="submit"], .button[disabled].alert, button[disabled].alert,
      input[disabled].alert[type="button"],
      input[disabled].alert[type="reset"],
      input[disabled].alert[type="submit"], .button[disabled].alert:hover, button[disabled].alert:hover,
      input[disabled].alert:hover[type="button"],
      input[disabled].alert:hover[type="reset"],
      input[disabled].alert:hover[type="submit"], .button[disabled].alert:focus, button[disabled].alert:focus,
      input[disabled].alert:focus[type="button"],
      input[disabled].alert:focus[type="reset"],
      input[disabled].alert:focus[type="submit"] {
        background-color: #7E88AB;
        color: #fefefe; }
  .button.hollow, button.hollow,
  input.hollow[type="button"],
  input.hollow[type="reset"],
  input.hollow[type="submit"] {
    border: 1px solid #008E9E;
    color: #008E9E; }
    .button.hollow, button.hollow,
    input.hollow[type="button"],
    input.hollow[type="reset"],
    input.hollow[type="submit"], .button.hollow:hover, button.hollow:hover,
    input.hollow:hover[type="button"],
    input.hollow:hover[type="reset"],
    input.hollow:hover[type="submit"], .button.hollow:focus, button.hollow:focus,
    input.hollow:focus[type="button"],
    input.hollow:focus[type="reset"],
    input.hollow:focus[type="submit"] {
      background-color: transparent; }
    .button.hollow.disabled, button.hollow.disabled,
    input.hollow.disabled[type="button"],
    input.hollow.disabled[type="reset"],
    input.hollow.disabled[type="submit"], .button.hollow.disabled:hover, button.hollow.disabled:hover,
    input.hollow.disabled:hover[type="button"],
    input.hollow.disabled:hover[type="reset"],
    input.hollow.disabled:hover[type="submit"], .button.hollow.disabled:focus, button.hollow.disabled:focus,
    input.hollow.disabled:focus[type="button"],
    input.hollow.disabled:focus[type="reset"],
    input.hollow.disabled:focus[type="submit"], .button.hollow[disabled], button.hollow[disabled],
    input.hollow[disabled][type="button"],
    input.hollow[disabled][type="reset"],
    input.hollow[disabled][type="submit"], .button.hollow[disabled]:hover, button.hollow[disabled]:hover,
    input.hollow[disabled]:hover[type="button"],
    input.hollow[disabled]:hover[type="reset"],
    input.hollow[disabled]:hover[type="submit"], .button.hollow[disabled]:focus, button.hollow[disabled]:focus,
    input.hollow[disabled]:focus[type="button"],
    input.hollow[disabled]:focus[type="reset"],
    input.hollow[disabled]:focus[type="submit"] {
      background-color: transparent; }
    .button.hollow:hover, button.hollow:hover,
    input.hollow:hover[type="button"],
    input.hollow:hover[type="reset"],
    input.hollow:hover[type="submit"], .button.hollow:focus, button.hollow:focus,
    input.hollow:focus[type="button"],
    input.hollow:focus[type="reset"],
    input.hollow:focus[type="submit"] {
      border-color: #00474f;
      color: #00474f; }
      .button.hollow:hover.disabled, button.hollow:hover.disabled,
      input.hollow:hover.disabled[type="button"],
      input.hollow:hover.disabled[type="reset"],
      input.hollow:hover.disabled[type="submit"], .button.hollow:hover[disabled], button.hollow:hover[disabled],
      input.hollow:hover[disabled][type="button"],
      input.hollow:hover[disabled][type="reset"],
      input.hollow:hover[disabled][type="submit"], .button.hollow:focus.disabled, button.hollow:focus.disabled,
      input.hollow:focus.disabled[type="button"],
      input.hollow:focus.disabled[type="reset"],
      input.hollow:focus.disabled[type="submit"], .button.hollow:focus[disabled], button.hollow:focus[disabled],
      input.hollow:focus[disabled][type="button"],
      input.hollow:focus[disabled][type="reset"],
      input.hollow:focus[disabled][type="submit"] {
        border: 1px solid #008E9E;
        color: #008E9E; }
    .button.hollow.primary, button.hollow.primary,
    input.hollow.primary[type="button"],
    input.hollow.primary[type="reset"],
    input.hollow.primary[type="submit"] {
      border: 1px solid #008E9E;
      color: #008E9E; }
      .button.hollow.primary:hover, button.hollow.primary:hover,
      input.hollow.primary:hover[type="button"],
      input.hollow.primary:hover[type="reset"],
      input.hollow.primary:hover[type="submit"], .button.hollow.primary:focus, button.hollow.primary:focus,
      input.hollow.primary:focus[type="button"],
      input.hollow.primary:focus[type="reset"],
      input.hollow.primary:focus[type="submit"] {
        border-color: #00474f;
        color: #00474f; }
        .button.hollow.primary:hover.disabled, button.hollow.primary:hover.disabled,
        input.hollow.primary:hover.disabled[type="button"],
        input.hollow.primary:hover.disabled[type="reset"],
        input.hollow.primary:hover.disabled[type="submit"], .button.hollow.primary:hover[disabled], button.hollow.primary:hover[disabled],
        input.hollow.primary:hover[disabled][type="button"],
        input.hollow.primary:hover[disabled][type="reset"],
        input.hollow.primary:hover[disabled][type="submit"], .button.hollow.primary:focus.disabled, button.hollow.primary:focus.disabled,
        input.hollow.primary:focus.disabled[type="button"],
        input.hollow.primary:focus.disabled[type="reset"],
        input.hollow.primary:focus.disabled[type="submit"], .button.hollow.primary:focus[disabled], button.hollow.primary:focus[disabled],
        input.hollow.primary:focus[disabled][type="button"],
        input.hollow.primary:focus[disabled][type="reset"],
        input.hollow.primary:focus[disabled][type="submit"] {
          border: 1px solid #008E9E;
          color: #008E9E; }
    .button.hollow.secondary, button.hollow.secondary,
    input.hollow.secondary[type="button"],
    input.hollow.secondary[type="reset"],
    input.hollow.secondary[type="submit"] {
      border: 1px solid #1D3C34;
      color: #1D3C34; }
      .button.hollow.secondary:hover, button.hollow.secondary:hover,
      input.hollow.secondary:hover[type="button"],
      input.hollow.secondary:hover[type="reset"],
      input.hollow.secondary:hover[type="submit"], .button.hollow.secondary:focus, button.hollow.secondary:focus,
      input.hollow.secondary:focus[type="button"],
      input.hollow.secondary:focus[type="reset"],
      input.hollow.secondary:focus[type="submit"] {
        border-color: #0f1e1a;
        color: #0f1e1a; }
        .button.hollow.secondary:hover.disabled, button.hollow.secondary:hover.disabled,
        input.hollow.secondary:hover.disabled[type="button"],
        input.hollow.secondary:hover.disabled[type="reset"],
        input.hollow.secondary:hover.disabled[type="submit"], .button.hollow.secondary:hover[disabled], button.hollow.secondary:hover[disabled],
        input.hollow.secondary:hover[disabled][type="button"],
        input.hollow.secondary:hover[disabled][type="reset"],
        input.hollow.secondary:hover[disabled][type="submit"], .button.hollow.secondary:focus.disabled, button.hollow.secondary:focus.disabled,
        input.hollow.secondary:focus.disabled[type="button"],
        input.hollow.secondary:focus.disabled[type="reset"],
        input.hollow.secondary:focus.disabled[type="submit"], .button.hollow.secondary:focus[disabled], button.hollow.secondary:focus[disabled],
        input.hollow.secondary:focus[disabled][type="button"],
        input.hollow.secondary:focus[disabled][type="reset"],
        input.hollow.secondary:focus[disabled][type="submit"] {
          border: 1px solid #1D3C34;
          color: #1D3C34; }
    .button.hollow.success, button.hollow.success,
    input.hollow.success[type="button"],
    input.hollow.success[type="reset"],
    input.hollow.success[type="submit"] {
      border: 1px solid #75C494;
      color: #75C494; }
      .button.hollow.success:hover, button.hollow.success:hover,
      input.hollow.success:hover[type="button"],
      input.hollow.success:hover[type="reset"],
      input.hollow.success:hover[type="submit"], .button.hollow.success:focus, button.hollow.success:focus,
      input.hollow.success:focus[type="button"],
      input.hollow.success:focus[type="reset"],
      input.hollow.success:focus[type="submit"] {
        border-color: #2f6e47;
        color: #2f6e47; }
        .button.hollow.success:hover.disabled, button.hollow.success:hover.disabled,
        input.hollow.success:hover.disabled[type="button"],
        input.hollow.success:hover.disabled[type="reset"],
        input.hollow.success:hover.disabled[type="submit"], .button.hollow.success:hover[disabled], button.hollow.success:hover[disabled],
        input.hollow.success:hover[disabled][type="button"],
        input.hollow.success:hover[disabled][type="reset"],
        input.hollow.success:hover[disabled][type="submit"], .button.hollow.success:focus.disabled, button.hollow.success:focus.disabled,
        input.hollow.success:focus.disabled[type="button"],
        input.hollow.success:focus.disabled[type="reset"],
        input.hollow.success:focus.disabled[type="submit"], .button.hollow.success:focus[disabled], button.hollow.success:focus[disabled],
        input.hollow.success:focus[disabled][type="button"],
        input.hollow.success:focus[disabled][type="reset"],
        input.hollow.success:focus[disabled][type="submit"] {
          border: 1px solid #75C494;
          color: #75C494; }
    .button.hollow.warning, button.hollow.warning,
    input.hollow.warning[type="button"],
    input.hollow.warning[type="reset"],
    input.hollow.warning[type="submit"] {
      border: 1px solid #C66499;
      color: #C66499; }
      .button.hollow.warning:hover, button.hollow.warning:hover,
      input.hollow.warning:hover[type="button"],
      input.hollow.warning:hover[type="reset"],
      input.hollow.warning:hover[type="submit"], .button.hollow.warning:focus, button.hollow.warning:focus,
      input.hollow.warning:focus[type="button"],
      input.hollow.warning:focus[type="reset"],
      input.hollow.warning:focus[type="submit"] {
        border-color: #6d284d;
        color: #6d284d; }
        .button.hollow.warning:hover.disabled, button.hollow.warning:hover.disabled,
        input.hollow.warning:hover.disabled[type="button"],
        input.hollow.warning:hover.disabled[type="reset"],
        input.hollow.warning:hover.disabled[type="submit"], .button.hollow.warning:hover[disabled], button.hollow.warning:hover[disabled],
        input.hollow.warning:hover[disabled][type="button"],
        input.hollow.warning:hover[disabled][type="reset"],
        input.hollow.warning:hover[disabled][type="submit"], .button.hollow.warning:focus.disabled, button.hollow.warning:focus.disabled,
        input.hollow.warning:focus.disabled[type="button"],
        input.hollow.warning:focus.disabled[type="reset"],
        input.hollow.warning:focus.disabled[type="submit"], .button.hollow.warning:focus[disabled], button.hollow.warning:focus[disabled],
        input.hollow.warning:focus[disabled][type="button"],
        input.hollow.warning:focus[disabled][type="reset"],
        input.hollow.warning:focus[disabled][type="submit"] {
          border: 1px solid #C66499;
          color: #C66499; }
    .button.hollow.alert, button.hollow.alert,
    input.hollow.alert[type="button"],
    input.hollow.alert[type="reset"],
    input.hollow.alert[type="submit"] {
      border: 1px solid #7E88AB;
      color: #7E88AB; }
      .button.hollow.alert:hover, button.hollow.alert:hover,
      input.hollow.alert:hover[type="button"],
      input.hollow.alert:hover[type="reset"],
      input.hollow.alert:hover[type="submit"], .button.hollow.alert:focus, button.hollow.alert:focus,
      input.hollow.alert:focus[type="button"],
      input.hollow.alert:focus[type="reset"],
      input.hollow.alert:focus[type="submit"] {
        border-color: #3b425a;
        color: #3b425a; }
        .button.hollow.alert:hover.disabled, button.hollow.alert:hover.disabled,
        input.hollow.alert:hover.disabled[type="button"],
        input.hollow.alert:hover.disabled[type="reset"],
        input.hollow.alert:hover.disabled[type="submit"], .button.hollow.alert:hover[disabled], button.hollow.alert:hover[disabled],
        input.hollow.alert:hover[disabled][type="button"],
        input.hollow.alert:hover[disabled][type="reset"],
        input.hollow.alert:hover[disabled][type="submit"], .button.hollow.alert:focus.disabled, button.hollow.alert:focus.disabled,
        input.hollow.alert:focus.disabled[type="button"],
        input.hollow.alert:focus.disabled[type="reset"],
        input.hollow.alert:focus.disabled[type="submit"], .button.hollow.alert:focus[disabled], button.hollow.alert:focus[disabled],
        input.hollow.alert:focus[disabled][type="button"],
        input.hollow.alert:focus[disabled][type="reset"],
        input.hollow.alert:focus[disabled][type="submit"] {
          border: 1px solid #7E88AB;
          color: #7E88AB; }
  .button.clear, button.clear,
  input.clear[type="button"],
  input.clear[type="reset"],
  input.clear[type="submit"] {
    border: 1px solid #008E9E;
    color: #008E9E; }
    .button.clear, button.clear,
    input.clear[type="button"],
    input.clear[type="reset"],
    input.clear[type="submit"], .button.clear:hover, button.clear:hover,
    input.clear:hover[type="button"],
    input.clear:hover[type="reset"],
    input.clear:hover[type="submit"], .button.clear:focus, button.clear:focus,
    input.clear:focus[type="button"],
    input.clear:focus[type="reset"],
    input.clear:focus[type="submit"] {
      background-color: transparent; }
    .button.clear.disabled, button.clear.disabled,
    input.clear.disabled[type="button"],
    input.clear.disabled[type="reset"],
    input.clear.disabled[type="submit"], .button.clear.disabled:hover, button.clear.disabled:hover,
    input.clear.disabled:hover[type="button"],
    input.clear.disabled:hover[type="reset"],
    input.clear.disabled:hover[type="submit"], .button.clear.disabled:focus, button.clear.disabled:focus,
    input.clear.disabled:focus[type="button"],
    input.clear.disabled:focus[type="reset"],
    input.clear.disabled:focus[type="submit"], .button.clear[disabled], button.clear[disabled],
    input.clear[disabled][type="button"],
    input.clear[disabled][type="reset"],
    input.clear[disabled][type="submit"], .button.clear[disabled]:hover, button.clear[disabled]:hover,
    input.clear[disabled]:hover[type="button"],
    input.clear[disabled]:hover[type="reset"],
    input.clear[disabled]:hover[type="submit"], .button.clear[disabled]:focus, button.clear[disabled]:focus,
    input.clear[disabled]:focus[type="button"],
    input.clear[disabled]:focus[type="reset"],
    input.clear[disabled]:focus[type="submit"] {
      background-color: transparent; }
    .button.clear:hover, button.clear:hover,
    input.clear:hover[type="button"],
    input.clear:hover[type="reset"],
    input.clear:hover[type="submit"], .button.clear:focus, button.clear:focus,
    input.clear:focus[type="button"],
    input.clear:focus[type="reset"],
    input.clear:focus[type="submit"] {
      border-color: #00474f;
      color: #00474f; }
      .button.clear:hover.disabled, button.clear:hover.disabled,
      input.clear:hover.disabled[type="button"],
      input.clear:hover.disabled[type="reset"],
      input.clear:hover.disabled[type="submit"], .button.clear:hover[disabled], button.clear:hover[disabled],
      input.clear:hover[disabled][type="button"],
      input.clear:hover[disabled][type="reset"],
      input.clear:hover[disabled][type="submit"], .button.clear:focus.disabled, button.clear:focus.disabled,
      input.clear:focus.disabled[type="button"],
      input.clear:focus.disabled[type="reset"],
      input.clear:focus.disabled[type="submit"], .button.clear:focus[disabled], button.clear:focus[disabled],
      input.clear:focus[disabled][type="button"],
      input.clear:focus[disabled][type="reset"],
      input.clear:focus[disabled][type="submit"] {
        border: 1px solid #008E9E;
        color: #008E9E; }
    .button.clear, button.clear,
    input.clear[type="button"],
    input.clear[type="reset"],
    input.clear[type="submit"], .button.clear.disabled, button.clear.disabled,
    input.clear.disabled[type="button"],
    input.clear.disabled[type="reset"],
    input.clear.disabled[type="submit"], .button.clear[disabled], button.clear[disabled],
    input.clear[disabled][type="button"],
    input.clear[disabled][type="reset"],
    input.clear[disabled][type="submit"], .button.clear:hover, button.clear:hover,
    input.clear:hover[type="button"],
    input.clear:hover[type="reset"],
    input.clear:hover[type="submit"], .button.clear:hover.disabled, button.clear:hover.disabled,
    input.clear:hover.disabled[type="button"],
    input.clear:hover.disabled[type="reset"],
    input.clear:hover.disabled[type="submit"], .button.clear:hover[disabled], button.clear:hover[disabled],
    input.clear:hover[disabled][type="button"],
    input.clear:hover[disabled][type="reset"],
    input.clear:hover[disabled][type="submit"], .button.clear:focus, button.clear:focus,
    input.clear:focus[type="button"],
    input.clear:focus[type="reset"],
    input.clear:focus[type="submit"], .button.clear:focus.disabled, button.clear:focus.disabled,
    input.clear:focus.disabled[type="button"],
    input.clear:focus.disabled[type="reset"],
    input.clear:focus.disabled[type="submit"], .button.clear:focus[disabled], button.clear:focus[disabled],
    input.clear:focus[disabled][type="button"],
    input.clear:focus[disabled][type="reset"],
    input.clear:focus[disabled][type="submit"] {
      border-color: transparent; }
    .button.clear.primary, button.clear.primary,
    input.clear.primary[type="button"],
    input.clear.primary[type="reset"],
    input.clear.primary[type="submit"] {
      border: 1px solid #008E9E;
      color: #008E9E; }
      .button.clear.primary:hover, button.clear.primary:hover,
      input.clear.primary:hover[type="button"],
      input.clear.primary:hover[type="reset"],
      input.clear.primary:hover[type="submit"], .button.clear.primary:focus, button.clear.primary:focus,
      input.clear.primary:focus[type="button"],
      input.clear.primary:focus[type="reset"],
      input.clear.primary:focus[type="submit"] {
        border-color: #00474f;
        color: #00474f; }
        .button.clear.primary:hover.disabled, button.clear.primary:hover.disabled,
        input.clear.primary:hover.disabled[type="button"],
        input.clear.primary:hover.disabled[type="reset"],
        input.clear.primary:hover.disabled[type="submit"], .button.clear.primary:hover[disabled], button.clear.primary:hover[disabled],
        input.clear.primary:hover[disabled][type="button"],
        input.clear.primary:hover[disabled][type="reset"],
        input.clear.primary:hover[disabled][type="submit"], .button.clear.primary:focus.disabled, button.clear.primary:focus.disabled,
        input.clear.primary:focus.disabled[type="button"],
        input.clear.primary:focus.disabled[type="reset"],
        input.clear.primary:focus.disabled[type="submit"], .button.clear.primary:focus[disabled], button.clear.primary:focus[disabled],
        input.clear.primary:focus[disabled][type="button"],
        input.clear.primary:focus[disabled][type="reset"],
        input.clear.primary:focus[disabled][type="submit"] {
          border: 1px solid #008E9E;
          color: #008E9E; }
      .button.clear.primary, button.clear.primary,
      input.clear.primary[type="button"],
      input.clear.primary[type="reset"],
      input.clear.primary[type="submit"], .button.clear.primary.disabled, button.clear.primary.disabled,
      input.clear.primary.disabled[type="button"],
      input.clear.primary.disabled[type="reset"],
      input.clear.primary.disabled[type="submit"], .button.clear.primary[disabled], button.clear.primary[disabled],
      input.clear.primary[disabled][type="button"],
      input.clear.primary[disabled][type="reset"],
      input.clear.primary[disabled][type="submit"], .button.clear.primary:hover, button.clear.primary:hover,
      input.clear.primary:hover[type="button"],
      input.clear.primary:hover[type="reset"],
      input.clear.primary:hover[type="submit"], .button.clear.primary:hover.disabled, button.clear.primary:hover.disabled,
      input.clear.primary:hover.disabled[type="button"],
      input.clear.primary:hover.disabled[type="reset"],
      input.clear.primary:hover.disabled[type="submit"], .button.clear.primary:hover[disabled], button.clear.primary:hover[disabled],
      input.clear.primary:hover[disabled][type="button"],
      input.clear.primary:hover[disabled][type="reset"],
      input.clear.primary:hover[disabled][type="submit"], .button.clear.primary:focus, button.clear.primary:focus,
      input.clear.primary:focus[type="button"],
      input.clear.primary:focus[type="reset"],
      input.clear.primary:focus[type="submit"], .button.clear.primary:focus.disabled, button.clear.primary:focus.disabled,
      input.clear.primary:focus.disabled[type="button"],
      input.clear.primary:focus.disabled[type="reset"],
      input.clear.primary:focus.disabled[type="submit"], .button.clear.primary:focus[disabled], button.clear.primary:focus[disabled],
      input.clear.primary:focus[disabled][type="button"],
      input.clear.primary:focus[disabled][type="reset"],
      input.clear.primary:focus[disabled][type="submit"] {
        border-color: transparent; }
    .button.clear.secondary, button.clear.secondary,
    input.clear.secondary[type="button"],
    input.clear.secondary[type="reset"],
    input.clear.secondary[type="submit"] {
      border: 1px solid #1D3C34;
      color: #1D3C34; }
      .button.clear.secondary:hover, button.clear.secondary:hover,
      input.clear.secondary:hover[type="button"],
      input.clear.secondary:hover[type="reset"],
      input.clear.secondary:hover[type="submit"], .button.clear.secondary:focus, button.clear.secondary:focus,
      input.clear.secondary:focus[type="button"],
      input.clear.secondary:focus[type="reset"],
      input.clear.secondary:focus[type="submit"] {
        border-color: #0f1e1a;
        color: #0f1e1a; }
        .button.clear.secondary:hover.disabled, button.clear.secondary:hover.disabled,
        input.clear.secondary:hover.disabled[type="button"],
        input.clear.secondary:hover.disabled[type="reset"],
        input.clear.secondary:hover.disabled[type="submit"], .button.clear.secondary:hover[disabled], button.clear.secondary:hover[disabled],
        input.clear.secondary:hover[disabled][type="button"],
        input.clear.secondary:hover[disabled][type="reset"],
        input.clear.secondary:hover[disabled][type="submit"], .button.clear.secondary:focus.disabled, button.clear.secondary:focus.disabled,
        input.clear.secondary:focus.disabled[type="button"],
        input.clear.secondary:focus.disabled[type="reset"],
        input.clear.secondary:focus.disabled[type="submit"], .button.clear.secondary:focus[disabled], button.clear.secondary:focus[disabled],
        input.clear.secondary:focus[disabled][type="button"],
        input.clear.secondary:focus[disabled][type="reset"],
        input.clear.secondary:focus[disabled][type="submit"] {
          border: 1px solid #1D3C34;
          color: #1D3C34; }
      .button.clear.secondary, button.clear.secondary,
      input.clear.secondary[type="button"],
      input.clear.secondary[type="reset"],
      input.clear.secondary[type="submit"], .button.clear.secondary.disabled, button.clear.secondary.disabled,
      input.clear.secondary.disabled[type="button"],
      input.clear.secondary.disabled[type="reset"],
      input.clear.secondary.disabled[type="submit"], .button.clear.secondary[disabled], button.clear.secondary[disabled],
      input.clear.secondary[disabled][type="button"],
      input.clear.secondary[disabled][type="reset"],
      input.clear.secondary[disabled][type="submit"], .button.clear.secondary:hover, button.clear.secondary:hover,
      input.clear.secondary:hover[type="button"],
      input.clear.secondary:hover[type="reset"],
      input.clear.secondary:hover[type="submit"], .button.clear.secondary:hover.disabled, button.clear.secondary:hover.disabled,
      input.clear.secondary:hover.disabled[type="button"],
      input.clear.secondary:hover.disabled[type="reset"],
      input.clear.secondary:hover.disabled[type="submit"], .button.clear.secondary:hover[disabled], button.clear.secondary:hover[disabled],
      input.clear.secondary:hover[disabled][type="button"],
      input.clear.secondary:hover[disabled][type="reset"],
      input.clear.secondary:hover[disabled][type="submit"], .button.clear.secondary:focus, button.clear.secondary:focus,
      input.clear.secondary:focus[type="button"],
      input.clear.secondary:focus[type="reset"],
      input.clear.secondary:focus[type="submit"], .button.clear.secondary:focus.disabled, button.clear.secondary:focus.disabled,
      input.clear.secondary:focus.disabled[type="button"],
      input.clear.secondary:focus.disabled[type="reset"],
      input.clear.secondary:focus.disabled[type="submit"], .button.clear.secondary:focus[disabled], button.clear.secondary:focus[disabled],
      input.clear.secondary:focus[disabled][type="button"],
      input.clear.secondary:focus[disabled][type="reset"],
      input.clear.secondary:focus[disabled][type="submit"] {
        border-color: transparent; }
    .button.clear.success, button.clear.success,
    input.clear.success[type="button"],
    input.clear.success[type="reset"],
    input.clear.success[type="submit"] {
      border: 1px solid #75C494;
      color: #75C494; }
      .button.clear.success:hover, button.clear.success:hover,
      input.clear.success:hover[type="button"],
      input.clear.success:hover[type="reset"],
      input.clear.success:hover[type="submit"], .button.clear.success:focus, button.clear.success:focus,
      input.clear.success:focus[type="button"],
      input.clear.success:focus[type="reset"],
      input.clear.success:focus[type="submit"] {
        border-color: #2f6e47;
        color: #2f6e47; }
        .button.clear.success:hover.disabled, button.clear.success:hover.disabled,
        input.clear.success:hover.disabled[type="button"],
        input.clear.success:hover.disabled[type="reset"],
        input.clear.success:hover.disabled[type="submit"], .button.clear.success:hover[disabled], button.clear.success:hover[disabled],
        input.clear.success:hover[disabled][type="button"],
        input.clear.success:hover[disabled][type="reset"],
        input.clear.success:hover[disabled][type="submit"], .button.clear.success:focus.disabled, button.clear.success:focus.disabled,
        input.clear.success:focus.disabled[type="button"],
        input.clear.success:focus.disabled[type="reset"],
        input.clear.success:focus.disabled[type="submit"], .button.clear.success:focus[disabled], button.clear.success:focus[disabled],
        input.clear.success:focus[disabled][type="button"],
        input.clear.success:focus[disabled][type="reset"],
        input.clear.success:focus[disabled][type="submit"] {
          border: 1px solid #75C494;
          color: #75C494; }
      .button.clear.success, button.clear.success,
      input.clear.success[type="button"],
      input.clear.success[type="reset"],
      input.clear.success[type="submit"], .button.clear.success.disabled, button.clear.success.disabled,
      input.clear.success.disabled[type="button"],
      input.clear.success.disabled[type="reset"],
      input.clear.success.disabled[type="submit"], .button.clear.success[disabled], button.clear.success[disabled],
      input.clear.success[disabled][type="button"],
      input.clear.success[disabled][type="reset"],
      input.clear.success[disabled][type="submit"], .button.clear.success:hover, button.clear.success:hover,
      input.clear.success:hover[type="button"],
      input.clear.success:hover[type="reset"],
      input.clear.success:hover[type="submit"], .button.clear.success:hover.disabled, button.clear.success:hover.disabled,
      input.clear.success:hover.disabled[type="button"],
      input.clear.success:hover.disabled[type="reset"],
      input.clear.success:hover.disabled[type="submit"], .button.clear.success:hover[disabled], button.clear.success:hover[disabled],
      input.clear.success:hover[disabled][type="button"],
      input.clear.success:hover[disabled][type="reset"],
      input.clear.success:hover[disabled][type="submit"], .button.clear.success:focus, button.clear.success:focus,
      input.clear.success:focus[type="button"],
      input.clear.success:focus[type="reset"],
      input.clear.success:focus[type="submit"], .button.clear.success:focus.disabled, button.clear.success:focus.disabled,
      input.clear.success:focus.disabled[type="button"],
      input.clear.success:focus.disabled[type="reset"],
      input.clear.success:focus.disabled[type="submit"], .button.clear.success:focus[disabled], button.clear.success:focus[disabled],
      input.clear.success:focus[disabled][type="button"],
      input.clear.success:focus[disabled][type="reset"],
      input.clear.success:focus[disabled][type="submit"] {
        border-color: transparent; }
    .button.clear.warning, button.clear.warning,
    input.clear.warning[type="button"],
    input.clear.warning[type="reset"],
    input.clear.warning[type="submit"] {
      border: 1px solid #C66499;
      color: #C66499; }
      .button.clear.warning:hover, button.clear.warning:hover,
      input.clear.warning:hover[type="button"],
      input.clear.warning:hover[type="reset"],
      input.clear.warning:hover[type="submit"], .button.clear.warning:focus, button.clear.warning:focus,
      input.clear.warning:focus[type="button"],
      input.clear.warning:focus[type="reset"],
      input.clear.warning:focus[type="submit"] {
        border-color: #6d284d;
        color: #6d284d; }
        .button.clear.warning:hover.disabled, button.clear.warning:hover.disabled,
        input.clear.warning:hover.disabled[type="button"],
        input.clear.warning:hover.disabled[type="reset"],
        input.clear.warning:hover.disabled[type="submit"], .button.clear.warning:hover[disabled], button.clear.warning:hover[disabled],
        input.clear.warning:hover[disabled][type="button"],
        input.clear.warning:hover[disabled][type="reset"],
        input.clear.warning:hover[disabled][type="submit"], .button.clear.warning:focus.disabled, button.clear.warning:focus.disabled,
        input.clear.warning:focus.disabled[type="button"],
        input.clear.warning:focus.disabled[type="reset"],
        input.clear.warning:focus.disabled[type="submit"], .button.clear.warning:focus[disabled], button.clear.warning:focus[disabled],
        input.clear.warning:focus[disabled][type="button"],
        input.clear.warning:focus[disabled][type="reset"],
        input.clear.warning:focus[disabled][type="submit"] {
          border: 1px solid #C66499;
          color: #C66499; }
      .button.clear.warning, button.clear.warning,
      input.clear.warning[type="button"],
      input.clear.warning[type="reset"],
      input.clear.warning[type="submit"], .button.clear.warning.disabled, button.clear.warning.disabled,
      input.clear.warning.disabled[type="button"],
      input.clear.warning.disabled[type="reset"],
      input.clear.warning.disabled[type="submit"], .button.clear.warning[disabled], button.clear.warning[disabled],
      input.clear.warning[disabled][type="button"],
      input.clear.warning[disabled][type="reset"],
      input.clear.warning[disabled][type="submit"], .button.clear.warning:hover, button.clear.warning:hover,
      input.clear.warning:hover[type="button"],
      input.clear.warning:hover[type="reset"],
      input.clear.warning:hover[type="submit"], .button.clear.warning:hover.disabled, button.clear.warning:hover.disabled,
      input.clear.warning:hover.disabled[type="button"],
      input.clear.warning:hover.disabled[type="reset"],
      input.clear.warning:hover.disabled[type="submit"], .button.clear.warning:hover[disabled], button.clear.warning:hover[disabled],
      input.clear.warning:hover[disabled][type="button"],
      input.clear.warning:hover[disabled][type="reset"],
      input.clear.warning:hover[disabled][type="submit"], .button.clear.warning:focus, button.clear.warning:focus,
      input.clear.warning:focus[type="button"],
      input.clear.warning:focus[type="reset"],
      input.clear.warning:focus[type="submit"], .button.clear.warning:focus.disabled, button.clear.warning:focus.disabled,
      input.clear.warning:focus.disabled[type="button"],
      input.clear.warning:focus.disabled[type="reset"],
      input.clear.warning:focus.disabled[type="submit"], .button.clear.warning:focus[disabled], button.clear.warning:focus[disabled],
      input.clear.warning:focus[disabled][type="button"],
      input.clear.warning:focus[disabled][type="reset"],
      input.clear.warning:focus[disabled][type="submit"] {
        border-color: transparent; }
    .button.clear.alert, button.clear.alert,
    input.clear.alert[type="button"],
    input.clear.alert[type="reset"],
    input.clear.alert[type="submit"] {
      border: 1px solid #7E88AB;
      color: #7E88AB; }
      .button.clear.alert:hover, button.clear.alert:hover,
      input.clear.alert:hover[type="button"],
      input.clear.alert:hover[type="reset"],
      input.clear.alert:hover[type="submit"], .button.clear.alert:focus, button.clear.alert:focus,
      input.clear.alert:focus[type="button"],
      input.clear.alert:focus[type="reset"],
      input.clear.alert:focus[type="submit"] {
        border-color: #3b425a;
        color: #3b425a; }
        .button.clear.alert:hover.disabled, button.clear.alert:hover.disabled,
        input.clear.alert:hover.disabled[type="button"],
        input.clear.alert:hover.disabled[type="reset"],
        input.clear.alert:hover.disabled[type="submit"], .button.clear.alert:hover[disabled], button.clear.alert:hover[disabled],
        input.clear.alert:hover[disabled][type="button"],
        input.clear.alert:hover[disabled][type="reset"],
        input.clear.alert:hover[disabled][type="submit"], .button.clear.alert:focus.disabled, button.clear.alert:focus.disabled,
        input.clear.alert:focus.disabled[type="button"],
        input.clear.alert:focus.disabled[type="reset"],
        input.clear.alert:focus.disabled[type="submit"], .button.clear.alert:focus[disabled], button.clear.alert:focus[disabled],
        input.clear.alert:focus[disabled][type="button"],
        input.clear.alert:focus[disabled][type="reset"],
        input.clear.alert:focus[disabled][type="submit"] {
          border: 1px solid #7E88AB;
          color: #7E88AB; }
      .button.clear.alert, button.clear.alert,
      input.clear.alert[type="button"],
      input.clear.alert[type="reset"],
      input.clear.alert[type="submit"], .button.clear.alert.disabled, button.clear.alert.disabled,
      input.clear.alert.disabled[type="button"],
      input.clear.alert.disabled[type="reset"],
      input.clear.alert.disabled[type="submit"], .button.clear.alert[disabled], button.clear.alert[disabled],
      input.clear.alert[disabled][type="button"],
      input.clear.alert[disabled][type="reset"],
      input.clear.alert[disabled][type="submit"], .button.clear.alert:hover, button.clear.alert:hover,
      input.clear.alert:hover[type="button"],
      input.clear.alert:hover[type="reset"],
      input.clear.alert:hover[type="submit"], .button.clear.alert:hover.disabled, button.clear.alert:hover.disabled,
      input.clear.alert:hover.disabled[type="button"],
      input.clear.alert:hover.disabled[type="reset"],
      input.clear.alert:hover.disabled[type="submit"], .button.clear.alert:hover[disabled], button.clear.alert:hover[disabled],
      input.clear.alert:hover[disabled][type="button"],
      input.clear.alert:hover[disabled][type="reset"],
      input.clear.alert:hover[disabled][type="submit"], .button.clear.alert:focus, button.clear.alert:focus,
      input.clear.alert:focus[type="button"],
      input.clear.alert:focus[type="reset"],
      input.clear.alert:focus[type="submit"], .button.clear.alert:focus.disabled, button.clear.alert:focus.disabled,
      input.clear.alert:focus.disabled[type="button"],
      input.clear.alert:focus.disabled[type="reset"],
      input.clear.alert:focus.disabled[type="submit"], .button.clear.alert:focus[disabled], button.clear.alert:focus[disabled],
      input.clear.alert:focus[disabled][type="button"],
      input.clear.alert:focus[disabled][type="reset"],
      input.clear.alert:focus[disabled][type="submit"] {
        border-color: transparent; }
  .button.dropdown::after, button.dropdown::after,
  input.dropdown[type="button"]::after,
  input.dropdown[type="reset"]::after,
  input.dropdown[type="submit"]::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 32px; }
  .button.dropdown.hollow::after, button.dropdown.hollow::after,
  input.dropdown.hollow[type="button"]::after,
  input.dropdown.hollow[type="reset"]::after,
  input.dropdown.hollow[type="submit"]::after, .button.dropdown.clear::after, button.dropdown.clear::after,
  input.dropdown.clear[type="button"]::after,
  input.dropdown.clear[type="reset"]::after,
  input.dropdown.clear[type="submit"]::after {
    border-top-color: #008E9E; }
  .button.dropdown.hollow.primary::after, button.dropdown.hollow.primary::after,
  input.dropdown.hollow.primary[type="button"]::after,
  input.dropdown.hollow.primary[type="reset"]::after,
  input.dropdown.hollow.primary[type="submit"]::after, .button.dropdown.clear.primary::after, button.dropdown.clear.primary::after,
  input.dropdown.clear.primary[type="button"]::after,
  input.dropdown.clear.primary[type="reset"]::after,
  input.dropdown.clear.primary[type="submit"]::after {
    border-top-color: #008E9E; }
  .button.dropdown.hollow.secondary::after, button.dropdown.hollow.secondary::after,
  input.dropdown.hollow.secondary[type="button"]::after,
  input.dropdown.hollow.secondary[type="reset"]::after,
  input.dropdown.hollow.secondary[type="submit"]::after, .button.dropdown.clear.secondary::after, button.dropdown.clear.secondary::after,
  input.dropdown.clear.secondary[type="button"]::after,
  input.dropdown.clear.secondary[type="reset"]::after,
  input.dropdown.clear.secondary[type="submit"]::after {
    border-top-color: #1D3C34; }
  .button.dropdown.hollow.success::after, button.dropdown.hollow.success::after,
  input.dropdown.hollow.success[type="button"]::after,
  input.dropdown.hollow.success[type="reset"]::after,
  input.dropdown.hollow.success[type="submit"]::after, .button.dropdown.clear.success::after, button.dropdown.clear.success::after,
  input.dropdown.clear.success[type="button"]::after,
  input.dropdown.clear.success[type="reset"]::after,
  input.dropdown.clear.success[type="submit"]::after {
    border-top-color: #75C494; }
  .button.dropdown.hollow.warning::after, button.dropdown.hollow.warning::after,
  input.dropdown.hollow.warning[type="button"]::after,
  input.dropdown.hollow.warning[type="reset"]::after,
  input.dropdown.hollow.warning[type="submit"]::after, .button.dropdown.clear.warning::after, button.dropdown.clear.warning::after,
  input.dropdown.clear.warning[type="button"]::after,
  input.dropdown.clear.warning[type="reset"]::after,
  input.dropdown.clear.warning[type="submit"]::after {
    border-top-color: #C66499; }
  .button.dropdown.hollow.alert::after, button.dropdown.hollow.alert::after,
  input.dropdown.hollow.alert[type="button"]::after,
  input.dropdown.hollow.alert[type="reset"]::after,
  input.dropdown.hollow.alert[type="submit"]::after, .button.dropdown.clear.alert::after, button.dropdown.clear.alert::after,
  input.dropdown.clear.alert[type="button"]::after,
  input.dropdown.clear.alert[type="reset"]::after,
  input.dropdown.clear.alert[type="submit"]::after {
    border-top-color: #7E88AB; }
  .button.arrow-only::after, button.arrow-only::after,
  input.arrow-only[type="button"]::after,
  input.arrow-only[type="reset"]::after,
  input.arrow-only[type="submit"]::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #008E9E; }
  :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: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #424F62; }
  :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: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #008E9E transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #008E9E;
  color: #fefefe; }
  .badge.primary {
    background: #008E9E;
    color: #fefefe; }
  .badge.secondary {
    background: #1D3C34;
    color: #fefefe; }
  .badge.success {
    background: #75C494;
    color: #424F62; }
  .badge.warning {
    background: #C66499;
    color: #fefefe; }
  .badge.alert {
    background: #7E88AB;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #424F62;
    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: #008E9E; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group button,
  .button-group input[type="button"],
  .button-group input[type="reset"],
  .button-group input[type="submit"] {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.13rem;
    flex: 0 0 auto; }
    .button-group .button:last-child, .button-group button:last-child,
    .button-group input:last-child[type="button"],
    .button-group input:last-child[type="reset"],
    .button-group input:last-child[type="submit"] {
      margin-right: 0; }
  .button-group.small .button, .button-group.small button,
  .button-group.small input[type="button"],
  .button-group.small input[type="reset"],
  .button-group.small input[type="submit"] {
    font-size: 0.75rem; }
  .button-group.expanded .button, .button-group.expanded button,
  .button-group.expanded input[type="button"],
  .button-group.expanded input[type="reset"],
  .button-group.expanded input[type="submit"] {
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary button,
  .button-group.primary input[type="button"],
  .button-group.primary input[type="reset"],
  .button-group.primary input[type="submit"] {
    background-color: #008E9E;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary button:hover,
    .button-group.primary input:hover[type="button"],
    .button-group.primary input:hover[type="reset"],
    .button-group.primary input:hover[type="submit"], .button-group.primary .button:focus, .button-group.primary button:focus,
    .button-group.primary input:focus[type="button"],
    .button-group.primary input:focus[type="reset"],
    .button-group.primary input:focus[type="submit"] {
      background-color: #00727e;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary button,
  .button-group.secondary input[type="button"],
  .button-group.secondary input[type="reset"],
  .button-group.secondary input[type="submit"] {
    background-color: #1D3C34;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary button:hover,
    .button-group.secondary input:hover[type="button"],
    .button-group.secondary input:hover[type="reset"],
    .button-group.secondary input:hover[type="submit"], .button-group.secondary .button:focus, .button-group.secondary button:focus,
    .button-group.secondary input:focus[type="button"],
    .button-group.secondary input:focus[type="reset"],
    .button-group.secondary input:focus[type="submit"] {
      background-color: #17302a;
      color: #fefefe; }
  .button-group.success .button, .button-group.success button,
  .button-group.success input[type="button"],
  .button-group.success input[type="reset"],
  .button-group.success input[type="submit"] {
    background-color: #75C494;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success button:hover,
    .button-group.success input:hover[type="button"],
    .button-group.success input:hover[type="reset"],
    .button-group.success input:hover[type="submit"], .button-group.success .button:focus, .button-group.success button:focus,
    .button-group.success input:focus[type="button"],
    .button-group.success input:focus[type="reset"],
    .button-group.success input:focus[type="submit"] {
      background-color: #4baf72;
      color: #fefefe; }
  .button-group.warning .button, .button-group.warning button,
  .button-group.warning input[type="button"],
  .button-group.warning input[type="reset"],
  .button-group.warning input[type="submit"] {
    background-color: #C66499;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning button:hover,
    .button-group.warning input:hover[type="button"],
    .button-group.warning input:hover[type="reset"],
    .button-group.warning input:hover[type="submit"], .button-group.warning .button:focus, .button-group.warning button:focus,
    .button-group.warning input:focus[type="button"],
    .button-group.warning input:focus[type="reset"],
    .button-group.warning input:focus[type="submit"] {
      background-color: #ae407c;
      color: #fefefe; }
  .button-group.alert .button, .button-group.alert button,
  .button-group.alert input[type="button"],
  .button-group.alert input[type="reset"],
  .button-group.alert input[type="submit"] {
    background-color: #7E88AB;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert button:hover,
    .button-group.alert input:hover[type="button"],
    .button-group.alert input:hover[type="reset"],
    .button-group.alert input:hover[type="submit"], .button-group.alert .button:focus, .button-group.alert button:focus,
    .button-group.alert input:focus[type="button"],
    .button-group.alert input:focus[type="reset"],
    .button-group.alert input:focus[type="submit"] {
      background-color: #5e6990;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked button,
    .button-group.stacked input[type="button"],
    .button-group.stacked input[type="reset"],
    .button-group.stacked input[type="submit"], .button-group.stacked-for-small .button, .button-group.stacked-for-small button,
    .button-group.stacked-for-small input[type="button"],
    .button-group.stacked-for-small input[type="reset"],
    .button-group.stacked-for-small input[type="submit"], .button-group.stacked-for-medium .button, .button-group.stacked-for-medium button,
    .button-group.stacked-for-medium input[type="button"],
    .button-group.stacked-for-medium input[type="reset"],
    .button-group.stacked-for-medium input[type="submit"] {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked button:last-child,
      .button-group.stacked input:last-child[type="button"],
      .button-group.stacked input:last-child[type="reset"],
      .button-group.stacked input:last-child[type="submit"], .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small button:last-child,
      .button-group.stacked-for-small input:last-child[type="button"],
      .button-group.stacked-for-small input:last-child[type="reset"],
      .button-group.stacked-for-small input:last-child[type="submit"], .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium button:last-child,
      .button-group.stacked-for-medium input:last-child[type="button"],
      .button-group.stacked-for-medium input:last-child[type="reset"],
      .button-group.stacked-for-medium input:last-child[type="submit"] {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked.expanded button,
    .button-group.stacked.expanded input[type="button"],
    .button-group.stacked.expanded input[type="reset"],
    .button-group.stacked.expanded input[type="submit"], .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded button,
    .button-group.stacked-for-small.expanded input[type="button"],
    .button-group.stacked-for-small.expanded input[type="reset"],
    .button-group.stacked-for-small.expanded input[type="submit"], .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded button,
    .button-group.stacked-for-medium.expanded input[type="button"],
    .button-group.stacked-for-medium.expanded input[type="reset"],
    .button-group.stacked-for-medium.expanded input[type="submit"] {
      flex: 1 1 0px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small button,
    .button-group.stacked-for-small input[type="button"],
    .button-group.stacked-for-small input[type="reset"],
    .button-group.stacked-for-small input[type="submit"] {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium button,
    .button-group.stacked-for-medium input[type="button"],
    .button-group.stacked-for-medium input[type="reset"],
    .button-group.stacked-for-medium input[type="submit"] {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded button,
      .button-group.stacked-for-small.expanded input[type="button"],
      .button-group.stacked-for-small.expanded input[type="reset"],
      .button-group.stacked-for-small.expanded input[type="submit"] {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded button,
      .button-group.stacked-for-medium.expanded input[type="button"],
      .button-group.stacked-for-medium.expanded input[type="reset"],
      .button-group.stacked-for-medium.expanded input[type="submit"] {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(66, 79, 98, 0.25);
  border-radius: 0;
  background-color: white;
  color: #424F62; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #cafaff;
    color: #424F62; }
  .callout.secondary {
    background-color: #d4eae5;
    color: #424F62; }
  .callout.success {
    background-color: #eaf6ef;
    color: #424F62; }
  .callout.warning {
    background-color: #f6e8f0;
    color: #424F62; }
  .callout.alert {
    background-color: #ecedf2;
    color: #424F62; }
  .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: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #424F62; }
  .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;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #424F62; }
  .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,
  .menu button,
  .menu input[type="button"],
  .menu input[type="reset"],
  .menu input[type="submit"] {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #008E9E;
    color: #fefefe; }
  .menu .active > a {
    background: #008E9E;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

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

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

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

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

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

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

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

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

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

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

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #008E9E 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: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

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

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.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: #008E9E;
  color: #fefefe; }
  .label.primary {
    background: #008E9E;
    color: #fefefe; }
  .label.secondary {
    background: #1D3C34;
    color: #fefefe; }
  .label.success {
    background: #75C494;
    color: #424F62; }
  .label.warning {
    background: #C66499;
    color: #fefefe; }
  .label.alert {
    background: #7E88AB;
    color: #fefefe; }

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

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

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

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

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

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

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

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

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

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

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

.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(66, 79, 98, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(66, 79, 98, 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: #424F62; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #008E9E;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #424F62; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #008E9E; }
  .progress.secondary .progress-meter {
    background-color: #1D3C34; }
  .progress.success .progress-meter {
    background-color: #75C494; }
  .progress.warning .progress-meter {
    background-color: #C66499; }
  .progress.alert .progress-meter {
    background-color: #7E88AB; }

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

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

.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: #008E9E;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #007986; }
  .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(66, 79, 98, 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: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 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: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #008E9E; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs.primary {
  background: #008E9E; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #009eb0; }

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

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(66, 79, 98, 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(0, 142, 158, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

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

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

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

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

.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: #424F62;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #424F62;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #424F62 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #424F62;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #424F62 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: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button,
  .top-bar input[type="button"],
  .top-bar input[type="reset"],
  .top-bar input[type="submit"] {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('assets/fonts/font-name.eot');
      src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include opacity(0.8); */
/* @include translate(-50%, -50%); */
/* @include cover-background('path/to/img.jpg'); */
/* @include undefined-cover(); */
.g-abyss, .customer-quote-section.dark-quote-section {
  background-image: -webkit-linear-gradient(left, #96DDCF 0%, #2F99A3 29%, #0E6488 56%, #003545 85%);
  background-image: -o-linear-gradient(left, #96DDCF 0%, #2F99A3 29%, #0E6488 56%, #003545 85%);
  background-image: linear-gradient(to right, #96DDCF 0%, #2F99A3 29%, #0E6488 56%, #003545 85%); }

.g-water, .resource-block.event, .session-block.analytics .session-video {
  background-color: #2b87ad;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTAwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIxNTQ4OSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzViYWQxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTAwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIxNTQ4OSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzViYWQxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==), -webkit-gradient(radial, right bottom, 0, right bottom, 532, color-stop(0, #215489), color-stop(1, #35bad1));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(right bottom, ellipse farthest-side, #215489 0%, #35bad1 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at right bottom, #215489 0%, #35bad1 100%);
  background-image: -ms-radial-gradient(right bottom, ellipse farthest-side, #215489 0%, #35bad1 100%); }

.g-submarine, .resource-block.video, .session-block.technology .session-video, .session-video {
  background-color: #186774;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTAwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzJmOTlhMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAzNTQ1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMTAwJSIgcj0iMTAwJSI+PHN0b3Agc3RvcC1jb2xvcj0iIzJmOTlhMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAzNTQ1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==), -webkit-gradient(radial, right bottom, 0, right bottom, 532, color-stop(0, #2f99a3), color-stop(1, #003545));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(right bottom, ellipse farthest-side, #2f99a3 0%, #003545 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at right bottom, #2f99a3 0%, #003545 100%);
  background-image: -ms-radial-gradient(right bottom, ellipse farthest-side, #2f99a3 0%, #003545 100%); }

.g-algae, .session-block.operations .session-video {
  background-color: #71b174;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNhYmM3NGEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA1Nzk5OTk5OTk5OTk5OTk5NiIvPjxzdG9wIHN0b3AtY29sb3I9IiMyZjk5YTMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiNhYmM3NGEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA1Nzk5OTk5OTk5OTk5OTk5NiIvPjxzdG9wIHN0b3AtY29sb3I9IiMyZjk5YTMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+), -webkit-gradient(radial, left bottom, 0, left bottom, 532, color-stop(0.058, #abc74a), color-stop(1, #2f99a3));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(left bottom, ellipse farthest-side, #abc74a 5.8%, #2f99a3 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at left bottom, #abc74a 5.8%, #2f99a3 100%);
  background-image: -ms-radial-gradient(left bottom, ellipse farthest-side, #abc74a 5.8%, #2f99a3 100%); }

.g-splash, .session-block.real-world .session-video {
  background-color: #52a0b3;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRjZGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzBlNjQ4OCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRjZGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzBlNjQ4OCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=), -webkit-gradient(radial, right top, 0, right top, 532, color-stop(0, #96dcdd), color-stop(1, #0e6488));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(right top, ellipse farthest-side, #96dcdd 0%, #0e6488 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at right top, #96dcdd 0%, #0e6488 100%);
  background-image: -ms-radial-gradient(right top, ellipse farthest-side, #96dcdd 0%, #0e6488 100%); }

.g-surf, .session-block.development .session-video {
  background-color: #63bbb9;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRkY2YiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzJmOTlhMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRkY2YiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzJmOTlhMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=), -webkit-gradient(radial, right top, 0, right top, 532, color-stop(0, #96ddcf), color-stop(1, #2f99a3));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(right top, ellipse farthest-side, #96ddcf 0%, #2f99a3 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at right top, #96ddcf 0%, #2f99a3 100%);
  background-image: -ms-radial-gradient(right top, ellipse farthest-side, #96ddcf 0%, #2f99a3 100%); }

.g-kelp, .resource-block.webinar, .resource-block.press_release {
  background-image: linear-gradient(39deg, #ABC74A 0%, #D4ED7E 100%); }

.g-turquoise, .resource-block.datasheet {
  background-image: linear-gradient(-269deg, #5CC9D0 0%, #2F99A3 100%); }

.g-light {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%); }

.g-periscope {
  background-image: linear-gradient(-223deg, #96DDCF 3%, #2F99A3 50%, #114253 100%); }

.g-rock, .resource-block.customer-story, .resource-block.white-paper, .session-block.keynote .session-video {
  background-color: #6c96a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRjZGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQyNGY2MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIxMDAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM5NmRjZGQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQyNGY2MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=), -webkit-gradient(radial, right top, 0, right top, 532, color-stop(0, #96dcdd), color-stop(1, #424f62));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(right top, ellipse farthest-side, #96dcdd 0%, #424f62 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-side at right top, #96dcdd 0%, #424f62 100%);
  background-image: -ms-radial-gradient(right top, ellipse farthest-side, #96dcdd 0%, #424f62 100%); }

.g-gray {
  background-image: linear-gradient(to bottom, #ffffff, #d8d8d8); }

h2 {
  text-transform: uppercase; }
  h2 em {
    font-weight: 400;
    font-style: normal; }

h3, h4, h5, h6 {
  color: #2F99A3; }

.light-open-seas {
  font-weight: 100;
  color: #2F99A3; }

p {
  font-size: 14px; }

.intro-text p {
  font-size: 16px; }

.intro-text h4, .intro-text h5, .intro-text h6 {
  text-transform: uppercase;
  font-weight: 700; }
  .intro-text h4.open-seas, .intro-text h5.open-seas, .intro-text h6.open-seas {
    color: #2F99A3; }

@media print, screen and (min-width: 64em) {
  p {
    font-size: 16px; }
  .intro-text p {
    font-size: 18px; } }

.preheader {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #003545;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

@font-face {
  font-family: 'mariadb';
  src: url("../fonts/mariadb.eot?9974250");
  src: url("../fonts/mariadb.eot?9974250#iefix") format("embedded-opentype"), url("../fonts/mariadb.woff2?9974250") format("woff2"), url("../fonts/mariadb.woff?9974250") format("woff"), url("../fonts/mariadb.ttf?9974250") format("truetype"), url("../fonts/mariadb.svg?9974250#mariadb") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mariadb';
    src: url('../fonts/mariadb.svg?9974250#mariadb') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mariadb";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-lock:before {
  content: '\e799'; }

/* '' */
.icon-add-performance-to-hadoop:before {
  content: '\e800'; }

/* '' */
.icon-backup:before {
  content: '\e801'; }

/* '' */
.icon-admin:before {
  content: '\e802'; }

/* '' */
.icon-caching:before {
  content: '\e803'; }

/* '' */
.icon-cloud-deployment:before {
  content: '\e804'; }

/* '' */
.icon-cloud:before {
  content: '\e805'; }

/* '' */
.icon-cluster:before {
  content: '\e806'; }

/* '' */
.icon-commodity-hardware:before {
  content: '\e807'; }

/* '' */
.icon-community-contribution:before {
  content: '\e808'; }

/* '' */
.icon-connectors:before {
  content: '\e809'; }

/* '' */
.icon-consulting:before {
  content: '\e80a'; }

/* '' */
.icon-containers-kubernetes:before {
  content: '\e80b'; }

/* '' */
.icon-disaster-recovery:before {
  content: '\e80c'; }

/* '' */
.icon-enterprise-architect:before {
  content: '\e80d'; }

/* '' */
.icon-enterprise-features:before {
  content: '\e80e'; }

/* '' */
.icon-escape-legacy-databases:before {
  content: '\e80f'; }

/* '' */
.icon-extensible:before {
  content: '\e810'; }

/* '' */
.icon-failover:before {
  content: '\e811'; }

/* '' */
.icon-fast-analytics:before {
  content: '\e812'; }

/* '' */
.icon-high-availability:before {
  content: '\e813'; }

/* '' */
.icon-maxscale:before {
  content: '\e814'; }

/* '' */
.icon-modern-analytics-for-less:before {
  content: '\e815'; }

/* '' */
.icon-modern-database-for-new-apps:before {
  content: '\e816'; }

/* '' */
.icon-monitor:before {
  content: '\e817'; }

/* '' */
.icon-notification:before {
  content: '\e818'; }

/* '' */
.icon-open-source:before {
  content: '\e819'; }

/* '' */
.icon-pluggable-storage:before {
  content: '\e81a'; }

/* '' */
.icon-red-rover-migration:before {
  content: '\e81b'; }

/* '' */
.icon-remote-dba:before {
  content: '\e81c'; }

/* '' */
.icon-replication:before {
  content: '\e81d'; }

/* '' */
.icon-routing:before {
  content: '\e81e'; }

/* '' */
.icon-secure-enterprise-database:before {
  content: '\e81f'; }

/* '' */
.icon-security:before {
  content: '\e820'; }

/* '' */
.icon-server:before {
  content: '\e821'; }

/* '' */
.icon-services:before {
  content: '\e822'; }

/* '' */
.icon-sharding:before {
  content: '\e823'; }

/* '' */
.icon-streaming:before {
  content: '\e824'; }

/* '' */
.icon-tech-support:before {
  content: '\e825'; }

/* '' */
.icon-tools:before {
  content: '\e826'; }

/* '' */
.icon-training:before {
  content: '\e827'; }

/* '' */
.icon-quote:before {
  content: '\e828'; }

/* '' */
.icon-arrow-left:before {
  content: '\e829'; }

/* '' */
.icon-blog:before {
  content: '\e82a'; }

/* '' */
.icon-contact-sales:before {
  content: '\e82b'; }

/* '' */
.icon-contact-support:before {
  content: '\e82c'; }

/* '' */
.icon-get-started:before {
  content: '\e82d'; }

/* '' */
.icon-casestudy:before {
  content: '\e82e'; }

/* '' */
.icon-datasheet:before {
  content: '\e82f'; }

/* '' */
.icon-download:before {
  content: '\e830'; }

/* '' */
.icon-event:before {
  content: '\e831'; }

/* '' */
.icon-play-button:before {
  content: '\e832'; }

/* '' */
.icon-plus:before {
  content: '\e833'; }

/* '' */
.icon-video:before {
  content: '\e834'; }

/* '' */
.icon-webinar:before {
  content: '\e835'; }

/* '' */
.icon-white-paper:before {
  content: '\e836'; }

/* '' */
.icon-arrow-circle:before {
  content: '\e837'; }

/* '' */
.icon-email:before {
  content: '\e838'; }

/* '' */
.icon-globe:before {
  content: '\e839'; }

/* '' */
.icon-mdb-mark:before {
  content: '\e83a'; }

/* '' */
.icon-search:before {
  content: '\e83b'; }

/* '' */
.icon-x:before {
  content: '\e83c'; }

/* '' */
.icon-number-2:before {
  content: '\e83d'; }

/* '' */
.icon-number-3:before {
  content: '\e83e'; }

/* '' */
.icon-lock-open:before {
  content: '\e83f'; }

/* '' */
.icon-number-4:before {
  content: '\e840'; }

/* '' */
.icon-number-5:before {
  content: '\e841'; }

/* '' */
.icon-number-1:before {
  content: '\e842'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-press_release:before {
  content: '\e809'; }

.icon-partner:before {
  content: '\e80a'; }

.icon-news:before {
  content: '\e81d'; }

.icon-event:before {
  content: '\e826'; }

.icon-customer-story:before {
  content: '\e814'; }

.icon-book:before {
  content: '\e81e'; }

.icon-post:before {
  content: '\e827'; }

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

Stylesheet: Global Stylesheet

*************************************************/
.wf-loading {
  /* styles to use when web fonts are loading */ }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p {
    visibility: hidden; }
  .wf-loading #menu-main-navigation a, .wf-loading #menu-top-bar a, .wf-loading a.wpml-ls-item-toggle, .wf-loading a.login-link {
    visibility: hidden; }

.wf-active {
  /* styles to use when web fonts are active */ }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p {
    visibility: visible; }
  .wf-active #menu-main-navigation a, .wf-active #menu-top-bar a, .wf-active a.wpml-ls-item-toggle, .wf-active a.login-link {
    visibility: visible; }

.wf-inactive {
  /* styles to use when web fonts are inactive */ }

::-moz-selection {
  background: #2F99A3;
  color: #fff; }

::selection {
  background: #2F99A3;
  color: #fff; }

#page {
  position: relative; }

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

.inline-list, .social-icons, .tiny-top-bar .top-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .inline-list li, .social-icons li, .tiny-top-bar .top-menu li {
    display: inline-block;
    margin: 0;
    padding: 0; }

@media screen and (max-width: 39.99875em) {
  p {
    font-size: 14px; } }

.fade-in-up {
  visibility: hidden; }

.mt-50 {
  margin-top: 50px; }

.mt-20 {
  margin-top: 20px; }

.small-h1 {
  font-size: 32px; }

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

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

.large-grid {
  max-width: 70rem; }

.medium-grid {
  max-width: 65rem; }

.small-grid {
  max-width: 55rem; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.inline-list, .social-icons, .tiny-top-bar .top-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .inline-list li, .social-icons li, .tiny-top-bar .top-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top; }

.u-relative {
  position: relative; }

.blue-headers h1, .blue-headers h2, .blue-headers h3, .blue-headers h4, .blue-headers h5, .blue-headers h6 {
  color: #0E6488; }

.div-click {
  cursor: pointer; }

.mb-mobile {
  margin-bottom: 25px; }

#sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.sticky-button {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px; }

@media print, screen and (min-width: 40em) {
  #sticky-buttons {
    bottom: auto;
    left: auto;
    right: -145px;
    top: 295px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: auto; }
  .sticky-button {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px; } }

.sticky-button {
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16.8px;
  color: #FFFFFF;
  text-align: center;
  margin: 0; }
  .sticky-button.electric-eel {
    background-color: #ABC74A; }
    .sticky-button.electric-eel:hover {
      background-color: #8faa34;
      color: #fff; }
  .sticky-button.open-seas {
    background-color: #2F99A3; }
    .sticky-button.open-seas:hover {
      background-color: #24747b;
      color: #fff; }

.side-by-side-buttons a {
  margin: 10px 0; }

@media print, screen and (min-width: 40em) {
  .side-by-side-buttons a {
    margin: 0 15px; } }

.nice-border-bottom, .department-title, .accordion-list .accordion-row, .agenda-table .agenda-cell {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #2F99A3;
  border-bottom-image-source: url("../images/blue-dots.svg");
  border-bottom-image-slice: 25% 25%;
  border-bottom-image-repeat: round; }

.border-bottom-padding {
  padding-bottom: 25px; }

.nice-border {
  border-style: dotted;
  border-width: 2px;
  border-color: #2F99A3;
  border-image-source: url("../images/blue-dots.svg");
  border-image-slice: 25% 25%;
  border-image-repeat: round; }

.basic-column {
  text-align: center;
  margin-bottom: 1.5em; }
  .basic-column i {
    line-height: inherit;
    color: #ABC74A;
    font-size: 50px; }
  .basic-column h4 {
    text-transform: uppercase;
    color: #2F99A3; }
  .basic-column ul {
    list-style-type: none;
    margin-left: 0;
    text-align: left; }
    .basic-column ul li {
      position: relative;
      padding-left: 25px; }
      .basic-column ul li:before {
        color: #2F99A3;
        content: "\25e6";
        font-size: 1.5em;
        line-height: 1em;
        padding-right: 0.5em;
        position: absolute;
        top: 2px;
        left: 0;
        display: inline-block; }

/*********************
WAVES
*********************/
.background-wave {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none; }
  .background-wave.extra-padding {
    bottom: 600px; }

.wave-break {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none; }

.wave-break-divider {
  width: 100%;
  height: auto;
  pointer-events: none;
  margin: -40px 0 60px; }

.blue-with-wave, .customer-quote-section.wave-quote-section {
  background: url("../images/bluewater-background-small.jpg") no-repeat bottom center;
  background-size: cover; }
  .blue-with-wave h1, .customer-quote-section.wave-quote-section h1, .blue-with-wave h2, .customer-quote-section.wave-quote-section h2, .blue-with-wave h3, .customer-quote-section.wave-quote-section h3, .blue-with-wave h4, .customer-quote-section.wave-quote-section h4, .blue-with-wave h5, .customer-quote-section.wave-quote-section h5, .blue-with-wave h6, .customer-quote-section.wave-quote-section h6, .blue-with-wave p, .customer-quote-section.wave-quote-section p, .blue-with-wave a, .customer-quote-section.wave-quote-section a, .blue-with-wave a:visited, .customer-quote-section.wave-quote-section a:visited {
    color: #fff; }

@media print, screen and (min-width: 40em) {
  .blue-with-wave, .customer-quote-section.wave-quote-section {
    background-image: url("../images/bluewater-background-medium.jpg"); } }

@media print, screen and (min-width: 64em) {
  .blue-with-wave, .customer-quote-section.wave-quote-section {
    background-image: url("../images/bluewater-background-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  .blue-with-wave, .customer-quote-section.wave-quote-section {
    background-image: url("../images/bluewater-background-xxlarge.jpg"); } }

.grey-with-wave {
  background: url("../images/grey-to-white-with-wave-on-bottom.png") no-repeat bottom center;
  background-size: cover;
  min-height: 500px; }

/*********************
TILES
*********************/
.tile-large {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  padding: 30px; }

@media print, screen and (min-width: 64em) {
  .tile-large {
    padding: 50px; } }

.tile-small {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  padding: 20px; }

.login-tile-small p {
  font-size: 14px;
  color: #0E6488;
  margin-bottom: 10px; }

.login-form {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .login-form h4 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #2F99A3;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase; }
  .login-form label {
    text-align: left;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2F99A3;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .login-form p {
    margin-bottom: 5px; }
  .login-form .button, .login-form button,
  .login-form input[type="button"],
  .login-form input[type="reset"],
  .login-form input[type="submit"] {
    color: #2F99A3;
    border: 2px solid #2F99A3;
    background-color: transparent; }
    .login-form .button:hover, .login-form button:hover,
    .login-form input:hover[type="button"],
    .login-form input:hover[type="reset"],
    .login-form input:hover[type="submit"] {
      background-color: #2F99A3;
      border: 2px solid #2F99A3;
      color: #fff; }

.login-tile-small p {
  color: #0E6488;
  font-size: 14px;
  margin: 0 0 5px; }

.login-tile-small .social-login i {
  font-size: 25px;
  color: #0E6488;
  margin: 0 6px; }

.social-login-col {
  position: relative; }
  .social-login-col:before {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    background-color: #0E6488;
    height: 65px;
    content: '';
    display: block; }

/*********************
SECTION STYLES
*********************/
.mdb-section {
  padding: 42.5px 0; }
  .mdb-section.extra-pb {
    padding-bottom: 80px; }
  .mdb-section.no-pb {
    padding-bottom: 0; }
  .mdb-section.no-pt {
    padding-top: 0; }
  .mdb-section.relative {
    position: relative; }
    .mdb-section.relative .cell {
      position: relative;
      z-index: 15; }

@media print, screen and (min-width: 40em) {
  .mdb-section {
    padding: 42.5px 0; }
    .mdb-section.extra-pb {
      padding-bottom: 100px; } }

@media print, screen and (min-width: 64em) {
  .mdb-section {
    padding: 51px 0; }
    .mdb-section.extra-pb {
      padding-bottom: 140px; } }

@media screen and (min-width: 75em) {
  .mdb-section {
    padding: 68px 0; } }

.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6, .dark-section p, .dark-section a, .dark-section a:visited {
  color: #fff; }

.dark-section .quote p, .dark-section .quote .quotation-mark {
  color: #fff; }

.dark-section .attribution p {
  color: #fff; }

.text-content ul {
  list-style-type: none;
  margin-left: 0;
  text-align: left; }
  .text-content ul li {
    position: relative;
    padding-left: 25px; }
    .text-content ul li:before {
      color: #2F99A3;
      content: "\25e6";
      font-size: 1.5em;
      line-height: 1em;
      padding-right: 0.5em;
      position: absolute;
      top: 2px;
      left: 0;
      display: inline-block; }

.text-content h4, .text-content h5, .text-content h6 {
  text-transform: uppercase;
  font-weight: 700; }
  .text-content h4.open-seas, .text-content h5.open-seas, .text-content h6.open-seas {
    color: #2F99A3; }

.text-content a, .text-content a:visited {
  color: #ABC74A;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out; }
  .text-content a:hover, .text-content a:visited:hover {
    color: #abc74a; }

.button-row {
  margin-top: 40px; }

/*********************
404 STYLES
*********************/
body.error404 .footer {
  margin-top: -100px; }

.section-404 {
  padding: 120px 20px 350px;
  background: url("../images/background-404.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-404 h1 {
    font-weight: 300;
    font-family: "azo-sans-web", sans-serif; }
  .section-404 p {
    font-size: 1.8em;
    font-weight: 500; }
  .section-404 .button, .section-404 button,
  .section-404 input[type="button"],
  .section-404 input[type="reset"],
  .section-404 input[type="submit"] {
    margin-top: 40px; }

@media print, screen and (min-width: 40em) {
  .section-404 {
    padding: 200px 20px 350px; } }

@media screen and (min-width: 75em) {
  .section-404 {
    padding: 230px 20px 440px; } }

/*********************
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: 18px 32px;
  border: 1px solid transparent;
  border-radius: 80px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1.13rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #008E9E;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007986;
    color: #fefefe; }

/*********************
TABLE STYLES
*********************/
.tablepress {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px; }
  .tablepress thead {
    background: #424F62;
    color: #fff;
    text-transform: uppercase;
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    border: none; }
    .tablepress thead tr th {
      padding: 20px 0; }
      .tablepress thead tr th:first-child {
        padding-left: 20px; }
      .tablepress thead tr th:last-child {
        padding-right: 20px; }
  .tablepress tfoot th, .tablepress thead th {
    background-color: #424F62; }
  .tablepress tbody {
    padding: 20px; }
  .tablepress td {
    padding-top: 10px;
    padding-bottom: 10px; }
  .tablepress td.column-1 {
    padding-left: 20px; }

/*********************
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; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

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

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
  padding: 65px 20px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .footer .grid-container {
    position: relative;
    z-index: 15; }
  .footer .footer-curve {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 120%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(-180deg, #5CC9D0 0%, #2F99A3 100%);
    box-shadow: 12px -4px 15px 0 rgba(66, 79, 98, 0.3);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footer a {
    color: #fff; }
  .footer h6 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 20px; }
  .footer .mktoForm {
    margin-top: -10px !important; }
    .footer .mktoForm .mktoAsterix {
      display: none !important; }
    .footer .mktoForm label.mktoLabel, .footer .mktoForm .mktoRadioList > label {
      font-family: "azo-sans-web", sans-serif !important;
      color: #fff !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      margin-bottom: 5px !important; }
    .footer .mktoForm .mktoFormRow {
      margin: 0 auto !important; }
    .footer .mktoForm .mktoButtonRow {
      text-align: center !important;
      margin-top: 15px !important; }
      .footer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
        font-family: "azo-sans-web", sans-serif !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        padding: 13px 23px !important;
        border: 2px solid #fff !important;
        color: #fff !important;
        text-transform: uppercase !important; }
        .footer .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
          background-color: #fff !important;
          color: #2F99A3 !important; }

@media print, screen and (min-width: 40em) {
  .footer {
    padding: 137px 0 107px; }
    .footer .footer-curve {
      position: absolute;
      left: 50%;
      width: 120%;
      height: 100%;
      z-index: 1;
      background-image: linear-gradient(-180deg, #5CC9D0 0%, #2F99A3 100%);
      box-shadow: 12px -4px 15px 0 rgba(66, 79, 98, 0.3);
      border-radius: 50% 50% 0 0 / 15%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

@media print, screen and (min-width: 64em) {
  .footer .footer-curve {
    border-radius: 50% 50% 0 0 / 30%; } }

.social-icons li a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  margin: 0 10px; }
  .social-icons li a:hover {
    color: #073143; }

.social-icon-cell {
  text-align: right; }

#menu-footer {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  #menu-footer li {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    #menu-footer li a {
      font-family: "adrianna-extended", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-transform: uppercase;
      padding: 0;
      text-align: center;
      margin: 13px 0; }
    #menu-footer li.active a {
      background: none; }
    #menu-footer li ul {
      list-style-type: none;
      margin: 20px 0 0;
      padding: 0; }
      #menu-footer li ul li {
        margin: 0;
        padding: 0; }
        #menu-footer li ul li a {
          padding: 0;
          margin: 0 0 2px;
          font-family: "azo-sans-web", sans-serif;
          font-weight: 400;
          font-size: 13px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 26px;
          text-transform: none; }

@media print, screen and (min-width: 40em) {
  #menu-footer {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-bottom: 0; }
    #menu-footer li {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
      #menu-footer li ul {
        display: block; }
      #menu-footer li a {
        text-align: left;
        margin: 0; } }

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #fff;
  padding-top: 30px; }
  .footer-bottom p, .footer-bottom li, .footer-bottom a {
    font-size: 12px; }

@media screen and (max-width: 39.99875em) {
  .footer-bottom .cell {
    text-align: center; } }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

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

.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #003545;
  border: 2px solid #003545;
  background-color: transparent;
  font-weight: 500; }
  .button:hover, button:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"] {
    background-color: #003545;
    border: 2px solid #003545;
    color: #fff; }
  .button.caps, button.caps,
  input.caps[type="button"],
  input.caps[type="reset"],
  input.caps[type="submit"] {
    text-transform: uppercase; }
  .button.small, button.small,
  input.small[type="button"],
  input.small[type="reset"],
  input.small[type="submit"] {
    padding: 13px 23px;
    text-transform: uppercase; }
  .button.white, button.white,
  input.white[type="button"],
  input.white[type="reset"],
  input.white[type="submit"] {
    color: #fff;
    border: 2px solid #fff; }
    .button.white:hover, button.white:hover,
    input.white:hover[type="button"],
    input.white:hover[type="reset"],
    input.white:hover[type="submit"] {
      background-color: #fff;
      border: 2px solid #fff;
      color: #003545; }
  .button.open-seas, button.open-seas,
  input.open-seas[type="button"],
  input.open-seas[type="reset"],
  input.open-seas[type="submit"] {
    color: #2F99A3;
    border: 2px solid #2F99A3;
    background-color: transparent; }
    .button.open-seas:hover, button.open-seas:hover,
    input.open-seas:hover[type="button"],
    input.open-seas:hover[type="reset"],
    input.open-seas:hover[type="submit"] {
      background-color: #2F99A3;
      border: 2px solid #2F99A3;
      color: #fff; }
  .button.electric-eel, button.electric-eel,
  input.electric-eel[type="button"],
  input.electric-eel[type="reset"],
  input.electric-eel[type="submit"] {
    color: #ABC74A;
    border: 2px solid #ABC74A;
    background-color: transparent; }
    .button.electric-eel:hover, button.electric-eel:hover,
    input.electric-eel:hover[type="button"],
    input.electric-eel:hover[type="reset"],
    input.electric-eel:hover[type="submit"] {
      background-color: #ABC74A;
      border: 2px solid #ABC74A;
      color: #fff; }
  .button.sea-fresh, button.sea-fresh,
  input.sea-fresh[type="button"],
  input.sea-fresh[type="reset"],
  input.sea-fresh[type="submit"] {
    color: #96DDCF;
    border: 2px solid #96DDCF;
    background-color: transparent; }
    .button.sea-fresh:hover, button.sea-fresh:hover,
    input.sea-fresh:hover[type="button"],
    input.sea-fresh:hover[type="reset"],
    input.sea-fresh:hover[type="submit"] {
      background-color: #96DDCF;
      border: 2px solid #96DDCF;
      color: #fff; }
  .button.blue-azure, button.blue-azure,
  input.blue-azure[type="button"],
  input.blue-azure[type="reset"],
  input.blue-azure[type="submit"] {
    color: #0E6488;
    border: 2px solid #0E6488;
    background-color: transparent; }
    .button.blue-azure:hover, button.blue-azure:hover,
    input.blue-azure:hover[type="button"],
    input.blue-azure:hover[type="reset"],
    input.blue-azure:hover[type="submit"] {
      background-color: #0E6488;
      border: 2px solid #0E6488;
      color: #fff; }
  .button.granite, button.granite,
  input.granite[type="button"],
  input.granite[type="reset"],
  input.granite[type="submit"] {
    color: #424F62;
    border: 2px solid #424F62;
    background-color: transparent; }
    .button.granite:hover, button.granite:hover,
    input.granite:hover[type="button"],
    input.granite:hover[type="reset"],
    input.granite:hover[type="submit"] {
      background-color: #424F62;
      border: 2px solid #424F62;
      color: #fff; }
  .button.tiny, button.tiny,
  input.tiny[type="button"],
  input.tiny[type="reset"],
  input.tiny[type="submit"] {
    border-width: 1px; }
    .button.tiny:hover, button.tiny:hover,
    input.tiny:hover[type="button"],
    input.tiny:hover[type="reset"],
    input.tiny:hover[type="submit"] {
      border-width: 1px; }

.sticky-topbar {
  width: 100%; }

.header-grid {
  max-width: 80rem; }

.tiny-top-bar {
  position: absolute;
  top: 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
  padding-right: 20px; }
  .tiny-top-bar .grid-container {
    text-align: right; }
  .tiny-top-bar .top-menu {
    display: inline-block; }
    .tiny-top-bar .top-menu li a {
      font-family: "azo-sans-web", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #96DDCF;
      margin: 0 13px;
      -webkit-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; }
      .tiny-top-bar .top-menu li a:hover {
        opacity: .8; }
  .tiny-top-bar .button, .tiny-top-bar button,
  .tiny-top-bar input[type="button"],
  .tiny-top-bar input[type="reset"],
  .tiny-top-bar input[type="submit"] {
    margin-bottom: 0; }
  .tiny-top-bar .tiny-top-bar-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.tiny-top-bar-addl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .tiny-top-bar-addl li {
    margin: 0;
    padding: 0; }
  .tiny-top-bar-addl .language-switcher {
    display: inline-block;
    margin: 0 10px; }
    .tiny-top-bar-addl .language-switcher p {
      font-family: "azo-sans-web", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #96DDCF;
      margin: 0 13px;
      display: inline-block;
      text-transform: uppercase; }
    .tiny-top-bar-addl .language-switcher i {
      color: #96DDCF;
      margin-right: 5px; }
  .tiny-top-bar-addl a {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #96DDCF;
    margin: 0 13px;
    display: inline-block;
    text-transform: uppercase; }
  .tiny-top-bar-addl .search-icon {
    color: #96DDCF;
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer; }
  .tiny-top-bar-addl.popup-top-nav {
    position: fixed;
    top: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    display: none; }
    .tiny-top-bar-addl.popup-top-nav a {
      color: #003545;
      font-size: 12px; }

.sticky-top-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 24px 0 rgba(66, 79, 98, 0.36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }
  .sticky-top-bar-container.sticky-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.sticky-top-bar {
  max-width: 80rem;
  margin: 0 auto; }
  .sticky-top-bar .menu, .sticky-top-bar .menu#menu-openworks-1, .sticky-top-bar .menu#menu-main-navigation-1 {
    margin-right: 30px; }
    .sticky-top-bar .menu li a, .sticky-top-bar .menu#menu-openworks-1 li a, .sticky-top-bar .menu#menu-main-navigation-1 li a {
      color: #2F99A3; }
  .sticky-top-bar .top-bar-right {
    display: none; }

@media screen and (min-width: 71.875em) {
  .sticky-top-bar-container .top-bar-right {
    display: flex; } }

@media screen and (min-width: 71.875em) {
  .top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .top-bar-right .button, .top-bar-right button,
    .top-bar-right input[type="button"],
    .top-bar-right input[type="reset"],
    .top-bar-right input[type="submit"] {
      margin-bottom: 0; } }

.static-top-bar {
  padding-top: 40px;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  display: none; }
  .static-top-bar.sticky-active {
    opacity: 0; }

@media screen and (min-width: 71.875em) {
  .static-top-bar {
    display: flex; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90; }

.header-logo {
  width: 244px;
  height: auto; }

.header-logo-mobile {
  width: 154px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 20px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.header-logo-mark {
  width: 59px;
  height: auto;
  margin-top: 4px;
  margin-left: 4px; }

@media screen and (min-width: 71.875em) {
  .header-logo-mark {
    width: 71px;
    margin: 0; } }

.top-bar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 901; }
  .top-bar-mobile .header-logo-mark-mobile {
    width: 59px;
    height: auto;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 20px;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
  .top-bar-mobile.popup-open {
    background-color: #F4F2F4;
    height: 80px; }
    .top-bar-mobile.popup-open .header-logo-mobile {
      opacity: 0; }
    .top-bar-mobile.popup-open .header-logo-mark-mobile {
      opacity: 1; }
    .top-bar-mobile.popup-open .popup-top-nav {
      display: flex; }
  .top-bar-mobile .top-bar.sticky-active .header-logo-mobile {
    opacity: 0; }

@media screen and (min-width: 71.875em) {
  .top-bar-mobile {
    display: none; } }

.hamburger {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 32px;
  height: 34px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #96DDCF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .hamburger:hover {
    color: #6fd1bd; }

.hamburger span:nth-child(1) {
  top: 0px; }

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 9px; }

.hamburger span:nth-child(4) {
  top: 18px; }

.hamburger.hamburger-open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

.hamburger.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.hamburger-open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.mobile-top {
  position: relative;
  width: 100%; }

.menu li.active a {
  background: none; }

#menu-main-navigation li a {
  color: #fff; }
  #menu-main-navigation li a:hover, #menu-main-navigation li a:focus, #menu-main-navigation li a:active {
    color: #fff; }

#menu-main-navigation li ul li a {
  color: #2F99A3; }
  #menu-main-navigation li ul li a:hover, #menu-main-navigation li ul li a:focus, #menu-main-navigation li ul li a:active {
    color: #2F99A3; }

.main-menu .menu {
  margin-right: 30px; }

.main-menu li a {
  font-family: "adrianna-extended", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  padding: 1rem 1.5rem; }
  .main-menu li a:hover {
    opacity: .8; }

.main-menu li.active a {
  background: none; }

.main-menu li.is-active:after {
  opacity: 1; }

.main-menu li ul {
  padding: 15px;
  background-image: linear-gradient(0, #D8D8D8 0%, #fcfcfc 100%);
  box-shadow: 0 5px 8px 0 rgba(66, 79, 98, 0.55);
  border-radius: 20px; }
  .main-menu li ul li:after {
    display: none !important; }
  .main-menu li ul li:hover:after {
    display: none !important; }
  .main-menu li ul li.is-dropdown-submenu-parent:after {
    display: none !important; }
  .main-menu li ul li a {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    color: #2F99A3;
    line-height: 20px;
    padding: 0.7rem 1.5rem; }
    .main-menu li ul li a:hover {
      color: #2F99A3; }
  .main-menu li ul li ul {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    right: auto;
    padding: 0 20px;
    margin: 0 0 15px;
    width: 50%; }
    .main-menu li ul li ul li {
      display: block;
      width: 100%; }
      .main-menu li ul li ul li a {
        font-weight: 300;
        padding: 5px 0; }
        .main-menu li ul li ul li a:before {
          content: '+';
          display: inline-block;
          margin-right: 10px; }

@media screen and (min-width: 71.875em) {
  /* Third tier nav force show */
  .main-menu li ul li ul {
    display: flex !important; }
  .main-menu li ul {
    padding: 25px; } }

@media screen and (min-width: 75em) {
  .main-menu li ul {
    padding: 35px; } }

@media screen and (max-width: 71.875em) {
  #popup-nav .menu .submenu-toggle {
    border: none;
    padding: 0;
    top: 15px;
    right: 30px; }
    #popup-nav .menu .submenu-toggle:after {
      border: none;
      font-family: "mariadb";
      font-style: normal;
      font-weight: normal;
      speak: none;
      pointer-events: inherit;
      display: block;
      width: 20px;
      height: 20px;
      text-decoration: inherit;
      text-align: center;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #2F99A3;
      font-size: 20px;
      content: '\e829';
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    #popup-nav .menu .submenu-toggle[aria-expanded="true"]:after {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    #popup-nav .menu .submenu-toggle:hover, #popup-nav .menu .submenu-toggle:focus, #popup-nav .menu .submenu-toggle:active {
      background: none;
      color: #2F99A3; }
  #popup-nav .menu li ul li .submenu-toggle {
    top: 7px; }
  #popup-nav .menu li.has-submenu-toggle > a {
    margin-right: 0; } }

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

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu.js-dropdown-active {
    display: flex; }

.is-dropdown-submenu {
  border: none;
  min-width: 600px; }

.submenu li#menu-item-3910 a {
  color: #ABC74A; }
  .submenu li#menu-item-3910 a:hover {
    color: #abc74a; }

#popup-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #F4F2F4 100%, #E5E1E5 100%);
  text-align: center;
  overflow-y: scroll;
  z-index: 800;
  display: none; }
  #popup-nav .menu {
    margin-top: 30px;
    margin-bottom: 40px; }
    #popup-nav .menu#menu-openworks-2 {
      margin-top: 100px; }
    #popup-nav .menu li a {
      text-align: center;
      font-size: 26px;
      color: #2F99A3;
      text-align: center;
      line-height: 50px;
      font-weight: 300; }
    #popup-nav .menu li ul {
      margin-top: 0;
      margin-bottom: 20px; }
      #popup-nav .menu li ul li a {
        font-size: 20px;
        line-height: 30px; }
  #popup-nav .popup-search-form {
    margin-bottom: 40px; }

@media screen and (min-width: 71.875em) {
  .dropdown.menu.medium-horizontal li.is-dropdown-submenu-parent.is-active {
    position: relative; }
    .dropdown.menu.medium-horizontal li.is-dropdown-submenu-parent.is-active:after {
      content: '';
      display: block;
      background-image: url("../images/navarrow.png");
      background-size: cover;
      width: 20px;
      height: 10px;
      position: absolute;
      bottom: -2px;
      left: 50%;
      margin-left: -10px; }
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    right: -230px; }
  .dropdown.menu.medium-horizontal li.opens-left:last-child .is-dropdown-submenu, .dropdown.menu.medium-horizontal li.opens-left:nth-last-child(2) .is-dropdown-submenu {
    right: 0; } }

@media screen and (min-width: 71.875em) {
  #popup-nav .menu#menu-openworks-2 {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }

body.admin-bar .sticky-top-bar-container {
  top: 32px; }

body.admin-bar .header {
  top: 32px; }

@media screen and (max-width: 39.99875em) {
  .no-js .top-bar {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.dropdown.menu > li > a {
  background: transparent !important; }

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

Slick

*************************************************/
.no-js .slick-slider {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  margin: 0;
  list-style-type: none;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

Slick Theme

*************************************************/
.customer-logos .slick-prev,
.customer-logos .slick-next {
  height: 40px;
  width: 40px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  border: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: "mariadb";
  font-style: normal;
  font-weight: normal;
  speak: none;
  opacity: 1;
  color: #E5E1E5;
  font-size: 40px;
  display: inline-block;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.slick-prev {
  left: 0; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: '\e829'; }

[dir='rtl'] .slick-prev:before {
  content: '\e829';
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: '\e829';
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

[dir='rtl'] .slick-next:before {
  content: '\e829'; }

@media screen and (min-width: 75em) {
  .slick-prev {
    left: -20px; }
  [dir='rtl'] .slick-prev {
    right: -20px; }
  .slick-next {
    right: -20px; }
  [dir='rtl'] .slick-next {
    left: -20px; } }

@media screen and (min-width: 90em) {
  .slick-prev {
    left: -70px; }
  [dir='rtl'] .slick-prev {
    right: -70px; }
  .slick-next {
    right: -70px; }
  [dir='rtl'] .slick-next {
    left: -70px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  display: block;
  background-color: #C7C7C7;
  border-radius: 100%;
  content: '';
  text-align: center; }

.slick-dots li.slick-active button:before {
  background-color: #6590C3; }

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

Lightcase

*************************************************/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author      Cornel Boppart <cornel@bopp-art.com>
 * @copyright   Author
 *
 * @version     2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: "azo-sans-web", sans-serif;
  text-align: left; }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: transparent;
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: #6699CC;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
  color: #6699CC; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

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

Nice Select

*************************************************/
.widget_archive .nice-select {
  font-family: "azo-sans-web", sans-serif;
  font-size: 15px;
  color: #2F99A3;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 25px;
  height: auto;
  border-radius: 80px;
  border: 1px solid #2F99A3 !important; }
  .widget_archive .nice-select:after {
    color: #2F99A3; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  color: #424F62;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 25px;
  height: auto;
  border-radius: 80px;
  border: 1px solid #E5E1E5 !important; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  font-family: "mariadb";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e829';
  color: #979797;
  font-size: 20px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 12px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: center center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nice-select.open:after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-image: linear-gradient(31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .nice-select .option:before {
    display: none !important; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

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

  Cookiebot

  *************************************************/
#CybotCookiebotDialog {
  background-color: #003545 !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    max-width: 1200px; }
  #CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
    display: none !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
    min-height: 32px;
    font-weight: 400;
    padding: 15px 20px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent p {
      color: #fff;
      font-family: "azo-sans-web", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent a {
      color: #fff;
      font-family: "azo-sans-web", sans-serif;
      font-weight: 400; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent h2#CybotCookiebotDialogBodyContentTitle {
      font-family: "adrianna", sans-serif;
      font-weight: 700;
      color: #fff; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
    padding-left: 20px;
    padding-right: 20px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
      width: auto !important;
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px 1rem 0;
      font-family: inherit;
      padding: 13px 23px;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 80px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 0.75rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
      font-family: "azo-sans-web", sans-serif !important;
      font-weight: 500 !important;
      text-transform: uppercase !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover {
        background-color: #fff;
        color: #003545; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyButtonAccept {
        color: #96DDCF;
        border: 2px solid #96DDCF; }
        #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyButtonAccept:hover {
          background-color: #96DDCF;
          color: #fff; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
      color: #fff;
      font-family: "azo-sans-web", sans-serif !important;
      font-weight: 500 !important;
      text-transform: uppercase !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails:after {
        color: #fff; }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody #CybotCookiebotDialogBodyContentTitle {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody div, #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody a {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }

input {
  border-radius: 40px;
  padding: 0 18px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #E5E1E5;
  color: #003545; }

select {
  height: 40px;
  border-radius: 5px;
  padding: 0 18px;
  background: #fff;
  font-size: 12px;
  border: none;
  box-shadow: none;
  border: 1px solid #E5E1E5;
  color: #003545; }

textarea {
  min-height: 90px;
  border-radius: 5px;
  padding: 20px 18px 0;
  background: #fff;
  font-size: 12px;
  border: none;
  box-shadow: none;
  border: 1px solid #E5E1E5;
  color: #003545; }

[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 {
  border-radius: 40px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #E5E1E5;
  color: #003545; }
  [type="text"]::-webkit-input-placeholder, [type="password"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="datetime"]::-webkit-input-placeholder, [type="datetime-local"]::-webkit-input-placeholder, [type="month"]::-webkit-input-placeholder, [type="week"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="time"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "azo-sans-web", sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #003545; }
  [type="text"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="week"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="color"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "azo-sans-web", sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #003545; }
  [type="text"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "azo-sans-web", sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #003545; }
  [type="text"]:-moz-placeholder, [type="password"]:-moz-placeholder, [type="date"]:-moz-placeholder, [type="datetime"]:-moz-placeholder, [type="datetime-local"]:-moz-placeholder, [type="month"]:-moz-placeholder, [type="week"]:-moz-placeholder, [type="email"]:-moz-placeholder, [type="number"]:-moz-placeholder, [type="search"]:-moz-placeholder, [type="tel"]:-moz-placeholder, [type="time"]:-moz-placeholder, [type="url"]:-moz-placeholder, [type="color"]:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: "azo-sans-web", sans-serif;
    text-transform: none;
    font-size: 13px;
    color: #003545; }

.form-box {
  padding: 20px;
  text-align: center;
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  margin-bottom: 40px; }
  .form-box.blue-form-box {
    background-image: linear-gradient(269deg, #5CC9D0 0%, #2F99A3 100%); }
    .form-box.blue-form-box h1, .form-box.blue-form-box h2, .form-box.blue-form-box h3, .form-box.blue-form-box h4, .form-box.blue-form-box h5, .form-box.blue-form-box h6, .form-box.blue-form-box p, .form-box.blue-form-box a {
      color: #fff; }
    .form-box.blue-form-box .mktoForm .mktoRequiredField .mktoAsterix {
      color: #fff !important; }
    .form-box.blue-form-box .mktoForm .mktoHtmlText {
      color: #fff !important; }
      .form-box.blue-form-box .mktoForm .mktoHtmlText span {
        color: #fff !important; }
      .form-box.blue-form-box .mktoForm .mktoHtmlText a, .form-box.blue-form-box .mktoForm .mktoHtmlText a:visited {
        color: #fff !important; }
    .form-box.blue-form-box .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
      color: #fff !important;
      border: 2px solid #fff !important; }
      .form-box.blue-form-box .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
        background-color: #fff !important;
        color: #2F99A3 !important; }
    .form-box.blue-form-box .mktoForm label.mktoLabel {
      color: #fff !important; }
    .form-box.blue-form-box .mktoForm .mktoRadioList > label {
      color: #fff !important; }
  .form-box h1, .form-box h2, .form-box h3, .form-box h4, .form-box h5, .form-box h6 {
    margin: 0 auto 15px;
    color: #2F99A3;
    font-weight: 400; }
  .form-box .mktoTemplateBox {
    font-family: "azo-sans-web", sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    text-align: center !important; }
    .form-box .mktoTemplateBox a.mktoNotYou {
      color: #fff !important; }
    .form-box .mktoTemplateBox .mktoButtonWrap .mktoButton {
      font-family: "azo-sans-web", sans-serif !important;
      color: #2F99A3 !important;
      border: 2px solid #2F99A3 !important;
      background-color: transparent !important;
      font-weight: 500 !important;
      text-shadow: none !important;
      box-shadow: none !important;
      display: inline-block !important;
      vertical-align: middle !important;
      margin: 0 0 1rem 0 !important;
      padding: 18px 32px !important;
      border-radius: 80px !important;
      font-size: 1.13rem !important;
      line-height: 1 !important;
      text-align: center !important;
      cursor: pointer !important;
      width: auto !important;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .form-box .mktoTemplateBox .mktoButtonWrap .mktoButton:hover {
        background-color: #2F99A3 !important;
        color: #fff !important; }

@media print, screen and (min-width: 64em) {
  .form-box {
    padding: 35px; }
    .form-box.extra-padding {
      padding-left: 50px;
      padding-right: 50px; } }

@media screen and (min-width: 75em) {
  .form-box.extra-padding {
    padding-left: 60px;
    padding-right: 60px; } }

.mktoForm {
  width: 100% !important;
  margin: 0 auto; }
  .mktoForm .mktoFormCol {
    width: 100% !important;
    margin-bottom: 0 !important; }
    .mktoForm .mktoFormCol input, .mktoForm .mktoFormCol select {
      width: 100% !important;
      color: #99989A !important;
      border-radius: 30px; }
    .mktoForm .mktoFormCol select {
      font-family: "azo-sans-web", sans-serif !important;
      font-size: 13px !important;
      color: #96DDCF !important;
      text-transform: capitalize !important; }
      .mktoForm .mktoFormCol select option {
        color: #000; }
  .mktoForm .mktoRequiredField .mktoAsterix {
    color: #2F99A3 !important;
    float: left !important;
    margin-right: 5px !important; }
  .mktoForm .mktoHtmlText {
    font-family: "azo-sans-web", sans-serif !important;
    color: #2F99A3 !important;
    font-weight: 400 !important;
    width: 100% !important; }
    .mktoForm .mktoHtmlText span {
      font-family: "azo-sans-web", sans-serif !important;
      color: #2F99A3 !important;
      font-weight: 400 !important; }
    .mktoForm .mktoHtmlText a, .mktoForm .mktoHtmlText a:visited {
      color: #2F99A3 !important; }
  .mktoForm .mktoError {
    color: #bf0000; }
    .mktoForm .mktoError .mktoErrorMsg {
      font-family: "azo-sans-web", sans-serif !important;
      text-shadow: none !important; }
  .mktoForm input {
    height: 40px !important;
    border-radius: 40px !important;
    padding: 0 15px !important;
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    background-color: #fefefe !important;
    font-size: 18px !important;
    box-shadow: none !important;
    border: 1px solid #E5E1E5 !important; }
  .mktoForm select {
    height: 40px !important;
    border-radius: 40px !important;
    padding: 0 15px !important;
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    background-color: #fefefe !important;
    font-size: 18px !important;
    box-shadow: none !important;
    border: 1px solid #E5E1E5 !important; }
  .mktoForm textarea {
    width: 100% !important;
    min-height: 90px !important;
    border-radius: 10px !important;
    padding: 15px 15px 0 !important;
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    background-color: #fefefe !important;
    font-size: 18px !important;
    box-shadow: none !important;
    border: 1px solid #E5E1E5 !important; }
  .mktoForm label.mktoLabel {
    font-family: "azo-sans-web", sans-serif !important;
    color: #2F99A3 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important; }
  .mktoForm .mktoCheckboxList label, .mktoForm .mktoRadioList label {
    position: static !important;
    left: auto !important;
    opacity: 1 !important;
    color: #000000 !important; }
  .mktoForm .mktoCheckboxList input, .mktoForm .mktoRadioList input {
    margin-top: 5px; }
  .mktoForm .mktoField {
    font-size: 1em !important; }
  .mktoForm .mktoFieldWrap {
    width: 100% !important; }
  .mktoForm .mktoFormRow {
    width: 100% !important;
    margin: 15px auto !important; }
  .mktoForm input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    font-size: 13px !important;
    color: #96DDCF !important;
    text-transform: capitalize !important; }
  .mktoForm input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    font-size: 13px !important;
    color: #96DDCF !important;
    text-transform: capitalize !important; }
  .mktoForm input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    font-size: 13px !important;
    color: #96DDCF !important;
    text-transform: capitalize !important; }
  .mktoForm input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "azo-sans-web", sans-serif !important;
    text-transform: none !important;
    font-size: 13px !important;
    color: #96DDCF !important;
    text-transform: capitalize !important; }
  .mktoForm .mktoButtonRow {
    width: 100% !important;
    margin: 25px auto 0 !important;
    text-align: center !important; }
    .mktoForm .mktoButtonRow .mktoButtonWrap, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
      margin-left: 0 !important; }
      .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
        font-family: "azo-sans-web", sans-serif !important;
        color: #2F99A3 !important;
        border: 2px solid #2F99A3 !important;
        background-image: none !important;
        background-color: transparent !important;
        font-weight: 500 !important;
        text-shadow: none !important;
        box-shadow: none !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin: 0 0 1rem 0 !important;
        padding: 18px 32px !important;
        border-radius: 80px !important;
        font-size: 1.13rem !important;
        line-height: 1 !important;
        text-align: center !important;
        cursor: pointer !important;
        width: auto !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
          background-color: #2F99A3 !important;
          color: #fff !important; }
  .mktoForm .mktoOffset {
    display: none; }
  .mktoForm .mktoFieldWrap .mktoLabel[for=Privacy_Policy_Consent__c] {
    width: 100% !important; }
  .mktoForm .mktoRadioList {
    padding: 0 !important;
    width: 100% !important;
    margin: 5px 0 0 0 !important; }
  .mktoForm .mktoRadioList > label {
    display: block !important;
    font-family: "azo-sans-web", sans-serif !important;
    color: #2F99A3 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 0 !important;
    padding: 0 0 0 20px !important;
    position: relative !important; }
  .mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    display: none !important; }

.tiny-top-bar-addl .translation-dropdown {
  margin-top: 5px; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown {
  width: auto !important; }

.tiny-top-bar-addl .js-wpml-ls-item-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .tiny-top-bar-addl .js-wpml-ls-item-toggle.active, .tiny-top-bar-addl .js-wpml-ls-item-toggle:active {
    background: none; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 10px;
  margin-top: 5px; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
  padding-bottom: 5px; }
  .tiny-top-bar-addl .wpml-ls-legacy-dropdown a:hover, .tiny-top-bar-addl .wpml-ls-legacy-dropdown a:focus {
    background-color: transparent;
    background: none !important; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before {
  content: '\e839';
  border: none !important;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 18px; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  display: none; }

.tiny-top-bar-addl ul.wpml-ls-sub-menu {
  border: none;
  padding: 10px 15px 15px;
  min-width: 160px;
  background-image: linear-gradient(47deg, #96DDCF 0%, #FFFFFF 100%);
  border-radius: 10px; }
  .tiny-top-bar-addl ul.wpml-ls-sub-menu li {
    margin-bottom: 0;
    text-align: left !important; }
    .tiny-top-bar-addl ul.wpml-ls-sub-menu li a {
      font-weight: 400;
      color: #2F99A3 !important;
      margin: 0;
      -webkit-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 0.6px;
      line-height: 20px; }
      .tiny-top-bar-addl ul.wpml-ls-sub-menu li a:hover {
        opacity: .8; }

.tiny-top-bar-addl .wpml-ls-legacy-dropdown a:hover, .tiny-top-bar-addl .wpml-ls-legacy-dropdown a:focus, .tiny-top-bar-addl .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: none; }

.tiny-top-bar-addl .tiny-top-bar-dropdown {
  border: none;
  padding: 10px 15px 15px;
  min-width: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  background-image: linear-gradient(47deg, #96DDCF 0%, #FFFFFF 100%);
  border-radius: 10px;
  display: none; }
  .tiny-top-bar-addl .tiny-top-bar-dropdown li {
    margin-bottom: 0;
    text-align: left !important; }
    .tiny-top-bar-addl .tiny-top-bar-dropdown li a {
      font-weight: 400;
      color: #2F99A3 !important;
      margin: 0;
      -webkit-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 0.6px;
      line-height: 20px; }
      .tiny-top-bar-addl .tiny-top-bar-dropdown li a:hover {
        opacity: .8; }

.tiny-top-bar-addl .login-link {
  text-transform: none;
  position: relative;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #96DDCF;
  margin: 0 13px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }
  .tiny-top-bar-addl .login-link:hover {
    opacity: .8; }

.tiny-top-bar-addl li.has-dropdown {
  position: relative; }
  .tiny-top-bar-addl li.has-dropdown:hover .tiny-top-bar-dropdown {
    display: block; }

#search-push {
  display: none; }

.topbar-search-form {
  max-width: 640px;
  margin: 0 auto;
  position: relative; }
  .topbar-search-form input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E5E1E5;
    border-radius: 40px;
    color: #003545;
    width: 100%;
    border: none;
    font-size: 13px;
    padding: 7px 40px 7px 15px;
    margin-bottom: 0;
    margin-right: 0; }
  .topbar-search-form button#searchsubmit {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    padding: 0;
    color: #E5E1E5; }
    .topbar-search-form button#searchsubmit i {
      font-size: 28px; }
    .topbar-search-form button#searchsubmit:hover {
      background: none; }
  .topbar-search-form .search-close {
    position: absolute;
    top: 0px;
    right: -20px;
    color: #96DDCF;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .topbar-search-form .search-close:hover {
      color: #96ddcf; }
  .topbar-search-form.popup-search-form {
    margin-top: 100px;
    max-width: 75%; }
    .topbar-search-form.popup-search-form input[type="text"] {
      font-size: 14px;
      padding: 12px 40px 12px 15px;
      height: auto; }
    .topbar-search-form.popup-search-form button#searchsubmit {
      top: 8px; }

.search-icon.active:before {
  content: '\e83c'; }

.flex-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.home-violator {
  display: none; }

.home-violator-mobile {
  width: 100%;
  background-image: linear-gradient(0deg, #5CC9D0 0%, #2F99A3 100%);
  min-height: 40px;
  color: #fff;
  padding: 40px 20px;
  position: relative;
  display: block;
  z-index: 20; }
  .home-violator-mobile .cell {
    margin-bottom: 0.5rem;
    text-align: center; }
  .home-violator-mobile p {
    margin: 0; }
  .home-violator-mobile .button, .home-violator-mobile button,
  .home-violator-mobile input[type="button"],
  .home-violator-mobile input[type="reset"],
  .home-violator-mobile input[type="submit"] {
    margin: 0; }
  .home-violator-mobile .violator-icon {
    width: 25px;
    height: auto;
    float: left;
    margin-right: 15px; }
  .home-violator-mobile .violator-main p {
    font-family: "adrianna", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase; }
    .home-violator-mobile .violator-main p em {
      font-weight: 400;
      font-style: normal; }
  .home-violator-mobile .violator-close-mobile {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer; }

@media screen and (min-width: 71.875em) {
  .home-violator-mobile {
    display: none; }
  .home-violator {
    width: 100%;
    background-image: linear-gradient(0deg, #5CC9D0 0%, #2F99A3 100%);
    min-height: 40px;
    color: #fff;
    padding: 20px;
    position: relative;
    display: block; }
    .home-violator p {
      margin: 0; }
    .home-violator .button, .home-violator button,
    .home-violator input[type="button"],
    .home-violator input[type="reset"],
    .home-violator input[type="submit"] {
      margin: 0; }
    .home-violator .violator-icon {
      width: 25px;
      height: auto;
      float: left;
      margin-right: 15px; }
    .home-violator .violator-main p {
      font-family: "adrianna", sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase; }
      .home-violator .violator-main p em {
        font-weight: 400;
        font-style: normal; }
    .home-violator .addl-col {
      position: relative; }
      .home-violator .addl-col:before {
        display: block;
        content: '';
        background-color: #fff;
        width: 1px;
        height: 25px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .5; }
    .home-violator .violator-close {
      position: absolute;
      top: 25px;
      right: 20px;
      font-size: 20px;
      cursor: pointer; } }

#home-hero {
  background-color: transparent;
  padding: 140px 0 70px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  #home-hero .home-hero-background {
    background-color: #003545;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2; }
  #home-hero .hero-text {
    text-align: center;
    position: relative;
    z-index: 15; }
  #home-hero h1 {
    /* Your Opportunities a: */
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: .9px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -10px; }
    #home-hero h1 strong {
      font-family: "adrianna-extended", sans-serif;
      font-size: 72px;
      line-height: 90px;
      display: block;
      letter-spacing: -2.3px; }
  #home-hero p {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center; }

@media print, screen and (min-width: 40em) {
  #home-hero {
    padding: 150px 0 64px; }
    #home-hero h1 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 1.08px;
      margin-bottom: 0; }
      #home-hero h1 strong {
        font-size: 122.4px;
        line-height: 136px;
        letter-spacing: -2.88px; }
    #home-hero p {
      font-size: 19.2px; } }

@media screen and (min-width: 71.875em) {
  #home-hero {
    padding: 180px 0 40px; }
    #home-hero .home-hero-background {
      box-shadow: 0 6px 15px 0 rgba(66, 79, 98, 0.5);
      border-radius: 0 0 50% 50% / 12%;
      width: 110%;
      height: 96%; }
    #home-hero h1 {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 1.08px;
      margin-bottom: 0; }
      #home-hero h1 strong {
        font-size: 122.4px;
        line-height: 136px;
        letter-spacing: -2.88px; }
    #home-hero p {
      font-size: 24px; } }

@media screen and (min-width: 75em) {
  #home-hero {
    padding: 200px 0 40px; }
    #home-hero .home-hero-background {
      box-shadow: 0 6px 15px 0 rgba(66, 79, 98, 0.5);
      border-radius: 0 0 50% 50% / 16%;
      margin-bottom: 30px; }
    #home-hero h1 {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 1.35px;
      margin-bottom: 0; }
      #home-hero h1 strong {
        font-size: 153px;
        line-height: 170px;
        letter-spacing: -3.6px; }
    #home-hero p {
      font-size: 24px; } }

@-webkit-keyframes MBDcolor {
  0% {
    background-position: 0% 53%; }
  50% {
    background-position: 100% 48%; }
  100% {
    background-position: 0% 53%; } }

@-moz-keyframes MBDcolor {
  0% {
    background-position: 0% 53%; }
  50% {
    background-position: 100% 48%; }
  100% {
    background-position: 0% 53%; } }

@keyframes MBDcolor {
  0% {
    background-position: 0% 53%; }
  50% {
    background-position: 100% 48%; }
  100% {
    background-position: 0% 53%; } }

#home-dg {
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 9;
  background: linear-gradient(91deg, #abc74a, #96ddcf);
  -webkit-animation: MBDcolor 30s ease infinite;
  -moz-animation: MBDcolor 30s ease infinite;
  animation: MBDcolor 30s ease infinite; }
  #home-dg .home-dg-wave {
    background: url("../images/home-bc-messaging-wave-background.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  #home-dg h5 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #003545;
    letter-spacing: 0.47px;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    #home-dg h5 em {
      font-weight: 400; }
  #home-dg h4 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 15px; }
  #home-dg .left-half-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(-2deg, #ABC74A 0%, #D4ED7E 100%);
    z-index: 2;
    display: block; }
  #home-dg .right-half-hover {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(0deg, #82CEC2 0%, #96DDCF 72%);
    z-index: 2;
    display: block; }
  #home-dg .dg-cell-inner {
    z-index: 5;
    position: relative;
    padding: 35px 20px;
    text-align: center;
    min-height: 240px; }
    #home-dg .dg-cell-inner .button, #home-dg .dg-cell-inner button,
    #home-dg .dg-cell-inner input[type="button"],
    #home-dg .dg-cell-inner input[type="reset"],
    #home-dg .dg-cell-inner input[type="submit"] {
      margin-bottom: 0; }
  #home-dg .home-dg-separator {
    display: none; }
  #home-dg .align-right {
    text-align: center; }

@media screen and (max-width: 39.99875em) {
  .dg-cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

@media print, screen and (min-width: 40em) {
  #home-dg h5 {
    font-size: 14px;
    letter-spacing: 0.47px; }
  #home-dg h4 {
    font-size: 28px;
    line-height: 34px; }
  #home-dg .left-half-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: none; }
  #home-dg .right-half-hover {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    display: none; }
  #home-dg .dg-cell-inner {
    padding: 30px 30px 20px;
    text-align: left; }
  #home-dg .home-dg-separator {
    width: 4px;
    height: auto;
    left: 50%;
    bottom: 0;
    position: absolute;
    z-index: 20;
    display: block; }
  #home-dg .align-right {
    text-align: right; } }

@media print, screen and (min-width: 64em) {
  #home-dg {
    margin-top: -180px;
    padding: 220px 0 0; }
    #home-dg h5 {
      font-size: 14px;
      letter-spacing: 0.47px; }
    #home-dg h4 {
      font-size: 30px;
      line-height: 36px; }
    #home-dg .dg-cell-inner {
      margin-top: -180px;
      padding: 160px 30px 40px; } }

@media screen and (min-width: 75em) {
  #home-dg {
    margin-top: -180px;
    padding: 220px 0 0; }
    #home-dg h5 {
      font-size: 15px;
      letter-spacing: 0.47px; }
    #home-dg h4 {
      font-size: 34px;
      line-height: 40px; }
    #home-dg .dg-cell-inner {
      margin-top: -180px;
      padding: 160px 30px 40px; } }

#home-whymdb {
  padding: 10px 10px 10px;
  position: relative; }
  #home-whymdb h2 {
    color: #0E6488; }
  #home-whymdb .cell {
    z-index: 15; }
  #home-whymdb .wave-break-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none; }

.wave-break-home {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none; }

@media print, screen and (min-width: 40em) {
  #home-whymdb {
    padding: 30px 10px 80px; }
    #home-whymdb .wave-break-1 {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%; } }

.product-cards {
  margin: 50px auto 150px; }

.product-card {
  margin-bottom: 50px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .product-card:hover .card-flipper {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .product-card .card-flipper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 324px;
    position: relative;
    -webkit-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .product-card#product-card-1 .product-card-side-1-inner h3 {
    color: #2F99A3; }
  .product-card#product-card-1 .product-card-side-2-inner p, .product-card#product-card-1 .product-card-side-2-inner h3 {
    color: #2F99A3; }
  .product-card#product-card-1 .product-card-side-2-inner .button, .product-card#product-card-1 .product-card-side-2-inner button,
  .product-card#product-card-1 .product-card-side-2-inner input[type="button"],
  .product-card#product-card-1 .product-card-side-2-inner input[type="reset"],
  .product-card#product-card-1 .product-card-side-2-inner input[type="submit"] {
    color: #2F99A3;
    border: 2px solid #2F99A3;
    background-color: transparent; }
    .product-card#product-card-1 .product-card-side-2-inner .button:hover, .product-card#product-card-1 .product-card-side-2-inner button:hover,
    .product-card#product-card-1 .product-card-side-2-inner input:hover[type="button"],
    .product-card#product-card-1 .product-card-side-2-inner input:hover[type="reset"],
    .product-card#product-card-1 .product-card-side-2-inner input:hover[type="submit"] {
      background-color: #2F99A3;
      border: 2px solid #2F99A3;
      color: #fff; }
  .product-card#product-card-2 .product-card-side-1-inner h3 {
    color: #ABC74A; }
  .product-card#product-card-2 .product-card-side-2-inner p, .product-card#product-card-2 .product-card-side-2-inner h3 {
    color: #ABC74A; }
  .product-card#product-card-2 .product-card-side-2-inner .button, .product-card#product-card-2 .product-card-side-2-inner button,
  .product-card#product-card-2 .product-card-side-2-inner input[type="button"],
  .product-card#product-card-2 .product-card-side-2-inner input[type="reset"],
  .product-card#product-card-2 .product-card-side-2-inner input[type="submit"] {
    color: #ABC74A;
    border: 2px solid #ABC74A;
    background-color: transparent; }
    .product-card#product-card-2 .product-card-side-2-inner .button:hover, .product-card#product-card-2 .product-card-side-2-inner button:hover,
    .product-card#product-card-2 .product-card-side-2-inner input:hover[type="button"],
    .product-card#product-card-2 .product-card-side-2-inner input:hover[type="reset"],
    .product-card#product-card-2 .product-card-side-2-inner input:hover[type="submit"] {
      background-color: #ABC74A;
      border: 2px solid #ABC74A;
      color: #fff; }

.product-card-side-1 {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px; }

.product-card-side-1-inner {
  text-align: center; }
  .product-card-side-1-inner h3 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #2F99A3;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase; }
    .product-card-side-1-inner h3 em {
      font-weight: 400;
      font-style: normal; }
    .product-card-side-1-inner h3 span {
      display: block;
      font-family: "adrianna-extended", sans-serif;
      font-size: 46px;
      line-height: 44px;
      letter-spacing: -1.28px;
      font-weight: 700; }

.product-card-side-2 {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.product-card-side-2-inner {
  text-align: center;
  padding: 30px 20px; }
  .product-card-side-2-inner h3 {
    font-family: "adrianna", sans-serif;
    font-size: 22px;
    color: #2F99A3;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    .product-card-side-2-inner h3 em {
      font-weight: 400;
      font-style: normal; }
  .product-card-side-2-inner p {
    font-size: 12px; }

@media print, screen and (min-width: 40em) {
  .product-card {
    margin-bottom: 0;
    height: 380px; }
    .product-card .card-flipper {
      height: 380px; }
  .product-card-side-1-inner h3 {
    font-size: 32px;
    letter-spacing: 0.8px;
    line-height: 40px; }
    .product-card-side-1-inner h3 span {
      font-size: 27.2px;
      line-height: 24px;
      letter-spacing: -2.8px; }
    .product-card-side-1-inner h3 span.product-detail-span {
      font-size: 51.2px !important;
      line-height: 51.2px !important;
      letter-spacing: 0.8px !important;
      font-family: "adrianna", sans-serif !important; }
  .product-card-side-2-inner {
    padding: 40px 24px; }
    .product-card-side-2-inner h3 {
      font-size: 22.4px;
      letter-spacing: 0.4px; }
    .product-card-side-2-inner p {
      font-size: 11.2px; } }

@media print, screen and (min-width: 64em) {
  .product-card {
    margin-bottom: 0;
    height: 380px; }
    .product-card .card-flipper {
      height: 380px; }
  .product-card-side-1-inner h3 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px; }
    .product-card-side-1-inner h3 span {
      font-size: 34px;
      line-height: 30px;
      letter-spacing: -3.5px; }
  .product-card-side-2-inner {
    padding: 40px 30px; }
    .product-card-side-2-inner h3 {
      font-size: 28px;
      letter-spacing: 0.5px; }
    .product-card-side-2-inner p {
      font-size: 14px; } }

.home-resource-block {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  background-color: #2F99A3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .home-resource-block h5 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.47px;
    text-transform: uppercase; }
    .home-resource-block h5 em {
      font-weight: 400; }
  .home-resource-block h4 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    padding-right: 30px; }
  .home-resource-block .resources-button {
    position: absolute;
    bottom: 0;
    right: -20px; }

h4.dive-deeper {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  line-height: 30px;
  text-transform: uppercase;
  padding-right: 50px; }
  h4.dive-deeper em {
    font-weight: 400;
    font-style: normal; }

.resource-block-inner {
  margin: 30px 40px;
  position: relative;
  width: 100%; }
  .resource-block-inner [class^="icon-"] {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px; }

.home-resource-block-hover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }
  .home-resource-block-hover div {
    text-align: center;
    visibility: hidden; }
  .home-resource-block-hover h4 {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
    padding: 0 !important; }
  .home-resource-block-hover .button, .home-resource-block-hover button,
  .home-resource-block-hover input[type="button"],
  .home-resource-block-hover input[type="reset"],
  .home-resource-block-hover input[type="submit"] {
    background-color: #fff;
    color: #003545; }

@media print, screen and (min-width: 40em) {
  .home-resource-block {
    height: 300px; }
    .home-resource-block h5 {
      font-size: 15px;
      letter-spacing: 0.47px; }
    .home-resource-block h4 {
      font-size: 24px;
      line-height: 32px;
      padding-right: 20px; }
    .home-resource-block .resources-button {
      right: -40px; }
  h4.dive-deeper {
    font-size: 24px;
    letter-spacing: 1.05px;
    line-height: 32px; }
  .resource-block-inner {
    margin: 50px 40px 50px; }
    .resource-block-inner [class^="icon-"] {
      top: -40px;
      right: -40px;
      font-size: 50px; }
  .resource-block-hover h4 {
    max-width: 80%;
    margin: 0 auto 30px; } }

@media print, screen and (min-width: 64em) {
  .home-resource-block {
    height: 400px; }
    .home-resource-block h5 {
      font-size: 15px;
      letter-spacing: 0.47px; }
    .home-resource-block h4 {
      font-size: 34px;
      line-height: 40px;
      padding-right: 50px; }
    .home-resource-block .resources-button {
      right: -40px; }
  h4.dive-deeper {
    font-size: 40px;
    letter-spacing: 1.05px;
    line-height: 48px; }
  .resource-block-inner {
    margin: 70px 100px 50px; }
    .resource-block-inner [class^="icon-"] {
      top: -40px;
      right: -40px;
      font-size: 50px; }
  .resource-block-hover h4 {
    max-width: 80%;
    margin: 0 auto 30px; } }

#home-user-conference {
  position: relative;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #EEEDEE 100%);
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  #home-user-conference .user-conference-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5; }
  #home-user-conference .cell {
    z-index: 15; }
  #home-user-conference h2 strong {
    color: #2F99A3;
    font-weight: 700; }
  #home-user-conference .conf-fish {
    width: 100%;
    height: auto;
    z-index: 8;
    pointer-events: none;
    visibility: hidden; }

.wave-divider {
  margin: 30px 0;
  width: 100%;
  height: auto; }

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

@media print, screen and (min-width: 40em) {
  .conference-text {
    text-align: left; }
  #home-user-conference h2 strong {
    color: #2F99A3;
    font-weight: 700; }
  #home-user-conference .conf-fish {
    position: absolute;
    width: 466px;
    right: 20px;
    top: 70px; } }

@media print, screen and (min-width: 64em) {
  #home-user-conference .conf-fish {
    position: absolute;
    width: 666px;
    right: 20px;
    top: 70px; } }

.post-header {
  margin-bottom: 40px; }
  .post-header .asset-pre-header {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #424F62;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .post-header h1 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 100;
    color: #2F99A3; }
  .post-header .date {
    font-size: 14px;
    color: rgba(66, 79, 98, 0.5);
    line-height: 24px;
    margin: 0 0 20px; }

.entry-content {
  text-align: left !important; }

.blog-post-background, .wave-to-grey {
  padding-bottom: 200px;
  background: url("../images/grey-to-white-with-wave-on-bottom.png") bottom center no-repeat;
  background-size: 100% auto;
  margin-bottom: 70px; }

h4.widgettitle {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0E6488;
  text-transform: uppercase; }

.widget {
  margin-bottom: 2rem; }

.widget_recent_entries ul {
  margin-left: 0;
  list-style-type: none;
  padding: 0; }
  .widget_recent_entries ul li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 45px;
    margin: 0 0 20px 0; }
    .widget_recent_entries ul li:before {
      content: counter(step-counter, decimal-leading-zero);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0);
      font-size: 14px;
      color: #2F99A3;
      line-height: 22px;
      font-weight: 400;
      width: 35px;
      height: 35px;
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      border: 1px solid #2F99A3;
      border-radius: 50%;
      text-align: center;
      padding-top: 4px; }
    .widget_recent_entries ul li a {
      color: #424F62;
      font-weight: normal; }
      .widget_recent_entries ul li a:visited {
        color: #424F62; }
      .widget_recent_entries ul li a:hover {
        color: #2F99A3; }

.widget_archive label {
  display: none; }

.tag-cloud-link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.5rem 0;
  font-family: inherit;
  padding: 11px 21px;
  -webkit-appearance: none;
  border-radius: 80px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.65rem !important;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #2F99A3;
  border: 1px solid #2F99A3;
  background-color: transparent;
  text-transform: uppercase; }
  .tag-cloud-link:hover {
    color: #fff;
    background-color: #2F99A3; }

.entry-content ul {
  list-style-type: none;
  margin-left: 0; }
  .entry-content ul li:before {
    color: #2F99A3;
    content: "\25e6";
    font-size: 1.5em;
    padding-right: 0.5em;
    position: relative;
    top: 3px; }

.entry-content a, .entry-content a:visited {
  color: #ABC74A;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out; }
  .entry-content a:hover, .entry-content a:visited:hover {
    color: #abc74a; }

.entry-content blockquote {
  border-left: none;
  padding: 30px; }
  .entry-content blockquote p {
    font-family: "azo-sans-web", sans-serif;
    font-size: 2.5rem;
    color: #2F99A3;
    text-align: center;
    font-weight: 300;
    line-height: 1.2em; }

.entry-content pre {
  background: rgba(229, 225, 229, 0.3);
  border: none;
  padding: 30px;
  color: #2F99A3;
  margin-bottom: 2rem; }
  .entry-content pre code {
    color: #2F99A3; }

.bctt-click-to-tweet {
  padding: 30px; }
  .bctt-click-to-tweet .bctt-ctt-text a {
    color: #2F99A3 !important;
    font-family: "azo-sans-web", sans-serif !important;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0; }
  .bctt-click-to-tweet .bctt-ctt-btn {
    position: absolute !important;
    bottom: 20px;
    right: 20px;
    color: #2F99A3 !important;
    font-family: "azo-sans-web", sans-serif !important;
    font-weight: 500 !important; }

@media print, screen and (min-width: 64em) {
  .entry-content blockquote {
    padding: 50px; }
  .entry-content pre {
    padding: 50px; }
  .bctt-click-to-tweet {
    padding: 50px; } }

.sidebar-asset-form {
  border-radius: 12px;
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  margin-bottom: 60px; }
  .sidebar-asset-form .asset-form-top {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 200px;
    padding: 30px 45px;
    text-align: left; }
    .sidebar-asset-form .asset-form-top p.asset-type {
      font-family: "adrianna", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      text-transform: uppercase;
      margin: 0 0 10px; }
    .sidebar-asset-form .asset-form-top h5 {
      font-family: "azo-sans-web", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #FFFFFF;
      margin: 10px 0 0; }
  .sidebar-asset-form .asset-form-body {
    text-align: center;
    padding: 20px 45px; }

.author-bio {
  margin-top: 100px; }

.author-header-section {
  padding-bottom: 80px;
  text-align: center; }

.author-title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #2F99A3;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700; }

.author-header {
  text-align: center; }
  .author-header .preheader {
    font-weight: 700;
    font-size: 15px;
    color: #003545;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase; }
  .author-header h1.author-title {
    font-size: 2em;
    color: #2F99A3;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 30px; }
  .author-header .author-jobtitle {
    text-align: center;
    font-size: 14px;
    color: rgba(66, 79, 98, 0.5);
    text-align: center;
    line-height: 24px;
    font-weight: 100; }

.author-jobtitle {
  font-size: 14px;
  margin: 10px 0;
  text-align: left; }

.author-description p {
  margin-top: 0;
  font-size: 14px; }

.author-description {
  text-align: center;
  margin-top: 15px; }

@media print, screen and (min-width: 40em) {
  .author-description {
    text-align: left;
    margin-top: 0; } }

.author-social-icons {
  margin: 0;
  text-align: left;
  list-style-type: none; }
  .author-social-icons li {
    margin: 0 5px;
    display: inline-block; }

.author-image {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background-image: linear-gradient(39deg, #ABC74A 21%, #2F99A3 100%);
  position: relative;
  margin: 0 auto; }
  .author-image.big {
    width: 195px;
    height: 195px; }
  .author-image .author-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .author-image .author-image-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: grayscale(100%);
    opacity: .7;
    border-radius: 50%; }

.post-details .post-date {
  font-size: 14px;
  color: rgba(66, 79, 98, 0.5);
  line-height: 24px;
  margin: 10px 0 15px; }
  .post-details .post-date a {
    color: #0E6488; }

.post-listing .post {
  padding: 20px 0;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #2F99A3;
  border-bottom-image-source: url("../images/blue-dots.svg");
  border-bottom-image-slice: 25% 25%;
  border-bottom-image-repeat: round; }

.search-results .post {
  margin-bottom: 1.5rem; }

.grey-to-white {
  background-image: linear-gradient(-180deg, #FFFFFF 6%, #D8D8D8 98%); }

.image-text-container .image-text-row {
  margin-bottom: 100px; }

@media print, screen and (min-width: 40em) {
  .image-text-container .image-text-row:nth-child(even) .text-cell {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .image-text-container .image-text-row:nth-child(even) .image-cell {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.image-cell {
  text-align: left;
  margin-bottom: 30px; }
  .image-cell img {
    max-width: 400px;
    max-height: 350px;
    width: auto;
    height: auto; }

@media print, screen and (min-width: 40em) {
  .image-cell {
    text-align: center;
    margin-bottom: 0; } }

.text-cell h3 {
  font-family: "adrianna", sans-serif;
  font-size: 40px;
  color: #003545;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  font-weight: 700; }
  .text-cell h3 strong {
    color: #2F99A3;
    font-weight: 700; }

.careers-quote-section.customer-quote-section {
  background: url("../images/quote-background-1-small.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 90px; }

@media print, screen and (min-width: 40em) {
  .careers-quote-section.customer-quote-section {
    background-image: url("../images/quote-background-1-medium.jpg");
    padding-top: 160px; } }

@media print, screen and (min-width: 64em) {
  .careers-quote-section.customer-quote-section {
    background-image: url("../images/quote-background-1-xlarge.jpg");
    padding-top: 240px; } }

@media screen and (min-width: 75em) {
  .careers-quote-section.customer-quote-section {
    background-image: url("../images/quote-background-1-xxlarge.jpg");
    padding-top: 270px; } }

.department-title {
  display: block;
  padding-bottom: 15px;
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #2F99A3;
  text-transform: uppercase;
  margin-top: 30px; }

.job-row {
  margin-bottom: 15px; }
  .job-row p {
    margin-bottom: 5px; }
    .job-row p a {
      color: #0E6488; }

.contact-tile {
  background-image: linear-gradient(31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  margin-bottom: 1.5rem; }
  .contact-tile h3 {
    font-size: 22px;
    color: #2F99A3; }
  .contact-tile h6 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(66, 79, 98, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px; }

.image-tile {
  background-image: linear-gradient(31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 12px;
  min-height: 300px; }

@media print, screen and (min-width: 64em) {
  .contact-tile {
    padding: 40px 50px; } }

@media screen and (min-width: 75em) {
  .contact-tile {
    padding: 50px 60px; } }

.contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact-sidebar .form-box {
  margin-bottom: 1.5rem; }

.downloads-desktop-intro {
  display: none; }

@media print, screen and (min-width: 40em) {
  .downloads-desktop-intro {
    display: flex; }
  .main-downloads-container {
    display: block; }
    .main-downloads-container .content-area {
      position: relative;
      z-index: 15; }
  .downloads-mobile-intro {
    display: none; } }

.outer-tabs-panel {
  padding: 0; }

.tabs-content {
  border: none; }

.downloads-tab-content {
  font-size: 14px; }
  .downloads-tab-content ul {
    text-align: center; }
  .downloads-tab-content .tabs-content {
    border: none;
    background: #F4F2F4; }
  .downloads-tab-content .inner-tabs-panel ul {
    list-style-type: none;
    margin-left: 0;
    text-align: left; }
    .downloads-tab-content .inner-tabs-panel ul li {
      position: relative;
      padding-left: 25px; }
      .downloads-tab-content .inner-tabs-panel ul li:before {
        color: #2F99A3;
        content: "\25e6";
        font-size: 1.5em;
        line-height: 1em;
        padding-right: 0.5em;
        position: absolute;
        top: 2px;
        left: 0;
        display: inline-block; }
  .downloads-tab-content h3 {
    font-weight: 300;
    font-size: 24px;
    color: #2F99A3; }
  .downloads-tab-content h4 {
    font-weight: 400;
    font-size: 16px;
    color: #2F99A3;
    text-transform: none; }
  .downloads-tab-content a {
    color: #ABC74A;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize; }
    .downloads-tab-content a:visited {
      color: #ABC74A; }
    .downloads-tab-content a:hover {
      color: #abc74a; }
  .downloads-tab-content p {
    font-size: 14px; }
  .downloads-tab-content mark {
    text-decoration: underline;
    background: none;
    background-color: none; }
  .downloads-tab-content form select {
    background: transparent;
    border: 1px solid #E5E1E5;
    border-radius: 50px;
    font-size: 14px;
    color: #424F62;
    letter-spacing: 0;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none; }
  .downloads-tab-content form .dl-select {
    background: url("../images/Icon-Dropdown.png") no-repeat;
    background-position: center right 20px;
    border: 1px solid #E5E1E5;
    border-radius: 50px;
    font-size: 14px;
    color: #424F62;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative; }
  .downloads-tab-content form label {
    font-size: 14px;
    color: #2F99A3;
    line-height: 24px; }
  .downloads-tab-content form .form-group {
    margin-bottom: 15px; }

.download-bar {
  background-color: #2F99A3;
  color: #fff;
  font-size: 12px;
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
  text-align: left; }
  .download-bar a {
    color: #fff; }
  .download-bar ul {
    list-style-type: none;
    margin: 0;
    line-height: 16px; }
  .download-bar .button-cell {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .download-bar .button-cell .button.white, .download-bar .button-cell button.white,
    .download-bar .button-cell input.white[type="button"],
    .download-bar .button-cell input.white[type="reset"],
    .download-bar .button-cell input.white[type="submit"] {
      margin: 0;
      background-color: #ABC74A;
      border-color: #ABC74A; }
      .download-bar .button-cell .button.white:hover, .download-bar .button-cell button.white:hover,
      .download-bar .button-cell input.white:hover[type="button"],
      .download-bar .button-cell input.white:hover[type="reset"],
      .download-bar .button-cell input.white:hover[type="submit"] {
        color: #fff;
        background-color: #2F99A3; }

@media screen and (min-width: 75em) {
  .download-bar {
    font-size: 14px; }
    .download-bar .button, .download-bar button,
    .download-bar input[type="button"],
    .download-bar input[type="reset"],
    .download-bar input[type="submit"] {
      font-size: 1.13rem; } }

#downloads-tabs {
  display: flex;
  border: none;
  background: none;
  border-bottom: 10px solid #2F99A3;
  margin-top: 60px; }
  #downloads-tabs li {
    display: flex; }
  #downloads-tabs .nav-item:first-child a {
    margin-left: 0; }
  #downloads-tabs .tabs-title > a {
    padding: 1.2rem 1.6rem;
    font-size: 13px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #424F62;
    font-weight: 400;
    margin: 0 3px;
    background: rgba(229, 225, 229, 0.5);
    outline: none !important; }
    #downloads-tabs .tabs-title > a:active, #downloads-tabs .tabs-title > a:focus {
      outline: none !important; }
  #downloads-tabs .tabs-title.is-active a {
    background: #2f99a3;
    color: #fff;
    outline: none !important; }
    #downloads-tabs .tabs-title.is-active a:active, #downloads-tabs .tabs-title.is-active a:focus {
      outline: none !important; }
  #downloads-tabs .tabs-title.is-active:active, #downloads-tabs .tabs-title.is-active:focus {
    outline: none !important; }
  #downloads-tabs .tabs-title:active, #downloads-tabs .tabs-title:focus {
    outline: none !important; }

@media print, screen and (min-width: 64em) {
  #downloads-tabs .tabs-title > a {
    font-size: 15px;
    padding: 1.5rem 1.9rem; } }

@media screen and (min-width: 75em) {
  #downloads-tabs .tabs-title > a {
    font-size: 16px;
    padding: 1.5rem 2.2rem; } }

.sub-tabs {
  background-color: #F4F2F4;
  border-bottom: 1px solid #F0F0F0;
  border-top: none;
  border-left: none;
  border-right: none; }
  .sub-tabs .tabs-title:active, .sub-tabs .tabs-title:focus {
    outline: none !important; }
  .sub-tabs .tabs-title a {
    color: #424F62;
    padding: 1.2rem 0.6rem;
    border-right: 1px solid #E5E5E5;
    outline: none !important;
    font-size: 11px;
    font-weight: 400; }
    .sub-tabs .tabs-title a:active, .sub-tabs .tabs-title a:focus {
      outline: none !important; }
  .sub-tabs .tabs-title.is-active a {
    color: #2F99A3;
    background-color: #fff;
    font-weight: 500; }
  .sub-tabs .tabs-title small {
    text-align: center; }

@media print, screen and (min-width: 64em) {
  .sub-tabs .tabs-title a {
    font-size: 13px;
    padding: 1.5rem 1.3rem; } }

@media screen and (min-width: 75em) {
  .sub-tabs .tabs-title a {
    font-size: 14px;
    padding: 1.5rem 2.02rem; } }

.text-medium {
  font-weight: 500; }

.inner-tabs-panel {
  padding: 50px;
  background-image: linear-gradient(0deg, #F4F2F4 3%, #FFFFFF 96%); }

@media print, screen and (min-width: 64em) {
  .inner-tabs-panel {
    padding: 60px; } }

@media screen and (min-width: 75em) {
  .inner-tabs-panel {
    padding: 80px; } }

.no-sub-tabs-content {
  padding: 80px;
  background-image: linear-gradient(0deg, #F4F2F4 3%, #FFFFFF 96%);
  border-radius: 0 0 10px 10px; }

.downloads-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px; }

.resource-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-image: linear-gradient(31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 10px;
  margin-bottom: 30px; }
  .resource-card h4 {
    margin: 0 0 0 15px;
    text-transform: uppercase;
    text-align: left; }
    .resource-card h4 em {
      font-style: normal;
      font-weight: 300; }
  .resource-card i {
    color: #ABC74A;
    font-size: 50px; }

@media print, screen and (min-width: 40em) {
  .resource-card {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 40px 60px; } }

.downloads-confirmation h1 {
  font-size: 40px;
  color: #0E6488;
  text-transform: uppercase; }

.downloads-confirmation .side-by-side-buttons {
  margin-bottom: 80px; }

.download-bar ul li {
  word-wrap: break-word;
  word-break: break-all; }

.mdb-card {
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  text-align: center;
  margin: 0 0 30px;
  padding: 20px; }
  .mdb-card .the-date {
    font-family: "azo-sans-web", sans-serif;
    font-size: 14px;
    color: rgba(66, 79, 98, 0.5);
    line-height: 24px;
    text-transform: capitalize;
    margin: 0; }
  .mdb-card h3 {
    font-family: "azo-sans-web", sans-serif;
    font-size: 16px;
    color: #2F99A3;
    font-weight: 400;
    margin: 15px 0 25px;
    line-height: 30px; }

@media screen and (min-width: 75em) {
  .mdb-card {
    padding: 30px; } }

.featured-news h3 {
  font-weight: 300;
  font-size: 22px;
  color: #ABC74A;
  margin: -10px 0 10px; }
  .featured-news h3 a {
    color: #abc74a; }
    .featured-news h3 a:hover {
      color: rgba(171, 199, 74, 0.8); }

.featured-news .excerpt {
  color: #424F62;
  font-size: 14px;
  margin-bottom: 10px; }
  .featured-news .excerpt p {
    color: #424F62;
    font-size: 14px; }

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

@media print, screen and (min-width: 40em) {
  .mobile-centered {
    text-align: left; } }

.cell-border-right {
  border-right: 1px solid rgba(66, 79, 98, 0.38); }

.cell-border-left {
  position: relative; }
  .cell-border-left:before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    background: rgba(66, 79, 98, 0.38); }

.news-logo {
  max-width: 160px;
  max-height: 80px;
  height: auto;
  width: auto;
  margin-bottom: 20px; }

#press-releases-section {
  background-color: #003545;
  background-image: url("../images/bluewater-background-small.jpg");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat; }

@media print, screen and (min-width: 40em) {
  #press-releases-section {
    background-image: url("../images/bluewater-background-medium.jpg"); } }

@media print, screen and (min-width: 64em) {
  #press-releases-section {
    background-image: url("../images/bluewater-background-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  #press-releases-section {
    background-image: url("../images/bluewater-background-xxlarge.jpg"); } }

.pr-row {
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px; }

@media print, screen and (min-width: 40em) {
  .pr-row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }

.pr-date {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  width: 200px;
  margin: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .pr-date a {
    color: rgba(66, 79, 98, 0.5); }

.dark-section .pr-date a, .dark-section .pr-title h3 a {
  color: #fff; }

.pr-title h3 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0; }
  .pr-title h3 a {
    color: #0E6488; }

@media print, screen and (min-width: 40em) {
  .pr-date {
    font-size: 14px; }
  .pr-title h3 {
    font-size: 18px; } }

.article-header {
  text-align: center; }
  .article-header h1.entry-title {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 100;
    font-size: 28px;
    color: #2F99A3;
    text-align: center;
    line-height: 34px; }

@media print, screen and (min-width: 64em) {
  .article-header {
    text-align: center; }
    .article-header h1.entry-title {
      font-size: 34px;
      line-height: 40px; } }

.post-subtitle {
  text-align: center; }
  .post-subtitle p {
    font-size: 1.1em; }

.dot-spacer {
  height: 2px;
  width: auto;
  max-width: 100%;
  margin: 20px auto 30px; }

.post-navigation {
  margin: 40px 0;
  width: 100%; }

@media screen and (max-width: 39.99875em) {
  .post-navigation {
    padding: 0 30px;
    text-align: center; }
    .post-navigation .return-to-listing {
      float: none;
      margin-top: 20px; } }

.page-numbers {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(171, 199, 74, 0.4);
  letter-spacing: 0;
  line-height: 19.28px;
  border: 1px solid rgba(171, 199, 74, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  margin: 0 3px; }
  .page-numbers.current {
    color: #ABC74A;
    border: 1px solid #ABC74A; }
  .page-numbers:hover {
    background-color: #ABC74A;
    color: #fff; }
  .page-numbers.next, .page-numbers.prev {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 20px;
    width: auto;
    border-radius: 40px;
    color: #ABC74A;
    border: 1px solid #ABC74A; }
    .page-numbers.next:hover, .page-numbers.prev:hover {
      color: #fff; }

.return-to-listing {
  float: right;
  margin: 0; }

.pagination li a {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(171, 199, 74, 0.4);
  letter-spacing: 0;
  line-height: 19.28px;
  border: 1px solid rgba(171, 199, 74, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  margin: 0 3px; }
  .pagination li a.current {
    color: #ABC74A;
    border: 1px solid #ABC74A; }
  .pagination li a:hover {
    background-color: #ABC74A;
    color: #fff; }
  .pagination li a.next, .pagination li a.prev {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 20px;
    width: auto;
    border-radius: 40px;
    color: #ABC74A;
    border: 1px solid #ABC74A; }
    .pagination li a.next:hover, .pagination li a.prev:hover {
      color: #fff; }

.pagination li span.current {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(171, 199, 74, 0.4);
  letter-spacing: 0;
  line-height: 19.28px;
  border: 1px solid rgba(171, 199, 74, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  margin: 0 3px;
  color: #ABC74A;
  border: 1px solid #ABC74A;
  background-color: transparent; }

#partners h2 span {
  color: #2F99A3; }

#partners #partner-listing {
  margin-top: 80px; }
  #partners #partner-listing #filters {
    margin-bottom: 80px; }
    #partners #partner-listing #filters ul {
      list-style: none; }
    #partners #partner-listing #filters .button, #partners #partner-listing #filters button,
    #partners #partner-listing #filters input[type="button"],
    #partners #partner-listing #filters input[type="reset"],
    #partners #partner-listing #filters input[type="submit"] {
      padding: 18px 15px;
      font-size: 16px; }
  #partners #partner-listing .partner {
    margin-bottom: 40px; }
  #partners #partner-listing .product-card {
    width: 340px;
    height: 325px;
    position: relative;
    border-radius: 12px; }
    #partners #partner-listing .product-card .card-flipper {
      height: 325px; }
    #partners #partner-listing .product-card .title-footer {
      height: 40px;
      width: 100%;
      color: #ffffff;
      font-family: "azo-sans-web", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      padding-top: 10px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
    #partners #partner-listing .product-card .distributor-reseller {
      background: #2F99A3; }
    #partners #partner-listing .product-card .system-integration {
      background: #ABC74A; }
    #partners #partner-listing .product-card .technology-partner {
      background: #96DDCF; }
  @media only screen and (max-width: 638px) {
    #partners #partner-listing .product-card {
      width: 100%; } }
  #partners #partner-listing .product-card-side-1 {
    background: linear-gradient(30.58deg, #f4f2f4 0%, #ffffff 100%);
    border-radius: 12px; }
    #partners #partner-listing .product-card-side-1 .product-card-side-1-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #partners #partner-listing .product-card-side-1 .product-card-side-1-inner .logo {
        margin-top: -40px; }
        #partners #partner-listing .product-card-side-1 .product-card-side-1-inner .logo img {
          max-width: 250px;
          max-height: 200px;
          width: auto;
          height: auto; }
  #partners #partner-listing .product-card-side-2 {
    border-radius: 12px;
    color: #ffffff; }
    #partners #partner-listing .product-card-side-2 p {
      margin-bottom: 40px; }
  #partners #partner-listing .location {
    color: #424F62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    margin: 20px 0 10px; }
  #partners #partner-listing .partner-name {
    color: #424F62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left; }
  #partners #partner-listing .single-card {
    width: 380px;
    height: 380px; }
    #partners #partner-listing .single-card .product-card-side-1 {
      background: linear-gradient(30.58deg, #f4f2f4 0%, #ffffff 100%);
      border-radius: 12px;
      box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2); }
  @media only screen and (max-width: 580px) {
    #partners #partner-listing .single-card {
      width: 100%; } }
  #partners #partner-listing .single-info {
    text-align: left; }
    #partners #partner-listing .single-info .single-location {
      color: #424F62;
      font-family: "adrianna", sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 22px; }
    #partners #partner-listing .single-info .single-title {
      color: #2F99A3;
      font-family: "azo-sans-web", sans-serif;
      font-size: 34px;
      font-weight: 300;
      line-height: 40px;
      margin-top: 20px; }
    #partners #partner-listing .single-info .single-description {
      color: #424F62;
      font-family: "azo-sans-web", sans-serif;
      font-size: 18px;
      line-height: 34px;
      font-weight: normal; }
    #partners #partner-listing .single-info #website {
      font-family: "azo-sans-web", sans-serif !important;
      font-size: 18px;
      line-height: 34px;
      color: #424F62;
      text-transform: capitalize;
      font-family: bold; }
      #partners #partner-listing .single-info #website .url {
        color: #ABC74A;
        text-transform: lowercase; }
    #partners #partner-listing .single-info #back-to-partners {
      margin-top: 120px; }
  @media only screen and (max-width: 1022px) {
    #partners #partner-listing .single-info {
      margin: 40px 0 0 30px; } }

#partners #partner-program {
  width: 100%;
  min-height: 548px;
  color: #ffffff; }
  #partners #partner-program h2 {
    color: #ffffff; }
  #partners #partner-program p {
    font-family: "azo-sans-web", sans-serif;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    max-width: 642px;
    margin: 45px auto 80px; }
  #partners #partner-program a {
    margin: 0 23px;
    text-transform: capitalize; }

#filters #filter-selectors a {
  margin: 12px; }

#partner-program {
  background: url("../images/partners-background-small.jpg") no-repeat bottom center;
  background-size: cover; }

@media print, screen and (min-width: 40em) {
  #partner-program {
    background-image: url("../images/partners-background-medium.jpg"); } }

@media print, screen and (min-width: 64em) {
  #partner-program {
    background-image: url("../images/partner-background-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  #partner-program {
    background-image: url("../images/partner-background-xxlarge.jpg"); } }

#filter-selectors a.granite.active {
  background-color: #424F62;
  color: #fff; }

#filter-selectors a.open-seas.active {
  background-color: #2F99A3;
  color: #fff; }

#filter-selectors a.electric-eel.active {
  background-color: #ABC74A;
  color: #fff; }

#filter-selectors a.sea-fresh.active {
  background-color: #96DDCF;
  color: #fff; }

h2 {
  color: #0E6488; }

h3 {
  color: #2F99A3;
  font-family: "azo-sans-web", sans-serif;
  font-size: 34px;
  font-weight: 300; }

.card-panel {
  background-image: linear-gradient(-31deg, #f4f2f4 0%, #ffffff 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 1.5rem; }
  .card-panel ul {
    width: 250px;
    margin: 0 auto;
    line-height: 20px;
    list-style-type: circle;
    text-align: left; }
    .card-panel ul li {
      color: #2F99A3;
      margin-bottom: 5px; }
      .card-panel ul li span {
        color: #424F62;
        font-family: "azo-sans-web", sans-serif;
        font-size: 14px; }
  .card-panel .cta-button a {
    font-family: "azo-sans-web", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }

.products-card h3 {
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2F99A3;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px auto 0;
  padding: 45px 0; }
  .products-card h3 em {
    font-weight: 400;
    font-style: normal; }
  .products-card h3 span {
    display: block;
    font-family: "adrianna-extended", sans-serif;
    font-size: 27.2px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -2.8px; }
  .products-card h3 span.product-detail-span {
    font-size: 51.2px !important;
    line-height: 51.2px !important;
    letter-spacing: 0.8px !important; }

.products-card .price-per-node {
  margin-top: 50px;
  margin-bottom: 40px; }
  .products-card .price-per-node div {
    width: auto;
    margin: 0 auto; }
    .products-card .price-per-node div p {
      color: #424F62;
      font-family: "azo-sans-web", sans-serif;
      font-size: 16px;
      line-height: 30px;
      margin: 10px 0 0; }
    .products-card .price-per-node div span {
      color: #2F99A3;
      font-family: "azo-sans-web", sans-serif;
      font-size: 14px;
      line-height: 24px; }
    .products-card .price-per-node div h4 {
      color: #0E6488;
      font-family: "adrianna", sans-serif;
      font-size: 40px;
      font-weight: bold;
      letter-spacing: 1.05px;
      line-height: 48px; }
      .products-card .price-per-node div h4 span {
        color: #0E6488;
        font-size: 22px;
        font-weight: bold;
        line-height: 51px;
        vertical-align: top;
        position: relative;
        top: -6px; }

#product-card-1 h3 {
  color: #2F99A3; }

#product-card-2 h3 {
  color: #ABC74A; }

.has-feature-list {
  margin-top: 15px;
  list-style: none;
  list-style-image: url("../images/collapse-line.png");
  cursor: pointer; }
  .has-feature-list span {
    position: relative;
    top: 4px; }
  .has-feature-list li {
    list-style-image: none;
    margin-left: 20px; }

.has-feature-list-closed {
  margin-top: 15px;
  list-style: none;
  list-style-image: url("../images/open-plussign.png");
  cursor: pointer; }
  .has-feature-list-closed span {
    position: relative;
    top: 0px; }
  .has-feature-list-closed li {
    list-style-image: none;
    margin-left: 20px; }

.subscription-card {
  background-image: linear-gradient(-31deg, #f4f2f4 0%, #ffffff 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 840px;
  margin: 0 auto; }
  .subscription-card .title-header {
    height: 85px; }
  .subscription-card .subscription-block {
    width: 100%; }
    .subscription-card .subscription-block:last-child {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
      .subscription-card .subscription-block:last-child .product-feature, .subscription-card .subscription-block:last-child .community, .subscription-card .subscription-block:last-child .subscription {
        border-bottom: none; }
      .subscription-card .subscription-block:last-child .spacer {
        border-bottom-left-radius: 12px; }
      .subscription-card .subscription-block:last-child .subscription {
        border-bottom-right-radius: 12px; }
    .subscription-card .subscription-block .spacer {
      background: #ffffff; }
    .subscription-card .subscription-block .product-feature {
      background-color: #ffffff;
      text-align: left;
      padding: 30px 0 20px 0px;
      border-bottom: 1.2px dashed #cfd2d7; }
      .subscription-card .subscription-block .product-feature span {
        width: 180px;
        display: inline-block;
        vertical-align: top;
        color: #424F62;
        font-family: "azo-sans-web", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 34px;
        text-transform: capitalize; }
      .subscription-card .subscription-block .product-feature ul {
        display: inline-block;
        list-style: none;
        color: #0E6488;
        font-family: "azo-sans-web", sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 34px;
        text-transform: capitalize;
        width: 200px; }
    .subscription-card .subscription-block .community {
      background-color: #f4f1f4;
      padding-top: 30px;
      text-align: center;
      border-bottom: 1.2px dashed #cfd2d7; }
      .subscription-card .subscription-block .community ul {
        list-style: none;
        text-align: center;
        margin: 0; }
        .subscription-card .subscription-block .community ul li {
          margin-bottom: 7px; }
    .subscription-card .subscription-block .subscription {
      background-color: #b3cc57;
      padding-top: 30px;
      text-align: center;
      border-bottom: 1.2px dashed #cfd2d7; }
      .subscription-card .subscription-block .subscription ul {
        list-style: none;
        text-align: center;
        margin: 0; }
        .subscription-card .subscription-block .subscription ul li {
          margin-bottom: 7px; }

.subscription-card #product-features {
  background: #fff; }
  .subscription-card #product-features .title-header {
    background: #424f62;
    border-top-left-radius: 12px; }
    .subscription-card #product-features .title-header h3 {
      color: #fff;
      text-transform: uppercase;
      font-family: "adrianna", sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 51px;
      padding: 20px 0 0px 50px;
      text-align: left; }

.subscription-card #community .title-header {
  background: #e9e8eb; }
  .subscription-card #community .title-header h3 {
    color: #424f62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
    text-transform: capitalize; }

.subscription-card #subscriptions {
  opacity: 0.95;
  background: linear-gradient(3.63deg, #d5e580 0%, #abc74a 100%);
  border-top-right-radius: 12px; }
  .subscription-card #subscriptions .title-header {
    background: #a7c24d;
    border-top-right-radius: 12px; }
    .subscription-card #subscriptions .title-header h3 {
      color: #ffffff;
      font-family: "azo-sans-web", sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 25px;
      text-align: center;
      padding-top: 30px;
      text-transform: capitalize; }

@media screen and (max-width: 39.99875em) {
  .subscription-card .title-header {
    height: 160px; }
  .subscription-card .subscription-block .community, .subscription-card .subscription-block .subscription {
    padding-top: 52px; }
  .subscription-card #product-features .title-header h3 {
    font-size: 16px;
    line-height: auto !important;
    padding-left: 15px; }
  .subscription-card .title-header {
    position: relative; }
  .subscription-card #community .title-header h3 {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 0;
    margin: 0;
    -webkit-transform-origin: 94px 78px;
    transform-origin: 94px 78px;
    margin-right: -120px; }
  .subscription-card #subscriptions .title-header h3 {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 0;
    margin: 0;
    -webkit-transform-origin: 94px 78px;
    transform-origin: 94px 78px;
    margin-right: -120px; }
  .subscription-card .subscription-block .product-feature ul {
    margin-left: 0;
    padding-left: 15px; }
    .subscription-card .subscription-block .product-feature ul li {
      font-size: 13px; }
  .subscription-card .subscription-block .product-feature span {
    margin-left: 0;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px; }
  .subscription-card .product-feature-row-title h3 {
    padding-left: 15px; } }

#service-details {
  justify-content: center; }

.service-card {
  width: 340px;
  margin: 0 auto 40px;
  min-height: 400px;
  padding: 0; }
  .service-card .title-header {
    width: 100%;
    height: 50px;
    border-radius: 12px 12px 0 0;
    box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2); }
    .service-card .title-header h3 {
      color: #ffffff;
      font-family: "adrianna", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 51px;
      text-align: center;
      text-transform: uppercase; }
  .service-card .cta-button {
    width: 100%;
    position: absolute;
    bottom: 20px; }
    .service-card .cta-button div {
      width: auto;
      margin: 0 auto; }
  .service-card #title-header-1 {
    background-color: #96DDCF; }
  .service-card #title-header-2 {
    background-color: #424F62; }
  .service-card #title-header-3 {
    background-color: #ABC74A; }
  .service-card #title-header-4 {
    background-color: #0E6488; }
  .service-card #title-header-5 {
    background-color: #2F99A3; }

.service-card-size-1,
.service-card-size-2,
.service-card-size-3 {
  min-height: 700px; }

.product-feature-row-title h3 {
  padding-top: 20px;
  font-family: "adrianna", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #003545;
  text-transform: uppercase;
  margin-bottom: -10px; }

.subscription.no-radius {
  border-radius: 0 !important; }

.mb-25 {
  margin-bottom: 25px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-150 {
  margin-bottom: 150px; }

#product-whats-new h6 {
  color: #2F99A3;
  text-transform: uppercase; }

#product-use-case {
  padding: 10px 10px 10px;
  position: relative; }
  #product-use-case .cell {
    z-index: 15; }
  #product-use-case .wave-bg {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none; }
  #product-use-case .slick-track {
    padding: 50px 0; }

#product-components h6 {
  color: #2F99A3;
  text-transform: uppercase; }

#product-sliders .flip-card-inner-top {
  display: none !important; }

#product-sliders .gradient-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -10;
  pointer-events: none; }

#product-sliders .slick-track {
  padding: 50px 0; }

#product-featured-presentations h5 {
  color: #2F99A3;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25.7px; }

#product-featured-presentations .play-btn {
  position: absolute;
  margin-top: 80px;
  margin-left: -33px; }

.card {
  border-radius: 12px;
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2); }

.card-image {
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .card-image .icon-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff; }

.pt-100 {
  padding: 100px 0; }

#products-deployment-options {
  min-height: 800px;
  position: relative; }
  #products-deployment-options .wave-bg {
    position: relative;
    bottom: 600px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none; }
  #products-deployment-options .large-cards {
    position: relative;
    z-index: 15; }
  #products-deployment-options .large-card-list {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
    position: relative; }
    #products-deployment-options .large-card-list li {
      display: inline-block;
      margin: 0;
      padding: 0 20px; }
  #products-deployment-options .flip-card {
    width: 370px;
    height: 320px;
    perspective: 1000px; }
  #products-deployment-options .flip-card-front {
    padding-top: 50px; }
    #products-deployment-options .flip-card-front h4 {
      text-transform: uppercase;
      font-size: 34px; }
  #products-deployment-options .flip-card-back {
    padding-top: 25px; }
    #products-deployment-options .flip-card-back h4 {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold; }
    #products-deployment-options .flip-card-back p {
      color: #2F99A3;
      padding: 0 20px; }

#products-sliders {
  position: relative; }
  #products-sliders .gradient-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -10;
    pointer-events: none; }
  #products-sliders #mariadb-tx-slider .flip-card-inner-top {
    background: #2F99A3;
    height: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  #products-sliders #mariadb-ax-slider .flip-card-inner-top {
    background: #ABC74A;
    height: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }

.products-line-break {
  margin: 60px auto; }

#products-quotes .products-quotes-slider {
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
  position: relative; }
  #products-quotes .products-quotes-slider li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 100%; }

#products-mariadb-support {
  background-image: url("../images/support-background-small.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 40em) {
  #products-mariadb-support {
    background-image: url("../images/support-background-medium.jpg"); } }

@media print, screen and (min-width: 64em) {
  #products-mariadb-support {
    background-image: url("../images/support-background-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  #products-mariadb-support {
    background-image: url("../images/support-background-xxlarge.jpg"); } }

#resources-categories #filter-listing {
  text-transform: capitalize; }

ul.category-list {
  padding: 10px 30px;
  display: inline-block;
  margin: 30px auto;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  ul.category-list li {
    display: block; }
    ul.category-list li a {
      display: block;
      position: relative;
      margin: 5px;
      cursor: pointer; }
      ul.category-list li a.active, ul.category-list li a:hover {
        color: #ffffff;
        background: #2F99A3; }
    ul.category-list li:last-child a:after {
      display: none; }

@media print, screen and (min-width: 40em) {
  ul.category-list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    ul.category-list li a {
      margin: 0 10px; } }

ul.category-list-item {
  display: inline-block;
  margin: 0 auto 50px;
  list-style-type: none;
  text-align: left;
  display: none; }
  ul.category-list-item.active {
    display: inline-block; }
  ul.category-list-item li {
    display: inline-block;
    margin: 0 10px; }
    ul.category-list-item li a {
      display: inline-block;
      position: relative;
      cursor: pointer;
      /*********************
             For Firefox
             *********************/ }
      ul.category-list-item li a input[type="checkbox"] {
        position: relative; }
      ul.category-list-item li a label {
        color: #2F99A3;
        font-size: 14px;
        font-weight: 500; }
      ul.category-list-item li a input[type="checkbox"] {
        float: left;
        opacity: 0.01;
        position: absolute; }
        ul.category-list-item li a input[type="checkbox"] + label {
          display: inline-block;
          line-height: 1.4;
          margin: 0;
          padding-left: 30px;
          position: relative;
          text-transform: capitalize; }
          ul.category-list-item li a input[type="checkbox"] + label::before {
            background: no-repeat center center;
            border: 1px solid #2F99A3;
            border-radius: 5px;
            content: "";
            cursor: pointer;
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            top: -1px;
            width: 20px;
            transition: background 0.3s ease-in-out; }
        ul.category-list-item li a input[type="checkbox"]:checked + label::before {
          background-color: #2F99A3;
          background-size: 10px 8px;
          border-color: #2F99A3; }
        ul.category-list-item li a input[type="checkbox"]:focus + label::before {
          outline: 0; }

.resource-button-holder,
.resources-sorter {
  position: relative;
  z-index: 15; }

.get-to-know-mdb {
  background-image: linear-gradient(-180deg, #FFFFFF 6%, #D8D8D8 98%); }

.resource-tile-small {
  padding: 40px;
  width: 100%;
  box-sizing: border-box; }
  .resource-tile-small h3 {
    font-family: "azo-sans-web", sans-serif;
    font-size: 18px;
    color: #424F62;
    font-weight: 500; }
  .resource-tile-small p {
    font-size: 16px;
    color: #0E6488; }

.tile-slide {
  margin: 20px; }

.resource-thumbnail {
  width: 175px;
  height: auto; }

.resource-block {
  background-color: #424F62;
  background: url("../images/resources/resource-card-navy.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  display: block;
  position: relative;
  margin: 0 10px;
  min-height: 260px; }
  .resource-block .content-type {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .resource-block h3 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px; }
  .resource-block i {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff; }
  .resource-block .date {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px; }
  .resource-block .resource-block-hover {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    text-align: center;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-image: url("../images/resources/resource-card-navy.jpg"); }
  .resource-block:hover .resource-block-hover {
    opacity: 1;
    visibility: visible; }
  .resource-block.webinar:hover .resource-block-hover {
    background-image: url("../images/resources/webinar-hover.jpg"); }
  .resource-block.datasheet:hover .resource-block-hover {
    background-image: url("../images/resources/datasheet-hover.jpg"); }
  .resource-block.customer-story:hover .resource-block-hover {
    background-image: url("../images/resources/customer-story-hover.jpg"); }
  .resource-block.press_release:hover .resource-block-hover {
    background-image: url("../images/resources/download-hover.jpg"); }
  .resource-block.white-paper:hover .resource-block-hover {
    background-image: url("../images/resources/white-paper-hover.jpg"); }
  .resource-block.event:hover .resource-block-hover {
    background-image: url("../images/resources/event-hover.jpg"); }
  .resource-block.video:hover .resource-block-hover {
    background-image: url("../images/resources/video-hover.jpg"); }

.dg-blocks {
  margin: 30px auto; }

.resources-sorter {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .resources-sorter .resource-block-box {
    width: 100%;
    margin-bottom: 30px; }

@media print, screen and (min-width: 40em) {
  .resources-sorter .resource-block-box {
    width: 50%; } }

@media print, screen and (min-width: 64em) {
  .resources-sorter .resource-block-box {
    width: 33%; } }

.resource-button-holder {
  margin-top: 80px; }

#roadshow-user-conference {
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  #roadshow-user-conference .user-conference-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5; }
  #roadshow-user-conference h2 {
    color: #003545; }
    #roadshow-user-conference h2 strong {
      color: #2F99A3;
      font-weight: 700; }
  #roadshow-user-conference .conf-fish {
    position: absolute;
    width: 666px;
    height: auto;
    right: -60px;
    bottom: -140px;
    z-index: 8;
    pointer-events: none;
    visibility: hidden; }

.roadshow-wave-divider {
  margin: 30px 0;
  width: 100%;
  height: auto; }

@media print, screen and (min-width: 40em) {
  #roadshow-user-conference h2 {
    color: #003545; }
    #roadshow-user-conference h2 strong {
      color: #2F99A3;
      font-weight: 700; }
  #roadshow-user-conference .conf-fish {
    width: 666px;
    right: 20px;
    top: 70px; } }

.roadshow-conf-fish {
  position: absolute;
  width: 666px;
  height: auto;
  right: -60px;
  bottom: -140px;
  z-index: 8;
  pointer-events: none;
  visibility: hidden; }

#roadshow-events-section .event-block-inner .flip-card {
  width: 350px;
  height: 350px; }

#roadshow-events-section .event-block-inner .flip-card-section {
  margin: 20px 0 20px -45px; }

#roadshow-events-section .event-block-inner .flip-card-inner-top {
  font-family: "adrianna", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 51px; }

#roadshow-events-section .event-block-inner .flip-card-padding {
  padding-top: 40px; }

#roadshow-events-section .event-block-inner .flip-card:hover .flip-card-inner {
  transform: none; }

#roadshow-events-section .event-block-inner .event-date {
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  color: rgba(66, 79, 98, 0.5);
  text-align: center;
  line-height: 24px;
  padding-top: 10px; }

#roadshow-events-section .event-block-inner .event-time {
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  color: rgba(66, 79, 98, 0.5);
  text-align: center;
  line-height: 24px; }

#roadshow-events-section .event-block-inner .event-details {
  font-family: "azo-sans-web", sans-serif;
  font-size: 14px;
  color: #424F62;
  text-align: center;
  line-height: 24px;
  padding: 16px 0; }

#roadshow-events-section .event-block-inner #past-events .flip-card-inner-top {
  background: #E5E1E5 !important; }

/********** Single-City-Styles **********/
#event-section {
  text-align: left; }
  #event-section .cell {
    position: relative;
    z-index: 15; }

#agenda-section #agenda-time {
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  color: rgba(66, 79, 98, 0.67);
  line-height: 30px; }

#agenda-section #agenda-title {
  color: #003545;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  margin-left: 50px; }

#agenda-section .background-wave {
  bottom: -500px; }

.agenda-row {
  margin-bottom: 10px !important; }
  .agenda-row .pr-date {
    width: 100%;
    color: rgba(66, 79, 98, 0.67); }
  .agenda-row .pr-title {
    color: #0E6488; }

@media print, screen and (min-width: 40em) {
  .agenda-row .pr-date {
    width: 120px; } }

#venue-section {
  background: url("../images/venue-background-1-small.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 80px; }
  #venue-section .centered-content {
    margin-left: auto;
    margin-right: auto; }
  #venue-section .venue-bg {
    margin: -130px 0;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0; }
  #venue-section .location-info {
    background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
    box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
    border-radius: 12px;
    padding: 40px 60px; }
    #venue-section .location-info h4 {
      font-family: "azo-sans-web", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #ABC74A;
      line-height: 32px; }
  #venue-section .location-map {
    background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
    box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
    border-radius: 12px;
    padding: 40px 60px;
    height: 250px; }

@media print, screen and (min-width: 40em) {
  #venue-section {
    background-image: url("../images/venue-background-1-medium.jpg");
    padding-top: 140px; } }

@media print, screen and (min-width: 64em) {
  #venue-section {
    background-image: url("../images/venue-background-1-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  #venue-section {
    background-image: url("../images/venue-background-1-xxlarge.jpg"); } }

#speakers-section .speaker-name {
  padding: 10px 0;
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #003545;
  text-align: center;
  line-height: 32px; }

#speakers-section .speaker-title-company {
  margin-bottom: 25px;
  font-family: "adrianna", sans-serif;
  font-size: 15px;
  color: #2F99A3;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase; }

.filter-button.active {
  background-color: #2F99A3;
  color: #fff; }

.isotope-block {
  width: 100%;
  text-align: center; }
  .isotope-block .event-block-inner {
    text-align: center; }
    .isotope-block .event-block-inner .flip-card {
      margin: 0 auto 30px; }

@media print, screen and (min-width: 40em) {
  .isotope-block {
    width: 50%; } }

@media print, screen and (min-width: 64em) {
  .isotope-block {
    width: 33%; } }

.detail-block {
  margin-bottom: 0px; }
  .detail-block .inner-block {
    max-width: 380px;
    margin: 0 auto; }
    .detail-block .inner-block i {
      font-style: italic;
      line-height: inherit;
      color: #ABC74A;
      font-size: 80px; }
  .detail-block .title {
    width: 70%;
    height: 55px;
    margin: 0 auto; }
    .detail-block .title h4 {
      text-transform: uppercase;
      font-family: "adrianna", sans-serif;
      font-size: 22px;
      color: #2F99A3;
      margin: 0; }
      .detail-block .title h4 em {
        font-style: normal;
        font-weight: 400; }
  .detail-block .description {
    height: 55%; }
    .detail-block .description p {
      color: #424F62;
      font-family: "azo-sans-web", sans-serif;
      font-size: 16px;
      text-align: center; }
  .detail-block a.learn-more {
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 20px; }

#detail-block {
  max-width: 80%; }

@media only screen and (max-width: 1149px) {
  .detail-block .title {
    width: 90%;
    height: 80px; } }

@media only screen and (max-width: 638px) {
  .detail-block {
    margin-bottom: 28px; }
    .detail-block .title {
      width: 100%;
      height: 100%; } }

.contact-block {
  background: #fff;
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  color: #2F99A3;
  text-align: left;
  padding: 40px 50px;
  margin-top: 120px; }
  .contact-block .q-box {
    border-right: 1px solid #2F99A3; }
    .contact-block .q-box h4 {
      font-family: "azo-sans-web", sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 32px;
      max-width: 280px;
      margin: 0; }
  .contact-block p {
    font-family: "azo-sans-web", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    max-width: 340px;
    position: relative;
    left: 40px; }
  .contact-block .button, .contact-block button,
  .contact-block input[type="button"],
  .contact-block input[type="reset"],
  .contact-block input[type="submit"] {
    margin-bottom: 0; }

@media only screen and (max-width: 638px) {
  .contact-block .q-box {
    border-right: none; }
    .contact-block .q-box h4 {
      max-width: 280px;
      margin: 0 auto;
      text-align: center;
      border-bottom: 1px solid #2F99A3;
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .contact-block p {
    left: 0;
    text-align: center;
    margin: 0 auto 20px; } }

#get-started .inner-wrapper {
  margin: 0 auto; }
  #get-started .inner-wrapper p {
    font-size: 18px; }

#about-us-wrapper #animated-stats {
  padding: 0 0 135px 0; }

#about-us-wrapper #customers h2 {
  color: #424F62;
  font-family: "adrianna", sans-serif;
  font-size: 40px;
  letter-spacing: 1.05px;
  line-height: 48px;
  margin-bottom: 80px; }
  #about-us-wrapper #customers h2 span {
    color: #2F99A3; }

#about-us-wrapper #customers .logos {
  padding: 20px 0; }
  #about-us-wrapper #customers .logos img {
    max-width: 250px;
    max-height: 100px;
    width: auto;
    height: auto; }

#about-us-wrapper #open-source {
  background-color: #ffffff; }

#about-us-wrapper #we-are-mariadb {
  background-color: #424F62;
  padding-bottom: 0;
  background: url("../images/we-are-mdb-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #about-us-wrapper #we-are-mariadb h2 {
    color: #fff;
    padding: 40px 0 40px; }
    #about-us-wrapper #we-are-mariadb h2 span {
      font-weight: 400; }

#about-us-wrapper #cta-section {
  background-color: #ffffff; }
  #about-us-wrapper #cta-section h2 span {
    font-weight: 400; }
  #about-us-wrapper #cta-section p {
    max-width: 853px;
    margin: 0 auto; }
  #about-us-wrapper #cta-section a.button {
    margin: 40px 15px 0; }

#photo-gallery {
  position: relative;
  background-color: #000;
  max-width: 2000px;
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
  padding: 0;
  margin: 0; }
  #photo-gallery #photos img {
    width: 100%;
    height: auto; }
  #photo-gallery #gallery-footer {
    position: absolute;
    width: 100%;
    height: 100px;
    background: #424F62;
    left: 0;
    padding-bottom: 0;
    bottom: 0; }

#careers-teaser {
  background: url("../images/careers-background-small.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 100px 20px; }

@media print, screen and (min-width: 40em) {
  #careers-teaser {
    background-image: url("../images/careers-background-medium.jpg"); } }

@media print, screen and (min-width: 64em) {
  #careers-teaser {
    background-image: url("../images/careers-background-xlarge.jpg"); } }

@media screen and (min-width: 75em) {
  #careers-teaser {
    background-image: url("../images/careers-background-xxlarge.jpg"); } }

/*****Team and Leadership*****/
.person-col {
  margin-bottom: 80px; }
  .person-col h4 {
    color: #424F62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px; }
  .person-col .person-title {
    text-transform: uppercase;
    color: #2F99A3;
    font-family: "adrianna", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px; }
  .person-col .person-company {
    font-size: 14px;
    color: rgba(66, 79, 98, 0.5);
    margin: 0; }
  .person-col .inline-bio p {
    font-size: 13px; }

.person-headshot {
  background-image: linear-gradient(39deg, #ABC74A 21%, #2F99A3 100%);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  margin: 0 auto 30px;
  cursor: pointer; }
  .person-headshot:hover .person-headshot-hover {
    display: block; }
  .person-headshot .person-headshot-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff !important;
    text-transform: uppercase; }
    .person-headshot .person-headshot-hover p {
      margin: 0;
      color: #fff !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .person-headshot .person-headshot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .person-headshot .person-headshot-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: grayscale(100%);
    opacity: .7;
    border-radius: 50%; }

.person-bio {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.5);
  color: #ffffff;
  position: relative;
  max-height: 480px;
  overflow: scroll; }
  .person-bio h4 {
    color: #ffffff;
    font-family: "azo-sans-web", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
    display: inline-block; }
  .person-bio span.title {
    font-family: "adrianna", sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-transform: uppercase; }
  .person-bio .bio-icons {
    display: inline-block;
    margin-left: 20px; }
    .person-bio .bio-icons i {
      opacity: .7;
      font-size: 25px; }
  .person-bio a {
    color: #fff;
    font-weight: 700; }
  .person-bio .lightcase-close {
    position: absolute;
    height: 35px;
    color: #ffffff;
    right: 10px;
    top: 0;
    font-size: 30px;
    font-weight: 400;
    font-family: "azo-sans-web", sans-serif; }
  .person-bio p {
    font-family: "azo-sans-web", sans-serif;
    font-size: 14px;
    line-height: 26px; }

@media print, screen and (min-width: 40em) {
  .person-bio {
    padding: 60px;
    max-height: 100%; }
    .person-bio .lightcase-close {
      height: 35px;
      right: 40px;
      top: 10px;
      font-size: 40px; }
    .person-bio h4 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 5px; }
    .person-bio span.title {
      font-size: 15px;
      line-height: 20px; }
    .person-bio p {
      font-size: 16px;
      line-height: 30px; } }

@media screen and (min-width: 75em) {
  .person-bio {
    padding: 80px; } }

#leadership-team .person-headshot .person-headshot-hover,
.person-bio-leadership {
  background: linear-gradient(226.17deg, #5cc9d0 0%, #2f99a3 100%);
  color: #fff; }

#board-of-directors .person-headshot .person-headshot-hover,
.person-bio-board {
  background: linear-gradient(320.66deg, #abc74a 0%, #d4ed7e 100%); }

#board-of-directors .person-col p {
  color: #ABC74A; }

/*****Investors******/
#investor-cards {
  padding-top: 0; }

.investor-product-card {
  color: #2F99A3;
  width: 380px;
  margin-bottom: 40px; }
  .investor-product-card h3, .investor-product-card p {
    color: #2F99A3 !important; }
  .investor-product-card a {
    color: #96DDCF !important; }
  .investor-product-card .button, .investor-product-card button,
  .investor-product-card input[type="button"],
  .investor-product-card input[type="reset"],
  .investor-product-card input[type="submit"] {
    border: 2px solid #96DDCF !important; }
    .investor-product-card .button:hover, .investor-product-card button:hover,
    .investor-product-card input:hover[type="button"],
    .investor-product-card input:hover[type="reset"],
    .investor-product-card input:hover[type="submit"] {
      background-color: #96DDCF !important;
      border: 2px solid #96DDCF !important;
      color: #ffffff !important; }

@media only screen and (max-width: 608px) {
  .investor-product-card {
    width: 100%;
    margin: 0 auto 40px; } }

.animated-stats h5 {
  color: #2F99A3; }

#topics-bg {
  margin-top: 50px; }

.topics-intro h4 {
  color: #2F99A3;
  text-transform: uppercase; }

.topics-intro .line {
  box-sizing: border-box;
  height: 3px;
  max-width: 507px;
  border-bottom: 1px dashed #2F99A3;
  margin: 60px auto 0; }

.large-detail-block .topics-detail-block {
  margin-bottom: 68px;
  max-width: 530px;
  margin: 0 auto; }
  .large-detail-block .topics-detail-block .inner-block {
    margin: 0 auto; }
    .large-detail-block .topics-detail-block .inner-block i {
      font-style: italic;
      line-height: inherit;
      color: #ABC74A;
      font-size: 80px; }
  .large-detail-block .topics-detail-block .title {
    width: 100%;
    margin: 0 auto; }
    .large-detail-block .topics-detail-block .title h4 {
      color: #2F99A3;
      font-family: "adrianna", sans-serif;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      font-weight: normal; }
  .large-detail-block .topics-detail-block .description p {
    color: #424F62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: center; }
  .large-detail-block .topics-detail-block a.learn-more {
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 20px; }

@media only screen and (max-width: 698px) {
  #large-detail-block .topics-detail-block .title {
    height: 100%; } }

.component-section img {
  margin-top: 60px;
  width: 100%;
  max-width: 100%; }

.outer-card {
  padding: 20px 0; }

.wide-info-panel {
  max-width: 900px;
  border-radius: 12px;
  background: linear-gradient(30.58deg, #f4f2f4 0%, #ffffff 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  text-align: left;
  padding: 25px 20px 10px; }
  .wide-info-panel .image {
    text-align: center;
    padding-top: 20px; }
  .wide-info-panel span.title {
    color: #003545;
    font-family: "adrianna", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase; }
  .wide-info-panel h3 {
    color: #ABC74A;
    font-family: "azo-sans-web", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 15px 0 25px; }
  .wide-info-panel p {
    color: #424F62;
    font-family: "azo-sans-web", sans-serif;
    font-size: 14px;
    line-height: 24px; }
  .wide-info-panel .icon {
    text-align: center; }
    .wide-info-panel .icon i {
      font-size: 50px;
      position: relative;
      top: -20px; }

@media print, screen and (min-width: 40em) {
  .wide-info-panel {
    padding: 25px 40px 10px; } }

@media only screen and (max-width: 638px) {
  .wide-info-panel .description {
    text-align: center;
    padding: 30px; } }

.topics-intro + .component-section {
  padding-top: 0; }

.sub-page-header.openworks-header {
  background-image: url("../images/openworks/openworks-subpage-header.jpg"); }

#menu-openworks li.current_page_item a {
  opacity: .7; }

.openworks-header {
  text-align: center; }
  .openworks-header .openworks-lockup {
    display: inline-block;
    position: relative; }
  .openworks-header h1 {
    font-family: "adrianna", sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 45px;
    color: #fff;
    pointer-events: none; }
    .openworks-header h1 span {
      opacity: .6; }
  .openworks-header h3.openworks-date {
    margin: -5px 0 0 0;
    text-transform: uppercase;
    font-family: "adrianna", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.1px; }

@media print, screen and (min-width: 40em) {
  .openworks-header h1 {
    letter-spacing: 2px;
    font-size: 85px; }
  .openworks-header h3.openworks-date {
    margin: -10px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.5px; } }

@media print, screen and (min-width: 64em) {
  .openworks-header.openworks-hero .openworks-lockup {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.openworks-hero {
  padding: 140px 0 70px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .openworks-hero .hero-background {
    background-color: #003545;
    background: url("../images/openworks/openworks-home-header.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2; }
  .openworks-hero .hero-text {
    text-align: center;
    position: relative;
    z-index: 15; }
  .openworks-hero .hero-hashtag {
    color: #fff;
    font-size: 20px;
    font-family: "adrianna", sans-serif;
    font-weight: 400;
    margin-top: 30px; }
    .openworks-hero .hero-hashtag a {
      color: #fff;
      -webkit-transition: 300ms ease-in-out;
      transition: 300ms ease-in-out; }
      .openworks-hero .hero-hashtag a:hover {
        color: #E5E1E5; }

@media print, screen and (min-width: 40em) {
  .openworks-hero {
    padding: 150px 0 64px; } }

@media screen and (min-width: 71.875em) {
  .openworks-hero {
    padding: 180px 0 40px; }
    .openworks-hero .hero-background {
      box-shadow: 0 6px 15px 0 rgba(66, 79, 98, 0.5);
      border-radius: 0 0 50% 50% / 12%;
      width: 110%;
      height: 96%; }
    .openworks-hero .hero-hashtag {
      font-size: 30px;
      margin-top: 60px;
      margin-bottom: 40px; } }

@media screen and (min-width: 75em) {
  .openworks-hero {
    padding: 200px 0 40px; }
    .openworks-hero .hero-background {
      box-shadow: 0 6px 15px 0 rgba(66, 79, 98, 0.5);
      border-radius: 0 0 50% 50% / 16%;
      margin-bottom: 30px; }
    .openworks-hero .hero-hashtag {
      font-size: 35px;
      margin-top: 70px;
      margin-bottom: 60px; } }

.pre-footer {
  background-color: #424F62;
  padding: 30px 20px;
  background: url("../images/we-are-mdb-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFFFFF; }
  .pre-footer h5 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.58px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0; }
    .pre-footer h5 a {
      color: #FFFFFF; }
    .pre-footer h5 em {
      font-weight: 400;
      font-style: normal; }

.desktop-openworks-violator {
  display: none; }

@media screen and (min-width: 71.875em) {
  .desktop-openworks-violator {
    display: block; }
  .mobile-openworks-violator {
    display: none; } }

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

.tile-icon {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto; }

.footer.campaign-footer {
  background-image: linear-gradient(-180deg, #5CC9D0 0%, #2F99A3 100%);
  margin: 0;
  padding: 50px 20px; }
  .footer.campaign-footer .footer-bottom {
    padding: 0;
    border: none;
    margin-top: 0; }
    .footer.campaign-footer .footer-bottom p {
      margin: 0; }

.accordion-list {
  background: none; }
  .accordion-list .accordion-content {
    background-color: transparent;
    border: none !important; }
  .accordion-list .accordion-row {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .accordion-list .accordion-row:last-child {
      border-bottom: none; }
  .accordion-list h4 {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2F99A3; }
  .accordion-list p {
    color: #424F62; }
  .accordion-list .accordion-title {
    border: none;
    padding-right: 30px; }
    .accordion-list .accordion-title[aria-expanded="true"] .load-description:before {
      display: inline-block;
      content: 'See Less'; }
    .accordion-list .accordion-title[aria-expanded="true"] .load-description span {
      display: none; }
    .accordion-list .accordion-title[aria-expanded="true"] .load-description i:before {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .accordion-list .load-description {
    font-weight: 500; }
    .accordion-list .load-description i:before {
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.agenda-table {
  color: #424F62;
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .agenda-table .agenda-col {
    width: 100%; }
    .agenda-table .agenda-col:nth-child(1) {
      background-color: #F4F2F4; }
      .agenda-table .agenda-col:nth-child(1) .agenda-header {
        background-color: #424F62;
        border-top-left-radius: 12px; }
    .agenda-table .agenda-col:nth-child(2) {
      background: rgba(229, 225, 229, 0.95); }
      .agenda-table .agenda-col:nth-child(2) .agenda-header {
        background-color: #DCD9DE; }
    .agenda-table .agenda-col:nth-child(3) {
      background: rgba(171, 199, 74, 0.95); }
      .agenda-table .agenda-col:nth-child(3) .agenda-header {
        background-color: #A5C04B; }
    .agenda-table .agenda-col:nth-child(4) {
      background: rgba(150, 221, 207, 0.95);
      border-bottom-right-radius: 12px; }
      .agenda-table .agenda-col:nth-child(4) .agenda-header {
        background-color: #91D5C9;
        border-top-right-radius: 12px; }
  .agenda-table .agenda-header {
    padding: 10px 25px;
    min-height: 80px; }
    .agenda-table .agenda-header h5 {
      margin: 0;
      color: #424F62; }
    .agenda-table .agenda-header p {
      margin: 0;
      color: #424F62; }
  .agenda-table .agenda-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 25px;
    min-height: 130px;
    text-align: left; }
    .agenda-table .agenda-cell:last-child {
      border-bottom: none; }
    .agenda-table .agenda-cell h5 {
      text-transform: uppercase;
      color: #424F62;
      margin: 0; }
    .agenda-table .agenda-cell p {
      margin: 0; }

@media print, screen and (min-width: 40em) {
  .agenda-table {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
    .agenda-table .agenda-col {
      width: 25%; } }

@media screen and (max-width: 39.99875em) {
  .agenda-table .agenda-col:nth-child(1) {
    display: none; }
  .agenda-table .agenda-col .agenda-cell {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .agenda-table .agenda-col .agenda-cell:nth-child(1):before {
      display: block;
      content: 'Morning'; } }

.tile-pricing {
  background-image: linear-gradient(-31deg, #f4f2f4 0%, #ffffff 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  border-radius: 12px;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem; }
  .tile-pricing .tile-pricing-header {
    padding: 15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .tile-pricing .tile-pricing-header h4 {
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      margin: 0; }
  .tile-pricing .tile-pricing-padding {
    padding: 30px;
    font-size: 14px; }
    .tile-pricing .tile-pricing-padding p, .tile-pricing .tile-pricing-padding ul li {
      font-size: 14px; }
  .tile-pricing p.price {
    font-size: 40px;
    color: #0E6488;
    letter-spacing: 1.05px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    margin: 30px auto 0; }
  .tile-pricing p.price-detail {
    margin: 0 0 25px; }

.pricing-options .pricing-option:nth-child(1) .tile-pricing .tile-pricing-header {
  background-color: #96DDCF; }

.pricing-options .pricing-option:nth-child(2) .tile-pricing .tile-pricing-header {
  background-color: #424F62; }

.pricing-options .pricing-option:nth-child(3) .tile-pricing .tile-pricing-header {
  background-color: #ABC74A; }

/*********************
On demand
*********************/
.session-block {
  margin-bottom: 2rem; }
  .session-block .session-block-inner {
    background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
    box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
    border-radius: 12px; }
    .session-block .session-block-inner .session-details {
      padding: 30px;
      text-align: left; }
      .session-block .session-block-inner .session-details h5 {
        color: #2F99A3;
        margin: 0 0 10px;
        font-size: 18px; }
      .session-block .session-block-inner .session-details .session-speakers {
        list-style-type: none;
        margin: 0 0 10px;
        padding: 0; }
        .session-block .session-block-inner .session-details .session-speakers li {
          font-size: 14px;
          margin: 0;
          padding: 0; }
    .session-block .session-block-inner .presentation-slides {
      font-weight: 600;
      font-size: 14px;
      color: #2F99A3; }

.session-video {
  position: relative;
  width: 100%;
  height: 210px;
  display: block;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  .session-video:hover i {
    opacity: .7; }
  .session-video i {
    color: #fff;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }

.address-section div .location-map {
  height: 230px !important;
  width: 100% !important;
  border-radius: 12px; }

.sub-page-header {
  background-color: #003545;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  padding: 120px 20px 45px; }
  .sub-page-header .cell {
    text-align: center;
    color: #fff; }
    .sub-page-header .cell h1 {
      font-weight: 100; }
    .sub-page-header .cell h2, .sub-page-header .cell h3, .sub-page-header .cell h4, .sub-page-header .cell h5, .sub-page-header .cell h6 {
      color: #fff; }
  .sub-page-header.small-header {
    padding: 70px 20px 35px; }

@media print, screen and (min-width: 64em) {
  .sub-page-header {
    box-shadow: 0 6px 24px 0 rgba(66, 79, 98, 0.5);
    border-radius: 0 0 50% 50% / 6%;
    padding: 180px 20px 45px; }
    .sub-page-header.small-header {
      padding: 100px 20px 45px; } }

@media screen and (min-width: 75em) {
  .sub-page-header {
    box-shadow: 0 6px 24px 0 rgba(66, 79, 98, 0.5);
    border-radius: 0 0 50% 50% / 6%;
    padding: 220px 20px 65px; }
    .sub-page-header.small-header {
      padding: 120px 20px 55px; } }

.small-header-title-section {
  padding: 70px 0 20px; }

.small-header-title {
  text-align: center; }
  .small-header-title h1 {
    font-family: "adrianna", sans-serif;
    font-weight: 700;
    font-size: 31.2px;
    color: #0E6488;
    line-height: 37.6px;
    text-transform: uppercase; }

@media print, screen and (min-width: 64em) {
  .small-header-title {
    text-align: center; }
    .small-header-title h1 {
      font-size: 39px;
      line-height: 47px; } }

.kb-content {
  padding: 40px 0; }

.image-text-image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .image-text-image.circle-image {
    border-radius: 50%; }
  .image-text-image.rectangle-image {
    border-radius: 7px; }

.image-text-row {
  margin: 10px 0; }

@media print, screen and (min-width: 40em) {
  .image-text-container .image-text-row:nth-child(even) .image-cell {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .image-text-row {
    margin: 40px 0; } }

@media print, screen and (min-width: 64em) {
  .image-text-image {
    width: 279px;
    height: 279px; }
  .image-text-row {
    margin: 60px 0; } }

.image-text-image-big {
  width: 90%;
  max-width: 478px;
  height: 234px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .image-text-image-big i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff; }

@media screen and (max-width: 39.99875em) {
  .image-cell {
    text-align: center; }
  .image-text-image-big {
    margin: 0 auto; } }

@media print, screen and (min-width: 40em) {
  .image-text-image-big {
    height: 284px; } }

@media print, screen and (min-width: 64em) {
  .image-text-image-big {
    height: 334px; } }

@media screen and (min-width: 75em) {
  .image-text-image-big {
    height: 434px; } }

.flip-card-slider {
  list-style-type: none;
  text-align: center;
  display: block;
  position: relative; }
  .flip-card-slider.slick-dotted {
    margin-bottom: 50px; }
  .flip-card-slider .slick-prev, .flip-card-slider .slick-next {
    height: 60px;
    width: 60px;
    opacity: 0; }
    .flip-card-slider .slick-prev:before, .flip-card-slider .slick-next:before {
      font-size: 60px; }
  .flip-card-slider.slick-dotted {
    padding-bottom: 100px; }
  .flip-card-slider li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 100%; }
  .flip-card-slider .slick-track {
    padding: 50px 0; }
  .flip-card-slider .slick-dots {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    bottom: 0; }
    .flip-card-slider .slick-dots li {
      display: inline-block !important;
      width: auto;
      height: auto;
      padding: 2px 0;
      display: inline-block;
      margin: 10px 5px;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      cursor: pointer; }
      .flip-card-slider .slick-dots li.slick-active button {
        background-color: #ABC74A; }
      .flip-card-slider .slick-dots li button {
        width: 50px;
        margin: 0 auto;
        text-align: center;
        height: 8px;
        padding: 0;
        background-color: #C4C1C4;
        border-radius: 7px;
        list-style: none;
        display: inline-block; }
        .flip-card-slider .slick-dots li button:before {
          display: none; }

@media print, screen and (min-width: 40em) {
  .flip-card-slider.slick-dotted {
    margin-bottom: 100px; } }

@media print, screen and (min-width: 64em) {
  .flip-card-slider .slick-dots li {
    padding: 20px 0;
    margin: 20px 5px; }
    .flip-card-slider .slick-dots li button {
      width: 100px; } }

@media screen and (min-width: 75em) {
  .flip-card-slider .slick-prev, .flip-card-slider .slick-next {
    opacity: 1; }
  .flip-card-slider .slick-prev {
    left: -60px; }
  .flip-card-slider [dir='rtl'] .slick-prev {
    right: -40px; }
  .flip-card-slider .slick-next {
    right: -40px; }
  .flip-card-slider [dir='rtl'] .slick-next {
    left: -60px; } }

@media screen and (min-width: 90em) {
  .flip-card-slider .slick-prev {
    left: -90px; }
  .flip-card-slider [dir='rtl'] .slick-prev {
    right: -90px; }
  .flip-card-slider .slick-next {
    right: -90px; }
  .flip-card-slider [dir='rtl'] .slick-next {
    left: -90px; } }

.flip-card {
  width: 100%;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

.flip-card-inner-top {
  background: #2F99A3;
  height: 15px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: linear-gradient(-31deg, #F4F2F4 0%, #FFFFFF 100%);
  box-shadow: 2px 4px 10px 0 rgba(66, 79, 98, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .flip-card-front.fc-not-flex, .flip-card-back.fc-not-flex {
    display: block; }

.flip-card-front {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2F99A3;
  text-align: center;
  line-height: 28px;
  border-radius: 12px;
  word-wrap: break-word; }
  .flip-card-front i {
    margin: 0 auto 20px;
    font-size: 65px;
    color: #ABC74A;
    display: block; }

.flip-card-padding {
  padding: 0 20px; }

.flip-card-back {
  font-family: "azo-sans-web", sans-serif;
  font-size: 24px;
  color: #2F99A3;
  text-align: center;
  line-height: 28px;
  transform: rotateY(180deg);
  border-radius: 12px;
  word-wrap: break-word; }
  .flip-card-back .back-title {
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: 15px; }
  .flip-card-back p {
    font-size: 14px;
    color: #424F62;
    text-align: center;
    line-height: 24px; }

.customer-quote-section {
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #D8D8D8 98%); }
  .customer-quote-section.dark-section .quote p, .customer-quote-section.dark-section .quote .quotation-mark {
    color: #fff; }
  .customer-quote-section.dark-section .attribution {
    color: #fff; }

.customer-quote-slider {
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
  position: relative; }
  .customer-quote-slider li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    width: 100%; }

.quote {
  color: #2F99A3;
  position: relative;
  font-weight: 300;
  padding: 60px 0; }
  .quote p {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #2F99A3;
    text-align: center;
    line-height: 36px;
    padding: 0 20px; }
  .quote .quotation-mark {
    font-size: 40px;
    height: auto;
    color: #2F99A3;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .quote .quotation-mark.quotation-mark-2 {
      -moz-transform: rotate(180deg) translateX(50%);
      -o-transform: rotate(180deg) translateX(50%);
      -ms-transform: rotate(180deg) translateX(50%);
      -webkit-transform: rotate(180deg) translateX(50%);
      transform: rotate(180deg) translateX(50%);
      bottom: 20px;
      top: auto; }

.quote-logo {
  max-width: 240px;
  max-height: 75px;
  width: auto;
  height: auto;
  margin: 0 auto; }

.quote-arrow {
  opacity: 0;
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: 20%;
  cursor: pointer;
  z-index: 100; }

.quote-arrow-left {
  left: -40px; }

.quote-arrow-right {
  right: -40px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.attribution {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0E6488;
  line-height: 24px;
  margin-bottom: 40px; }

.slick-dots {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-left: 0;
  bottom: -80px; }
  .slick-dots li {
    display: inline-block !important;
    width: auto;
    height: auto;
    padding: 2px 0;
    display: block;
    margin: 10px 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #ABC74A; }
    .slick-dots li button {
      width: 50px;
      margin: 0 auto;
      text-align: center;
      height: 8px;
      padding: 0;
      background-color: #fff;
      border-radius: 7px;
      list-style: none;
      display: inline-block; }
      .slick-dots li button:before {
        display: none; }

@media print, screen and (min-width: 64em) {
  .slick-dots li {
    padding: 20px 0;
    margin: 20px 5px; }
    .slick-dots li button {
      width: 100px; } }

.customer-quote-slider .slick-slide {
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .customer-quote-slider .slick-slide.slick-active {
    opacity: 1; }
  .customer-quote-slider .slick-slide:focus {
    outline: none !important; }

@media print, screen and (min-width: 40em) {
  .customer-quote-section {
    padding: 85px 0px; }
    .customer-quote-section .quote {
      padding: 0 40px; }
  .quote-arrow {
    opacity: 1;
    display: block; }
  .quote {
    padding: 0; }
    .quote p {
      font-size: 32px;
      line-height: 48px;
      padding: 0 50px; }
    .quote .quotation-mark {
      font-size: 40px;
      top: 35%;
      left: 0px;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      .quote .quotation-mark.quotation-mark-2 {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 0px;
        top: 35%;
        left: auto;
        bottom: auto; } }

@media print, screen and (min-width: 64em) {
  .quote p {
    padding: 0 80px;
    font-size: 48px;
    line-height: 60px; }
  .quote .quotation-mark {
    font-size: 60px; } }

.customer-logos {
  margin: 35px auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  padding: 0 40px; }
  .customer-logos .slick-track {
    margin: 0 auto; }
  .customer-logos li:before {
    display: none !important; }
  .customer-logos .customer-logo-item {
    text-align: center;
    outline: none !important; }
  .customer-logos img {
    max-width: 140px;
    max-height: 55px;
    width: auto;
    height: auto;
    margin: 2px auto;
    opacity: 1;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .customer-logos img:hover {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }

@media screen and (min-width: 90em) {
  .customer-logos {
    padding: 0; }
  .customer-logo-item {
    margin: 0 10px; }
  .customer-logos img {
    max-width: 100%;
    max-height: 85px; } }




/**** NEW HERO LAYOUT ****/

 @media (min-width: 320px) {
    #home-hero.newlayout h1 {
        font-size: 20px;
        line-height: 1.2;
        width: 80%;
        letter-spacing: 0;
        transition: all 0.3s ease-out;
        display: block;
        margin: 0px auto!important;
        padding: 0 0 10px 0;

    }
}

@media (min-width: 523px) {
    #home-hero.newlayout h1{
        font-size: 32px;
        line-height: 1.3;
        width: 75%;
        margin: 0px auto!important;
        letter-spacing: 0;
        transition: all 0.3s ease-out;
        display: block;
        padding: 0 0 10px 0;
     }
}

@media (min-width: 992px) {
     #home-hero.newlayout h1{
        font-size: 40px;
        line-height: 1.5;
        width: 50%;
        margin: 0px auto;
        letter-spacing: 0;
        transition: all 0.3s ease-out;
     }
}

@media (min-width: 1024px) {
     #home-hero.newlayout h1{
        font-size: 45px;
        line-height: 1.5;
        width: 65%;
        margin: 0px auto;
        letter-spacing: 0;
        transition: all 0.3s ease-out;
     }
}
