@charset "UTF-8";
/*!
 * - WPHack v1.0.0
 * - Foundation v6.4.1
 */
.wphack-cookie-wrapper, .button, .header-menu .menu-social .link svg, .header-menu .menu-nav .link, .header-menu, figure[data-scene] img, a, .icon svg *, .icon svg, .icon:after, .icon:before, .icon {
  -webkit-transition: all 0.25s ease-out !important;
  -moz-transition: all 0.25s ease-out !important;
  transition: all 0.25s ease-out !important;
}

[data-scene=bottom], [data-scene=top], [data-scene=right], [data-scene=left], .button[data-scene], .module-hero-content, .module-hero figure, .module-infography .infography-blurb .button[data-scene], .module-infography .infography-image[data-scene] img, .module-infography .infography-calltoaction[data-scene] img, .module-infography .infography-calltoaction .button[data-scene], .module-infography .infography-text[data-scene] img, .module-infography .infography-text .button[data-scene], .module-heading[data-scene] .icon, .module-heading[data-scene] .heading, .module-expert .image-wrapper[data-scene], .module-expert .wrapper[data-scene], .module-educator .description[data-scene], .module-educator .heading[data-scene], .module-educator img[data-scene], .module-eat[data-scene], .module-challenge .challenge-blurb .button[data-scene], .module-challenge .challenge-image[data-scene] img, .module-challenge .challenge-calltoaction[data-scene] img, .module-challenge .challenge-calltoaction .button[data-scene], .module-challenge .challenge-text[data-scene], .module-challenge .challenge-text .text-wrapper[data-scene], .module-challenge .image[data-scene], .module-carol .becas .items[data-scene], .module-carol .becas .description[data-scene], .module-carol .items-wrapper[data-scene], .module-carol .row .description-wrapper[data-scene], .module-carol .module-social-content .description-wrapper[data-scene], .module-boxes .row .data-wrapper[data-scene], .module-boxes .module-social-content .data-wrapper[data-scene], .module-boxes .row .data-wrapper figure img[data-scene], .module-boxes .module-social-content .data-wrapper figure img[data-scene], .module-boxes .row .wrapper img[data-scene], .module-boxes .module-social-content .wrapper img[data-scene], .header-bar .logo[data-scene] {
  -webkit-transition: all 0.8s ease !important;
  -moz-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
}

.header-hero[data-scene].animatedheader .header-hero-headings {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "tiny=0em&small=30em&medium=48.125em&large=64em&xlarge=75em&full=93.75em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "Font Main", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #1a1a1a;
  -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;
}

.row, .module-social-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 30em) {
  .row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 93.75em) {
  .row .row, .module-social-content .row, .row .module-social-content, .module-social-content .module-social-content {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.row .row.collapse, .module-social-content .row.collapse, .row .collapse.module-social-content, .module-social-content .collapse.module-social-content {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded, .expanded.module-social-content {
  max-width: none;
}
.row.expanded .row, .expanded.module-social-content .row, .row.expanded .module-social-content, .expanded.module-social-content .module-social-content {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row, .module-social-content:not(.expanded) .row, .row:not(.expanded) .module-social-content, .module-social-content:not(.expanded) .module-social-content {
  max-width: none;
}
.row.collapse > .column, .collapse.module-social-content > .column, .row.collapse > .columns, .collapse.module-social-content > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .is-collapse-child.module-social-content, .row.collapse > .column > .row, .collapse.module-social-content > .column > .row, .row.collapse > .column > .module-social-content, .collapse.module-social-content > .column > .module-social-content, .row.collapse > .columns > .row, .collapse.module-social-content > .columns > .row, .row.collapse > .columns > .module-social-content, .collapse.module-social-content > .columns > .module-social-content {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  min-width: 0;
}
@media print, screen and (min-width: 30em) {
  .column, .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .column, .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.column.row.row, .column.module-social-content, .row.row.columns, .columns.module-social-content {
  float: none;
  display: block;
}

.row .column.row.row, .module-social-content .column.row.row, .row .column.module-social-content, .module-social-content .column.module-social-content, .row .row.row.columns, .module-social-content .row.row.columns, .row .columns.module-social-content, .module-social-content .columns.module-social-content {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.tiny-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.tiny-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.tiny-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.tiny-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.tiny-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.tiny-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.tiny-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.tiny-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.tiny-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.tiny-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.tiny-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.tiny-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.tiny-up-1 {
  flex-wrap: wrap;
}
.tiny-up-1 > .column, .tiny-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.tiny-up-2 {
  flex-wrap: wrap;
}
.tiny-up-2 > .column, .tiny-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.tiny-up-3 {
  flex-wrap: wrap;
}
.tiny-up-3 > .column, .tiny-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.tiny-up-4 {
  flex-wrap: wrap;
}
.tiny-up-4 > .column, .tiny-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.tiny-up-5 {
  flex-wrap: wrap;
}
.tiny-up-5 > .column, .tiny-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.tiny-up-6 {
  flex-wrap: wrap;
}
.tiny-up-6 > .column, .tiny-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.tiny-up-7 {
  flex-wrap: wrap;
}
.tiny-up-7 > .column, .tiny-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.tiny-up-8 {
  flex-wrap: wrap;
}
.tiny-up-8 > .column, .tiny-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.tiny-collapse > .column, .tiny-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.tiny-uncollapse > .column, .tiny-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media print, screen and (min-width: 30em) {
  .small-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-up-1 {
    flex-wrap: wrap;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-up-2 {
    flex-wrap: wrap;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-up-3 {
    flex-wrap: wrap;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-up-4 {
    flex-wrap: wrap;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-up-5 {
    flex-wrap: wrap;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .small-up-6 {
    flex-wrap: wrap;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-up-7 {
    flex-wrap: wrap;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .small-up-8 {
    flex-wrap: wrap;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 30em) and (min-width: 30em) {
  .small-expand {
    flex: 1 1 0px;
  }
}
.row.small-unstack > .column, .small-unstack.module-social-content > .column, .row.small-unstack > .columns, .small-unstack.module-social-content > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 30em) {
  .row.small-unstack > .column, .small-unstack.module-social-content > .column, .row.small-unstack > .columns, .small-unstack.module-social-content > .columns {
    flex: 1 1 0px;
  }
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

@media print, screen and (min-width: 48.125em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48.125em) and (min-width: 48.125em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .medium-unstack.module-social-content > .column, .row.medium-unstack > .columns, .medium-unstack.module-social-content > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48.125em) {
  .row.medium-unstack > .column, .medium-unstack.module-social-content > .column, .row.medium-unstack > .columns, .medium-unstack.module-social-content > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .large-unstack.module-social-content > .column, .row.large-unstack > .columns, .large-unstack.module-social-content > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .large-unstack.module-social-content > .column, .row.large-unstack > .columns, .large-unstack.module-social-content > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .xlarge-unstack.module-social-content > .column, .row.xlarge-unstack > .columns, .xlarge-unstack.module-social-content > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .xlarge-unstack.module-social-content > .column, .row.xlarge-unstack > .columns, .xlarge-unstack.module-social-content > .columns {
    flex: 1 1 0px;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 93.75em) {
  .full-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .full-offset-0 {
    margin-left: 0%;
  }
  .full-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .full-offset-1 {
    margin-left: 8.3333333333%;
  }
  .full-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .full-offset-2 {
    margin-left: 16.6666666667%;
  }
  .full-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .full-offset-3 {
    margin-left: 25%;
  }
  .full-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .full-offset-4 {
    margin-left: 33.3333333333%;
  }
  .full-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .full-offset-5 {
    margin-left: 41.6666666667%;
  }
  .full-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .full-offset-6 {
    margin-left: 50%;
  }
  .full-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .full-offset-7 {
    margin-left: 58.3333333333%;
  }
  .full-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .full-offset-8 {
    margin-left: 66.6666666667%;
  }
  .full-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .full-offset-9 {
    margin-left: 75%;
  }
  .full-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .full-offset-10 {
    margin-left: 83.3333333333%;
  }
  .full-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .full-offset-11 {
    margin-left: 91.6666666667%;
  }
  .full-up-1 {
    flex-wrap: wrap;
  }
  .full-up-1 > .column, .full-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .full-up-2 {
    flex-wrap: wrap;
  }
  .full-up-2 > .column, .full-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .full-up-3 {
    flex-wrap: wrap;
  }
  .full-up-3 > .column, .full-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .full-up-4 {
    flex-wrap: wrap;
  }
  .full-up-4 > .column, .full-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .full-up-5 {
    flex-wrap: wrap;
  }
  .full-up-5 > .column, .full-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .full-up-6 {
    flex-wrap: wrap;
  }
  .full-up-6 > .column, .full-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .full-up-7 {
    flex-wrap: wrap;
  }
  .full-up-7 > .column, .full-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .full-up-8 {
    flex-wrap: wrap;
  }
  .full-up-8 > .column, .full-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 93.75em) and (min-width: 93.75em) {
  .full-expand {
    flex: 1 1 0px;
  }
}
.row.full-unstack > .column, .full-unstack.module-social-content > .column, .row.full-unstack > .columns, .full-unstack.module-social-content > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 93.75em) {
  .row.full-unstack > .column, .full-unstack.module-social-content > .column, .row.full-unstack > .columns, .full-unstack.module-social-content > .columns {
    flex: 1 1 0px;
  }
  .full-collapse > .column, .full-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .full-uncollapse > .column, .full-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 0.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 30em) {
  .column-block {
    margin-bottom: 0.625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48.125em) {
  .column-block {
    margin-bottom: 0.9375rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
  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: "Font Main", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #1a1a1a;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h2 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h3 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h4 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h5 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 30em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  .h1 {
    font-size: 2.5rem;
  }
  .h2 {
    font-size: 1.875rem;
  }
  .h3 {
    font-size: 1.625rem;
  }
  .h4 {
    font-size: 1.25rem;
  }
  .h5 {
    font-size: 1.125rem;
  }
  .h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .h1 {
    font-size: 5rem;
  }
  .h2 {
    font-size: 2.5rem;
  }
  .h3 {
    font-size: 1.875rem;
  }
  .h4 {
    font-size: 1.375rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h6 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .h1 {
    font-size: 5rem;
  }
  .h2 {
    font-size: 2.5rem;
  }
  .h3 {
    font-size: 1.875rem;
  }
  .h4 {
    font-size: 1.375rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .h1 {
    font-size: 5rem;
  }
  .h2 {
    font-size: 2.5rem;
  }
  .h3 {
    font-size: 1.875rem;
  }
  .h4 {
    font-size: 1.375rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h6 {
    font-size: 1.125rem;
  }
}
a {
  line-height: inherit;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: none;
  text-decoration: underline;
}
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 #808080;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 0;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #808080;
}
blockquote, blockquote p {
  line-height: inherit;
  color: #444444;
}

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

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #808080;
  background-color: #8c959c;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1a1a1a;
}

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

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

.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: 30em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48.125em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 93.75em) {
  .full-text-left {
    text-align: left;
  }
  .full-text-right {
    text-align: right;
  }
  .full-text-center {
    text-align: center;
  }
  .full-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 #444444;
    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: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #444444;
  transition: all 0.25s ease-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: none;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.25s ease-out;
}

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

input::placeholder,
textarea::placeholder {
  color: #1a1a1a;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e3dadd;
  cursor: not-allowed;
}

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

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

[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: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #1a1a1a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

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

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

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

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

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

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

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 #808080;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #444444;
  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%2868, 68, 68%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: all 0.25s ease-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: none;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.25s ease-out;
}
select:disabled {
  background-color: #e3dadd;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 0.875rem 6rem 0.875rem 2.5rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
@media print, screen and (min-width: 30em) {
  .button {
    padding: 0.875rem 6rem 0.875rem 2.5rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .button {
    padding: 0.875rem 6rem 0.875rem 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .button {
    padding: 0.875rem 6rem 0.875rem 2.5rem;
  }
}
.button.tiny {
  font-size: 0.625rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 2.125rem;
}
.button.xlarge {
  font-size: 2.5rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.white {
  background-color: #FFF;
  color: #1a1a1a;
}
.button.white:hover, .button.white:focus {
  background-color: #cccccc;
  color: #1a1a1a;
}
.button.black {
  background-color: #1a1a1a;
  color: #808080;
}
.button.black:hover, .button.black:focus {
  background-color: #151515;
  color: #808080;
}
.button.primary {
  background-color: #0083cf;
  color: #1a1a1a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #0069a6;
  color: #1a1a1a;
}
.button.secondary {
  background-color: #f47900;
  color: #1a1a1a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #c36100;
  color: #1a1a1a;
}
.button.success {
  background-color: #83c55b;
  color: #1a1a1a;
}
.button.success:hover, .button.success:focus {
  background-color: #66aa3c;
  color: #1a1a1a;
}
.button.warning {
  background-color: #ffb000;
  color: #1a1a1a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8d00;
  color: #1a1a1a;
}
.button.alert {
  background-color: #bb0057;
  color: #1a1a1a;
}
.button.alert:hover, .button.alert:focus {
  background-color: #960046;
  color: #1a1a1a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: transparent;
  color: #1a1a1a;
}
.button.disabled.white, .button[disabled].white {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .button[disabled].white:hover, .button[disabled].white:focus {
  background-color: #FFF;
  color: #1a1a1a;
}
.button.disabled.black, .button[disabled].black {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.black, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .button[disabled].black:hover, .button[disabled].black:focus {
  background-color: #1a1a1a;
  color: #808080;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #0083cf;
  color: #1a1a1a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #f47900;
  color: #1a1a1a;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #83c55b;
  color: #1a1a1a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffb000;
  color: #1a1a1a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #bb0057;
  color: #1a1a1a;
}
.button.hollow {
  border: 0.25rem solid transparent;
  color: transparent;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 0.25rem solid transparent;
  color: transparent;
}
.button.hollow.white {
  border: 0.25rem solid #FFF;
  color: #FFF;
}
.button.hollow.white:hover, .button.hollow.white:focus {
  border-color: gray;
  color: gray;
}
.button.hollow.white:hover.disabled, .button.hollow.white:hover[disabled], .button.hollow.white:focus.disabled, .button.hollow.white:focus[disabled] {
  border: 0.25rem solid #FFF;
  color: #FFF;
}
.button.hollow.black {
  border: 0.25rem solid #1a1a1a;
  color: #1a1a1a;
}
.button.hollow.black:hover, .button.hollow.black:focus {
  border-color: #0d0d0d;
  color: #0d0d0d;
}
.button.hollow.black:hover.disabled, .button.hollow.black:hover[disabled], .button.hollow.black:focus.disabled, .button.hollow.black:focus[disabled] {
  border: 0.25rem solid #1a1a1a;
  color: #1a1a1a;
}
.button.hollow.primary {
  border: 0.25rem solid #0083cf;
  color: #0083cf;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #004268;
  color: #004268;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 0.25rem solid #0083cf;
  color: #0083cf;
}
.button.hollow.secondary {
  border: 0.25rem solid #f47900;
  color: #f47900;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #7a3d00;
  color: #7a3d00;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 0.25rem solid #f47900;
  color: #f47900;
}
.button.hollow.success {
  border: 0.25rem solid #83c55b;
  color: #83c55b;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #406a26;
  color: #406a26;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 0.25rem solid #83c55b;
  color: #83c55b;
}
.button.hollow.warning {
  border: 0.25rem solid #ffb000;
  color: #ffb000;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805800;
  color: #805800;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 0.25rem solid #ffb000;
  color: #ffb000;
}
.button.hollow.alert {
  border: 0.25rem solid #bb0057;
  color: #bb0057;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #5e002c;
  color: #5e002c;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 0.25rem solid #bb0057;
  color: #bb0057;
}
.button.clear {
  border: 0.25rem solid transparent;
  color: transparent;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 0.25rem solid transparent;
  color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.white {
  border: 0.25rem solid #FFF;
  color: #FFF;
}
.button.clear.white:hover, .button.clear.white:focus {
  border-color: gray;
  color: gray;
}
.button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
  border: 0.25rem solid #FFF;
  color: #FFF;
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
  border-color: transparent;
}
.button.clear.black {
  border: 0.25rem solid #1a1a1a;
  color: #1a1a1a;
}
.button.clear.black:hover, .button.clear.black:focus {
  border-color: #0d0d0d;
  color: #0d0d0d;
}
.button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
  border: 0.25rem solid #1a1a1a;
  color: #1a1a1a;
}
.button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 0.25rem solid #0083cf;
  color: #0083cf;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #004268;
  color: #004268;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 0.25rem solid #0083cf;
  color: #0083cf;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 0.25rem solid #f47900;
  color: #f47900;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #7a3d00;
  color: #7a3d00;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 0.25rem solid #f47900;
  color: #f47900;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 0.25rem solid #83c55b;
  color: #83c55b;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #406a26;
  color: #406a26;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 0.25rem solid #83c55b;
  color: #83c55b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 0.25rem solid #ffb000;
  color: #ffb000;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805800;
  color: #805800;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 0.25rem solid #ffb000;
  color: #ffb000;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 0.25rem solid #bb0057;
  color: #bb0057;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #5e002c;
  color: #5e002c;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 0.25rem solid #bb0057;
  color: #bb0057;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: small 0.875rem 6rem 0.875rem 2.5rem;
}
.button.dropdown.hollow::after {
  border-top-color: transparent;
}
.button.dropdown.hollow.white::after {
  border-top-color: #FFF;
}
.button.dropdown.hollow.black::after {
  border-top-color: #1a1a1a;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #0083cf;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #f47900;
}
.button.dropdown.hollow.success::after {
  border-top-color: #83c55b;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffb000;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #bb0057;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: 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 {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.625rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 2.125rem;
}
.button-group.xlarge .button {
  font-size: 2.5rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #0083cf;
  color: #1a1a1a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #0069a6;
  color: #1a1a1a;
}
.button-group.primary-dark .button {
  background-color: #061b6c;
  color: #808080;
}
.button-group.primary-dark .button:hover, .button-group.primary-dark .button:focus {
  background-color: #051656;
  color: #808080;
}
.button-group.primary-light .button {
  background-color: #00a9e0;
  color: #1a1a1a;
}
.button-group.primary-light .button:hover, .button-group.primary-light .button:focus {
  background-color: #0087b3;
  color: #1a1a1a;
}
.button-group.primary-lighter .button {
  background-color: #19b1e3;
  color: #1a1a1a;
}
.button-group.primary-lighter .button:hover, .button-group.primary-lighter .button:focus {
  background-color: #148eb6;
  color: #1a1a1a;
}
.button-group.primary-light-100 .button {
  background-color: #cfe6ff;
  color: #1a1a1a;
}
.button-group.primary-light-100 .button:hover, .button-group.primary-light-100 .button:focus {
  background-color: #73b6ff;
  color: #1a1a1a;
}
.button-group.secondary .button {
  background-color: #f47900;
  color: #1a1a1a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #c36100;
  color: #1a1a1a;
}
.button-group.secondary-light .button {
  background-color: #f58426;
  color: #1a1a1a;
}
.button-group.secondary-light .button:hover, .button-group.secondary-light .button:focus {
  background-color: #d8680a;
  color: #1a1a1a;
}
.button-group.secondary-light-200 .button {
  background-color: #f09513;
  color: #1a1a1a;
}
.button-group.secondary-light-200 .button:hover, .button-group.secondary-light-200 .button:focus {
  background-color: #c3780c;
  color: #1a1a1a;
}
.button-group.info .button {
  background-color: #00315f;
  color: #808080;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #00274c;
  color: #808080;
}
.button-group.success .button {
  background-color: #83c55b;
  color: #1a1a1a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #66aa3c;
  color: #1a1a1a;
}
.button-group.warning .button {
  background-color: #ffb000;
  color: #1a1a1a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8d00;
  color: #1a1a1a;
}
.button-group.alert .button {
  background-color: #bb0057;
  color: #1a1a1a;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #960046;
  color: #1a1a1a;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.125em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 30em) and (max-width: 48.0625em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}
.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: 0;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 30em) {
  .menu.small-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.small-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.small-expanded li {
    flex: 1 1 0px;
  }
  .menu.small-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48.125em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 93.75em) {
  .menu.full-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.full-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.full-expanded li {
    flex: 1 1 0px;
  }
  .menu.full-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 0;
}
.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: #0083cf;
  color: #FFF;
}
.menu .active > a {
  background: #0083cf;
  color: #FFF;
}
.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: 0;
  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: 1.625rem 0.5rem;
  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: #FFF;
  box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
  content: "";
}
.menu-icon:hover::after {
  background: #808080;
  box-shadow: 0 7px 0 #808080, 0 14px 0 #808080;
}

.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: #1a1a1a;
  box-shadow: 0 7px 0 #1a1a1a, 0 14px 0 #1a1a1a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #444444;
  box-shadow: 0 7px 0 #444444, 0 14px 0 #444444;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 1.625rem 0.5rem;
  background: #FFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFF;
  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: 1.625rem 0.5rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0083cf;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0083cf transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1a1a1a transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 1.625rem 0.5rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #0083cf;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
}
@media print, screen and (min-width: 30em) {
  .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.small-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.small-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.small-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
  }
  .dropdown.menu.small-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
  }
}
@media print, screen and (min-width: 48.125em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
  }
}
@media screen and (min-width: 93.75em) {
  .dropdown.menu.full-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.full-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.full-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.full-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1a1a1a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.full-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.full-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.full-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.full-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.full-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1a1a1a transparent transparent;
  }
  .dropdown.menu.full-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1a1a1a;
  }
}
.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 #808080;
  background: #FFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 1.625rem 0.5rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
}
.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: 0;
  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%;
}

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

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

thead {
  background: #f9f9f9;
  color: #1a1a1a;
}

tfoot {
  background: #f2f2f2;
  color: #1a1a1a;
}

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

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

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

table.unstriped tbody {
  background-color: #FFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFF;
}

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

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #1a1a1a;
  color: #FFF;
  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: none;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 31.25rem;
  padding: 1.25rem 1.875rem;
  border-radius: 0;
  background-color: #FFF;
  font-size: 1.4375rem;
  color: #1a1a1a;
}
.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 #FFF;
  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: #FFF 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 #FFF;
  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 #FFF 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: #1a1a1a;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48.125em) {
  .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: 48.0625em) {
  .top-bar.stacked-for-small {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-small .top-bar-left,
  .top-bar.stacked-for-small .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 93.6875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-full {
  flex-wrap: wrap;
}
.top-bar.stacked-for-full .top-bar-left,
.top-bar.stacked-for-full .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: 29.9375em) {
  .hide-for-tiny-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 93.6875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 93.75em) {
  .hide-for-full {
    display: none !important;
  }
}

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

@media screen and (min-width: 93.75em) {
  .hide-for-full-only {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-full-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;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 30em) {
  .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: 48.125em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 93.75em) {
  .full-order-1 {
    order: 1;
  }
  .full-order-2 {
    order: 2;
  }
  .full-order-3 {
    order: 3;
  }
  .full-order-4 {
    order: 4;
  }
  .full-order-5 {
    order: 5;
  }
  .full-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: 30em) {
  .small-flex-container {
    display: flex;
  }
  .small-flex-child-auto {
    flex: 1 1 auto;
  }
  .small-flex-child-grow {
    flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    flex: 0 1 auto;
  }
  .small-flex-dir-row {
    flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48.125em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 93.75em) {
  .full-flex-container {
    display: flex;
  }
  .full-flex-child-auto {
    flex: 1 1 auto;
  }
  .full-flex-child-grow {
    flex: 1 0 auto;
  }
  .full-flex-child-shrink {
    flex: 0 1 auto;
  }
  .full-flex-dir-row {
    flex-direction: row;
  }
  .full-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .full-flex-dir-column {
    flex-direction: column;
  }
  .full-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@font-face {
  font-family: "Font Main";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url('../fonts/lato-regular-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/lato-light-webfont.eot");
  src: url("../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff"), url("../fonts/lato-light-webfont.ttf") format("truetype"), url('../fonts/lato-light-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url('../fonts/lato-bold-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/lato-bolditalic-webfont.eot");
  src: url("../fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("../fonts/lato-bolditalic-webfont.woff") format("woff"), url("../fonts/lato-bolditalic-webfont.ttf") format("truetype"), url('../fonts/lato-bolditalic-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
@font-face {
  font-family: "Font Main";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url('../fonts/lato-black-webfont.svg#str-replace("Font Main", " ", "_")') format("svg");
}
.icon {
  display: inline-block;
  height: 3.75rem;
  width: 3.75rem;
}
.icon svg {
  position: relative;
  height: 100%;
  width: 100%;
}
.icon.mini {
  height: 0.625rem;
  width: 0.625rem;
}
.icon.small {
  height: 1.25rem;
  width: 1.25rem;
}
.icon.normal {
  height: 2.5rem;
  width: 2.5rem;
}
.icon.medium {
  height: 3.75rem;
  width: 3.75rem;
}
.icon.large {
  height: 6.25rem;
  width: 6.25rem;
}
.icon.xlarge {
  height: 13.75rem;
  width: 13.75rem;
}
.icon .fill-primary {
  fill: #0083cf;
}
.icon .fill-primary * {
  fill: #0083cf;
}
.icon .fill-secondary {
  fill: #f47900;
}
.icon .fill-secondary * {
  fill: #f47900;
}
.icon .fill-white {
  fill: #FFF;
}
.icon .fill-white * {
  fill: #FFF;
}
.icon .fill-black {
  fill: #1a1a1a;
}
.icon .fill-black * {
  fill: #1a1a1a;
}
.icon .fill-medium-gray {
  fill: #808080;
}
.icon .fill-medium-gray * {
  fill: #808080;
}
.icon .fill-lighter-gray {
  fill: #e3dadd;
}
.icon .fill-lighter-gray * {
  fill: #e3dadd;
}
.icon .fill-success {
  fill: #83c55b;
}
.icon .fill-success * {
  fill: #83c55b;
}
.icon .fill-alert {
  fill: #bb0057;
}
.icon .fill-alert * {
  fill: #bb0057;
}
.icon.square, .icon.circle, .icon.box {
  position: relative;
}
.icon.square:before, .icon.square:after, .icon.circle:before, .icon.circle:after, .icon.box:before, .icon.box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.icon.square:before, .icon.circle:before, .icon.box:before {
  z-index: 0;
}
.icon.square:after, .icon.circle:after, .icon.box:after {
  z-index: 1;
  background-color: transparent;
}
.icon.square svg, .icon.circle svg, .icon.box svg {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
  width: 70%;
}
.icon.square.hollow:before, .icon.circle.hollow:before, .icon.box.hollow:before {
  z-index: 0;
  border: 0.125rem solid transparent;
}
.icon.square.hollow:after, .icon.circle.hollow:after, .icon.box.hollow:after {
  z-index: 1;
}
.icon.square.hollow svg, .icon.circle.hollow svg, .icon.box.hollow svg {
  height: 50%;
  width: 50%;
}
.icon.square.bg-primary:not(.hollow):before, .icon.circle.bg-primary:not(.hollow):before, .icon.box.bg-primary:not(.hollow):before {
  background-color: #0083cf;
}
.icon.square.bg-primary.hollow:before, .icon.circle.bg-primary.hollow:before, .icon.box.bg-primary.hollow:before {
  border-color: #0083cf;
}
.icon.square.bg-secondary:not(.hollow):before, .icon.circle.bg-secondary:not(.hollow):before, .icon.box.bg-secondary:not(.hollow):before {
  background-color: #f47900;
}
.icon.square.bg-secondary.hollow:before, .icon.circle.bg-secondary.hollow:before, .icon.box.bg-secondary.hollow:before {
  border-color: #f47900;
}
.icon.square.bg-white:not(.hollow):before, .icon.circle.bg-white:not(.hollow):before, .icon.box.bg-white:not(.hollow):before {
  background-color: #FFF;
}
.icon.square.bg-white.hollow:before, .icon.circle.bg-white.hollow:before, .icon.box.bg-white.hollow:before {
  border-color: #FFF;
}
.icon.square.bg-black:not(.hollow):before, .icon.circle.bg-black:not(.hollow):before, .icon.box.bg-black:not(.hollow):before {
  background-color: #1a1a1a;
}
.icon.square.bg-black.hollow:before, .icon.circle.bg-black.hollow:before, .icon.box.bg-black.hollow:before {
  border-color: #1a1a1a;
}
.icon.square.bg-medium-gray:not(.hollow):before, .icon.circle.bg-medium-gray:not(.hollow):before, .icon.box.bg-medium-gray:not(.hollow):before {
  background-color: #808080;
}
.icon.square.bg-medium-gray.hollow:before, .icon.circle.bg-medium-gray.hollow:before, .icon.box.bg-medium-gray.hollow:before {
  border-color: #808080;
}
.icon.square.bg-lighter-gray:not(.hollow):before, .icon.circle.bg-lighter-gray:not(.hollow):before, .icon.box.bg-lighter-gray:not(.hollow):before {
  background-color: #e3dadd;
}
.icon.square.bg-lighter-gray.hollow:before, .icon.circle.bg-lighter-gray.hollow:before, .icon.box.bg-lighter-gray.hollow:before {
  border-color: #e3dadd;
}
.icon.square.bg-success:not(.hollow):before, .icon.circle.bg-success:not(.hollow):before, .icon.box.bg-success:not(.hollow):before {
  background-color: #83c55b;
}
.icon.square.bg-success.hollow:before, .icon.circle.bg-success.hollow:before, .icon.box.bg-success.hollow:before {
  border-color: #83c55b;
}
.icon.square.bg-alert:not(.hollow):before, .icon.circle.bg-alert:not(.hollow):before, .icon.box.bg-alert:not(.hollow):before {
  background-color: #bb0057;
}
.icon.square.bg-alert.hollow:before, .icon.circle.bg-alert.hollow:before, .icon.box.bg-alert.hollow:before {
  border-color: #bb0057;
}
.icon.square.bg-medium-gray:not(.hollow):before, .icon.circle.bg-medium-gray:not(.hollow):before, .icon.box.bg-medium-gray:not(.hollow):before {
  background-color: rgba(128, 128, 128, 0.5);
}
.icon.square.bg-medium-gray.hollow:before, .icon.circle.bg-medium-gray.hollow:before, .icon.box.bg-medium-gray.hollow:before {
  border-color: rgba(128, 128, 128, 0.5);
}
.icon.square.bg-white:not(.hollow):before, .icon.circle.bg-white:not(.hollow):before, .icon.box.bg-white:not(.hollow):before {
  background-color: #FFF;
}
.icon.square.bg-white.hollow:before, .icon.circle.bg-white.hollow:before, .icon.box.bg-white.hollow:before {
  border-color: #FFF;
}
.icon.square.bg-lighter-gray:not(.hollow):before, .icon.circle.bg-lighter-gray:not(.hollow):before, .icon.box.bg-lighter-gray:not(.hollow):before {
  background-color: #e3dadd;
}
.icon.square.bg-lighter-gray.hollow:before, .icon.circle.bg-lighter-gray.hollow:before, .icon.box.bg-lighter-gray.hollow:before {
  border-color: #e3dadd;
}
.icon.square:before, .icon.square:after {
  border-radius: 0.3125rem;
}
.icon.circle:before, .icon.circle:after {
  border-radius: 62.5rem;
}
.icon.box:before, .icon.box:after {
  border-radius: 0;
}

.svg-img {
  display: block;
}
.svg-img svg {
  width: 100%;
  height: auto;
}
.svg-img svg * {
  width: 100%;
  height: auto;
}
.svg-white svg {
  fill: #FFF;
}
.svg-white svg * {
  fill: #FFF;
}
.svg-black svg {
  fill: #1a1a1a;
}
.svg-black svg * {
  fill: #1a1a1a;
}

* {
  outline: none !important;
}

html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

figure[data-scene] {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}

[data-href] {
  cursor: pointer !important;
}

.row.row-reverse, .row-reverse.module-social-content {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.primary-color .icon {
  fill: #0083cf;
}

.primary-color .heading {
  color: #0083cf;
}

.primary-color .wp-editor strong,
.primary-color .wp-editor em {
  color: #0083cf;
}

.link.primary-color {
  background: #0083cf;
}

.primary-dark-color .icon {
  fill: #061b6c;
}

.primary-dark-color .heading {
  color: #061b6c;
}

.primary-dark-color .wp-editor strong,
.primary-dark-color .wp-editor em {
  color: #061b6c;
}

.link.primary-dark-color {
  background: #061b6c;
}

.primary-light-color .icon {
  fill: #00a9e0;
}

.primary-light-color .heading {
  color: #00a9e0;
}

.primary-light-color .wp-editor strong,
.primary-light-color .wp-editor em {
  color: #00a9e0;
}

.link.primary-light-color {
  background: #00a9e0;
}

.primary-lighter-color .icon {
  fill: #19b1e3;
}

.primary-lighter-color .heading {
  color: #19b1e3;
}

.primary-lighter-color .wp-editor strong,
.primary-lighter-color .wp-editor em {
  color: #19b1e3;
}

.link.primary-lighter-color {
  background: #19b1e3;
}

.primary-light-100-color .icon {
  fill: #cfe6ff;
}

.primary-light-100-color .heading {
  color: #cfe6ff;
}

.primary-light-100-color .wp-editor strong,
.primary-light-100-color .wp-editor em {
  color: #cfe6ff;
}

.link.primary-light-100-color {
  background: #cfe6ff;
}

.secondary-color .icon {
  fill: #f47900;
}

.secondary-color .heading {
  color: #f47900;
}

.secondary-color .wp-editor strong,
.secondary-color .wp-editor em {
  color: #f47900;
}

.link.secondary-color {
  background: #f47900;
}

.secondary-light-color .icon {
  fill: #f58426;
}

.secondary-light-color .heading {
  color: #f58426;
}

.secondary-light-color .wp-editor strong,
.secondary-light-color .wp-editor em {
  color: #f58426;
}

.link.secondary-light-color {
  background: #f58426;
}

.secondary-light-200-color .icon {
  fill: #f09513;
}

.secondary-light-200-color .heading {
  color: #f09513;
}

.secondary-light-200-color .wp-editor strong,
.secondary-light-200-color .wp-editor em {
  color: #f09513;
}

.link.secondary-light-200-color {
  background: #f09513;
}

.info-color .icon {
  fill: #00315f;
}

.info-color .heading {
  color: #00315f;
}

.info-color .wp-editor strong,
.info-color .wp-editor em {
  color: #00315f;
}

.link.info-color {
  background: #00315f;
}

.success-color .icon {
  fill: #83c55b;
}

.success-color .heading {
  color: #83c55b;
}

.success-color .wp-editor strong,
.success-color .wp-editor em {
  color: #83c55b;
}

.link.success-color {
  background: #83c55b;
}

.warning-color .icon {
  fill: #ffb000;
}

.warning-color .heading {
  color: #ffb000;
}

.warning-color .wp-editor strong,
.warning-color .wp-editor em {
  color: #ffb000;
}

.link.warning-color {
  background: #ffb000;
}

.alert-color .icon {
  fill: #bb0057;
}

.alert-color .heading {
  color: #bb0057;
}

.alert-color .wp-editor strong,
.alert-color .wp-editor em {
  color: #bb0057;
}

.link.alert-color {
  background: #bb0057;
}

html, body {
  height: 100%;
}

.main {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.header,
.footer {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  position: relative;
  background: #0083cf;
}
.header.legal {
  height: 13.75rem;
}
.header-bar {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-bar .logo {
  display: inline-block;
}
.header-bar .logo .main-logo {
  width: 12.5rem;
  height: 12.5rem;
}
.header-bar .logo .main-logo svg {
  fill: #0083cf;
}
.header-bar .logo img {
  width: 90%;
  height: auto;
}
.header-bar .logo[data-scene] {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-bar .logo[data-scene].animatedheading {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-bar .toggle {
  position: fixed;
  z-index: 999;
  background: #061b6c;
  border: 2px solid transparent;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.875rem 0.25rem;
  border-radius: 100px;
  display: block;
  right: 2.125rem;
  top: 2.125rem;
  text-align: center;
}
.header-bar .toggle .icon {
  height: 1.875rem;
  width: 2.8125rem;
}
.header-bar .toggle span {
  display: inline-block;
}
.header-bar .toggle svg, .header-bar .toggle svg * {
  fill: #FFF;
}
.header-bar .toggle:hover {
  border: 2px solid #0083cf;
  background: #FFF;
}
.header-bar .toggle:hover svg, .header-bar .toggle:hover svg * {
  fill: #0083cf;
}
.header-hero {
  position: relative;
  background-color: #0083cf;
  text-align: center;
  background-repeat: no-repeat;
}
.header-hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #0083cf transparent transparent transparent;
}
.header-hero-headings {
  background: #0083cf;
  color: #FFF;
  text-transform: uppercase;
}
.header-hero-headings .title {
  font-size: 1.875rem;
  padding: 2.5rem 0 0 0;
  margin: 0;
  line-height: 1em;
  font-weight: 900;
}
.header-hero-headings .title strong {
  font-size: 3.125rem;
}
.header-hero-headings .title span {
  display: block;
}
.header-hero-headings .title em {
  display: block;
  font-style: normal;
  font-size: 1.5625rem;
}
.header-hero-headings .subtitle {
  color: #FFF;
  padding: 1.25rem 21.5rem;
  text-transform: none;
  font-weight: bold;
  line-height: 1.2;
}
.header-hero[data-scene] .header-hero-headings {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-hero[data-scene].animatedheader .header-hero-headings {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
  transform: translateY(-30%);
}
.header-menu {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  background-color: #FFF;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-menu .menu-toggle {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 2px solid transparent;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.875rem 0.25rem;
  border-radius: 100px;
  display: block;
  right: 2.125rem;
  top: 2rem;
  text-align: center;
}
.header-menu .menu-toggle .icon {
  height: 1.875rem;
  width: 2.8125rem;
}
.header-menu .menu-toggle span {
  display: inline-block;
}
.header-menu .menu-toggle svg, .header-menu .menu-toggle svg * {
  fill: #0083cf;
}
.header-menu .menu-toggle:hover {
  border: 2px solid #FFF;
  background: #0083cf;
}
.header-menu .menu-toggle:hover svg, .header-menu .menu-toggle:hover svg * {
  fill: #FFF;
}
.header-menu .menu-heading {
  background-color: #0083cf;
  padding: 2.5rem 0;
  text-transform: uppercase;
}
.header-menu .menu-heading .img-heading {
  width: 180px;
  height: 80px;
}
.header-menu .menu-heading .heading {
  margin: 0;
  color: #0083cf;
  display: block;
}
.header-menu .menu-heading .title {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1em;
}
.header-menu .menu-heading .title strong {
  font-size: 3.125rem;
}
.header-menu .menu-heading .title em {
  font-size: 0.75rem;
  display: block;
  font-style: normal;
}
.header-menu .menu-heading .title span {
  display: block;
}
.header-menu .menu-heading .subtitle {
  font-weight: 300;
  padding: 0.9375rem 3.75rem;
}
.header-menu .menu-nav .link {
  display: block;
  padding: 1.25rem;
  border: 1px solid #148acf;
  text-transform: none;
  font-size: 1.25rem;
  text-decoration: none;
  color: #FFF;
  font-weight: 300;
}
.header-menu .menu-nav .link strong {
  font-weight: 800;
  display: block;
}
.no-touchevents .header-menu .menu-nav .link:hover {
  background-color: #f47900;
}
.header-menu .menu-social {
  background-color: #0083cf;
  padding-bottom: 6rem;
}
.header-menu .menu-social .link {
  margin-top: 1.25rem;
  display: inline-block;
  padding: 0 0.625rem 1.875rem;
}
.header-menu .menu-social .link svg {
  fill: #0083cf;
}
.no-touchevents .header-menu .menu-social .link svg:hover use {
  fill: #f47900;
}
.open-menu .header .header-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.open-menu .header .header-bar .toggle {
  display: none;
}
@media screen and (max-width: 48.0625em) {
  .header-bar {
    padding: 1.875rem 0.625rem;
    height: 8.75rem;
    text-align: left;
  }
  .header-bar .toggle {
    right: 0.625rem;
    top: 0.625rem;
  }
  .header-bar .logo .main-logo {
    width: 9.375rem;
    height: auto;
  }
  .header-bar .logo span {
    height: 8.75rem;
    width: 8.75rem;
  }
  .header-menu .menu-toggle {
    right: 0.625rem;
    top: 0.625rem;
  }
  .header-hero {
    background-image: none !important;
  }
  .header-hero:before {
    border-color: #0083cf transparent transparent transparent;
  }
  .header-hero-headings .title {
    padding: 1.125rem 0.875rem 0 0.875rem;
  }
  .header-hero-headings .subtitle {
    padding: 1.125rem 3.5rem;
  }
}
@media print, screen and (min-width: 48.125em) {
  .header-bar .logo {
    margin: 2rem 0 0 5rem;
  }
  .header-image {
    display: none;
  }
  .header-hero {
    height: 100vh;
    background-size: cover;
    background-image: initial;
    background-position: center center;
  }
  .header-hero-headings {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    right: 0;
    background: transparent;
  }
  .header-hero-headings .title {
    font-size: 5rem;
    padding: 2.5rem 0 0 0;
    margin: 0 0 2.5rem 0;
    line-height: 1em;
    font-weight: 900;
  }
  .header-hero-headings .title strong {
    font-size: 6.875rem;
  }
  .header-hero-headings .title span {
    display: block;
  }
  .header-hero-headings .title em {
    display: block;
    margin-top: -0.625rem;
    font-style: normal;
    font-size: 3.125rem;
  }
  .header-hero-headings .subtitle {
    color: #0083cf;
    margin-bottom: 2.8125rem;
    padding: 2.5rem 9.875rem;
  }
  .header-hero-image {
    display: none;
  }
  .header .menu-heading .title {
    font-size: 3.125rem;
  }
  .header .menu-heading .title strong {
    font-size: 4.375rem;
  }
  .header .menu-heading .title em {
    font-size: 2rem;
  }
  .header .menu-heading .title span {
    display: inline-block;
  }
  .header .menu-nav .link {
    padding: 1.875rem;
    font-size: 1.875rem;
  }
  .header .menu-nav .link span {
    display: inline-block;
  }
  .header .menu-nav .link strong {
    display: inline;
  }
  .header .menu-social .link {
    margin-top: 2.5rem;
    padding: 0 0.5625rem;
  }
  .header .menu-social .link strong {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .header-hero-headings .subtitle {
    margin-bottom: 2.8125rem;
    padding: 2.5rem 13rem;
  }
}
@media screen and (min-width: 93.75em) {
  .header-hero-headings .subtitle {
    margin-bottom: 2.8125rem;
    padding: 2.5rem 25.5rem;
  }
}

.footer {
  background-color: #2b2b34;
  color: #8c959c;
}
.footer .items-wrapper {
  width: 100%;
  padding: 2.375rem 3.125rem;
  font-weight: 300;
  font-size: 1rem;
}
.footer .items-wrapper .anchor {
  color: #8c959c;
  margin: 0.625rem 0;
  width: max-content;
}
.footer .items-wrapper .heading {
  color: #FFF;
  font-size: 1rem;
}
.footer .info-wrapper {
  word-break: break-word;
}
.footer .info-wrapper .direction-wrapper {
  margin-bottom: 1.25rem;
}
.footer .info-wrapper .contact-wrapper .description strong {
  color: #FFF;
}
.footer .social-wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .social-wrapper a {
  color: #8c959c;
}
.footer .social-wrapper .rrss {
  display: inline;
}
.footer .social-wrapper .rrss .icon {
  border-radius: 100%;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0.3125rem;
  margin-bottom: 0.75rem;
}
.footer .social-wrapper .facebook {
  background-color: #4f71a8;
}
.footer .social-wrapper .twitter {
  background-color: #2ac2ef;
}
.footer .social-wrapper .instagram {
  background-color: #a72d8b;
}
.footer .social-wrapper .youtube {
  background-color: #ca3837;
}
.footer .social-wrapper .linkedin {
  background-color: #1585af;
}
.footer .social-wrapper .linkedin use {
  fill: #FFF;
}
.footer .app-wrapper a {
  color: #8c959c;
}
.footer .app-wrapper .description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.footer .app-wrapper .description span {
  margin-right: 0.625rem;
}
.footer .warning-wrapper {
  margin-bottom: 2rem;
}
.footer .warning-wrapper .description {
  font-weight: 300;
  font-size: 1rem;
}
.footer .warning-wrapper .description sup {
  color: #0083cf;
}
.footer .footer-legal {
  background-color: #444444;
}
.footer .footer-legal .legal-wrapper {
  width: 100%;
  padding: 1.375rem 1.5rem;
}
.footer .footer-legal .legal-wrapper .description {
  display: inline-block;
}
.footer .footer-legal .legal-wrapper a {
  color: #e3dadd;
}
@media screen and (max-width: 48.0625em) {
  .footer .warning-wrapper .description {
    padding: 0 1rem;
  }
}
.footer ul {
  list-style-type: none;
}

.wp-editor {
  margin: 0 auto 1.875rem;
  color: #FFF;
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  font-weight: bold;
  padding-bottom: 0.9375rem;
}
.wp-editor h1:last-child, .wp-editor h2:last-child, .wp-editor h3:last-child, .wp-editor h4:last-child, .wp-editor h5:last-child, .wp-editor h6:last-child {
  padding-bottom: 0;
}
.wp-editor h1 span, .wp-editor h2 span, .wp-editor h3 span, .wp-editor h4 span, .wp-editor h5 span, .wp-editor h6 span {
  font-weight: 300;
}
.wp-editor p {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 300;
}
.wp-editor p:last-child {
  margin-bottom: 0;
}
.wp-editor.expand p {
  line-height: 1.8;
}
.wp-editor li {
  font-size: 1.125rem;
  line-height: 1.1em;
  color: #2b2b34;
  font-weight: 300;
  margin-bottom: 0.625rem;
}
.wp-editor blockquote {
  border-bottom: 2px solid #1a1a1a;
  border-left: none;
  padding: 0 0 1.25rem 0;
  margin-bottom: 1.25rem;
}
.wp-editor blockquote p {
  font-style: italic;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.875rem;
}
.wp-editor.top {
  padding-top: 2.5rem;
}
.wp-editor.top-small {
  padding-top: 1.25rem;
}
.wp-editor.left {
  padding-left: 0.9375rem;
}
.wp-editor .alignnone, .wp-editor a img.alignnone,
.wp-editor .wp-caption.alignnone {
  margin: 0 1rem 1rem 1rem;
}
.wp-editor .aligncenter,
.wp-editor div.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.wp-editor .alignright, .wp-editor a img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.wp-editor .alignleft, .wp-editor a img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.wp-editor a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-editor .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-editor .wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}
.wp-editor .wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}
.wp-editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-editor .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-editor .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wp-editor .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
@media screen and (max-width: 63.9375em) {
  .wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
    word-break: break-word;
  }
}

.entry-heading {
  line-height: 1.1em;
}
.entry-date {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.module {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.module:not(.module-banner) {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.module-void {
  padding-top: 0;
  padding-bottom: 0;
}
.module-void-top {
  padding-top: 0;
}
.module-void-bottom {
  padding-bottom: 0;
}
.module-small {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.module-small-top {
  padding-top: 0;
}
.module-small-bottom {
  padding-bottom: 0;
}
.module-normal {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.module-normal-top {
  padding-top: 0;
}
.module-normal-bottom {
  padding-bottom: 0;
}
.module-medium {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.module-medium-top {
  padding-top: 0;
}
.module-medium-bottom {
  padding-bottom: 0;
}
.module-large {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.module-large-top {
  padding-top: 0;
}
.module-large-bottom {
  padding-bottom: 0;
}
.module-background {
  background-size: cover;
  background-position: center center;
}
.module-background-repeat {
  background-repeat: repeat;
  background-size: auto;
}
@media print, screen and (min-width: 48.125em) {
  .module {
    padding-right: 0;
    padding-left: 0;
  }
  .module-void {
    padding-top: 0;
    padding-bottom: 0;
  }
  .module-void-top {
    padding-top: 0;
  }
  .module-void-bottom {
    padding-bottom: 0;
  }
  .module-small {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .module-small-top {
    padding-top: 0;
  }
  .module-small-bottom {
    padding-bottom: 0;
  }
  .module-normal {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .module-normal-top {
    padding-top: 0;
  }
  .module-normal-bottom {
    padding-bottom: 0;
  }
  .module-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-medium-top {
    padding-top: 0;
  }
  .module-medium-bottom {
    padding-bottom: 0;
  }
  .module-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .module-large-top {
    padding-top: 0;
  }
  .module-large-bottom {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .module-void {
    padding-top: 0;
    padding-bottom: 0;
  }
  .module-void-top {
    padding-top: 0;
  }
  .module-void-bottom {
    padding-bottom: 0;
  }
  .module-small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .module-small-top {
    padding-top: 0;
  }
  .module-small-bottom {
    padding-bottom: 0;
  }
  .module-normal {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .module-normal-top {
    padding-top: 0;
  }
  .module-normal-bottom {
    padding-bottom: 0;
  }
  .module-medium {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .module-medium-top {
    padding-top: 0;
  }
  .module-medium-bottom {
    padding-bottom: 0;
  }
  .module-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .module-large-top {
    padding-top: 0;
  }
  .module-large-bottom {
    padding-bottom: 0;
  }
}

.module-actions .heading {
  margin-bottom: 2rem;
  color: #0083cf;
  font-size: 1.375rem;
  font-weight: bolder;
  font-style: normal;
  text-transform: uppercase;
}
.module-actions iframe {
  height: 25rem;
  width: auto;
}
.module-actions .wrapper-lab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-actions .wrapper-lab img {
  margin-bottom: 2.25rem;
}
.module-actions .wrapper-lab[data-scene] {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-actions .wrapper-lab[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 48.0625em) {
  .module-actions {
    padding: 1.25rem;
  }
}
.module-banner {
  background-size: cover;
  position: relative;
  background: none;
  overflow: hidden;
  height: 24.75rem;
}
.module-banner .banner-heading {
  width: 100%;
  padding: 0 3.125rem;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.module-banner .banner-image {
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-banner .banner-background.move-background {
  background-position-y: 6.25rem;
}
.module-banner .banner-background.fixed {
  background-attachment: fixed;
  background-size: 100% auto;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
@media screen and (max-width: 63.9375em) {
  .module-banner {
    height: auto;
  }
  .module-banner .banner-background {
    background-image: none !important;
    transform: none !important;
  }
  .module-banner .banner-image {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 48.125em) {
  .module-banner .banner-heading {
    font-size: 2.5rem;
  }
  .module-banner .banner-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .module-banner .banner-background[data-scene] {
    height: 25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .module-banner .banner-heading {
    font-size: 5rem;
  }
}
.module-boxes .row .columns, .module-boxes .module-social-content .columns {
  background-color: transparent;
}
.module-sustainability .module-boxes .row .wrapper, .module-sustainability .module-boxes .module-social-content .wrapper {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: normal;
  -moz-box-pack: normal;
  -ms-flex-pack: normal;
  -webkit-justify-content: normal;
  justify-content: normal;
}
.module-sustainability .module-boxes .row .wrapper .description, .module-sustainability .module-boxes .module-social-content .wrapper .description {
  width: 100%;
}
.module-boxes .row .wrapper, .module-boxes .module-social-content .wrapper {
  padding: 1.5rem 0.3125rem;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.module-boxes .row .wrapper img, .module-boxes .module-social-content .wrapper img {
  height: auto;
  width: 100%;
}
.module-boxes .row .wrapper img[data-scene], .module-boxes .module-social-content .wrapper img[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-boxes .row .wrapper img[data-scene].animatedinfography, .module-boxes .module-social-content .wrapper img[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-boxes .row .wrapper .heading, .module-boxes .module-social-content .wrapper .heading {
  margin-bottom: 0;
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 800;
}
.module-boxes .row .wrapper .description, .module-boxes .module-social-content .wrapper .description {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  width: 70%;
}
.module-boxes .row .data-wrapper, .module-boxes .module-social-content .data-wrapper {
  display: flex;
  padding: 1.875rem;
  align-items: center;
}
.module-boxes .row .data-wrapper figure, .module-boxes .module-social-content .data-wrapper figure {
  width: 6.25rem;
  height: auto;
}
.module-boxes .row .data-wrapper figure img, .module-boxes .module-social-content .data-wrapper figure img {
  width: 6.25rem;
  height: auto;
  max-width: 6.25rem;
}
.module-boxes .row .data-wrapper figure img[data-scene], .module-boxes .module-social-content .data-wrapper figure img[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
.module-boxes .row .data-wrapper figure img[data-scene].animatedinfography, .module-boxes .module-social-content .data-wrapper figure img[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-boxes .row .data-wrapper .item, .module-boxes .module-social-content .data-wrapper .item {
  padding-left: 1.875rem;
}
.module-boxes .row .data-wrapper .item .heading, .module-boxes .module-social-content .data-wrapper .item .heading {
  color: #f47900;
  font-size: 2.5rem;
  font-weight: 800;
}
.module-boxes .row .data-wrapper .item .heading strong, .module-boxes .module-social-content .data-wrapper .item .heading strong {
  font-size: 2.625rem;
  font-weight: bolder;
}
.module-boxes .row .data-wrapper .item .description, .module-boxes .module-social-content .data-wrapper .item .description {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.module-boxes .row .data-wrapper[data-scene], .module-boxes .module-social-content .data-wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-boxes .row .data-wrapper[data-scene].animatedinfography, .module-boxes .module-social-content .data-wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-boxes-dark .row .wrapper .heading, .module-boxes-dark .module-social-content .wrapper .heading {
  color: #0083cf;
}
.module-boxes-dark .row .wrapper .description, .module-boxes-dark .module-social-content .wrapper .description {
  color: #061b6c;
}

.module-carol {
  position: relative;
  padding: 0;
  border-bottom: 0 solid transparent !important;
}
.module-carol .row, .module-carol .module-social-content {
  margin-top: 1.25rem;
}
.module-carol .row .description-wrapper, .module-carol .module-social-content .description-wrapper {
  color: #1a1a1a;
  width: 50%;
  padding: 1.25rem;
  display: flex;
}
.module-carol .row .description-wrapper figure, .module-carol .module-social-content .description-wrapper figure {
  width: 6.25rem;
  height: auto;
}
.module-carol .row .description-wrapper figure img, .module-carol .module-social-content .description-wrapper figure img {
  width: 6.25rem;
  height: auto;
  max-width: 6.25rem;
}
.module-carol .row .description-wrapper .item, .module-carol .module-social-content .description-wrapper .item {
  padding-left: 1.875rem;
}
.module-carol .row .description-wrapper .item .heading, .module-carol .module-social-content .description-wrapper .item .heading {
  color: #f47900;
  font-size: 1.5rem;
  font-weight: 800;
}
.module-carol .row .description-wrapper .item .heading strong, .module-carol .module-social-content .description-wrapper .item .heading strong {
  font-size: 2.375rem;
  font-weight: bolder;
}
.module-carol .row .description-wrapper .item .description, .module-carol .module-social-content .description-wrapper .item .description {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
}
.module-carol .row .description-wrapper[data-scene], .module-carol .module-social-content .description-wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
.module-carol .row .description-wrapper[data-scene].animatedinfography, .module-carol .module-social-content .description-wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-carol .items-wrapper {
  color: #1a1a1a;
}
.module-carol .items-wrapper .heading {
  color: #0083cf;
  padding: 0.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.module-carol .items-wrapper .description {
  margin-bottom: 2rem;
  color: #1a1a1a;
  padding: 0.875rem;
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: 300;
}
.module-carol .items-wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
.module-carol .items-wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-carol .becas {
  background-size: cover;
  background-image: initial;
  background-position: center center;
  color: #FFF;
}
.module-carol .becas .description {
  padding: 4.75rem 0.9375rem;
}
.module-carol .becas .description h4 {
  font-weight: 800;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.module-carol .becas .description p {
  font-size: 1.125rem;
  line-height: 1.3;
}
.module-carol .becas .description[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-carol .becas .description[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-carol .becas .items {
  padding: 0.9375rem;
}
.module-carol .becas .items .item {
  display: flex;
  margin-top: 2.375rem;
}
.module-carol .becas .items .item figure {
  width: 5rem;
  height: auto;
}
.module-carol .becas .items .item .text {
  width: 75%;
  padding-left: 1.25rem;
}
.module-carol .becas .items .item .text p {
  font-weight: normal;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0;
}
.module-carol .becas .items .item .text p strong {
  font-size: 2.5rem;
  font-weight: 800;
}
.module-carol .becas .items[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-carol .becas .items[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 48.0625em) {
  .module-carol .row .description-wrapper, .module-carol .module-social-content .description-wrapper {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.125em) {
  .module-carol > .row:first-child .columns:first-child, .module-carol > .module-social-content:first-child .columns:first-child {
    text-align: right;
  }
  .module-carol .row .description-wrapper, .module-carol .module-social-content .description-wrapper {
    width: 100%;
  }
  .module-carol .row .description-wrapper:first-child, .module-carol .module-social-content .description-wrapper:first-child {
    justify-content: flex-end;
  }
  .module-carol .row .description-wrapper:last-child, .module-carol .module-social-content .description-wrapper:last-child {
    justify-content: flex-start;
  }
  .module-carol .becas .description {
    padding: 4.75rem 0;
  }
  .module-carol .becas .items {
    padding: 0.875rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .module-carol .row .description-wrapper, .module-carol .module-social-content .description-wrapper {
    width: 50%;
  }
}
.module-challenge {
  position: relative;
  border-bottom: 0.625rem solid #f47900;
}
.primary-color .module-challenge {
  background-color: rgba(255, 255, 255, 0);
}
.module-challenge .image {
  padding-bottom: 0.9375rem;
}
.module-challenge .image[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-challenge .image[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge {
  position: relative;
}
.module-challenge .challenge-text {
  display: inline;
  color: #FFF;
  padding-top: 1.25rem;
  position: relative;
}
.module-challenge .challenge-text .text-wrapper {
  padding: 1.25rem;
}
.module-challenge .challenge-text .text-wrapper.black .heading {
  color: #0083cf;
}
.module-challenge .challenge-text .text-wrapper.black .description {
  color: #1a1a1a;
}
.module-challenge .challenge-text .text-wrapper .heading {
  color: #FFF;
  padding-top: 1.875rem;
  padding-bottom: 1.625rem;
  font-size: 2.5rem;
  font-weight: 800;
  font-style: normal;
}
.module-challenge .challenge-text .text-wrapper .description {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
.module-challenge .challenge-text .text-wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-challenge .challenge-text .text-wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge-text .text-wrapper .video-ganador {
  display: inline-block;
  margin-top: 1.125rem;
  color: #FFF;
}
.module-challenge .challenge-text[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-challenge .challenge-text[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge-calltoaction {
  padding: 3.75rem 1.25rem;
  position: relative;
  min-height: 31.25rem;
  background-color: #fff2e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0;
  /* Fix para Internet Explorer */
}
.module-challenge .challenge-calltoaction > div, .module-challenge .challenge-calltoaction > p {
  width: 100%;
}
.module-challenge .challenge-calltoaction.background-light {
  background-color: #fff9f4;
}
.module-challenge .challenge-calltoaction .button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -o-transform: translateY(60%);
  transform: translateY(60%);
}
.module-challenge .challenge-calltoaction .button[data-scene].animatedbutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge-calltoaction[data-scene] img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-challenge .challenge-calltoaction[data-scene].animatedinfography img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge-image {
  padding-top: 2.5rem;
  width: 60%;
  margin: 0 auto;
}
.module-challenge .challenge-image.right {
  text-align: center;
}
.module-challenge .challenge-image.big {
  width: 80%;
}
.module-challenge .challenge-image[data-scene] img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-challenge .challenge-image[data-scene].animatedinfography img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-challenge .challenge-blurb {
  padding: 1.25rem 1.875rem;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
.module-challenge .challenge-blurb .heading {
  width: 70%;
  font-size: 1.25rem;
}
.module-challenge .challenge-blurb .button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -o-transform: translateX(70%);
  transform: translateX(70%);
}
.module-challenge .challenge-blurb .button[data-scene].animatedbutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.module-challenge .challenge-blurb .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.25rem;
  height: 6.25rem;
  fill: #ffdf99;
}
.module-challenge .challenge-blurb .icon.icon-white {
  fill: #FFF;
}
.module-challenge#module-reputation {
  padding: 0;
}
.module-challenge > .row > div:last-child .challenge-blurb, .module-challenge > .module-social-content > div:last-child .challenge-blurb {
  background-color: #fff9ed;
}
.module-challenge > .row > .columns:last-child > .challenge-text, .module-challenge > .module-social-content > .columns:last-child > .challenge-text {
  padding: 2.5rem 0 1.25rem 0;
}
.module-challenge > .row > .columns:last-child > .challenge-text img, .module-challenge > .module-social-content > .columns:last-child > .challenge-text img {
  transition-delay: 1s !important;
}
@media screen and (max-width: 48.0625em) {
  .module-challenge .challenge-text {
    margin-bottom: 1.75rem;
  }
  .module-challenge .challenge-text .text-wrapper {
    min-height: auto;
  }
  .module-challenge .challenge-text .text-wrapper .heading {
    padding-bottom: 0.875rem;
  }
  .module-challenge .challenge-text .text-wrapper .description {
    margin-bottom: 1.75rem;
  }
  .module-challenge .challenge-text .text-wrapper .video-ganador {
    margin: 0 0 1.125rem 0;
  }
  .module-challenge .challenge-text[data-scene] {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .module-challenge .challenge-text[data-scene]:nth-child(2) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .module-challenge .challenge-text[data-scene]:nth-child(3) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .module-challenge .challenge-text[data-scene]:nth-child(4) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media print, screen and (min-width: 48.125em) {
  .module-challenge .challenge-text {
    padding: 0 1.625rem;
    margin-bottom: 1.875rem;
  }
  .module-challenge .challenge-text .heading {
    font-size: 1.125rem;
  }
  .module-challenge .challenge-blurb {
    padding: 2.5rem 0 5rem 1.5625rem;
  }
  .module-challenge .button-bottom-left {
    position: absolute;
    bottom: 2.5rem;
    left: 1.5625rem;
  }
  .module-challenge > .row > .columns:last-child > .challenge-text, .module-challenge > .module-social-content > .columns:last-child > .challenge-text {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .module-challenge .challenge-text .heading {
    font-size: 1.25rem;
  }
  .module-challenge .challenge-blurb {
    padding: 3.75rem 0 7.5rem 3.75rem;
  }
  .module-challenge .challenge-blurb .heading {
    font-size: 1.5rem;
  }
  .module-challenge .challenge-blurb .icon {
    width: 9.375rem;
    height: 9.375rem;
  }
  .module-challenge .button-bottom-left {
    left: 3.75rem;
    bottom: 3.75rem;
  }
}
@media screen and (min-width: 93.75em) {
  .module-challenge .challenge-blurb .heading {
    font-size: 1.875rem;
  }
  .module-challenge .challenge-blurb .icon {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.module-content p {
  text-align: center;
}
@media print, screen and (min-width: 48.125em) {
  .module-content .wp-editor {
    width: 100%;
    margin: 0 auto;
  }
}
.module-eat {
  position: relative;
  padding-bottom: 3.75rem;
  border-bottom: 0.625rem solid #f47900;
}
.module-eat .image {
  padding-bottom: 0.9375rem;
}
.module-eat[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-eat[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-educator {
  padding-bottom: 3.125rem;
  border-bottom: 0.625rem solid #f47900;
}
.module-educator img[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-educator img[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-educator .heading {
  color: #f47900;
  font-size: 2.5rem;
  font-weight: 800;
}
.module-educator .heading strong {
  font-size: 2.625rem;
  font-weight: bolder;
}
.module-educator .heading[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-educator .heading[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-educator .description {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.module-educator .description[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-educator .description[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-educator .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.module-educator .text-wrapper figure {
  width: 6.25rem;
  height: auto;
}
.module-educator .text-wrapper figure img {
  width: 6.25rem;
  height: auto;
  max-width: 6.25rem;
}
.module-educator .text-wrapper .item {
  padding-left: 1.875rem;
  text-align: start;
}
.module-expert {
  border-bottom: 0.625rem solid #f47900;
  padding: 0;
}
.module-expert .wrapper > .row, .module-expert .wrapper > .module-social-content {
  margin: 0;
}
.module-expert .wrapper .data-wrapper {
  display: flex;
  padding: 1.875rem;
  align-items: center;
}
.module-expert .wrapper .data-wrapper figure {
  width: 6.25rem;
  height: auto;
}
.module-expert .wrapper .data-wrapper figure img {
  width: 6.25rem;
  height: auto;
  max-width: 6.25rem;
}
.module-expert .wrapper .data-wrapper .item {
  padding-left: 1.875rem;
}
.module-expert .wrapper .data-wrapper .item .heading {
  color: #f47900;
  font-size: 2.5rem;
  font-weight: 800;
}
.module-expert .wrapper .data-wrapper .item .heading strong {
  font-size: 2.625rem;
  font-weight: bolder;
}
.module-expert .wrapper .data-wrapper .item .description {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.module-expert .wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.module-expert .wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-expert .image-wrapper {
  padding: 1.875rem;
}
.module-expert .image-wrapper .heading {
  color: #f47900;
  font-size: 2.125rem;
  font-weight: 800;
  margin: 1.5625rem 0;
}
.module-expert .image-wrapper[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-expert .image-wrapper[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-heading .columns:first-child {
  text-align: center;
}
.module-heading .heading {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.module-heading .heading strong {
  font-weight: 800;
}
.module-heading[data-scene] .heading {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-heading[data-scene] .icon {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.module-heading[data-scene].animatedheading .heading {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.module-heading[data-scene].animatedheading .icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media print, screen and (min-width: 48.125em) {
  .module-heading .heading {
    width: 100%;
  }
}
.module-infography {
  position: relative;
}
.primary-color .module-infography {
  background-color: #e5eef5;
}
.warning-color .module-infography {
  background-color: #fff3d9;
}
.success-color .module-infography {
  background-color: #f2f9ee;
}
.alert-color .module-infography {
  background-color: #f8e5ee;
}
.module-infography .infography {
  position: relative;
}
.module-infography .infography-text {
  padding-top: 1.25rem;
  position: relative;
}
.module-infography .infography-text .heading {
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
.module-infography .infography-text .button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -o-transform: translateX(70%);
  transform: translateX(70%);
}
.module-infography .infography-text .button[data-scene].animatedbutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.module-infography .infography-text[data-scene] img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-infography .infography-text[data-scene].animatedinfography img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-infography .infography-calltoaction {
  padding: 3.75rem 1.25rem;
  position: relative;
  min-height: 31.25rem;
  background-color: #fff2e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0;
  /* Fix para Internet Explorer */
}
.module-infography .infography-calltoaction > div, .module-infography .infography-calltoaction > p {
  width: 100%;
}
.module-infography .infography-calltoaction.background-light {
  background-color: #fff9f4;
}
.module-infography .infography-calltoaction .button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  -o-transform: translateY(60%);
  transform: translateY(60%);
}
.module-infography .infography-calltoaction .button[data-scene].animatedbutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-infography .infography-calltoaction[data-scene] img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-infography .infography-calltoaction[data-scene].animatedinfography img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-infography .infography-image {
  padding-top: 2.5rem;
  width: 60%;
  margin: 0 auto;
}
.module-infography .infography-image.right {
  text-align: center;
}
.module-infography .infography-image.big {
  width: 80%;
}
.module-infography .infography-image[data-scene] img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.module-infography .infography-image[data-scene].animatedinfography img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.module-infography .infography-blurb {
  padding: 1.25rem 1.875rem;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
.module-infography .infography-blurb .heading {
  width: 70%;
  font-size: 1.25rem;
}
.module-infography .infography-blurb .button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -o-transform: translateX(70%);
  transform: translateX(70%);
}
.module-infography .infography-blurb .button[data-scene].animatedbutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.module-infography .infography-blurb .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.25rem;
  height: 6.25rem;
  fill: #ffdf99;
}
.module-infography .infography-blurb .icon.icon-white {
  fill: #FFF;
}
.module-infography .wp-editor .heading, .module-infography .wp-editor .image {
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
.module-infography .wp-editor p {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
}
.module-infography#module-reputation {
  padding: 0;
}
.module-infography > .row > div:last-child .infography-blurb, .module-infography > .module-social-content > div:last-child .infography-blurb {
  background-color: #fff9ed;
}
.module-infography > .row > .columns:last-child > .infography-text, .module-infography > .module-social-content > .columns:last-child > .infography-text {
  padding: 2.5rem 0 1.25rem 0;
}
.module-infography > .row > .columns:last-child > .infography-text img, .module-infography > .module-social-content > .columns:last-child > .infography-text img {
  transition-delay: 1s !important;
}
@media print, screen and (min-width: 48.125em) {
  .module-infography .infography-text {
    padding-top: 0;
  }
  .module-infography .infography-text .heading {
    font-size: 1.125rem;
  }
  .module-infography .infography-image {
    width: 80%;
  }
  .module-infography .infography-blurb {
    padding: 2.5rem 0 5rem 1.5625rem;
  }
  .module-infography .button-bottom-left {
    position: absolute;
    bottom: 2.5rem;
    left: 1.5625rem;
  }
  .module-infography > .row > .columns:last-child > .infography-text, .module-infography > .module-social-content > .columns:last-child > .infography-text {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .module-infography .infography-text .heading {
    font-size: 1.25rem;
  }
  .module-infography .infography-image {
    width: 100%;
  }
  .module-infography .infography-image.right {
    text-align: right;
  }
  .module-infography .infography-blurb {
    padding: 3.75rem 0 7.5rem 3.75rem;
  }
  .module-infography .infography-blurb .heading {
    font-size: 1.5rem;
  }
  .module-infography .infography-blurb .icon {
    width: 9.375rem;
    height: 9.375rem;
  }
  .module-infography .button-bottom-left {
    left: 3.75rem;
    bottom: 3.75rem;
  }
}
@media screen and (min-width: 93.75em) {
  .module-infography .infography-blurb .heading {
    font-size: 1.875rem;
  }
  .module-infography .infography-blurb .icon {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-background img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.number {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFF;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 100%;
  position: relative;
}
.number span {
  position: relative;
  z-index: 2;
}
.number:before {
  content: "";
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 100%;
  background-color: #f09513;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.module-secondary .number {
  color: #FFF;
}
.module-secondary .number:before {
  background-color: #f09513;
}
.module-research .number {
  color: #FFF;
}
.module-research .number:before {
  background-color: #f09513;
}

.magic-count p {
  color: #061b6c;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0;
}
.magic-count p strong {
  font-weight: bold;
}

.amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #0083cf;
  padding: 0.625rem;
}
.module-primary .amount .title {
  color: #061b6c;
}
@media screen and (max-width: 63.9375em) {
  .module-walking .amount {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 48.0625em) {
  .module-walking .amount {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .module-walking .amount .amount-item {
    text-align: center;
  }
  .module-walking .amount.amount-align-right {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .module-walking .amount.amount-align-right .amount figure {
    padding-left: 0;
  }
}
.module-social .amount {
  -ms-flex-direction: column;
  flex-direction: column;
  color: #444444;
  text-align: center;
}
.module-social .amount figure {
  padding-right: 0;
}
.module-social .amount .title {
  color: #0083cf;
}
.amount.amount-align-left {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.amount.amount-align-right {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.amount.amount-align-right .amount figure {
  padding-right: 0;
  padding-left: 1.5625rem;
}
.amount.amount-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.amount.top {
  padding-top: 3.125rem;
}
.amount.bottom {
  padding-bottom: 3.125rem;
}
.amount.void {
  padding: 0;
}
.amount figure {
  padding-right: 1.5625rem;
}
.amount .title,
.amount strong {
  font-weight: 800;
  margin: 0;
}
.amount p {
  color: #061b6c;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 0;
}
.amount p strong {
  font-weight: bold;
}
@media screen and (max-width: 63.9375em) {
  .amount {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    padding-top: 1.25rem;
    text-align: center;
  }
  .amount.top {
    padding-top: 1.25rem;
  }
  .amount.bottom {
    padding-bottom: 1.25rem;
  }
  .amount figure {
    padding-right: 0;
    padding-bottom: 0.625rem;
  }
  .amount figure img {
    max-width: 80%;
  }
  .amount .title {
    padding-bottom: 0.3125rem;
  }
  .amount-item {
    word-break: break-word;
  }
  .amount p {
    font-size: 1.125rem;
  }
  .module-social .amount {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 63.9375em) {
  .margin-breakpoint {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.module-hero {
  position: relative;
  height: 100vh;
  min-height: 50rem;
  z-index: 2;
}
.module-hero figure {
  opacity: 0;
}
.module-hero-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.module-hero-content .wp-editor {
  padding-top: 3.125rem;
  color: #FFF;
}
.module-hero-content .wp-editor p {
  font-size: 1.5rem;
}
.module-hero.animatedheader figure {
  opacity: 1;
}
.module-hero.animatedheader .module-hero-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 63.9375em) {
  .module-hero {
    height: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .module-hero-content {
    position: relative;
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
  .module-hero-content .wp-editor p {
    font-size: 1.25rem;
  }
}

.module-primary .module-heading {
  background-color: #FFF;
}
.module-primary .module-heading .wp-editor {
  color: #444444;
}
.module-primary .module-heading .wp-editor h1, .module-primary .module-heading .wp-editor h2, .module-primary .module-heading .wp-editor h3, .module-primary .module-heading .wp-editor h4, .module-primary .module-heading .wp-editor h5 {
  color: #0083cf;
}
.module-secondary .module-heading {
  background-color: #FFF;
}
.module-secondary .module-heading .wp-editor {
  color: #444444;
}
.module-secondary .module-heading .wp-editor h1, .module-secondary .module-heading .wp-editor h2, .module-secondary .module-heading .wp-editor h3, .module-secondary .module-heading .wp-editor h4, .module-secondary .module-heading .wp-editor h5 {
  color: #f47900;
}
.module-research .module-heading {
  background-color: transparent;
}
.module-research .module-heading .wp-editor {
  color: #1a1a1a;
}
.module-research .module-heading .wp-editor h1, .module-research .module-heading .wp-editor h2, .module-research .module-heading .wp-editor h3, .module-research .module-heading .wp-editor h4, .module-research .module-heading .wp-editor h5 {
  color: #0083cf;
}
.module-heading .wp-editor p {
  font-size: 1.25rem;
}
.module-heading .image {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 63.9375em) {
  .module-heading .wp-editor p {
    font-size: 1.125rem;
  }
}

.module-pilares {
  position: relative;
}
.module-pilares .wp-editor {
  color: #444444;
}
.module-pilares .wp-editor h1, .module-pilares .wp-editor h2, .module-pilares .wp-editor h3, .module-pilares .wp-editor h4, .module-pilares .wp-editor h5 {
  color: #0083cf;
}
.module-pilares .wp-editor h2 {
  padding-bottom: 2.313rem;
}
.module-pilares-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.module-pilares-content figcaption {
  color: #0083cf;
  padding-top: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .module-pilares-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .module-pilares-content figcaption {
    padding-bottom: 0.625rem;
    padding-bottom: 1.25rem;
  }
}

.module-sensitization .module:not(.module-banner) {
  border-bottom: 0.5625rem solid #FFF;
}
.module-sensitization .module:not(.module-banner).border-color {
  border-bottom-color: #f58426;
}
@media screen and (max-width: 63.9375em) {
  .module-sensitization .module .hashtag {
    font-size: 0.875rem;
  }
}

.module-education .module:not(.module-banner) {
  border-bottom: 0.5625rem solid #FFF;
}
.module-education .module:not(.module-banner).border-color {
  border-bottom-color: #f47900;
}

.module-background {
  position: relative;
}
.module-background-content {
  position: relative;
  z-index: 2;
}

.module-padding {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.module-padding.left {
  padding-left: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .module-padding {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .module-padding.left {
    padding-left: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .module-center {
    text-align: center;
  }
}

.module-social {
  background-color: #FFF;
}
.module-social-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
  .module-social-content {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.module-hero .image-background {
  background-position: center bottom;
}

.module-pilares {
  top: -15px;
}

.module-president {
  background-color: #00a9e0;
  border-bottom: 0.5625rem solid #FFF;
}
.module-president .my-amount-align-left {
  padding-left: initial;
}
.module-president .align-button {
  align-items: flex-start;
  justify-content: flex-start;
}

.module-alex {
  background-color: #0083cf;
  border-bottom: 1.25rem solid #FFF;
}
@media screen and (max-width: 48.0625em) {
  .module-alex .row, .module-alex .module-social-content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.module-research .module-heading {
  padding-bottom: 0;
}
.module-research .module-heading img {
  padding-bottom: 0;
}
.module-research .module-forest img {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .module-research .wp-editor h2 {
    font-size: 1.5rem;
  }
  .module-research img {
    width: 240px;
    height: auto;
  }
}

.module-sensitization .module-international-day {
  background-color: #cfe6ff;
  border-bottom: none !important;
  padding-bottom: 1.875rem;
}
.module-sensitization .wp-editor h2, .module-sensitization .wp-editor h4 {
  color: #0083cf;
}
.module-sensitization .wp-editor p {
  color: #1a1a1a;
}
.module-sensitization .arrow-header h2 {
  color: #00a9e0;
}
.module-sensitization .arrow-header img {
  position: relative;
}
.module-sensitization .button {
  margin-top: 3.125rem;
  margin-bottom: 0;
}

.module-education .module-international-day {
  border-bottom: 0.1rem solid #FFF !important;
}
.module-education .arrow-header .wp-editor h2, .module-education .arrow-header .wp-editor h4 {
  color: #00a9e0;
}
.module-education .arrow-header .wp-editor p {
  color: #061b6c;
}

.module-sustainability .module-camino {
  background-color: #cfe6ff;
  color: #1a1a1a;
}
.module-sustainability .wp-editor h2, .module-sustainability .wp-editor h4 {
  color: #0083cf;
}
.module-sustainability .wp-editor p {
  color: #061b6c;
}

.module-carol {
  background-color: #00a9e0;
  margin-top: -2px;
  padding-bottom: 25px;
  padding-top: 20px;
}
.module-carol .module-boxes figure {
  padding-bottom: 10px;
  max-width: 60px;
}
.module-carol .module-boxes .heading {
  font-size: 2.5rem !important;
  padding-bottom: 6px;
}
.module-carol .module-boxes p {
  font-size: 1.2rem !important;
  color: #061b6c !important;
}
.module-carol .module-boxes .row .wrapper, .module-carol .module-boxes .module-social-content .wrapper {
  justify-content: flex-start;
}
.module-carol .module-boxes .row .wrapper .description, .module-carol .module-boxes .module-social-content .wrapper .description {
  width: 101%;
}
.module-carol .module-padding {
  padding-bottom: 0;
}

.module-channel-eat {
  background-color: #FFF;
  padding-bottom: 0;
}
.module-channel-eat .wp-editor {
  color: #1a1a1a;
  padding-bottom: 1.875rem;
}
.module-channel-eat .wp-editor h2, .module-channel-eat .wp-editor h4 {
  color: #00a9e0;
}
.module-channel-eat .wp-editor h2 {
  padding-bottom: 1.875rem;
}
.module-channel-eat .wp-editor p {
  line-height: 1.6;
}
.module-channel-eat .magic-count figure {
  padding-bottom: 0.625rem;
}
.module-channel-eat .magic-count .description {
  color: #061b6c;
}
.module-channel-eat .magic-count .heading {
  color: #00a9e0;
  font-weight: 800;
  font-size: 2.5rem;
}
.module-channel-eat .row, .module-channel-eat .module-social-content {
  padding-bottom: 3.75rem;
}
.module-channel-eat .row:last-child, .module-channel-eat .module-social-content:last-child {
  padding-bottom: 0;
}
.module-channel-eat .amount-item .title {
  color: #FFF;
}
@media screen and (max-width: 63.9375em) {
  .module-channel-eat figure {
    margin-top: 1.875rem;
  }
}

.module-ambassadors .button .image {
  padding-right: 0.3125rem;
}

.module-canal .wp-editor {
  color: #1a1a1a;
}
.module-canal .wp-editor h4 {
  color: #0083cf;
}
.module-canal .amount-item {
  color: #061b6c;
}
.module-canal .amount-item .title {
  color: #0083cf;
}

.module-kitdiabetes {
  background-color: #00a9e0;
  border-bottom: 0 !important;
}
.module-kitdiabetes .amount-item {
  color: #061b6c;
}
.module-kitdiabetes .amount-item .title {
  color: #FFF;
}

.module-sabercomer .wp-editor {
  color: #1a1a1a;
}
.module-sabercomer .wp-editor h4 {
  color: #0083cf;
}

.module-course {
  background-color: #cfe6ff;
  border-bottom: 0 !important;
}
.module-course .wp-editor {
  color: #1a1a1a;
}
.module-course .wp-editor .title {
  color: #00a9e0;
  font-size: 2.25rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
}
.module-course .amount figure {
  flex: 1 0 auto;
}
.module-course .amount-item {
  color: #061b6c;
}
.module-course .amount-item .title {
  color: #00a9e0;
}
.module-course .amount-item p span {
  color: #f09513;
}
@media screen and (max-width: 63.9375em) {
  .module-course .wp-editor .title {
    text-align: center;
  }
}

.module-expert-channel .wp-editor p {
  font-size: 20px;
}
.module-expert-channel .amount {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 48.0625em) {
  .module-expert-channel .amount {
    align-items: center;
  }
}
.module-expert-channel .amount .my-amount {
  margin-right: 43px;
}
.module-expert-channel .amount-item .title {
  color: #FFF;
}
.module-expert-channel .amount-item p {
  color: #FFF;
}
.module-expert-channel .row-button {
  padding-top: 5px;
  padding-left: 8px;
}
.module-expert-channel .my-amount-align-left {
  padding-left: initial;
}

.module-materials {
  background-color: #00a9e0;
}
.module-materials .amount {
  justify-content: flex-start;
}
.module-materials .amount .amount-item .title {
  color: #FFF;
}
.module-materials .module-padding {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 30em) and (max-width: 48.0625em) {
  .module-materials .row-materials {
    text-align: center;
  }
}

.module-statistics {
  background-color: #FFF;
}
.module-statistics .module-boxes figure {
  padding-bottom: 10px;
  max-width: 70px;
}
.module-statistics .module-boxes .heading {
  font-size: 2.5rem !important;
  padding-bottom: 6px;
}
.module-statistics .module-boxes p {
  font-size: 1.2rem !important;
  color: #FFF !important;
}
.module-statistics .module-boxes .row .wrapper, .module-statistics .module-boxes .module-social-content .wrapper {
  justify-content: flex-start;
}
@media screen and (max-width: 63.9375em) {
  .module-statistics .module-boxes .row .wrapper .heading, .module-statistics .module-boxes .module-social-content .wrapper .heading {
    font-size: 2rem !important;
  }
}
.module-statistics .image-background {
  background-position: center bottom;
}
@media screen and (min-width: 1162px) {
  .module-statistics {
    max-height: 328px;
  }
  .module-statistics .image-background {
    background-position: initial;
  }
}

.module-hundred-years {
  background-color: #cfe6ff;
}
@media screen and (max-width: 48.0625em) {
  .module-hundred-years .row, .module-hundred-years .module-social-content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.module-hundred-years a {
  margin-top: 30px !important;
}

.module-social {
  padding-top: 0;
}
.module-social .justify-center {
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .module-social .amount-item h3 {
    font-size: 2rem;
  }
}

.module-walking {
  background-color: #cfe6ff;
}
@media screen and (max-width: 63.9375em) {
  .module-walking .my-columns .amount-align-left {
    width: 25%;
  }
}
@media screen and (max-width: 402px) {
  .module-walking .amount-item p {
    font-size: 0.8rem;
  }
}

.arrow-header {
  margin-top: -1px;
  background-color: #FFF;
}
.arrow-header .wp-editor p {
  font-size: 20px;
}
.arrow-header img {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .arrow-header .wp-editor h2 {
    font-size: 1.5rem;
  }
}

.button.my-button {
  color: #f09513;
  width: auto;
  height: auto;
  padding: 12px 45px 12px 45px;
  vertical-align: middle;
  box-shadow: -3.536px 3.536px 20px 0px rgba(1, 1, 1, 0.15);
}
.button.my-button:hover {
  color: #FFF;
  background-color: #061b6c;
}

.button-no-margin {
  margin: 10px 0px !important;
}

.module-border {
  border-top: 0.625rem solid #f09513;
  border-bottom: 0.625rem solid #f09513;
}
.module-border-bottom {
  border-bottom: 0.625rem solid #f09513;
}
.module-border-top {
  border-top: 0.625rem solid #f09513;
}

@media screen and (max-width: 48.0625em) {
  .wp-editor p {
    font-size: 14px;
  }
}
.text-white {
  color: #FFF !important;
}

.mt-5 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 48.0625em) {
  .mt-5 {
    margin-top: 3.125rem;
  }
}

.mb-4 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 48.0625em) {
  .mb-4 {
    margin-bottom: 2.5rem;
  }
}

.mb-3 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 48.0625em) {
  .mb-3 {
    margin-bottom: 1.25rem;
  }
}

.button {
  position: relative;
  border: 1px solid #efefef;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  background-color: #FFF;
  color: #00a9e0;
  margin: 1.875rem;
}
.no-touchevents .button:hover, .no-touchevents .button:focus {
  background-color: #0083cf;
  color: #FFF;
}
.no-touchevents .button:hover span:before, .no-touchevents .button:focus span:before {
  background-color: #FFF;
}
.no-touchevents .button:hover span svg *, .no-touchevents .button:focus span svg * {
  fill: #f47900;
}
.button-clear {
  border: none;
  background-color: transparent;
  margin: 0;
  color: #FFF;
  text-transform: initial;
  padding: 0.625rem 0 0;
}
.no-touchevents .button-clear:hover, .no-touchevents .button-clear:focus {
  background-color: transparent;
  color: #FFF;
}
.button span {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
}
.button span:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: #f47900;
}
.button span svg {
  z-index: 2;
  width: 50%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.no-touchevents .button.shadow:hover span svg *, .no-touchevents .button.shadow:focus span svg * {
  fill: #0083cf;
}
.button.shadow span:before {
  background-color: #0083cf;
}
.button[data-scene] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.button[data-scene].animatedinfography {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.button.bold {
  font-weight: bold;
}
.button-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.button.button-primary {
  background-color: #f09513;
  border: 0.0625rem solid #f09513;
  color: #FFF;
}
.no-touchevents .button.button-primary:hover, .no-touchevents .button.button-primary:focus {
  background-color: #FFF;
  color: #f09513;
}
.button.button-secondary span:before {
  background-color: #0083cf;
}
@media screen and (max-width: 63.9375em) {
  .module-covid .button {
    margin-top: 0.625rem;
  }
}

.module .swiper-button-next, .module .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.375rem solid #1a1a1a;
  background-color: #FFF;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module .swiper-button-next.swiper-button-disabled, .module .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.module .swiper-button-next .icon, .module .swiper-button-prev .icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.no-touchevents .module .swiper-button-next:hover, .no-touchevents .module .swiper-button-prev:hover {
  background-color: #1a1a1a;
}
.no-touchevents .module .swiper-button-next:hover .icon svg, .no-touchevents .module .swiper-button-prev:hover .icon svg {
  fill: #FFF;
}

.magic-scroll {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.magic-scale img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.tooltip {
  border: 0.5rem solid #1a1a1a;
  background-image: url("../images/css/caraperro-cemento-patron.gif");
}
.tooltip.top:before {
  width: 1.875rem;
  height: 1.875rem;
  border: 8px solid #1a1a1a;
  border-top-width: 0;
  border-left-width: 0;
  background-image: url("../images/css/caraperro-cemento-patron.gif");
  transform: rotate(45deg);
}
.tooltip.top.align-center:before {
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  margin-top: 0.0625rem;
}
.tooltip .step {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: inline-block;
  z-index: 2;
  background-image: url("../images/svg/caraperro-forma-chapa.svg");
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
}
.tooltip .step span {
  line-height: 3.75rem;
  color: white;
  font-size: 1.625rem;
  font-weight: 900;
}
.tooltip .wp-editor {
  margin-left: 5rem;
}

.has-tip {
  color: red;
}

[data-scene=left] {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-scene=left].animatedLeft {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-scene=right] {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-scene=right].animatedRight {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-scene=top] {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-scene=top].animatedTop {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-scene=bottom] {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-scene=bottom].animatedBottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.wphack-cookie-wrapper {
  z-index: 99998;
  width: 100%;
  background-color: #f47900;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wphack-cookie-wrapper.wphack-cookie-move {
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0);
}
.wphack-cookie-wrapper .wphack-cookie-container {
  position: relative;
  padding: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wphack-cookie-wrapper .wphack-cookie-container p {
  color: #FFF;
  font-size: 0.75rem;
}
.wphack-cookie-wrapper .wphack-cookie-container a {
  color: #FFF;
  text-decoration: underline;
}
.wphack-cookie-wrapper .wphack-cookie-close {
  font-size: 0.75rem;
  position: absolute;
  color: #FFF;
  z-index: 99999;
  top: 0.625rem;
  right: 0.625rem;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

/*# sourceMappingURL=main.min.css.map */
