@charset "UTF-8";
/*
  Define global colors
*/
/*Tables */
/*
	Input placeholders
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-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: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

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

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

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

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

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

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

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: 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: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-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: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

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

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

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

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

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

.sticky-container {
  position: relative; }

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

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

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

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

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

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

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

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

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

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

@media screen and (max-width: 63.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: #c7c7c7; }

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

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

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

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

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

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

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

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

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

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

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    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: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #000; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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; }

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

body.admin-bar.offcanvas .off-canvas.is-open {
  top: 2.875rem; }
  @media screen and (min-width: 48.9375em) {
    body.admin-bar.offcanvas .off-canvas.is-open {
      top: 2rem; } }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

@media print, screen and (min-width: 40em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none; }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }
  .off-canvas > ul.menu a {
    color: #fefefe;
    font-weight: 600;
    font-size: 0.9375rem; }

.off-canvas .menu .active > a {
  background-color: #ccc; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.mobile-menu .menu .is-active > a,
.mobile-off-canvas-menu .menu .is-active > a {
  background-color: #0d0d0d; }

.top-bar .top-bar-title a {
  font-size: 1rem;
  color: #B9B9B9;
  padding-left: 1rem;
  line-height: 1.8; }

.top-bar .menu a {
  color: #e6e6e6;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1; }
  .top-bar .menu a:hover:not(.button) {
    background-color: #42525D; }

.top-bar .menu .active > a {
  background-color: #ccc; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 1rem; }

.top-bar .menu li:not(:last-child) {
  border-right: 1px solid #4e4e4e; }

.top-bar .dropdown.menu .submenu {
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

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

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

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

.main-grid {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem; }
  @media print, screen and (min-width: 40em) {
    .main-grid {
      margin-top: 3rem; } }
  .main-grid.sidebar-left .main-content {
    order: 1; }
  .main-grid.sidebar-left .sidebar {
    order: 2; }
  @media print, screen and (min-width: 40em) {
    .main-grid.sidebar-left .main-content {
      order: 2; }
    .main-grid.sidebar-left .sidebar {
      order: 1; } }
  .main-grid .main-content-full-width {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .main-grid .main-content {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .main-grid .main-content {
        width: calc(50% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
  .main-grid .sidebar {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .main-grid .sidebar {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
        margin-top: 1rem; } }

@media print, screen and (min-width: 40em) {
  .single .main-content {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

.footer-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  border-top: 1px solid #cacaca;
  margin-top: 3.75rem; }
  @media print, screen and (min-width: 40em) {
    .footer-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.footer-grid {
  display: flex;
  flex-flow: row wrap;
  padding: 1.875rem 0; }
  .footer-grid section {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
  .footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.sites-button {
  background: #1779ba;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.cards-container {
  display: flex;
  flex-flow: row wrap; }
  .cards-container .card {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
    .cards-container .card .card-content {
      padding: 1rem; }
    @media print, screen and (min-width: 40em) {
      .cards-container .card {
        width: calc(33.33333% - 0.7rem);
        margin-right: 0.35rem;
        margin-left: 0.35rem; } }

.featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.page .vont-editor {
  color: #000000;
  border: 0.1rem solid midnightblue;
  padding: 2rem;
  max-width: 100%;
  width: 100%;
  display: block; }

.wp-admin .vont-editor {
  color: #000000;
  background: azure;
  border: 0.2rem solid midnightblue;
  padding: 2rem; }

/*
Check out modules/_content for grid definitions instead of small-x medium-x grid 
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/* fonts */
/* Colors */
/* some local fonts */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

body {
  font-size: 19px;
  font-family: "Overpass", sans-serif;
  color: #626262; }

.main-grid {
  overflow: hidden;
  clear: both; }
  .main-grid .main-container {
    max-width: 1268px;
    padding: 0px;
    width: 100%; }
    .main-grid .main-container .main-content {
      margin: 0px;
      padding: 0px 20px;
      box-sizing: border-box;
      width: auto;
      width: unset;
      min-height: 500px;
      width: 100%; }
      .main-grid .main-container .main-content .main-content-columns-wrapper {
        /* reverse column order - unreverse on large */ }
        .main-grid .main-container .main-content .main-content-columns-wrapper .left-column {
          grid-area: col2; }
        .main-grid .main-container .main-content .main-content-columns-wrapper .right-column {
          grid-area: col1; }

/*********************
GENERAL STYLES
*********************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.skip-link {
  position: absolute;
  top: -100px;
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  -webkit-transition: top .75s ease-out;
  transition: top .75s ease-out; }

.skip-link:focus {
  color: #21759b;
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s; }

.main-grid {
  margin-top: 0px; }

input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: none; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* constrain and center each row */
.row {
  max-width: 1268px;
  margin: 0px auto; }

.row.wider {
  max-width: 1368px; }

.row.widest {
  max-width: 1468px; }

strong,
b {
  font-weight: bold; }

.row.pad20 {
  padding-left: 20px;
  padding-right: 20px; }

.row.pad50 {
  padding-left: 50px;
  padding-right: 50px; }

/*********************
LINK STYLES
*********************/
a,
a:visited {
  /* on click */
  /* mobile tap color */
  color: #2089BE;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    text-decoration: underline; }
  a.link-arrow, a:visited.link-arrow {
    text-decoration: none; }
    a.link-arrow:after, a:visited.link-arrow:after {
      padding-left: 8px;
      content: '\f061';
      display: inline-block;
      font-weight: 600;
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      font-family: "Font Awesome 5 Pro"; }

p.link-arrow,
h2.link-arrow,
h3.link-arrow,
h4.link-arrow,
h5.link-arrow {
  /* handle gutenberg wrapping a link in a p */
  padding: 0px;
  margin-bottom: 0px; }
  p.link-arrow > a,
  h2.link-arrow > a,
  h3.link-arrow > a,
  h4.link-arrow > a,
  h5.link-arrow > a {
    text-decoration: none; }
    p.link-arrow > a:after,
    h2.link-arrow > a:after,
    h3.link-arrow > a:after,
    h4.link-arrow > a:after,
    h5.link-arrow > a:after {
      padding-left: 8px;
      content: '\f061';
      display: inline-block;
      font-weight: 600;
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
      font-family: "Font Awesome 5 Pro"; }

a.button,
.wp-block-button a,
.gb-block-button a,
.gform_wrapper .gform_footer button,
button.readall-button,
form input[type="submit"] {
  /* let's set a default button style */
  text-decoration: none;
  width: auto;
  color: #fff;
  margin-right: 10px;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  padding: 8px 20px;
  color: #fff;
  background-color: #2089BE;
  font-family: "Bitter", serif;
  font-weight: bold;
  border-radius: 0 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none; }
  a.button:hover,
  .wp-block-button a:hover,
  .gb-block-button a:hover,
  .gform_wrapper .gform_footer button:hover,
  button.readall-button:hover,
  form input[type="submit"]:hover {
    color: #fff;
    text-decoration: none; }
  a.button.no-border,
  .wp-block-button a.no-border,
  .gb-block-button a.no-border,
  .gform_wrapper .gform_footer button.no-border,
  button.readall-button.no-border,
  form input[type="submit"].no-border {
    border: 0; }
  a.button:after,
  .wp-block-button a:after,
  .gb-block-button a:after,
  .gform_wrapper .gform_footer button:after,
  button.readall-button:after,
  form input[type="submit"]:after {
    padding-left: 8px;
    content: '\f061';
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"; }

/* the external link class is added automatically via JS in scripts.js */
a.button.external:after,
.wp-block-button a.external:after,
.gb-block-button a.external:after {
  padding-left: 8px;
  content: '\f35d';
  display: inline-block;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.readall-wrapper {
  text-align: left !important; }
  .readall-wrapper button.readall-button:after {
    padding-left: 8px;
    content: '\f063';
    display: inline-block;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"; }
  .readall-wrapper button.readall-button.less:after {
    padding-left: 8px;
    content: '\f062';
    display: inline-block;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"; }

.entry-content a.button,
.entry-content .wp-block-button a,
.entry-content .gb-block-button a {
  text-decoration: none; }

.gb-block-button a {
  border-radius: 0 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #fff; }
  .gb-block-button a:hover {
    text-decoration: none; }
  .gb-block-button a.no-border {
    border: 0; }

.gb-block-button.transparent a {
  background-color: transparent !important; }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
  font-family: "Bitter", serif;
  font-weight: bold;
  color: #000; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 42px; }

h2, .h2 {
  font-size: 34px;
  line-height: 41px; }

h3, .h3 {
  font-size: 22px;
  font-size: 25px; }

h4, .h4 {
  font-size: 20px; }
  h4.allcaps, .h4.allcaps {
    font-family: "Overpass", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900; }

h5, .h5 {
  font-size: 19px; }

#breadcrumbs {
  display: none; }

body.single .entry-content ul {
  margin-left: 2em;
  margin-top: 1em;
  list-style: none;
  margin-left: 2em;
  position: relative;
  column-gap: 2em; }
  body.single .entry-content ul li {
    /* now change nested lists */ }
    body.single .entry-content ul li:before {
      float: left;
      margin-left: -2em;
      font-size: 8px;
      content: '\f111';
      display: table-cell;
      font-weight: 600;
      font-family: "Font Awesome 5 Pro";
      color: #2089BE;
      margin-top: 1em;
      padding-right: 4px; }
    body.single .entry-content ul li ul {
      margin-top: 0px; }
      body.single .entry-content ul li ul li:before {
        font-weight: 400; }

body.single .entry-content ol {
  margin-top: 1em;
  margin-left: 2em; }
  body.single .entry-content ol li ul, body.single .entry-content ol li ol {
    margin-top: 0;
    margin-bottom: 4px; }

.entry-content {
  /* now numbered lists */ }
  .entry-content .main-content-columns-wrapper .right-column ul {
    margin-left: 2em;
    margin-top: 1em;
    list-style: none;
    margin-left: 2em;
    position: relative;
    column-gap: 2em; }
    .entry-content .main-content-columns-wrapper .right-column ul li {
      /* now change nested lists */ }
      .entry-content .main-content-columns-wrapper .right-column ul li:before {
        float: left;
        margin-left: -2em;
        font-size: 8px;
        content: '\f111';
        display: table-cell;
        font-weight: 600;
        font-family: "Font Awesome 5 Pro";
        color: #2089BE;
        margin-top: 1em;
        padding-right: 4px; }
      .entry-content .main-content-columns-wrapper .right-column ul li ul {
        margin-top: 0px;
        margin-bottom: 4px; }
        .entry-content .main-content-columns-wrapper .right-column ul li ul li:before {
          font-weight: 400; }
    .entry-content .main-content-columns-wrapper .right-column ul.wp-block-social-links li:before {
      content: none; }
  .entry-content .main-content-columns-wrapper .right-column ol {
    margin-left: 2em; }
    .entry-content .main-content-columns-wrapper .right-column ol li ul, .entry-content .main-content-columns-wrapper .right-column ol li ol {
      margin-top: 0;
      margin-bottom: 4px; }
  .entry-content p.max-width {
    max-width: 800px; }
  .entry-content p {
    font-size: 20px; }
    .entry-content p.has-small-font-size {
      font-size: 16px; }
  .entry-content a {
    text-decoration: underline; }
  .entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a {
    text-decoration: none; }

body.channel-education .main-content-columns-wrapper .right-column ul li:before {
  color: #5F8631; }

body.channel-business .main-content-columns-wrapper .right-column ul li:before {
  color: #cb6631; }

/*********************
HEADER STYLES
*********************/
#mobile-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 30px;
  width: 100%; }
  #mobile-header-wrapper .logo {
    max-width: 60%; }
    #mobile-header-wrapper .logo img {
      max-width: 150px;
      height: auto; }
  #mobile-header-wrapper #mobile-menu-trigger {
    display: block;
    color: #000;
    z-index: 1;
    font-size: 30px; }
    #mobile-header-wrapper #mobile-menu-trigger:hover {
      cursor: pointer; }
    #mobile-header-wrapper #mobile-menu-trigger .fas {
      padding: 8px 12px; }
    #mobile-header-wrapper #mobile-menu-trigger .fa-times {
      display: none; }

body.mobile-menu-active #mobile-header-wrapper #mobile-menu-trigger .fa-bars {
  color: #000;
  display: none; }

body.mobile-menu-active #mobile-header-wrapper #mobile-menu-trigger .fa-times {
  display: block;
  color: #000; }

#page-banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  #page-banner .logo {
    display: none;
    position: absolute;
    top: 30px;
    left: 30px; }
    #page-banner .logo img {
      max-width: 153px; }
  #page-banner .banner-overlay.desktop {
    display: none; }
  #page-banner .image-credit {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #f0f0f0;
    font-size: 10px; }

/* for interior pages that have a no image banner, override and show the desktop banner */
body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop,
.vont-block.lenders-grid #page-banner.banner-type-noimage .banner-overlay.desktop,
body.single #page-banner.banner-type-noimage .banner-overlay.desktop,
body.archive #page-banner.banner-type-noimage .banner-overlay.desktop,
body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop {
  display: block; }
  body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop h1,
  .vont-block.lenders-grid #page-banner.banner-type-noimage .banner-overlay.desktop h1,
  body.single #page-banner.banner-type-noimage .banner-overlay.desktop h1,
  body.archive #page-banner.banner-type-noimage .banner-overlay.desktop h1,
  body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop h1 {
    font-size: 26px;
    line-height: 30px; }

body.page-template-default #page-banner .banner-overlay.desktop h1, body.page-template-default #page-banner .banner-overlay.desktop h2, body.page-template-default #page-banner .banner-overlay.desktop h3, body.page-template-default #page-banner .banner-overlay.desktop h4, body.page-template-default #page-banner .banner-overlay.desktop h5,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop h1,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop h2,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop h3,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop h4,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop h5,
body.single #page-banner .banner-overlay.desktop h1,
body.single #page-banner .banner-overlay.desktop h2,
body.single #page-banner .banner-overlay.desktop h3,
body.single #page-banner .banner-overlay.desktop h4,
body.single #page-banner .banner-overlay.desktop h5,
body.archive #page-banner .banner-overlay.desktop h1,
body.archive #page-banner .banner-overlay.desktop h2,
body.archive #page-banner .banner-overlay.desktop h3,
body.archive #page-banner .banner-overlay.desktop h4,
body.archive #page-banner .banner-overlay.desktop h5,
body.page-template-page-lenders #page-banner .banner-overlay.desktop h1,
body.page-template-page-lenders #page-banner .banner-overlay.desktop h2,
body.page-template-page-lenders #page-banner .banner-overlay.desktop h3,
body.page-template-page-lenders #page-banner .banner-overlay.desktop h4,
body.page-template-page-lenders #page-banner .banner-overlay.desktop h5 {
  color: #fff; }

body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner,
.vont-block.lenders-grid #page-banner .banner-overlay.desktop .overlay-inner,
body.single #page-banner .banner-overlay.desktop .overlay-inner,
body.archive #page-banner .banner-overlay.desktop .overlay-inner,
body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner {
  padding: 40px 20px; }
  body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h2,
  .vont-block.lenders-grid #page-banner .banner-overlay.desktop .overlay-inner h2,
  body.single #page-banner .banner-overlay.desktop .overlay-inner h2,
  body.archive #page-banner .banner-overlay.desktop .overlay-inner h2,
  body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h2 {
    text-transform: uppercase;
    color: #2089BE;
    font-size: 13px; }
  body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner .bottom-line,
  .vont-block.lenders-grid #page-banner .banner-overlay.desktop .overlay-inner .bottom-line,
  body.single #page-banner .banner-overlay.desktop .overlay-inner .bottom-line,
  body.archive #page-banner .banner-overlay.desktop .overlay-inner .bottom-line,
  body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner .bottom-line {
    width: 87px;
    height: 6px;
    background-color: #2089BE;
    margin-top: 10px; }

body.page-template-default #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
.vont-block.lenders-grid #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.single #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.archive #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.page-template-page-lenders #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line {
  background-color: #CEDAAF; }

body.page-template-default #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
.vont-block.lenders-grid #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.single #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.archive #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
body.page-template-page-lenders #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line {
  background-color: #F8E9D9; }

body.page-template-default .banner-overlay.mobile,
.vont-block.lenders-grid .banner-overlay.mobile,
body.single .banner-overlay.mobile,
body.archive .banner-overlay.mobile,
body.page-template-page-lenders .banner-overlay.mobile {
  width: 100%;
  position: relative; }
  body.page-template-default .banner-overlay.mobile .overlay-inner,
  .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner,
  body.single .banner-overlay.mobile .overlay-inner,
  body.archive .banner-overlay.mobile .overlay-inner,
  body.page-template-page-lenders .banner-overlay.mobile .overlay-inner {
    width: 100%;
    text-align: left;
    padding: 30px 20px;
    color: #fff;
    text-transform: none; }
    body.page-template-default .banner-overlay.mobile .overlay-inner h1, body.page-template-default .banner-overlay.mobile .overlay-inner h2, body.page-template-default .banner-overlay.mobile .overlay-inner h3, body.page-template-default .banner-overlay.mobile .overlay-inner h4, body.page-template-default .banner-overlay.mobile .overlay-inner h5,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h1,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h2,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h3,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h4,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h5,
    body.single .banner-overlay.mobile .overlay-inner h1,
    body.single .banner-overlay.mobile .overlay-inner h2,
    body.single .banner-overlay.mobile .overlay-inner h3,
    body.single .banner-overlay.mobile .overlay-inner h4,
    body.single .banner-overlay.mobile .overlay-inner h5,
    body.archive .banner-overlay.mobile .overlay-inner h1,
    body.archive .banner-overlay.mobile .overlay-inner h2,
    body.archive .banner-overlay.mobile .overlay-inner h3,
    body.archive .banner-overlay.mobile .overlay-inner h4,
    body.archive .banner-overlay.mobile .overlay-inner h5,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h1,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h2,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h3,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h4,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h5 {
      color: #fff; }
    body.page-template-default .banner-overlay.mobile .overlay-inner h1,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h1,
    body.single .banner-overlay.mobile .overlay-inner h1,
    body.archive .banner-overlay.mobile .overlay-inner h1,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h1 {
      margin: 0px;
      font-size: 26px;
      line-height: 30px;
      text-transform: none; }
    body.page-template-default .banner-overlay.mobile .overlay-inner h2,
    .vont-block.lenders-grid .banner-overlay.mobile .overlay-inner h2,
    body.single .banner-overlay.mobile .overlay-inner h2,
    body.archive .banner-overlay.mobile .overlay-inner h2,
    body.page-template-page-lenders .banner-overlay.mobile .overlay-inner h2 {
      font-family: "Overpass", sans-serif;
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 22px;
      text-transform: none; }

body.page-template-default.banner-type-noimage .banner-overlay.mobile .overlay-inner,
.vont-block.lenders-grid.banner-type-noimage .banner-overlay.mobile .overlay-inner,
body.single.banner-type-noimage .banner-overlay.mobile .overlay-inner,
body.archive.banner-type-noimage .banner-overlay.mobile .overlay-inner,
body.page-template-page-lenders.banner-type-noimage .banner-overlay.mobile .overlay-inner {
  padding: 40px 20px; }
  body.page-template-default.banner-type-noimage .banner-overlay.mobile .overlay-inner h1,
  .vont-block.lenders-grid.banner-type-noimage .banner-overlay.mobile .overlay-inner h1,
  body.single.banner-type-noimage .banner-overlay.mobile .overlay-inner h1,
  body.archive.banner-type-noimage .banner-overlay.mobile .overlay-inner h1,
  body.page-template-page-lenders.banner-type-noimage .banner-overlay.mobile .overlay-inner h1 {
    font-size: 26px;
    line-height: 30px; }
  body.page-template-default.banner-type-noimage .banner-overlay.mobile .overlay-inner h2,
  .vont-block.lenders-grid.banner-type-noimage .banner-overlay.mobile .overlay-inner h2,
  body.single.banner-type-noimage .banner-overlay.mobile .overlay-inner h2,
  body.archive.banner-type-noimage .banner-overlay.mobile .overlay-inner h2,
  body.page-template-page-lenders.banner-type-noimage .banner-overlay.mobile .overlay-inner h2 {
    text-transform: uppercase;
    color: #2089BE;
    font-size: 13px; }
  body.page-template-default.banner-type-noimage .banner-overlay.mobile .overlay-inner .bottom-line,
  .vont-block.lenders-grid.banner-type-noimage .banner-overlay.mobile .overlay-inner .bottom-line,
  body.single.banner-type-noimage .banner-overlay.mobile .overlay-inner .bottom-line,
  body.archive.banner-type-noimage .banner-overlay.mobile .overlay-inner .bottom-line,
  body.page-template-page-lenders.banner-type-noimage .banner-overlay.mobile .overlay-inner .bottom-line {
    width: 87px;
    height: 6px;
    background-color: #2089BE;
    margin-top: 10px; }

.banner-overlay.mobile .overlay-inner h1, .banner-overlay.mobile .overlay-inner h2, .banner-overlay.mobile .overlay-inner h3, .banner-overlay.mobile .overlay-inner h4, .banner-overlay.mobile .overlay-inner h5 {
  color: #fff; }

body.home #page-banner .hp-message-wrapper {
  display: none; }

body.home .banner-overlay {
  width: 100%;
  padding: 0px;
  background-color: #26272B; }
  body.home .banner-overlay .overlay-wrapper {
    margin: 0px auto;
    background: none; }
  body.home .banner-overlay .overlay-inner {
    width: 100%;
    background: none;
    padding: 28px 20px;
    color: #fff; }
  body.home .banner-overlay:after {
    display: table;
    content: '';
    clear: both; }
  body.home .banner-overlay h1 {
    margin: 0px;
    font-size: 28px;
    line-height: 30px;
    text-transform: none; }
  body.home .banner-overlay h2 {
    font-family: "Overpass", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
    text-transform: none; }
  body.home .banner-overlay .buttons {
    margin-top: 35px; }
    body.home .banner-overlay .buttons .button {
      margin-bottom: 10px;
      border: 0; }

body.home .banner-overlay.mobile {
  position: relative; }
  body.home .banner-overlay.mobile .buttons .button {
    display: block; }

body.home .hp-message-wrapper {
  width: 100%; }
  body.home .hp-message-wrapper .hp-message-inner {
    background-color: #1A5C7B;
    padding: 30px 20px; }
    body.home .hp-message-wrapper .hp-message-inner h2 {
      color: #fff;
      font-size: 23px; }
    body.home .hp-message-wrapper .hp-message-inner .sub-title {
      color: #ACDEF7;
      font-size: 13px;
      text-transform: uppercase; }
    body.home .hp-message-wrapper .hp-message-inner .flex-wrapper .copy {
      color: #fff;
      font-size: 16px;
      max-width: 800px; }
      body.home .hp-message-wrapper .hp-message-inner .flex-wrapper .copy p:last-of-type {
        margin-bottom: 0; }
    body.home .hp-message-wrapper .hp-message-inner .button-wrapper {
      margin-top: 10px; }
      body.home .hp-message-wrapper .hp-message-inner .button-wrapper a {
        color: #fff;
        font-family: "Bitter", serif;
        font-weight: bold;
        font-size: 17px;
        white-space: nowrap; }
        body.home .hp-message-wrapper .hp-message-inner .button-wrapper a:hover {
          text-decoration: underline; }

#desktop-menu-wrapper,
.desktop-menu-submenu {
  display: none; }

#eyebrow-menu-wrapper {
  display: none; }

.side-menu {
  display: none; }

#mobile-menu {
  display: none;
  clear: both;
  padding-left: 0px;
  padding-right: 0px; }
  #mobile-menu .menu .active > a {
    background: none; }
  #mobile-menu > ul > li:last-child {
    border-bottom: 2px solid #DBDBDB; }
  #mobile-menu ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%; }
    #mobile-menu ul li {
      /* level 1 */
      float: left;
      position: relative;
      width: 100%;
      border-top: 1px solid #DBDBDB;
      /* border between main menu items */ }
      #mobile-menu ul li.education a {
        color: #5F8631;
        font-family: "Bitter", serif; }
      #mobile-menu ul li.education .sub-menu li a {
        color: #5F8631; }
      #mobile-menu ul li.education ul.current-menu-ancestor li a {
        color: #5F8631; }
      #mobile-menu ul li.business a {
        color: #cb6631;
        font-family: "Bitter", serif; }
      #mobile-menu ul li.business .sub-menu li a {
        color: #cb6631;
        font-family: "Overpass", sans-serif; }
      #mobile-menu ul li.business ul.current-menu-ancestor li a {
        color: #cb6631; }
      #mobile-menu ul li a {
        font-weight: bold;
        display: block;
        padding: 15px 10px 15px 20px;
        text-decoration: none;
        color: #363636;
        font-size: 18px; }
      #mobile-menu ul li.current_page_item a,
      #mobile-menu ul li.current-menu-ancestor a {
        /* highlight current section */ }
      #mobile-menu ul li.has-dropdown > a {
        position: relative; }
        #mobile-menu ul li.has-dropdown > a:after {
          content: "\f0d7";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          position: absolute;
          top: 13px;
          right: 15px; }
        #mobile-menu ul li.has-dropdown > a.ui-state-active:after {
          content: "\f0d8"; }
      #mobile-menu ul li ul.sub-menu {
        display: none; }
        #mobile-menu ul li ul.sub-menu li {
          background-color: #f0f0f0;
          list-style: none;
          border-bottom: 0;
          border-top: 0;
          padding-left: 20px; }
          #mobile-menu ul li ul.sub-menu li a {
            font-size: 17px;
            color: #363636;
            background-color: #f0f0f0;
            padding-top: 10px;
            padding-bottom: 10px; }
          #mobile-menu ul li ul.sub-menu li .sub-menu {
            padding-bottom: 8px; }
            #mobile-menu ul li ul.sub-menu li .sub-menu li a {
              text-decoration: underline;
              padding-top: 8px;
              padding-bottom: 8px;
              font-family: "Overpass", sans-serif; }
            #mobile-menu ul li ul.sub-menu li .sub-menu li:last-child a {
              padding-bottom: 15px; }
      #mobile-menu ul li.utility a, #mobile-menu ul li.offsite-link a {
        font-family: "Overpass", sans-serif;
        font-weight: bold;
        font-size: 17px;
        padding: 15px 10px 15px 20px; }
      #mobile-menu ul li.offsite-link a:before {
        font-family: "Overpass", sans-serif;
        font-weight: bold;
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        content: "\f35d";
        padding-right: 8px; }
      #mobile-menu ul li > ul.sub-menu > li > ul > li a {
        text-decoration: underline; }
  #mobile-menu .social-links {
    clear: both;
    float: left;
    text-align: center;
    padding: 20px 0px;
    display: block;
    width: 100%;
    background-color: #f0f0f0; }
    #mobile-menu .social-links span.social a {
      padding-right: 20px; }
      #mobile-menu .social-links span.social a:last-child {
        padding-right: 0px; }

/*********************
NAVIGATION STYLES
*********************/
/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

img[src$=".svg"] {
  width: 100%;
  height: auto; }

/* entry content */
.entry-content {
  /*
		image alignment on a screen this size may be
		a bit difficult. It's set to start aligning
		and floating images at the next breakpoint,
		but it's up to you. Feel free to change it up.
		*/ }
  .entry-content p {
    font-size: 19px; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content .postgallery {
    overflow: hidden; }
    .entry-content .postgallery .slide-image-wrapper {
      position: relative; }
      .entry-content .postgallery .slide-image-wrapper > img {
        width: 100%;
        height: 100%; }

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

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #1A1A1A; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .footer-top {
    padding: 20px;
    width: 100%;
    color: #fff;
    text-align: center; }
    .footer .footer-top .logo {
      text-align: center;
      padding-right: 20px; }
      .footer .footer-top .logo img {
        max-width: 190px; }
    .footer .footer-top .footer-menu {
      margin-top: 30px; }
      .footer .footer-top .footer-menu ul.menu {
        justify-content: center; }
        .footer .footer-top .footer-menu ul.menu li {
          border-right: 1px solid #fff;
          margin-bottom: 4px; }
          .footer .footer-top .footer-menu ul.menu li:last-child {
            border-right: 0; }
          .footer .footer-top .footer-menu ul.menu li a {
            color: #fff;
            padding: 6px 15px;
            font-size: 16px; }
          .footer .footer-top .footer-menu ul.menu li.active a {
            background-color: transparent; }
    .footer .footer-top .social {
      text-align: center;
      margin-top: 50px; }
      .footer .footer-top .social span {
        display: inline-block;
        padding-left: 20px; }
        .footer .footer-top .social span:first-child {
          padding-left: 0; }
        .footer .footer-top .social span a {
          color: #2089BE; }
        .footer .footer-top .social span i {
          color: #2089BE;
          font-size: 24px; }
        .footer .footer-top .social span:hover a,
        .footer .footer-top .social span:hover i {
          color: #fff; }
  .footer .footer-bottom {
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 50px; }
    .footer .footer-bottom a {
      color: #fff; }
    .footer .footer-bottom .footer-legal-copy {
      font-size: 14px; }

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/* Create responsive embeds/YouTube */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.alignwide {
  width: 100vw;
  max-width: 1368px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.wp-block-media-text .wp-block-media-text__content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0px; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0px; }

/* address diff. between breakpoints - gutenberg flips at 600px, we flip at 640px */
@media (max-width: 640px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; } }

/* Start Custom Blocks */
/* Override some Atomic Blocks styling */
.gb-block-layout-column-inner {
  height: 100%; }

.wp-block-image {
  margin-bottom: 0px; }

/* Override bug with AB - IE11 was broken */
.main-grid .main-content .gb-layout-columns-2 > .gb-layout-column-wrap {
  -ms-grid-columns: 1fr 1fr; }

/* now remove the default padding set above for all VONT blocks */
.vont-block {
  clear: both; }
  .vont-block p, .vont-block h1, .vont-block h2, .vont-block h3, .vont-block h4, .vont-block h5, .vont-block ul {
    padding-left: 0px; }

.vont-block.pinned-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  padding: 20px;
  z-index: 10;
  border-top: 1px solid #626262;
  background-image: linear-gradient(to bottom, #EAEEEC 0%, transparent 70%); }
  .vont-block.pinned-cta .pinned-cta-wrapper .copy {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-family: "Bitter", serif;
    font-weight: bold; }
  .vont-block.pinned-cta .pinned-cta-wrapper a.button {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 17px;
    margin: 0;
    background-color: #2089BE;
    color: #fff;
    border: 0; }
  .vont-block.pinned-cta.show {
    display: block; }

.vont-block.news-categories ul {
  list-style: none; }

.vont-block.video-accordion .copy-outer-wrapper .mobile-intro {
  padding-bottom: 20px; }

.vont-block.video-accordion .copy-outer-wrapper .left-column .main-single-wrapper {
  display: none; }
  .vont-block.video-accordion .copy-outer-wrapper .left-column .main-single-wrapper.active {
    display: flex;
    flex-flow: column; }
  .vont-block.video-accordion .copy-outer-wrapper .left-column .main-single-wrapper h3 {
    color: #5F8631;
    margin-top: 10px;
    font-size: 19px; }

.vont-block.video-accordion .copy-outer-wrapper .right-column h3 {
  margin: 0;
  color: #5F8631; }
  .vont-block.video-accordion .copy-outer-wrapper .right-column h3:hover {
    cursor: pointer; }
  .vont-block.video-accordion .copy-outer-wrapper .right-column h3:before {
    float: left;
    margin-left: -1.3em;
    content: '\f055';
    display: inline-block;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"; }

.vont-block.video-accordion .copy-outer-wrapper .right-column .single-wrapper.active h3:before {
  float: left;
  margin-left: -1.3em;
  content: '\f056';
  display: inline-block;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper {
  margin-top: 20px; }
  .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper {
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #f0f0f0; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper .copy-wrapper {
      display: none;
      margin-top: 10px; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper .watch-link {
      text-transform: uppercase;
      font-family: "Overpass", sans-serif;
      font-size: 13px;
      font-weight: 900;
      color: #5F8631; }
      .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper .watch-link a {
        text-transform: uppercase;
        display: inline-block; }
      .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper .watch-link .length {
        padding-left: 8px;
        color: #000; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper .description {
      font-size: 16px;
      line-height: 26px;
      margin-top: 10px; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper:last-child {
      border-bottom: 1px solid #f0f0f0; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column .videos-wrapper .video-wrapper:first-child .copy-wrapper {
      display: block; }

.vont-block.vont-video-image-carousel {
  overflow: hidden; }
  .vont-block.vont-video-image-carousel .main-item-wrapper {
    max-width: 1040px;
    margin: 0px auto; }
    .vont-block.vont-video-image-carousel .main-item-wrapper .main-single-wrapper {
      display: none; }
      .vont-block.vont-video-image-carousel .main-item-wrapper .main-single-wrapper.active {
        display: flex;
        flex-flow: column; }
      .vont-block.vont-video-image-carousel .main-item-wrapper .main-single-wrapper .right {
        padding: 0px 15px; }
  .vont-block.vont-video-image-carousel .carousel-outer-wrapper {
    background-color: #E6E6E6; }
  .vont-block.vont-video-image-carousel .carousel-wrapper {
    position: relative;
    padding: 40px 35px; }
    .vont-block.vont-video-image-carousel .carousel-wrapper button.flickity-button {
      max-width: 50px;
      background-color: transparent;
      border: none;
      position: absolute;
      top: 50%;
      left: -10px; }
      .vont-block.vont-video-image-carousel .carousel-wrapper button.flickity-button.next {
        left: auto;
        right: -10px; }
    .vont-block.vont-video-image-carousel .carousel-wrapper .flickity-viewport {
      overflow: hidden; }
    .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper {
      width: 250px;
      margin: 0px 50px; }
      .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper .single-link {
        display: block;
        border: 2px solid transparent;
        opacity: .5; }
        .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper .single-link h3 {
          font-size: 18px;
          font-style: italic;
          text-transform: none; }
        .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper .single-link img {
          width: 100%;
          max-width: 100%; }
        .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper .single-link:hover {
          text-decoration: none; }
      .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper.active .single-link {
        opacity: 1; }
        .vont-block.vont-video-image-carousel .carousel-wrapper .single-wrapper.active .single-link img {
          border: 2px solid red; }

.vont-block.vont-expandables .single-expandable-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .vont-block.vont-expandables .single-expandable-wrapper .single-expandable-title {
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 6px 0px;
    color: #fff;
    background-image: url("/wp-content/themes/fame/library/images/angle-down-white.png");
    background-position: right 20px;
    background-repeat: no-repeat;
    padding-right: 30px; }
  .vont-block.vont-expandables .single-expandable-wrapper .single-expandable-content {
    display: none;
    padding: 40px;
    font-size: 20px; }
  .vont-block.vont-expandables .single-expandable-wrapper.active-expandable .single-expandable-content {
    display: block; }
  .vont-block.vont-expandables .single-expandable-wrapper:hover {
    cursor: pointer; }

.vont-block.vont-expandables.disable-expandables .single-expandable-wrapper:hover {
  cursor: default; }

.vont-block.vont-expandables.disable-expandables .single-expandable-wrapper .single-expandable-title {
  background-image: none; }

.vont-block.vont-expandables.disable-expandables .single-expandable-wrapper .single-expandable-content {
  display: block; }

.vont-block.vont-download-file .button {
  margin-top: 20px; }

.vont-block.divider {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #000; }
  .vont-block.divider.no-margin {
    margin: 0; }

.vont-block.image-content,
.image-content-repeater .columns-repeater .column {
  position: relative; }
  .vont-block.image-content .image-overlay-content,
  .image-content-repeater .columns-repeater .column .image-overlay-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .vont-block.image-content .image-overlay-content h2, .vont-block.image-content .image-overlay-content h3, .vont-block.image-content .image-overlay-content h4, .vont-block.image-content .image-overlay-content h5, .vont-block.image-content .image-overlay-content p, .vont-block.image-content .image-overlay-content ul li,
    .image-content-repeater .columns-repeater .column .image-overlay-content h2,
    .image-content-repeater .columns-repeater .column .image-overlay-content h3,
    .image-content-repeater .columns-repeater .column .image-overlay-content h4,
    .image-content-repeater .columns-repeater .column .image-overlay-content h5,
    .image-content-repeater .columns-repeater .column .image-overlay-content p,
    .image-content-repeater .columns-repeater .column .image-overlay-content ul li {
      color: white; }
    .vont-block.image-content .image-overlay-content a,
    .image-content-repeater .columns-repeater .column .image-overlay-content a {
      display: block;
      text-decoration: none; }
      .vont-block.image-content .image-overlay-content a:after,
      .image-content-repeater .columns-repeater .column .image-overlay-content a:after {
        padding-left: 8px;
        content: '\f061';
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro"; }
  .vont-block.image-content.content-position-left-top .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-left-top .image-overlay-content {
    align-items: flex-start;
    justify-content: flex-start; }
  .vont-block.image-content.content-position-left-center .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-left-center .image-overlay-content {
    align-items: center;
    justify-content: flex-start; }
  .vont-block.image-content.content-position-left-bottom .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-left-bottom .image-overlay-content {
    align-items: flex-end;
    justify-content: flex-start; }
  .vont-block.image-content.content-position-right-top .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-right-top .image-overlay-content {
    align-items: flex-start;
    justify-content: flex-end; }
  .vont-block.image-content.content-position-right-center .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-right-center .image-overlay-content {
    align-items: center;
    justify-content: flex-end; }
  .vont-block.image-content.content-position-right-bottom .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-right-bottom .image-overlay-content {
    align-items: flex-end;
    justify-content: flex-end; }
  .vont-block.image-content.content-position-center-top .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-center-top .image-overlay-content {
    align-items: flex-start;
    justify-content: center; }
  .vont-block.image-content.content-position-center-center .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-center-center .image-overlay-content {
    align-items: center;
    justify-content: center; }
  .vont-block.image-content.content-position-center-bottom .image-overlay-content,
  .image-content-repeater .columns-repeater .column.content-position-center-bottom .image-overlay-content {
    align-items: flex-end;
    justify-content: center; }
  .vont-block.image-content .row,
  .image-content-repeater .columns-repeater .column .row {
    max-width: 100%; }
  .vont-block.image-content img,
  .image-content-repeater .columns-repeater .column img {
    width: 100%;
    position: relative; }
    .vont-block.image-content img.desktop-image,
    .image-content-repeater .columns-repeater .column img.desktop-image {
      display: none; }
  .vont-block.image-content:after,
  .image-content-repeater .columns-repeater .column:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to top, black 10%, transparent 40%);
    opacity: .8;
    z-index: 1; }
  .vont-block.image-content:before,
  .image-content-repeater .columns-repeater .column:before {
    background-color: transparent;
    background-image: linear-gradient(to top, black 10%, transparent 40%);
    opacity: .6; }

.image-content-repeater .intro-copy {
  margin-top: 20px; }

.image-content-repeater .columns-repeater .column {
  display: flex; }
  .image-content-repeater .columns-repeater .column .image-overlay-content {
    font-family: "Bitter", serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px; }

body.tax-news_category article.news-item.first {
  margin-top: 20px; }

body.tax-news_category .page-navigation {
  padding-bottom: 40px; }

.vont-block.news-index article,
body.tax-news_category article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0; }
  .vont-block.news-index article .date,
  body.tax-news_category article .date {
    text-transform: uppercase;
    font-size: 13px; }
  .vont-block.news-index article .excerpt,
  body.tax-news_category article .excerpt {
    font-size: .9em; }

.vont-block.news-index .page-navigation,
body.tax-news_category .page-navigation {
  padding-top: 40px;
  text-align: center; }
  .vont-block.news-index .page-navigation ul,
  body.tax-news_category .page-navigation ul {
    margin-left: 0;
    margin-top: 0; }

.entry-content .vont-block.cta .divider {
  height: 6px;
  width: 100%; }

.entry-content .vont-block.cta img {
  width: 100%;
  height: auto; }

.entry-content .vont-block.cta img.mobile {
  display: block; }

.entry-content .vont-block.cta img.desktop {
  display: none; }

.entry-content .vont-block.cta h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  margin-bottom: 8px; }

.entry-content .vont-block.cta .copy,
.entry-content .vont-block.cta .copy p {
  font-size: 14px;
  line-height: 20px; }

.entry-content .vont-block.cta.style1 a {
  color: #626262;
  text-decoration: none; }
  .entry-content .vont-block.cta.style1 a:hover {
    text-decoration: none; }

.entry-content .vont-block.cta.style1 img {
  margin-bottom: 8px; }

.entry-content .vont-block.cta.style2 {
  padding: 20px; }
  .entry-content .vont-block.cta.style2 a {
    color: #626262;
    text-decoration: none; }
    .entry-content .vont-block.cta.style2 a:hover {
      text-decoration: none; }
  .entry-content .vont-block.cta.style2 .divider {
    margin-bottom: 20px; }

.entry-content .vont-block.cta.style3 {
  padding: 20px; }
  .entry-content .vont-block.cta.style3 img {
    margin-bottom: 8px; }
  .entry-content .vont-block.cta.style3 .divider {
    margin-bottom: 20px; }
  .entry-content .vont-block.cta.style3 .copy {
    font-size: 16px;
    line-height: 20px; }
  .entry-content .vont-block.cta.style3 a.button {
    margin-top: 20px;
    background-color: transparent; }
  .entry-content .vont-block.cta.style3 a {
    text-decoration: none; }
    .entry-content .vont-block.cta.style3 a:hover {
      text-decoration: none; }

.entry-content .vont-block.cta .link-arrow {
  text-decoration: none; }
  .entry-content .vont-block.cta .link-arrow:after {
    padding-left: 8px;
    content: '\f061';
    display: inline-block;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"; }

.vont-block.image-content-repeater {
  padding-top: 40px;
  padding-bottom: 40px; }
  .vont-block.image-content-repeater .columns-repeater {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    overflow-x: auto; }
    .vont-block.image-content-repeater .columns-repeater .column {
      flex: 0 0 292px;
      margin-right: 20px; }
      .vont-block.image-content-repeater .columns-repeater .column:last-child {
        margin-right: 0; }

.vont-block.list.has-background {
  padding: 20px; }
  .vont-block.list.has-background.has-transparent-background-color {
    padding: 0; }

.vont-block.list ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  padding-bottom: 10px; }

.vont-block.list.style1 ul {
  margin: 0;
  margin-left: 2em;
  position: relative;
  column-gap: 4em;
  columns: 1; }
  .vont-block.list.style1 ul li {
    font-size: 18px;
    /*
                &:before {
                    float:left;
                    margin-left:-1.3em;
                    content:'\f061';
                    display: inline-block;
                    font-weight: 600;
                    font-family: "Font Awesome 5 Free";
                    font-weight: 400;
                    font-family: "Font Awesome 5 Pro";
                }
*/ }
    .vont-block.list.style1 ul li * {
      display: inline-block; }

.vont-block.list.style2 ul {
  margin: 0;
  list-style: none;
  margin-left: 0em;
  position: relative;
  column-gap: 2em; }
  .vont-block.list.style2 ul li {
    padding-bottom: 1em; }
    .vont-block.list.style2 ul li p {
      margin-bottom: 0; }
    .vont-block.list.style2 ul li .title {
      font-size: 18px;
      font-family: "Bitter", serif;
      font-weight: bold;
      line-height: 22px; }
    .vont-block.list.style2 ul li .description {
      font-size: 14px;
      line-height: 20px; }
      .vont-block.list.style2 ul li .description p {
        margin: 0; }
    .vont-block.list.style2 ul li:before {
      content: none !important; }

.vont-block.promo h1, .vont-block.promo h2, .vont-block.promo h3, .vont-block.promo h4, .vont-block.promo h5 {
  margin: 0;
  padding: 0; }

.vont-block.promo .divider {
  height: 6px;
  width: 100%;
  margin-top: 20px; }

.vont-block.promo.style1 {
  padding: 30px 20px; }
  .vont-block.promo.style1 .copy-outer-wrapper {
    padding: 0px 10px; }
    .vont-block.promo.style1 .copy-outer-wrapper .promo-column a.button {
      background-color: transparent;
      white-space: nowrap; }

.vont-block.promo.style2 {
  padding: 20px 10px; }
  .vont-block.promo.style2 .copy-outer-wrapper {
    padding: 0px 10px; }
    .vont-block.promo.style2 .copy-outer-wrapper .promo-column {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 40px; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column .image-wrapper {
        max-width: 50%;
        padding-right: 15px; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column img {
        margin-bottom: 10px; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column .heading {
        margin-bottom: 4px; }
        .vont-block.promo.style2 .copy-outer-wrapper .promo-column .heading a {
          text-decoration: none; }
        .vont-block.promo.style2 .copy-outer-wrapper .promo-column .heading h3 {
          display: inline-block;
          font-size: 16px; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column .copy,
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column .copy p {
        font-size: 14px; }
        .vont-block.promo.style2 .copy-outer-wrapper .promo-column .copy:last-child,
        .vont-block.promo.style2 .copy-outer-wrapper .promo-column .copy p:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column:last-child {
        margin-bottom: 0; }

.vont-block.promo.style3 {
  padding: 30px 40px; }
  .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child h2 {
    color: #2089BE;
    font-size: 56px;
    font-weight: bold; }
  .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child h3 {
    color: #000;
    font-size: 28px;
    font-weight: bold; }
  .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child p {
    margin-top: 30px; }
  .vont-block.promo.style3 .copy-outer-wrapper .promo-column:last-child {
    margin-top: 40px;
    text-align: center; }

.vont-block.promo.style4 {
  padding: 30px 30px; }
  .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper {
    padding: 0px 20px; }
    .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper .buttons-wrapper a.button {
      display: block;
      margin-top: 10px; }
    .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper .buttons-wrapper a.button:first-child {
      margin-top: 0px; }
  .vont-block.promo.style4 .copy-outer-wrapper .promo-column .image-wrapper {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px; }

.vont-block.promo.allow_button_color_override .buttons-wrapper a.button {
  color: #fff; }

body.channel-education .vont-block.promo.style2 .copy-outer-wrapper .promo-column .heading h3 {
  color: #5F8631; }

body.channel-business .vont-block.promo.style2 .copy-outer-wrapper .promo-column .heading h3 {
  color: #cb6631; }

.vont-block.two-column-resources-form h2, .vont-block.two-column-resources-form h3, .vont-block.two-column-resources-form h4, .vont-block.two-column-resources-form h5 {
  margin: 0;
  padding: 0;
  color: #000; }

.vont-block.two-column-resources-form .divider {
  height: 8px;
  width: 100%;
  margin-bottom: 40px;
  background-color: #cb6631; }

.vont-block.two-column-resources-form ul {
  margin: 0;
  list-style: none;
  columns: 1; }

.vont-block.two-column-resources-form .copy h2, .vont-block.two-column-resources-form .copy h3, .vont-block.two-column-resources-form .copy h4, .vont-block.two-column-resources-form .copy h5 {
  padding-bottom: 20px; }

.vont-block.two-column-resources-form .copy ul {
  padding-bottom: 20px; }

.vont-block.two-column-resources-form .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0px; }
  .vont-block.two-column-resources-form .gform_wrapper .gfield_checkbox li {
    margin-bottom: 0; }
  .vont-block.two-column-resources-form .gform_wrapper .gfield_checkbox li input,
  .vont-block.two-column-resources-form .gform_wrapper .gfield_checkbox li input[type=checkbox],
  .vont-block.two-column-resources-form .gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 0;
    margin-bottom: 0; }
  .vont-block.two-column-resources-form .gform_wrapper label.gfield_label {
    text-transform: none; }
  .vont-block.two-column-resources-form .gform_wrapper li.hidden_label input {
    margin-top: 0; }
  .vont-block.two-column-resources-form .gform_wrapper ul li.gfield {
    margin-bottom: 10px;
    padding-right: 0; }
  .vont-block.two-column-resources-form .gform_wrapper ul.gfield_checkbox, .vont-block.two-column-resources-form .gform_wrapper ul.gfield_radio {
    margin-top: 0; }
  .vont-block.two-column-resources-form .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 0px; }
    .vont-block.two-column-resources-form .gform_wrapper .gform_footer button {
      margin: 0;
      background-color: #cb6631;
      color: #fff;
      text-transform: none;
      font-family: "Bitter", serif;
      border: 0; }

.vont-block.two-column-resources-form .resources-column:first-child {
  background-color: #F8E9D9;
  padding: 60px;
  padding: 30px 20px; }
  .vont-block.two-column-resources-form .resources-column:first-child .copy {
    margin-top: 20px; }
    .vont-block.two-column-resources-form .resources-column:first-child .copy a {
      color: #cb6631;
      text-decoration: underline; }
  .vont-block.two-column-resources-form .resources-column:first-child .gform_wrapper .gform_footer button {
    margin: 0;
    background-color: #cb6631;
    color: #fff;
    text-transform: none;
    font-family: "Bitter", serif;
    border: 0; }

.vont-block.two-column-resources-form .resources-column:last-child {
  background-color: #cb6631;
  padding: 60px 50px;
  padding: 30px 20px; }
  .vont-block.two-column-resources-form .resources-column:last-child h2 {
    color: #fff; }
  .vont-block.two-column-resources-form .resources-column:last-child .copy {
    margin-top: 20px;
    color: #fff; }
    .vont-block.two-column-resources-form .resources-column:last-child .copy a {
      color: #fff;
      text-decoration: underline; }
  .vont-block.two-column-resources-form .resources-column:last-child .gform_wrapper .gform_footer button {
    margin: 0;
    background-color: transparent;
    color: #fff;
    text-transform: none;
    font-family: "Bitter", serif;
    border: 1px solid #fff; }

.vont-block.two-column-resources-form.business .gform_button {
  background-color: #cb6631; }

.vont-block.video-popup .video-outer-wrapper .video-left-column {
  padding-left: 80px; }
  .vont-block.video-popup .video-outer-wrapper .video-left-column .video-wrapper {
    position: relative;
    display: inline-block; }
    .vont-block.video-popup .video-outer-wrapper .video-left-column .video-wrapper img {
      position: relative;
      width: 100%;
      height: auto;
      max-width: 135px; }
    .vont-block.video-popup .video-outer-wrapper .video-left-column .video-wrapper .play-button {
      z-index: 10;
      position: absolute;
      height: 40px;
      width: 40px;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px;
      border-radius: 50%;
      background-color: #1A5C7B;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      .vont-block.video-popup .video-outer-wrapper .video-left-column .video-wrapper .play-button i {
        color: #fff;
        font-size: 20px;
        padding-left: 4px; }

.vont-block.video-popup .video-outer-wrapper .video-right-column {
  padding-left: 20px; }
  .vont-block.video-popup .video-outer-wrapper .video-right-column h3 {
    font-size: 18px;
    line-height: 22px; }

.vont-block.video-popup.style2 .video-outer-wrapper {
  justify-content: space-between; }
  .vont-block.video-popup.style2 .video-outer-wrapper .video-left-column {
    padding-left: 0;
    width: 100%; }
    .vont-block.video-popup.style2 .video-outer-wrapper .video-left-column .video-wrapper {
      position: relative;
      display: inline-block; }
      .vont-block.video-popup.style2 .video-outer-wrapper .video-left-column .video-wrapper img {
        position: relative;
        width: 100%;
        height: auto;
        max-width: none; }
  .vont-block.video-popup.style2 .video-outer-wrapper .video-right-column {
    width: 100%;
    padding-left: 0; }
    .vont-block.video-popup.style2 .video-outer-wrapper .video-right-column a {
      text-decoration: none; }
    .vont-block.video-popup.style2 .video-outer-wrapper .video-right-column h3 {
      font-size: 25px;
      line-height: 35px; }

.vont-block.video-popup.style3 .video-outer-wrapper .video-left-column {
  width: 100%;
  padding-left: 0; }
  .vont-block.video-popup.style3 .video-outer-wrapper .video-left-column .video-wrapper img {
    max-width: none; }

.vont-block.scholarship-search {
  background-color: #f0f0f0;
  padding: 20px; }
  .vont-block.scholarship-search .intro-copy {
    margin-bottom: 40px; }
  .vont-block.scholarship-search form#scholarshipsearch select {
    width: 100%;
    height: 45px; }
  .vont-block.scholarship-search form#scholarshipsearch input[type="submit"] {
    color: #fff;
    background-color: #5F8631;
    width: 100%;
    height: 45px;
    margin-right: 0; }
    .vont-block.scholarship-search form#scholarshipsearch input[type="submit"]:after {
      content: none; }
    .vont-block.scholarship-search form#scholarshipsearch input[type="submit"]:hover {
      cursor: pointer; }
    .vont-block.scholarship-search form#scholarshipsearch input[type="submit"]:active {
      box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1); }
  .vont-block.scholarship-search .search-results-wrapper {
    padding-left: 0px; }
    .vont-block.scholarship-search .search-results-wrapper .results-info {
      text-align: center;
      margin-bottom: 30px;
      font-size: 15px; }
      .vont-block.scholarship-search .search-results-wrapper .results-info a {
        display: inline-block;
        margin-left: 10px; }
    .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper {
      /* single result */
      border-top: 2px solid #D1D1D1;
      padding: 20px 0px; }
      .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-title {
        color: #5F8631;
        padding-left: 30px;
        margin-bottom: 0;
        font-size: 19px; }
        .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-title:hover {
          cursor: pointer; }
        .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-title:before {
          float: left;
          margin-left: -1.3em;
          content: '\f055';
          display: inline-block;
          font-weight: 600;
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          font-family: "Font Awesome 5 Pro"; }
      .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content {
        display: none;
        padding-left: 30px;
        padding-top: 10px; }
        .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details {
          margin-top: 20px;
          font-size: 13px; }
          .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details > div {
            width: 100%;
            padding-bottom: 20px; }
            .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details > div:last-child {
              padding-bottom: 0; }
          .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details .field-title {
            text-transform: uppercase;
            color: #2089BE;
            font-weight: 900; }
        .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .buttons-wrapper {
          margin-top: 20px; }
      .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper.active .scholarship-title:before {
        float: left;
        margin-left: -1.3em;
        content: '\f056';
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro"; }

.vont-block.publications-order-form {
  padding: 20px 20px; }
  .vont-block.publications-order-form .filter-wrapper {
    display: flex;
    padding-bottom: 30px; }
    .vont-block.publications-order-form .filter-wrapper select {
      width: 50%;
      height: 41px;
      margin: 0px;
      padding-top: 0;
      padding-bottom: 0; }
    .vont-block.publications-order-form .filter-wrapper a.button {
      height: 41px;
      margin-left: 10px; }
  .vont-block.publications-order-form article {
    padding: 30px 0px;
    border-top: 2px solid #707070; }
    .vont-block.publications-order-form article .content-wrapper {
      padding-bottom: 30px; }
    .vont-block.publications-order-form article .quantity-label {
      text-transform: uppercase;
      font-size: 14px; }
    .vont-block.publications-order-form article .order-wrapper .quantity {
      align-self: center; }
      .vont-block.publications-order-form article .order-wrapper .quantity input[type="number"] {
        width: calc(100% - 10px);
        height: 41px; }
    .vont-block.publications-order-form article .order-wrapper .add-to-request a {
      height: 41px; }
    .vont-block.publications-order-form article .order-wrapper .download-link a {
      color: #2089BE;
      text-decoration: none;
      font-size: 14px;
      padding-top: 5px;
      font-weight: bold; }
  .vont-block.publications-order-form #order-form-wrapper {
    display: none; }
    .vont-block.publications-order-form #order-form-wrapper h2 {
      font-size: 28px; }
    .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper {
      padding: 0px 30px; }
      .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart h3 {
        font-size: 19px;
        color: #1A5C7B; }
      .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table {
        width: 100%;
        background-color: transparent; }
        .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table tbody {
          background-color: transparent;
          border: 0; }
        .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table tr {
          display: flex;
          flex-direction: row-reverse;
          justify-content: flex-end;
          border: 0; }
          .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table tr td {
            color: #000;
            text-transform: uppercase;
            font-size: 13px;
            padding: 1px 5px 1px 0px; }
            .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table tr td.quantity {
              color: #2089BE; }
          .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper #order-form-cart table tr:nth-child(even) {
            background-color: transparent; }
      .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper a#go-back-to-edit {
        text-decoration: underline;
        color: #2089BE;
        font-size: 13px; }
        .vont-block.publications-order-form #order-form-wrapper #order-form-cart-wrapper a#go-back-to-edit:before {
          content: '\f060';
          display: inline-block;
          font-weight: 600;
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          font-family: "Font Awesome 5 Pro"; }

.vont-block.person {
  margin-bottom: 20px; }
  .vont-block.person .copy-outer-wrapper {
    display: flex; }
    .vont-block.person .copy-outer-wrapper .image-wrapper {
      width: 100px;
      margin-right: 20px; }
      .vont-block.person .copy-outer-wrapper .image-wrapper img {
        width: 100%;
        height: auto;
        max-width: none; }
    .vont-block.person .copy-outer-wrapper .contact-wrapper .name {
      font-weight: bold; }
    .vont-block.person .copy-outer-wrapper .contact-wrapper .email a {
      word-break: break-word; }

.vont-block.quote-carousel {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
  .vont-block.quote-carousel.flickity-resize .gallery-item {
    min-height: 100%; }
  .vont-block.quote-carousel .gallery-item {
    width: 100%;
    background-color: #fff;
    min-height: 100%;
    margin-right: 20px;
    width: 100%; }
    .vont-block.quote-carousel .gallery-item .quote-inner {
      padding: 35px; }
      .vont-block.quote-carousel .gallery-item .quote-inner .quote-character {
        padding-bottom: 10px; }
        .vont-block.quote-carousel .gallery-item .quote-inner .quote-character img {
          max-width: 41px;
          height: auto; }
      .vont-block.quote-carousel .gallery-item .quote-inner .quote-copy {
        padding: 0px; }
      .vont-block.quote-carousel .gallery-item .quote-inner .quote-source-wrapper {
        padding: 0px;
        display: flex;
        align-items: center;
        grid-column-gap: 20px;
        margin-top: 20px; }
        .vont-block.quote-carousel .gallery-item .quote-inner .quote-source-wrapper .image-wrapper {
          width: 65px; }
          .vont-block.quote-carousel .gallery-item .quote-inner .quote-source-wrapper .image-wrapper img {
            max-width: 100%;
            height: auto; }
        .vont-block.quote-carousel .gallery-item .quote-inner .quote-source-wrapper .quote-source {
          text-transform: uppercase;
          color: #5F8631;
          font-weight: bold;
          font-size: 13px; }
  .vont-block.quote-carousel .flickity-prev-next-button {
    width: 58px;
    height: 58px;
    top: calc(50% - 29px);
    background: none;
    color: inherit;
    background-color: #5F8631;
    color: #fff;
    border-radius: 0;
    display: none; }
    .vont-block.quote-carousel .flickity-prev-next-button svg {
      display: none; }
    .vont-block.quote-carousel .flickity-prev-next-button:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: bold;
      font-size: 20px; }
  .vont-block.quote-carousel .flickity-prev-next-button.previous {
    left: -45px; }
    .vont-block.quote-carousel .flickity-prev-next-button.previous:before {
      content: '\f060'; }
  .vont-block.quote-carousel .flickity-prev-next-button.next {
    right: -45px; }
    .vont-block.quote-carousel .flickity-prev-next-button.next:before {
      content: '\f061'; }
  .vont-block.quote-carousel .flickity-page-dots {
    bottom: 0px; }
  .vont-block.quote-carousel li.dot {
    background-color: #5F8631;
    width: 12px;
    height: 12px;
    transition: all .2s ease-in-out; }
    .vont-block.quote-carousel li.dot.is-selected {
      transform: scale(1.5); }
  .vont-block.quote-carousel.show-pager {
    padding-bottom: 50px; }

#publications-cart {
  display: block;
  background-color: #1A5C7B;
  padding: 50px; }
  #publications-cart .empty-cart-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: right; }
    #publications-cart .empty-cart-wrapper a {
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: underline; }
  #publications-cart #publications-cart-contents {
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    #publications-cart #publications-cart-contents h3 {
      color: #fff;
      margin-bottom: 0px; }
    #publications-cart #publications-cart-contents table {
      margin-top: 40px;
      width: 100%;
      background-color: transparent; }
      #publications-cart #publications-cart-contents table tbody {
        background-color: transparent;
        border: 0; }
      #publications-cart #publications-cart-contents table tr {
        border-top: 1px solid #fff; }
        #publications-cart #publications-cart-contents table tr td {
          color: #fff;
          padding-left: 0; }
          #publications-cart #publications-cart-contents table tr td:last-child {
            text-align: right; }
        #publications-cart #publications-cart-contents table tr:last-child {
          border-bottom: 1px solid #fff; }
        #publications-cart #publications-cart-contents table tr:nth-child(even) {
          background-color: transparent; }
  #publications-cart .buttons-wrapper {
    display: none;
    margin-top: 40px;
    text-align: right;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    #publications-cart .buttons-wrapper .button {
      margin-right: 0; }

.vont-block.page-list ul {
  margin-top: 0; }

.vont-block.student-loan-calculator tbody {
  border: 0;
  background-color: transparent; }

.vont-block.student-loan-calculator tbody td {
  padding: 0; }

.vont-block.student-loan-calculator tbody tr:nth-child(even) {
  background-color: transparent; }

.vont-block.student-loan-calculator input {
  height: 40px; }

.vont-block.student-loan-calculator input#txtSalary {
  height: 40px;
  margin-bottom: 8px; }

.vont-block.student-loan-calculator select#cmbSalaryType {
  height: 40px;
  padding: 2px 20px 2px 10px; }

.vont-block.loan-repayment-calculator #newcalculatorForm {
  display: inline-flex; }
  .vont-block.loan-repayment-calculator #newcalculatorForm input {
    display: inline-block; }

.vont-block.loan-repayment-calculator #newcalculatorForm input[type="text"] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
  width: 150px;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  margin-left: 10px; }

.vont-block.loan-repayment-calculator .calchead .button {
  background: #ea7f1e;
  margin: 0px;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 35px;
  line-height: 35px; }

.vont-block.loan-repayment-calculator .calchead {
  background: #5F8631;
  color: #fff;
  text-align: center;
  padding-bottom: 10px; }

.vont-block.loan-repayment-calculator #mobiletsel {
  text-align: center;
  background: #F0F4E6;
  height: 40px; }
  .vont-block.loan-repayment-calculator #mobiletsel .radio-wrapper {
    text-align: left;
    width: 275px;
    margin-left: auto;
    margin-right: auto; }
  .vont-block.loan-repayment-calculator #mobiletsel div.one {
    display: block; }

.vont-block.loan-repayment-calculator #newcalculatorResults {
  border-top: 2px solid #5F8631;
  padding-top: 20px; }

.vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd {
  display: none; }

.vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd, .vont-block.loan-repayment-calculator .cina, .vont-block.loan-repayment-calculator .cinb, .vont-block.loan-repayment-calculator .cinc, .vont-block.loan-repayment-calculator .cind {
  width: 50%; }

.vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd {
  padding: 10px; }

.vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd, .vont-block.loan-repayment-calculator .cinc, .vont-block.loan-repayment-calculator .cind {
  display: none; }

.vont-block.loan-repayment-calculator .cina {
  background: #fff;
  border-bottom: 1px solid #e8e8e8; }

.vont-block.loan-repayment-calculator .cinb {
  background: #ebf1e0;
  border-right: 1px solid #fff;
  text-align: center;
  border-bottom: 1px solid #d3d8c9; }

.vont-block.loan-repayment-calculator .cinc {
  border-right: 1px solid #fff;
  background: #d9e5c5;
  border-bottom: 1px solid #c3ceb1;
  text-align: center; }

.vont-block.loan-repayment-calculator .cind {
  background: #c9daac;
  border-bottom: 1px solid #b5c49a;
  text-align: center; }

.vont-block.loan-repayment-calculator .csubha {
  background: #e8e8e8; }

.vont-block.loan-repayment-calculator .csubhb {
  background: #d6dbcc;
  border-right: 1px solid #fff;
  text-align: center; }

.vont-block.loan-repayment-calculator .csubhc {
  background: #c5d0b3;
  border-right: 1px solid #fff;
  text-align: center; }

.vont-block.loan-repayment-calculator .csubhd {
  background: #b7c69c;
  text-align: center; }

/* styles for all vont blocks */
.vont-block.auto-read-more {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 100px;
  transition: max-height 0.2s ease-out; }
  .vont-block.auto-read-more .auto-read-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer; }
  .vont-block.auto-read-more .auto-read-more-link.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    height: 20px; }
  .vont-block.auto-read-more .auto-read-more-link:after {
    content: "See more"; }
  .vont-block.auto-read-more .auto-read-more-link.expand:after {
    content: "See less"; }

.vont-block.auto-read-more.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out; }

/* separate consecutive vont blocks */
.main-grid .main-container .main-content .main-content-columns-wrapper .left-column .vont-block.cta {
  margin-bottom: 50px; }

/* override some default or Genesis Block styles */
.wp-block-columns.no-bottom-margin {
  margin-bottom: 0;
  /* WP adds bottom margin automatically to columns */ }

.wp-block-column .vont-block.vont-dropdown {
  padding-left: 20px;
  padding-right: 20px; }

.gb-block-container.alignwide .gb-container-inside {
  max-width: none; }

.gb-block-accordion .gb-accordion-title:hover {
  cursor: pointer; }

/* End Custom Blocks */
/* Start page template stuff */
body.error404 h1 {
  margin-top: 40px; }

body.error404 article {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }

body.search header h1 {
  margin-top: 40px;
  padding-bottom: 20px; }

body.search article {
  padding-bottom: 20px; }

/* if a gravity form is embedded in an Atomic Blocks' column, let's pad it on mobile */
.gb-block-layout-column-inner {
  /* don't double up the padding set by default */ }
  .gb-block-layout-column-inner .gform_wrapper {
    padding: 0px 20px;
    margin: 0px; }
  .gb-block-layout-column-inner p, .gb-block-layout-column-inner h1, .gb-block-layout-column-inner h2, .gb-block-layout-column-inner h3, .gb-block-layout-column-inner h4, .gb-block-layout-column-inner h5 {
    padding-left: 0px;
    padding-right: 0px; }

/* if a gravity form is embedded in an Atomic Blocks' container, let's pad it everywhere */
.gb-block-container .gform_wrapper {
  padding: 20px 20px; }
  .gb-block-container .gform_wrapper h2, .gb-block-container .gform_wrapper h3, .gb-block-container .gform_wrapper h4, .gb-block-container .gform_wrapper h5 {
    font-weight: bold !important; }

hr.wp-block-separator {
  height: 8px;
  margin: 0;
  border-bottom: 0; }

table.tablepress thead tr th,
.wp-block-table thead tr th {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px; }

table.tablepress tbody tr,
.wp-block-table tbody tr {
  background-color: #f0f0f0; }
  table.tablepress tbody tr td,
  .wp-block-table tbody tr td {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center; }
    table.tablepress tbody tr td span,
    .wp-block-table tbody tr td span {
      display: block;
      font-size: 15px;
      font-weight: normal; }
    table.tablepress tbody tr td:first-child,
    .wp-block-table tbody tr td:first-child {
      text-align: left; }
  table.tablepress tbody tr:hover,
  .wp-block-table tbody tr:hover {
    filter: brightness(0.9); }

table.tablepress tbody tr:nth-child(even),
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f0f0f0; }

table.tablepress.no-first-column tbody tr td:first-child,
.wp-block-table.no-first-column tbody tr td:first-child {
  text-align: center; }

table.tablepress figcaption,
.wp-block-table figcaption {
  font-size: 13px;
  color: #626262; }

.vont-block.promo.match-button-style-to-channel a {
  color: #fff;
  background-color: #2089BE !important; }

/* Education and Business channel colors */
.channel-education h4, .channel-education a {
  color: #5F8631; }

.channel-education table.tablepress thead tr,
.channel-education .wp-block-table thead tr {
  background-color: #5F8631; }
  .channel-education table.tablepress thead tr th,
  .channel-education .wp-block-table thead tr th {
    background-color: #5F8631; }

.channel-education table.tablepress tbody tr td,
.channel-education .wp-block-table tbody tr td {
  color: #626262; }
  .channel-education table.tablepress tbody tr td strong,
  .channel-education .wp-block-table tbody tr td strong {
    color: #5F8631; }

.channel-education .wp-block-button a,
.channel-education .gb-block-button a,
.channel-education .gform_wrapper .gform_footer button,
.channel-education button.readall-button,
.channel-education .buttons-wrapper a.button,
.channel-education .vont-block.promo.match-button-style-to-channel a,
.channel-education a.button {
  color: #fff;
  background-color: #5F8631 !important; }

.channel-education .vont-block.two-column-resources-form .gform_button {
  background-color: #5F8631; }

.channel-business h4, .channel-business a {
  color: #cb6631; }

.channel-business table.tablepress thead tr,
.channel-business .wp-block-table thead tr {
  background-color: #cb6631; }
  .channel-business table.tablepress thead tr th,
  .channel-business .wp-block-table thead tr th {
    background-color: #cb6631; }

.channel-business table.tablepress tbody tr td,
.channel-business .wp-block-table tbody tr td {
  color: #626262; }
  .channel-business table.tablepress tbody tr td strong,
  .channel-business .wp-block-table tbody tr td strong {
    color: #cb6631; }

.channel-business .wp-block-button a,
.channel-business .gb-block-button a,
.channel-business .gform_wrapper .gform_footer button,
.channel-business button.readall-button,
.channel-business .buttons-wrapper a.button,
.channel-business .vont-block.promo.match-button-style-to-channel a,
.channel-business a.button {
  color: #fff;
  background-color: #cb6631 !important; }

.channel-business .vont-block.two-column-resources-form .gform_button {
  background-color: #cb6631; }

.education-colors h4, .education-colors a {
  color: #5F8631; }

.business-colors h4, .business-colors a {
  color: #cb6631; }

/*
.publications-wrapper {
    padding:20px 40px;
}
*/
/* form styling */
.gform_wrapper {
  /* publications form - very customized */ }
  .gform_wrapper h3 {
    margin-top: 20px; }
  .gform_wrapper input {
    margin: 0;
    padding: 0; }
  .gform_wrapper ul li.gfield {
    margin-top: 1em !important; }
    .gform_wrapper ul li.gfield:before {
      content: none !important; }
  .gform_wrapper label.gfield_label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Graphik Semibold'; }
  .gform_wrapper .gfield_description ul {
    margin-top: 0; }
    .gform_wrapper .gfield_description ul li {
      font-size: 16px; }
      .gform_wrapper .gfield_description ul li:before {
        margin-top: 5px !important; }
  .gform_wrapper .ginput_container input,
  .gform_wrapper .ginput_container textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 17px !important; }
  .gform_wrapper .ginput_container input[type='text'],
  .gform_wrapper .ginput_container input[type='password'] {
    height: 40px; }
  .gform_wrapper.gravity-theme .gfield-choice-input + label {
    max-width: calc(100% - 50px) !important;
    line-height: 1.3em; }
  .gform_wrapper .ginput_container select {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important; }
  .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important; }
  .gform_wrapper .ginput_container .chosen-container-single {
    border-radius: 5px; }
    .gform_wrapper .ginput_container .chosen-container-single .chosen-search-input {
      padding: 4px 20px 4px 5px !important; }
    .gform_wrapper .ginput_container .chosen-container-single .chosen-single {
      background: none;
      padding: 0px 17px !important;
      box-shadow: none;
      height: 40px;
      line-height: 40px; }
      .gform_wrapper .ginput_container .chosen-container-single .chosen-single span {
        font-size: 16px; }
      .gform_wrapper .ginput_container .chosen-container-single .chosen-single div {
        top: 6px; }
  .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070 !important;
    opacity: 1 !important;
    font-size: 16px; }
  .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
    opacity: 1 !important;
    font-size: 16px; }
  .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #707070 !important;
    opacity: 1 !important;
    font-size: 16px; }
  .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
    opacity: 1 !important;
    font-size: 16px; }
  .gform_wrapper .gform_footer {
    text-align: left;
    margin-top: 80px;
    padding-top: 0; }
    .gform_wrapper .gform_footer .button {
      color: #fff;
      text-transform: uppercase; }
  .gform_wrapper.new-mainers-form_wrapper {
    background-color: #F8E9D9; }
    .gform_wrapper.new-mainers-form_wrapper .gform_footer {
      display: none; }
    .gform_wrapper.new-mainers-form_wrapper a.button {
      margin-top: 20px; }
  .gform_wrapper#gform_wrapper_2 .gform_fields ul.gfield_checkbox li input[type=checkbox],
  .gform_wrapper#gform_wrapper_2 .gform_fields ul.gfield_radio li input[type=radio] {
    margin: 0; }
  .gform_wrapper#gform_wrapper_2 #field_2_7 ul.gfield_radio li {
    margin-left: 20px !important;
    width: 80%;
    margin-top: 0px !important; }
  .gform_wrapper#gform_wrapper_2 #field_2_7 label {
    color: #075479; }
  .gform_wrapper#gform_wrapper_2 #field_2_7 .ginput_container {
    background: #e5e5e5;
    border-radius: 10px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #075479;
    width: 100%;
    min-height: 225px; }
  .gform_wrapper#gform_wrapper_2 #field_2_1 {
    background: #e5e5e5;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 0px !important; }
  .gform_wrapper#gform_wrapper_2 #field_2_2,
  .gform_wrapper#gform_wrapper_2 #field_2_3,
  .gform_wrapper#gform_wrapper_2 #field_2_4,
  .gform_wrapper#gform_wrapper_2 #field_2_5,
  .gform_wrapper#gform_wrapper_2 #field_2_6 {
    background: #e5e5e5;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px !important; }
  .gform_wrapper#gform_wrapper_2 .gform_footer {
    background: #e5e5e5;
    padding: 20px;
    padding-bottom: 20px;
    margin-top: 0px !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .gform_wrapper#gform_wrapper_2 .instruction {
    display: none; }
  .gform_wrapper#gform_wrapper_2 .formspacer {
    clear: both; }
  .gform_wrapper#gform_wrapper_2 .athirdofform {
    float: left !important;
    width: 100% !important;
    clear: none !important;
    padding-left: 20px; }
  .gform_wrapper#gform_wrapper_2 .afourthofform {
    float: left !important;
    width: 100% !important;
    clear: none !important; }
  .gform_wrapper#gform_wrapper_2 .afourthofform .ginput_container {
    padding: 5px;
    background: #e7e7e7;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-radius: 5px; }
  .gform_wrapper#gform_wrapper_2 #field_2_39,
  .gform_wrapper#gform_wrapper_2 #field_2_40,
  .gform_wrapper#gform_wrapper_2 #field_2_8,
  .gform_wrapper#gform_wrapper_2 #field_2_28,
  .gform_wrapper#gform_wrapper_2 #field_2_11,
  .gform_wrapper#gform_wrapper_2 #field_2_13,
  .gform_wrapper#gform_wrapper_2 #field_2_15,
  .gform_wrapper#gform_wrapper_2 #field_2_16,
  .gform_wrapper#gform_wrapper_2 #field_2_18,
  .gform_wrapper#gform_wrapper_2 #field_2_20,
  .gform_wrapper#gform_wrapper_2 #field_2_87,
  .gform_wrapper#gform_wrapper_2 #field_2_22,
  .gform_wrapper#gform_wrapper_2 #field_2_35,
  .gform_wrapper#gform_wrapper_2 #field_2_33,
  .gform_wrapper#gform_wrapper_2 #field_2_30,
  .gform_wrapper#gform_wrapper_2 #field_2_92 label,
  .gform_wrapper#gform_wrapper_2 #field_2_96 label,
  .gform_wrapper#gform_wrapper_2 #field_2_107 label,
  .gform_wrapper#gform_wrapper_2 #field_2_103 label,
  .gform_wrapper#gform_wrapper_2 #field_2_101 label,
  .gform_wrapper#gform_wrapper_2 #field_2_111 label,
  .gform_wrapper#gform_wrapper_2 #field_2_157 label,
  .gform_wrapper#gform_wrapper_2 #field_2_161 label {
    text-align: center; }
  .gform_wrapper#gform_wrapper_2 #field_2_39 label,
  .gform_wrapper#gform_wrapper_2 #field_2_40 label,
  .gform_wrapper#gform_wrapper_2 #field_2_8 label,
  .gform_wrapper#gform_wrapper_2 #field_2_28 label,
  .gform_wrapper#gform_wrapper_2 #field_2_11 label,
  .gform_wrapper#gform_wrapper_2 #field_2_13 label,
  .gform_wrapper#gform_wrapper_2 #field_2_15 label,
  .gform_wrapper#gform_wrapper_2 #field_2_16 label,
  .gform_wrapper#gform_wrapper_2 #field_2_18 label,
  .gform_wrapper#gform_wrapper_2 #field_2_20 label,
  .gform_wrapper#gform_wrapper_2 #field_2_87 label,
  .gform_wrapper#gform_wrapper_2 #field_2_22 label,
  .gform_wrapper#gform_wrapper_2 #field_2_35 label,
  .gform_wrapper#gform_wrapper_2 #field_2_33 label,
  .gform_wrapper#gform_wrapper_2 #field_2_30 label,
  .gform_wrapper#gform_wrapper_2 #field_2_92 label,
  .gform_wrapper#gform_wrapper_2 #field_2_96 label,
  .gform_wrapper#gform_wrapper_2 #field_2_107 label,
  .gform_wrapper#gform_wrapper_2 #field_2_103 label,
  .gform_wrapper#gform_wrapper_2 #field_2_101 label,
  .gform_wrapper#gform_wrapper_2 #field_2_111 label #field_2_157 label #field_2_161 label {
    font-family: "Futura BT W01 Medium";
    color: #075479;
    padding-top: 0px; }
  .gform_wrapper#gform_wrapper_2 #field_2_170,
  .gform_wrapper#gform_wrapper_2 #field_2_43,
  .gform_wrapper#gform_wrapper_2 #field_2_45,
  .gform_wrapper#gform_wrapper_2 #field_2_47,
  .gform_wrapper#gform_wrapper_2 #field_2_49,
  .gform_wrapper#gform_wrapper_2 #field_2_51,
  .gform_wrapper#gform_wrapper_2 #field_2_53,
  .gform_wrapper#gform_wrapper_2 #field_2_55,
  .gform_wrapper#gform_wrapper_2 #field_2_57,
  .gform_wrapper#gform_wrapper_2 #field_2_59,
  .gform_wrapper#gform_wrapper_2 #field_2_67,
  .gform_wrapper#gform_wrapper_2 #field_2_69,
  .gform_wrapper#gform_wrapper_2 #field_2_71,
  .gform_wrapper#gform_wrapper_2 #field_2_73,
  .gform_wrapper#gform_wrapper_2 #field_2_72,
  .gform_wrapper#gform_wrapper_2 #field_2_75,
  .gform_wrapper#gform_wrapper_2 #field_2_74,
  .gform_wrapper#gform_wrapper_2 #field_2_165,
  .gform_wrapper#gform_wrapper_2 #field_2_65,
  .gform_wrapper#gform_wrapper_2 #field_2_63,
  .gform_wrapper#gform_wrapper_2 #field_2_61,
  .gform_wrapper#gform_wrapper_2 #field_2_91,
  .gform_wrapper#gform_wrapper_2 #field_2_95,
  .gform_wrapper#gform_wrapper_2 #field_2_99,
  .gform_wrapper#gform_wrapper_2 #field_2_104,
  .gform_wrapper#gform_wrapper_2 #field_2_108,
  .gform_wrapper#gform_wrapper_2 #field_2_112,
  .gform_wrapper#gform_wrapper_2 #field_2_154,
  .gform_wrapper#gform_wrapper_2 #field_2_132,
  .gform_wrapper#gform_wrapper_2 #field_2_162,
  .gform_wrapper#gform_wrapper_2 #field_2_158,
  .gform_wrapper#gform_wrapper_2 #field_2_149,
  .gform_wrapper#gform_wrapper_2 #field_2_88,
  .gform_wrapper#gform_wrapper_2 #field_2_140,
  .gform_wrapper#gform_wrapper_2 #field_2_145 {
    padding-top: 0px;
    padding-left: 40px; }
  .gform_wrapper#gform_wrapper_2 .formDLB {
    display: inline-block;
    color: #fff;
    background: #2498d4;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    text-transform: uppercase; }
  .gform_wrapper#gform_wrapper_2 .ginput_container {
    margin-top: 0px !important; }
  .gform_wrapper#gform_wrapper_2 .gfield {
    margin-bottom: 15px !important; }
  .gform_wrapper#gform_wrapper_2 #field_2_4,
  .gform_wrapper#gform_wrapper_2 #field_2_3 {
    float: left;
    width: 50%;
    clear: none; }
  .gform_wrapper#gform_wrapper_2 #input_2_4,
  .gform_wrapper#gform_wrapper_2 #input_2_3 {
    width: 95%; }
  .gform_wrapper#gform_wrapper_2 #input_2_5 {
    width: 98%; }
  .gform_wrapper#gform_wrapper_2 #input_2_6 {
    width: 98%;
    border: 0px; }
  .gform_wrapper#gform_wrapper_2 input[type="submit"] {
    background: #2498d4;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    font-family: "Futura BT W01 Bold";
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px; }

.page-navigation ul.pagination li {
  background: transparent; }
  .page-navigation ul.pagination li a {
    color: #5F8631;
    text-decoration: none; }
  .page-navigation ul.pagination li.current {
    background: transparent; }
    .page-navigation ul.pagination li.current a {
      background: #1A5C7B;
      color: #fff; }
  .page-navigation ul.pagination li:hover a {
    background-color: #1A5C7B;
    color: #fff; }
  .page-navigation ul.pagination li:before {
    content: none !important; }

.page-navigation .nav-links .page-numbers {
  color: #5F8631;
  text-decoration: none;
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.1875rem 0.625rem; }
  .page-navigation .nav-links .page-numbers.prev, .page-navigation .nav-links .page-numbers.next {
    display: none; }
  .page-navigation .nav-links .page-numbers.current {
    background: transparent;
    background: #1A5C7B;
    color: #fff; }
  .page-navigation .nav-links .page-numbers:hover {
    background-color: #1A5C7B;
    color: #fff; }
  .page-navigation .nav-links .page-numbers:before {
    content: none !important; }

#mobile-sub-menu {
  width: 100%;
  margin-bottom: 20px; }
  #mobile-sub-menu select {
    height: 40px;
    padding: 0px 20px; }
  #mobile-sub-menu .chosen-container-single {
    background: none;
    background: #f0f0f0;
    border-radius: 0;
    border: 0; }
    #mobile-sub-menu .chosen-container-single .chosen-single {
      background: none;
      border-radius: 0;
      border: 0;
      background-color: #f0f0f0;
      height: auto;
      box-shadow: none;
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
      #mobile-sub-menu .chosen-container-single .chosen-single span {
        font-family: "Bitter", serif;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        border: 0;
        background-color: #f0f0f0;
        padding: 5px 20px;
        border-right: 1px solid #D6D6D6;
        margin-right: 50px; }
      #mobile-sub-menu .chosen-container-single .chosen-single div {
        width: 50px;
        top: 11px;
        right: -16px; }
      #mobile-sub-menu .chosen-container-single .chosen-single div b {
        background: none !important;
        background-image: none !important;
        /*
                background-image:url('/wp-content/themes/haf/library/images/arrow-down-white-subnav.png');
                background-repeat: no-repeat;
                background-position: center center;
*/ }
        #mobile-sub-menu .chosen-container-single .chosen-single div b:after {
          color: #5F8631;
          content: '\f063';
          display: inline-block;
          font-weight: 600;
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          font-family: "Font Awesome 5 Pro";
          font-size: 17px; }
  #mobile-sub-menu .chosen-drop {
    border-radius: 0;
    border: 0;
    box-shadow: none; }
    #mobile-sub-menu .chosen-drop .chosen-results {
      margin: 0px;
      padding: 0px;
      border: 1px solid #f0f0f0; }
      #mobile-sub-menu .chosen-drop .chosen-results li {
        font-size: 18px;
        color: #000;
        border: 0;
        background-color: #fff;
        padding: 5px 10px; }
        #mobile-sub-menu .chosen-drop .chosen-results li.highlighted {
          background-color: transparent;
          background-color: #f0f0f0;
          background-image: none !important; }

body.home #mobile-sub-menu,
body.single #mobile-sub-menu,
body.archive #mobile-sub-menu,
body.error404 #mobile-sub-menu {
  display: none; }

/* post types */
/* News */
.single-fame_news article {
  margin-bottom: 50px; }
  .single-fame_news article header {
    margin-bottom: 20px; }
  .single-fame_news article .date {
    text-transform: uppercase;
    font-size: 13px; }
  .single-fame_news article .content {
    margin-top: 20px; }
  .single-fame_news article .wp-caption img {
    width: auto; }

.single-scholarships article header {
  margin-bottom: 20px; }

.single-scholarships article .content {
  margin-top: 20px; }
  .single-scholarships article .content .title {
    font-weight: bold; }
  .single-scholarships article .content > div {
    padding-bottom: 20px; }
    .single-scholarships article .content > div p:last-child {
      margin-bottom: 0; }
  .single-scholarships article .content .courses .course {
    display: inline; }
    .single-scholarships article .content .courses .course:after {
      content: ','; }
    .single-scholarships article .content .courses .course:last-child:after {
      content: none; }

#lenders-wrapper {
  margin-top: 20px; }

#lenders .right-column {
  margin-top: 20px; }

#lenders .spacer-cell {
  display: none; }

#lenders .lender-box-wrapper {
  border: 1px solid red; }

#lenders .lender-box-header {
  font-family: 'Futura BT W01 Medium', sans-serif;
  background-color: #2089BE;
  padding: 15px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  width: 100%;
  margin: 0px auto;
  font-weight: normal;
  position: relative; }
  #lenders .lender-box-header .strong {
    font-weight: bold;
    text-transform: uppercase; }
  #lenders .lender-box-header .toggle {
    /* make the clickable area bigger than the icon */
    position: absolute;
    top: 30%;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("/wp-content/themes/theloanforme/library/images/bg-white-plus.png");
    background-repeat: no-repeat;
    background-position: center center; }
    #lenders .lender-box-header .toggle.header-close {
      background-image: url("/wp-content/themes/theloanforme/library/images/bg-white-minus.png"); }
    #lenders .lender-box-header .toggle:hover {
      cursor: pointer; }

#lenders .triangle {
  display: none;
  width: 24px;
  height: 16px;
  margin: 0px auto; }
  #lenders .triangle img {
    vertical-align: top; }

#lenders .lender-box-content {
  display: none;
  padding: 20px;
  text-align: left;
  font-size: 15px; }
  #lenders .lender-box-content .logos {
    text-align: center; }
    #lenders .lender-box-content .logos img {
      vertical-align: middle;
      padding: 10px; }
  #lenders .lender-box-content p {
    margin-top: 0px; }

#modal-lender-comparison {
  display: none; }

body.page .lenders-wrapper,
.vont-block.lenders-grid .lenders-wrapper,
.page-template-page-lenders .lenders-wrapper,
.page-template-page-lenders .lenders-wrapper {
  text-align: center; }
  body.page .lenders-wrapper .lenders-header,
  .vont-block.lenders-grid .lenders-wrapper .lenders-header,
  .page-template-page-lenders .lenders-wrapper .lenders-header,
  .page-template-page-lenders .lenders-wrapper .lenders-header {
    background-color: #6f9f31;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 20px;
    display: none; }
  body.page .lenders-wrapper .lender,
  .vont-block.lenders-grid .lenders-wrapper .lender,
  .page-template-page-lenders .lenders-wrapper .lender,
  .page-template-page-lenders .lenders-wrapper .lender {
    display: table-cell;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px; }
    body.page .lenders-wrapper .lender:last-child,
    .vont-block.lenders-grid .lenders-wrapper .lender:last-child,
    .page-template-page-lenders .lenders-wrapper .lender:last-child,
    .page-template-page-lenders .lenders-wrapper .lender:last-child {
      float: left !important; }
    body.page .lenders-wrapper .lender.columns,
    .vont-block.lenders-grid .lenders-wrapper .lender.columns,
    .page-template-page-lenders .lenders-wrapper .lender.columns,
    .page-template-page-lenders .lenders-wrapper .lender.columns {
      padding: 0px .9375rem; }
    body.page .lenders-wrapper .lender .lender-inner,
    .vont-block.lenders-grid .lenders-wrapper .lender .lender-inner,
    .page-template-page-lenders .lenders-wrapper .lender .lender-inner,
    .page-template-page-lenders .lenders-wrapper .lender .lender-inner {
      background-color: #f3f3f3;
      padding: 10px 20px 20px 20px;
      text-align: left; }
    body.page .lenders-wrapper .lender .top,
    .vont-block.lenders-grid .lenders-wrapper .lender .top,
    .page-template-page-lenders .lenders-wrapper .lender .top,
    .page-template-page-lenders .lenders-wrapper .lender .top {
      width: 100%;
      font-size: 14px;
      display: flex;
      padding: 0px; }
      body.page .lenders-wrapper .lender .top .left,
      .vont-block.lenders-grid .lenders-wrapper .lender .top .left,
      .page-template-page-lenders .lenders-wrapper .lender .top .left,
      .page-template-page-lenders .lenders-wrapper .lender .top .left {
        text-align: left;
        line-height: 60px;
        width: 45%; }
        body.page .lenders-wrapper .lender .top .left img.logo,
        .vont-block.lenders-grid .lenders-wrapper .lender .top .left img.logo,
        .page-template-page-lenders .lenders-wrapper .lender .top .left img.logo,
        .page-template-page-lenders .lenders-wrapper .lender .top .left img.logo {
          width: 100%;
          max-width: 100%;
          width: auto; }
      body.page .lenders-wrapper .lender .top .right,
      .vont-block.lenders-grid .lenders-wrapper .lender .top .right,
      .page-template-page-lenders .lenders-wrapper .lender .top .right,
      .page-template-page-lenders .lenders-wrapper .lender .top .right {
        text-align: right;
        line-height: 60px;
        width: 55%; }
        body.page .lenders-wrapper .lender .top .right .taxonomy-title,
        .vont-block.lenders-grid .lenders-wrapper .lender .top .right .taxonomy-title,
        .page-template-page-lenders .lenders-wrapper .lender .top .right .taxonomy-title,
        .page-template-page-lenders .lenders-wrapper .lender .top .right .taxonomy-title {
          display: none; }
      body.page .lenders-wrapper .lender .top .close,
      .vont-block.lenders-grid .lenders-wrapper .lender .top .close,
      .page-template-page-lenders .lenders-wrapper .lender .top .close,
      .page-template-page-lenders .lenders-wrapper .lender .top .close {
        width: 20px;
        height: 20px;
        padding-bottom: 10px; }
        body.page .lenders-wrapper .lender .top .close:hover,
        .vont-block.lenders-grid .lenders-wrapper .lender .top .close:hover,
        .page-template-page-lenders .lenders-wrapper .lender .top .close:hover,
        .page-template-page-lenders .lenders-wrapper .lender .top .close:hover {
          cursor: pointer; }
    body.page .lenders-wrapper .lender .middle,
    .vont-block.lenders-grid .lenders-wrapper .lender .middle,
    .page-template-page-lenders .lenders-wrapper .lender .middle,
    .page-template-page-lenders .lenders-wrapper .lender .middle {
      margin-top: 10px; }
      body.page .lenders-wrapper .lender .middle div,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle div,
      .page-template-page-lenders .lenders-wrapper .lender .middle div,
      .page-template-page-lenders .lenders-wrapper .lender .middle div {
        overflow: hidden;
        margin-bottom: 6px; }
        body.page .lenders-wrapper .lender .middle div p,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div p,
        .page-template-page-lenders .lenders-wrapper .lender .middle div p,
        .page-template-page-lenders .lenders-wrapper .lender .middle div p {
          margin: 0px;
          padding: 0px; }
        body.page .lenders-wrapper .lender .middle div ul,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div ul,
        .page-template-page-lenders .lenders-wrapper .lender .middle div ul,
        .page-template-page-lenders .lenders-wrapper .lender .middle div ul {
          margin-top: 0px;
          margin-bottom: 0px;
          padding-left: 1.2em; }
        body.page .lenders-wrapper .lender .middle div.small,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.small,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.small,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.small {
          height: auto; }
        body.page .lenders-wrapper .lender .middle div.medium,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.medium,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.medium,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.medium {
          height: auto; }
        body.page .lenders-wrapper .lender .middle div.large,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.large,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.large,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.large {
          height: auto; }
        body.page .lenders-wrapper .lender .middle div.xl,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xl {
          height: auto; }
        body.page .lenders-wrapper .lender .middle div.xxl,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xxl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xxl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xxl {
          height: auto; }
        body.page .lenders-wrapper .lender .middle div.xxl,
        .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xxl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xxl,
        .page-template-page-lenders .lenders-wrapper .lender .middle div.xxl {
          height: auto; }
      body.page .lenders-wrapper .lender .middle h3,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle h3,
      .page-template-page-lenders .lenders-wrapper .lender .middle h3,
      .page-template-page-lenders .lenders-wrapper .lender .middle h3 {
        margin: 0px;
        color: #000;
        font-size: 24px; }
      body.page .lenders-wrapper .lender .middle h4,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle h4,
      .page-template-page-lenders .lenders-wrapper .lender .middle h4,
      .page-template-page-lenders .lenders-wrapper .lender .middle h4 {
        margin: 0px;
        font-size: 17px;
        color: #626262;
        margin-bottom: 8px; }
      body.page .lenders-wrapper .lender .middle .bold,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle .bold,
      .page-template-page-lenders .lenders-wrapper .lender .middle .bold,
      .page-template-page-lenders .lenders-wrapper .lender .middle .bold {
        font-weight: bold; }
      body.page .lenders-wrapper .lender .middle .header,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle .header,
      .page-template-page-lenders .lenders-wrapper .lender .middle .header,
      .page-template-page-lenders .lenders-wrapper .lender .middle .header {
        text-transform: uppercase;
        padding-right: 5px;
        color: #000; }
      body.page .lenders-wrapper .lender .middle .description,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle .description,
      .page-template-page-lenders .lenders-wrapper .lender .middle .description,
      .page-template-page-lenders .lenders-wrapper .lender .middle .description {
        margin-top: 10px; }
      body.page .lenders-wrapper .lender .middle .compare,
      .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare,
      .page-template-page-lenders .lenders-wrapper .lender .middle .compare,
      .page-template-page-lenders .lenders-wrapper .lender .middle .compare {
        display: none; }
    body.page .lenders-wrapper .lender .bottom,
    .vont-block.lenders-grid .lenders-wrapper .lender .bottom,
    .page-template-page-lenders .lenders-wrapper .lender .bottom,
    .page-template-page-lenders .lenders-wrapper .lender .bottom {
      margin-top: 20px; }
      body.page .lenders-wrapper .lender .bottom a.button,
      .vont-block.lenders-grid .lenders-wrapper .lender .bottom a.button,
      .page-template-page-lenders .lenders-wrapper .lender .bottom a.button,
      .page-template-page-lenders .lenders-wrapper .lender .bottom a.button {
        background-color: #2089BE; }
    body.page .lenders-wrapper .lender a.button,
    .vont-block.lenders-grid .lenders-wrapper .lender a.button,
    .page-template-page-lenders .lenders-wrapper .lender a.button,
    .page-template-page-lenders .lenders-wrapper .lender a.button {
      display: inline-block;
      width: 48%;
      color: #fff;
      background-color: #1A5C7B;
      border-radius: 10px;
      padding: 10px;
      font-size: 15px;
      font-family: "Bitter", serif;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      margin-right: 0; }
      body.page .lenders-wrapper .lender a.button:first-child,
      .vont-block.lenders-grid .lenders-wrapper .lender a.button:first-child,
      .page-template-page-lenders .lenders-wrapper .lender a.button:first-child,
      .page-template-page-lenders .lenders-wrapper .lender a.button:first-child {
        margin-right: 2%; }

body.page .fancybox-wrap .lenders-wrapper .lender,
.vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender,
.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender {
  display: table-cell;
  margin-bottom: 20px; }
  body.page .fancybox-wrap .lenders-wrapper .lender .lender-inner,
  .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .lender-inner,
  .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .lender-inner {
    height: auto; }

body.page .fancybox-wrap .lenders-wrapper .lender.one,
.vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one {
  margin-bottom: 0px; }
  body.page .fancybox-wrap .lenders-wrapper .lender.one .top .close,
  .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one .top .close {
    display: none; }
  body.page .fancybox-wrap .lenders-wrapper .lender.one .top .right,
  .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one .top .right {
    line-height: 60px; }
  body.page .fancybox-wrap .lenders-wrapper .lender.one .middle div,
  .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one .middle div {
    height: auto; }

body.page .fancybox-wrap .lenders-wrapper .lender.one.columns,
.vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one.columns,
.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one.columns {
  padding: 0px !important; }

body.page .fancybox-wrap .lenders-wrapper .lender.two .top .right,
body.page .fancybox-wrap .lenders-wrapper .lender.three .top .right,
.vont-block.lenders-grid .page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.two .top .right,
.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.two .top .right,
.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.three .top .right {
  line-height: normal; }

#modal-lender-message {
  clear: both;
  width: 80%;
  margin: 0px auto; }
  #modal-lender-message span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
  #modal-lender-message .warning {
    color: #9F6000;
    background-color: #FEEFB3; }

/* WP Popups */
.pum-container .pum-content {
  text-align: center; }
  .pum-container .pum-content h2 {
    color: #2498d4;
    text-align: center; }
  .pum-container .pum-content p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4; }
  .pum-container .pum-content p span.green {
    color: #5F8631;
    display: block;
    margin-top: 10px;
    font-weight: bold; }
  .pum-container .pum-content p span.orange {
    color: #cb6631;
    display: block;
    margin-top: 10px;
    font-weight: bold; }
  .pum-container .pum-content a.no-break {
    white-space: nowrap; }
  .pum-container .pum-content .note {
    color: #769DB0;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px; }

#popmake-10337,
#popmake-7870 {
  text-align: center; }

#pum-10337 h2,
#pum-7870 h2 {
  color: #2498d4;
  text-align: center; }

#pum-10337 p,
#pum-7870 p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4; }

#pum-10337 p span.green,
#pum-7870 p span.green {
  color: #568604;
  display: block;
  margin-top: 10px;
  font-weight: bold; }

#pum-10337 p span.orange,
#pum-7870 p span.orange {
  color: #d36604;
  display: block;
  margin-top: 10px;
  font-weight: bold; }

#pum-10337 a.no-break {
  white-space: nowrap; }

#pum-10337 .note {
  color: #818082;
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px; }

#pum-10337 p span.orange,
#pum-10337 p span.green {
  font-size: 16px; }

#pum-10337 p {
  font-size: 14px; }

/* Events Manager Styling */
.em-calendar-wrapper .em-calendar .em-cal-nav .month input,
.em-view-container .em-calendar .em-cal-nav .month input {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Bitter", serif; }

.em-calendar-wrapper .em-calendar thead,
.em-view-container .em-calendar thead {
  background-color: transparent; }
  .em-calendar-wrapper .em-calendar thead .month_name,
  .em-view-container .em-calendar thead .month_name {
    text-transform: uppercase;
    font-size: 21px;
    font-family: "Bitter", serif; }
  .em-calendar-wrapper .em-calendar thead .em-calnav,
  .em-view-container .em-calendar thead .em-calnav {
    text-decoration: none;
    font-size: 14px; }

.em-calendar-wrapper .em-calendar tbody tr:nth-child(even),
.em-calendar-wrapper .em-calendar .em-cal-body tr:nth-child(even),
.em-view-container .em-calendar tbody tr:nth-child(even),
.em-view-container .em-calendar .em-cal-body tr:nth-child(even) {
  background-color: transparent; }

.em-calendar-wrapper .em-calendar tbody tr.days-names td,
.em-calendar-wrapper .em-calendar .em-cal-body tr.days-names td,
.em-view-container .em-calendar tbody tr.days-names td,
.em-view-container .em-calendar .em-cal-body tr.days-names td {
  font-weight: bold; }

.em-calendar-wrapper .em-calendar tbody td,
.em-calendar-wrapper .em-calendar tbody .zem-cal-day,
.em-calendar-wrapper .em-calendar .em-cal-body td,
.em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day,
.em-view-container .em-calendar tbody td,
.em-view-container .em-calendar tbody .zem-cal-day,
.em-view-container .em-calendar .em-cal-body td,
.em-view-container .em-calendar .em-cal-body .zem-cal-day {
  font-size: 14px;
  line-height: 32px; }
  .em-calendar-wrapper .em-calendar tbody td a,
  .em-calendar-wrapper .em-calendar tbody .zem-cal-day a,
  .em-calendar-wrapper .em-calendar .em-cal-body td a,
  .em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day a,
  .em-view-container .em-calendar tbody td a,
  .em-view-container .em-calendar tbody .zem-cal-day a,
  .em-view-container .em-calendar .em-cal-body td a,
  .em-view-container .em-calendar .em-cal-body .zem-cal-day a {
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    color: #2089BE; }
    .em-calendar-wrapper .em-calendar tbody td a:hover,
    .em-calendar-wrapper .em-calendar tbody .zem-cal-day a:hover,
    .em-calendar-wrapper .em-calendar .em-cal-body td a:hover,
    .em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day a:hover,
    .em-view-container .em-calendar tbody td a:hover,
    .em-view-container .em-calendar tbody .zem-cal-day a:hover,
    .em-view-container .em-calendar .em-cal-body td a:hover,
    .em-view-container .em-calendar .em-cal-body .zem-cal-day a:hover {
      text-decoration: underline; }
  .em-calendar-wrapper .em-calendar tbody td.eventful,
  .em-calendar-wrapper .em-calendar tbody .zem-cal-day.eventful,
  .em-calendar-wrapper .em-calendar .em-cal-body td.eventful,
  .em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day.eventful,
  .em-view-container .em-calendar tbody td.eventful,
  .em-view-container .em-calendar tbody .zem-cal-day.eventful,
  .em-view-container .em-calendar .em-cal-body td.eventful,
  .em-view-container .em-calendar .em-cal-body .zem-cal-day.eventful {
    background-color: #ACDEF7; }
  .em-calendar-wrapper .em-calendar tbody td.eventful-today, .em-calendar-wrapper .em-calendar tbody td.eventless-today,
  .em-calendar-wrapper .em-calendar tbody .zem-cal-day.eventful-today,
  .em-calendar-wrapper .em-calendar tbody .zem-cal-day.eventless-today,
  .em-calendar-wrapper .em-calendar .em-cal-body td.eventful-today,
  .em-calendar-wrapper .em-calendar .em-cal-body td.eventless-today,
  .em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day.eventful-today,
  .em-calendar-wrapper .em-calendar .em-cal-body .zem-cal-day.eventless-today,
  .em-view-container .em-calendar tbody td.eventful-today,
  .em-view-container .em-calendar tbody td.eventless-today,
  .em-view-container .em-calendar tbody .zem-cal-day.eventful-today,
  .em-view-container .em-calendar tbody .zem-cal-day.eventless-today,
  .em-view-container .em-calendar .em-cal-body td.eventful-today,
  .em-view-container .em-calendar .em-cal-body td.eventless-today,
  .em-view-container .em-calendar .em-cal-body .zem-cal-day.eventful-today,
  .em-view-container .em-calendar .em-cal-body .zem-cal-day.eventless-today {
    background-color: #F0F4E6;
    color: #26272B; }

.em-calendar-wrapper .em-calendar tbody .em-cal-day.eventful .em-cal-day-date.colored div.ring.one,
.em-calendar-wrapper .em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one,
.em-view-container .em-calendar tbody .em-cal-day.eventful .em-cal-day-date.colored div.ring.one,
.em-view-container .em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one {
  background-color: #ACDEF7 !important; }

.em-calendar-wrapper .em-calendar tbody .em-cal-day.eventful-today .em-cal-day-date span,
.em-calendar-wrapper .em-calendar tbody .em-cal-day.eventless-today .em-cal-day-date span,
.em-calendar-wrapper .em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date span,
.em-calendar-wrapper .em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date span,
.em-view-container .em-calendar tbody .em-cal-day.eventful-today .em-cal-day-date span,
.em-view-container .em-calendar tbody .em-cal-day.eventless-today .em-cal-day-date span,
.em-view-container .em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date span,
.em-view-container .em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date span {
  background-color: #F0F4E6 !important;
  color: #26272B !important; }

.event-category-wrapper {
  margin-top: 40px; }
  .event-category-wrapper ul {
    margin-left: 0; }
  .event-category-wrapper li {
    list-style-type: none;
    margin-left: 1em; }
  .event-category-wrapper p {
    margin: 0;
    padding: 0; }

body.post-type-archive-event,
body.archive.tax-event-categories,
.css-events-list,
.em-events-list {
  display: block !important; }
  body.post-type-archive-event h2,
  body.archive.tax-event-categories h2,
  .css-events-list h2,
  .em-events-list h2 {
    clear: both;
    font-size: 25px !important;
    margin-bottom: 12px !important;
    margin-top: 20px !important; }
    body.post-type-archive-event h2:first-child,
    body.archive.tax-event-categories h2:first-child,
    .css-events-list h2:first-child,
    .em-events-list h2:first-child {
      margin-top: 0 !important; }
  body.post-type-archive-event h4,
  body.archive.tax-event-categories h4,
  .css-events-list h4,
  .em-events-list h4 {
    margin-top: 20px !important; }
  body.post-type-archive-event .listdate,
  body.archive.tax-event-categories .listdate,
  .css-events-list .listdate,
  .em-events-list .listdate {
    float: left;
    clear: both;
    background: #f0f0f0;
    padding: 20px 10px 10px 10px;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    body.post-type-archive-event .listdate span,
    body.archive.tax-event-categories .listdate span,
    .css-events-list .listdate span,
    .em-events-list .listdate span {
      display: block;
      clear: both;
      color: #5F8631;
      font-size: 40px;
      line-height: 40px;
      font-weight: bold; }
  body.post-type-archive-event .listlink,
  body.archive.tax-event-categories .listlink,
  .css-events-list .listlink,
  .em-events-list .listlink {
    float: left;
    width: calc(100% - 120px);
    font-size: 1.1em;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px; }
    body.post-type-archive-event .listlink span.event-start-time,
    body.archive.tax-event-categories .listlink span.event-start-time,
    .css-events-list .listlink span.event-start-time,
    .em-events-list .listlink span.event-start-time {
      font-size: 19px; }
    body.post-type-archive-event .listlink span.event-link,
    body.archive.tax-event-categories .listlink span.event-link,
    .css-events-list .listlink span.event-link,
    .em-events-list .listlink span.event-link {
      font-size: 21px; }
    body.post-type-archive-event .listlink span.event-location,
    body.archive.tax-event-categories .listlink span.event-location,
    .css-events-list .listlink span.event-location,
    .em-events-list .listlink span.event-location {
      font-size: 19px; }
    body.post-type-archive-event .listlink a,
    body.archive.tax-event-categories .listlink a,
    .css-events-list .listlink a,
    .em-events-list .listlink a {
      white-space: normal; }

.em-pagination {
  clear: both;
  display: block;
  padding-top: 40px;
  text-align: center; }
  .em-pagination .page-numbers {
    padding: 5px; }

body.single-event article,
body.post-type-archive-event article {
  padding-bottom: 40px; }

body.archive.tax-event-categories .main-content {
  padding-bottom: 40px; }

/* styling for responsive tables */
.wp-block-table.is-style-responsive-table .dataTables_wrapper {
  overflow: hidden; }

.wp-block-social-links.is-style-logos-only {
  column-gap: 0 !important;
  margin: 0 !important; }
  .wp-block-social-links.is-style-logos-only li.wp-social-link {
    background-color: transparent !important; }
    .wp-block-social-links.is-style-logos-only li.wp-social-link svg {
      width: 2em;
      height: 2em; }

table.dataTable {
  overflow: hidden; }

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  font-family: serif; }

.wp-block-genesis-blocks-gb-columns.is-style-lp-columns .gb-layout-column-wrap {
  grid-gap: 1em 1em; }

.wp-block-genesis-blocks-gb-columns.is-style-lp-columns .gb-block-layout-column-inner {
  padding: 50px 25px; }
  .wp-block-genesis-blocks-gb-columns.is-style-lp-columns .gb-block-layout-column-inner .wp-block-genesis-blocks-gb-button a {
    background-color: white !important;
    border-color: #1A5C7B !important;
    color: #1A5C7B !important;
    line-height: 22px !important;
    margin-right: 0; }

.wp-block-genesis-blocks-gb-button.is-style-blue-arrow a:after {
  color: #2089BE; }

.wp-block-genesis-blocks-gb-button.is-style-green-arrow a:after {
  color: #5F8631; }

.wp-block-genesis-blocks-gb-button.is-style-orange-arrow a:after {
  color: #cb6631; }

.wp-block-genesis-blocks-gb-button.is-style-simple-black-link a {
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important;
  font-family: "Overpass", sans-serif !important;
  border: 0 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
  font-size: 19px !important; }
  .wp-block-genesis-blocks-gb-button.is-style-simple-black-link a:after {
    content: none !important; }
  .wp-block-genesis-blocks-gb-button.is-style-simple-black-link a:hover {
    text-decoration: underline !important;
    box-shadow: none !important; }

.gb-block-container.is-style-no-padding .gform_wrapper {
  padding: 0; }

/* Make sure media & text blocks always stack image, then text */
@media screen and (max-width: 600px) {
  .has-media-on-the-right {
    display: flex;
    flex-direction: column; } }

/*
MEDIUM
*/
@media (min-width: 40em) {
  /******************************************************************

Stylesheet: Medium Stylesheet

Styles apply to 40.063em and up.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
HEADER STYLES
*********************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* end .entry-content */
  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  /* override some built-in blocks */
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 0px; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0px;
    padding-right: 100px;
    padding-top: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; }
  /* Start Custom Blocks */
  .vont-block.vont-video-image-carousel .main-item-wrapper .main-single-wrapper.active {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .vont-block.two-column-resources-form.lists-in-2-columns .copy ul {
    columns: 2; }
  /* End Custom Blocks */
  /* GB column overrides */
  /*
.gb-block-layout-column-inner {
    .gform_wrapper {
        padding:0px;
    }
}
*/
  .gb-block-accordion {
    padding-left: 0px;
    padding-right: 0px; }
    .gb-block-accordion .gb-accordion-text {
      padding-left: 0px;
      padding-right: 0px; }
  .ungrid .gb-layout-column-wrap {
    display: grid; }
  .wp-block-genesis-blocks-gb-columns.is-style-lp-columns .wp-block-genesis-blocks-gb-column .gb-block-layout-column-inner {
    position: relative;
    padding-bottom: 80px; }
    .wp-block-genesis-blocks-gb-columns.is-style-lp-columns .wp-block-genesis-blocks-gb-column .gb-block-layout-column-inner .wp-block-genesis-blocks-gb-button {
      position: absolute;
      bottom: 10px;
      left: 25px;
      right: 25px; }
      .wp-block-genesis-blocks-gb-columns.is-style-lp-columns .wp-block-genesis-blocks-gb-column .gb-block-layout-column-inner .wp-block-genesis-blocks-gb-button a {
        width: 100%;
        margin-right: 0; }
  .wp-block-genesis-blocks-gb-button.is-style-blue-arrow a:after {
    color: #2089BE; } }

/*
LARGE
*/
@media (min-width: 64em) {
  /******************************************************************

Stylesheet: Large Stylesheet

Styles apply to 55.063em and up.

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1268px; }
  /* remove the default padding */
  .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul {
    padding-left: 0px;
    padding-right: 0px; }
  .main-grid .main-container .main-content {
    width: 100%; }
    .main-grid .main-container .main-content .main-content-columns-wrapper .left-column {
      padding-right: 80px;
      grid-area: col1; }
    .main-grid .main-container .main-content .main-content-columns-wrapper .right-column {
      grid-area: col2; }
      .main-grid .main-container .main-content .main-content-columns-wrapper .right-column .alignwide {
        /* remove the transformed widths set in base */
        margin-left: 0;
        margin-right: 0;
        margin-left: -38px;
        width: calc(100% + 76px);
        max-width: none;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  #desktop-menu-wrapper {
    display: block; }
  #mobile-menu-trigger {
    display: none; }
  #eyebrow-menu-wrapper {
    display: block; }
  #eyebrow-menu-wrapper #eyebrow-menu {
    clear: both;
    float: right;
    padding-top: 30px;
    padding-right: 30px; }
    #eyebrow-menu-wrapper #eyebrow-menu ul.menu li a {
      color: #fff;
      font-size: 17px;
      text-align: center;
      padding: 8px 15px; }
    #eyebrow-menu-wrapper #eyebrow-menu ul.menu li.offsite-link a {
      background-color: #2089BE;
      padding: 8px 20px 8px 20px;
      display: inline-block; }
      #eyebrow-menu-wrapper #eyebrow-menu ul.menu li.offsite-link a:after {
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        content: "\f35d";
        padding-left: 8px; }
    #eyebrow-menu-wrapper #eyebrow-menu ul.menu li.active a {
      background: none; }
    #eyebrow-menu-wrapper #eyebrow-menu:after {
      clear: both;
      content: '';
      display: table; }
  #eyebrow-menu-wrapper:after {
    clear: both;
    content: '';
    display: table; }
  #desktop-menu-wrapper {
    margin-top: 20px;
    clear: both;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #desktop-menu-wrapper a.level-1 {
      color: #fff;
      font-size: 21px;
      text-align: center;
      padding: 10px 0px;
      display: inline-block;
      font-family: "Bitter", serif;
      font-weight: bold;
      border-bottom: 5px solid transparent;
      margin-right: 30px; }
      #desktop-menu-wrapper a.level-1:after {
        content: '\f0d7';
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        padding-left: 10px;
        color: #fff; }
      #desktop-menu-wrapper a.level-1:hover {
        text-decoration: none; }
      #desktop-menu-wrapper a.level-1.education.active {
        border-bottom: 5px solid #5F8631; }
      #desktop-menu-wrapper a.level-1.business.active {
        border-bottom: 5px solid #cb6631; }
      #desktop-menu-wrapper a.level-1:last-child {
        margin-right: 0; }
    #desktop-menu-wrapper #desktop-search {
      display: none;
      width: 200px;
      margin-right: 30px; }
      #desktop-menu-wrapper #desktop-search form {
        margin: 0px;
        padding: 0px;
        display: flex; }
        #desktop-menu-wrapper #desktop-search form input#s-desktop {
          margin: 0px;
          padding: 0px;
          display: inline-block;
          background-color: transparent;
          border: 0;
          box-shadow: none;
          font-size: 15px;
          line-height: 25px;
          height: 30px;
          border: 0px;
          padding: 2px 10px;
          box-sizing: border-box;
          color: #fff;
          border: 1px solid #fff; }
        #desktop-menu-wrapper #desktop-search form button {
          margin: 0px;
          padding: 0px;
          display: inline-block;
          color: #fff;
          margin-left: 5px;
          font-size: 18px; }
    #desktop-menu-wrapper #desktop-search-toggle {
      font-size: 18px;
      color: #fff;
      margin-left: 10px;
      margin-right: 30px; }
      #desktop-menu-wrapper #desktop-search-toggle:hover {
        cursor: pointer; }
  .desktop-menu-submenu {
    width: 80%;
    max-width: 1200px;
    right: 30px;
    position: absolute;
    display: none;
    background-color: #fff;
    border-top: 5px solid #5F8631;
    z-index: 2;
    margin-top: -5px; }
    .desktop-menu-submenu h2, .desktop-menu-submenu h3, .desktop-menu-submenu h4, .desktop-menu-submenu h5 {
      text-transform: none; }
    .desktop-menu-submenu a h2, .desktop-menu-submenu a h3, .desktop-menu-submenu a h4, .desktop-menu-submenu a h5 {
      text-decoration: none; }
    .desktop-menu-submenu.education {
      border-top-color: #5F8631; }
      .desktop-menu-submenu.education h2, .desktop-menu-submenu.education h3, .desktop-menu-submenu.education h4, .desktop-menu-submenu.education h5 {
        color: #5F8631; }
      .desktop-menu-submenu.education a {
        color: #5F8631; }
      .desktop-menu-submenu.education .submenu-column-3 {
        background-color: rgba(206, 218, 175, 0.3); }
    .desktop-menu-submenu.business {
      border-top-color: #cb6631; }
      .desktop-menu-submenu.business h2, .desktop-menu-submenu.business h3, .desktop-menu-submenu.business h4, .desktop-menu-submenu.business h5 {
        color: #cb6631; }
      .desktop-menu-submenu.business a {
        color: #cb6631; }
      .desktop-menu-submenu.business .submenu-column-3 {
        background-color: rgba(248, 233, 217, 0.55); }
    .desktop-menu-submenu .submenu-column {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0;
      padding: 25px 30px 40px 30px; }
      .desktop-menu-submenu .submenu-column a:hover {
        text-decoration: none; }
      .desktop-menu-submenu .submenu-column p {
        color: #000;
        font-size: 14px; }
      .desktop-menu-submenu .submenu-column.submenu-column-1 a:after {
        padding-left: 8px;
        content: '\f061';
        display: inline-block;
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        /*
                    font-weight: 400;
                    font-family: "Font Awesome 5 Pro";
*/ }
      .desktop-menu-submenu .submenu-column.submenu-column-1 h3 {
        font-size: 18px; }
      .desktop-menu-submenu .submenu-column.submenu-column-2 {
        padding-right: 0px;
        position: relative; }
        .desktop-menu-submenu .submenu-column.submenu-column-2 a {
          position: relative;
          display: block; }
          .desktop-menu-submenu .submenu-column.submenu-column-2 a h2 {
            display: block;
            font-size: 21px;
            line-height: 28px;
            margin: 0px;
            margin-bottom: 8px;
            text-transform: none;
            padding-right: 30px; }
          .desktop-menu-submenu .submenu-column.submenu-column-2 a p {
            padding-right: 30px; }
          .desktop-menu-submenu .submenu-column.submenu-column-2 a.active h2:after {
            padding-left: 8px;
            content: '\f061';
            display: inline-block;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-family: "Font Awesome 5 Pro"; }
          .desktop-menu-submenu .submenu-column.submenu-column-2 a.active:after {
            position: absolute;
            left: calc(100% - 3px);
            /* to chop off left size of font awesome triangle */
            top: 0;
            content: '\f0da';
            display: inline-block;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
            /*
                        font-weight: 400;
                        font-family: "Font Awesome 5 Pro";
*/
            color: #fff;
            font-size: 60px; }
        .desktop-menu-submenu .submenu-column.submenu-column-2 .active:after {
          position: absolute;
          left: calc(100% - 3px);
          /* to chop off left size of font awesome triangle */
          top: 0;
          content: '\f0da';
          display: inline-block;
          font-weight: 600;
          font-family: "Font Awesome 5 Free";
          font-weight: 400;
          font-family: "Font Awesome 5 Pro";
          color: #fff;
          font-size: 60px; }
      .desktop-menu-submenu .submenu-column.submenu-column-3 h3 {
        text-transform: none;
        font-family: "Overpass", sans-serif;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        margin: 0px;
        margin-bottom: 8px; }
      .desktop-menu-submenu .submenu-column.submenu-column-3 a {
        display: block; }
      .desktop-menu-submenu .submenu-column.submenu-column-3 br {
        height: 0; }
      .desktop-menu-submenu .submenu-column.submenu-column-3 ul li {
        font-size: 14px; }
      .desktop-menu-submenu .submenu-column.submenu-column-3.submenu-column-2-item-0 {
        display: block; }
      .desktop-menu-submenu .submenu-column.submenu-column-3.submenu-column-2-item-1, .desktop-menu-submenu .submenu-column.submenu-column-3.submenu-column-2-item-2, .desktop-menu-submenu .submenu-column.submenu-column-3.submenu-column-2-item-3 {
        display: none; }
  #mobile-header-wrapper {
    display: none; }
  #page-banner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    /* match the negative bottom position of the interior banner overlay */ }
    #page-banner .logo.desktop {
      display: block;
      position: absolute;
      top: 30px;
      left: 30px;
      z-index: 1; }
      #page-banner .logo.desktop img {
        max-width: 245px; }
    #page-banner .banner-overlay.desktop {
      display: block; }
    #page-banner .image-credit {
      display: block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #f0f0f0;
      font-size: 10px; }
    #page-banner.banner-type-noimage {
      margin-bottom: 0; }
  .banner-overlay.mobile {
    display: none; }
  #mobile-sub-menu {
    display: none; }
  #breadcrumbs {
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em; }
    #breadcrumbs a {
      color: #1A5C7B;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 900; }
  .side-menu {
    display: block; }
    .side-menu a {
      text-decoration: none; }
      .side-menu a:hover {
        text-decoration: none; }
    .side-menu .parent-heading {
      display: none;
      text-transform: uppercase;
      font-family: "Overpass", sans-serif;
      font-weight: 900;
      font-size: 13px;
      color: #1A5C7B;
      padding-bottom: 8px; }
      .side-menu .parent-heading a {
        color: #1A5C7B; }
    .side-menu ul {
      list-style: none;
      margin: 0px; }
      .side-menu ul a {
        display: block; }
    .side-menu > ul > li {
      /* level 1 */
      font-family: "Bitter", serif;
      font-weight: bold;
      border-bottom: 1px solid #707070;
      display: block;
      /* some defaults for child menus */ }
      .side-menu > ul > li > a {
        padding: 6px 0px; }
      .side-menu > ul > li.current_page_item > a {
        color: #000; }
      .side-menu > ul > li > ul {
        display: none;
        margin-left: 12px; }
        .side-menu > ul > li > ul > li.vont-heading-only > a {
          text-transform: uppercase;
          color: #000; }
        .side-menu > ul > li > ul > li > a {
          font-family: "Overpass", sans-serif;
          font-size: 15px;
          padding: 4px 0px; }
        .side-menu > ul > li > ul > li:last-child {
          padding-bottom: 10px; }
        .side-menu > ul > li > ul > li > ul {
          margin-left: 12px; }
          .side-menu > ul > li > ul > li > ul > li > ul {
            margin-left: 20px; }
            .side-menu > ul > li > ul > li > ul > li > ul > li ul {
              margin-left: 20px; }
      .side-menu > ul > li.current_page_item ul, .side-menu > ul > li.current_page_ancestor ul {
        display: block; }
      .side-menu > ul > li ul li.current_page_item {
        position: relative; }
        .side-menu > ul > li ul li.current_page_item > a {
          color: #000; }
          .side-menu > ul > li ul li.current_page_item > a:before {
            position: absolute;
            left: -20px;
            content: '\f061';
            display: inline-block;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-family: "Font Awesome 5 Pro"; }
      .side-menu > ul > li ul li a {
        font-family: "Overpass", sans-serif;
        font-size: 15px;
        padding: 4px 0px; }
      .side-menu > ul > li ul li.vont-heading-only > a {
        text-transform: uppercase;
        color: #000; }
        .side-menu > ul > li ul li.vont-heading-only > a:before {
          content: none; }
        .side-menu > ul > li ul li.vont-heading-only > a:hover {
          cursor: default; }
    .side-menu > ul ul {
      padding-bottom: 8px; }
    .side-menu > ul li:not(.current_page_ancestor) > .children {
      display: none; }
    .side-menu > ul li.current_page_item > .children {
      display: block; }
    .side-menu > ul li.current_page_ancestor > a {
      color: #000; }
  body.page-template-default #page-banner.banner-type-image .banner-overlay.desktop,
  body.single #page-banner.banner-type-image .banner-overlay.desktop,
  body.archive #page-banner.banner-type-image .banner-overlay.desktop,
  body.error404 #page-banner.banner-type-image .banner-overlay.desktop,
  body.page-template-page-lenders #page-banner.banner-type-image .banner-overlay.desktop {
    position: absolute;
    bottom: -40px; }
  body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop,
  body.single #page-banner.banner-type-noimage .banner-overlay.desktop,
  body.archive #page-banner.banner-type-noimage .banner-overlay.desktop,
  body.error404 #page-banner.banner-type-noimage .banner-overlay.desktop,
  body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop {
    position: absolute;
    bottom: 20px; }
    body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner,
    body.single #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner,
    body.archive #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner,
    body.error404 #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner,
    body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner {
      padding: 40px 20px;
      width: 100%;
      background: transparent; }
      body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner h2,
      body.single #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner h2,
      body.archive #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner h2,
      body.error404 #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner h2,
      body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner h2 {
        text-transform: uppercase;
        color: #2089BE;
        font-size: 13px; }
      body.page-template-default #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
      body.single #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
      body.archive #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
      body.error404 #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
      body.page-template-page-lenders #page-banner.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line {
        width: 87px;
        height: 6px;
        background-color: #2089BE;
        margin-top: 10px; }
  body.page-template-default #page-banner .banner-overlay.desktop,
  body.single #page-banner .banner-overlay.desktop,
  body.archive #page-banner .banner-overlay.desktop,
  body.error404 #page-banner .banner-overlay.desktop,
  body.page-template-page-lenders #page-banner .banner-overlay.desktop {
    position: absolute;
    width: 100%;
    padding: 0px; }
    body.page-template-default #page-banner .banner-overlay.desktop .overlay-wrapper,
    body.single #page-banner .banner-overlay.desktop .overlay-wrapper,
    body.archive #page-banner .banner-overlay.desktop .overlay-wrapper,
    body.error404 #page-banner .banner-overlay.desktop .overlay-wrapper,
    body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-wrapper {
      margin: 0px auto; }
    body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner,
    body.single #page-banner .banner-overlay.desktop .overlay-inner,
    body.archive #page-banner .banner-overlay.desktop .overlay-inner,
    body.error404 #page-banner .banner-overlay.desktop .overlay-inner,
    body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner {
      width: 70%;
      text-align: left;
      padding: 40px 50px;
      color: #fff;
      text-transform: none; }
      body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h1, body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h2, body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h3, body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h4, body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h5,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h3,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h4,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h5,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h3,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h4,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h5,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h3,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h4,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h5,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h3,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h4,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h5 {
        color: #fff; }
      body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h1,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h1 {
        margin: 0px;
        font-size: 43px;
        line-height: 52px;
        text-transform: none; }
      body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.single #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner h2,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner h2 {
        font-family: "Overpass", sans-serif;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 29px;
        text-transform: none; }
      body.page-template-default #page-banner .banner-overlay.desktop .overlay-inner .buttons,
      body.single #page-banner .banner-overlay.desktop .overlay-inner .buttons,
      body.archive #page-banner .banner-overlay.desktop .overlay-inner .buttons,
      body.error404 #page-banner .banner-overlay.desktop .overlay-inner .buttons,
      body.page-template-page-lenders #page-banner .banner-overlay.desktop .overlay-inner .buttons {
        margin-top: 35px; }
  body.page-template-default #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.single #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.archive #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.error404 #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.page-template-page-lenders #page-banner.channel-education.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line {
    background-color: #CEDAAF; }
  body.page-template-default #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.single #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.archive #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.error404 #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line,
  body.page-template-page-lenders #page-banner.channel-business.banner-type-noimage .banner-overlay.desktop .overlay-inner .bottom-line {
    background-color: #F8E9D9; }
  body.home #page-banner .banner-overlay.desktop {
    display: block; }
  body.home #page-banner.banner-type-image .banner-overlay.desktop {
    position: absolute;
    bottom: 200px; }
  body.home #page-banner.banner-type-noimage .banner-overlay.desktop {
    position: absolute;
    bottom: 40px; }
  body.home #page-banner .banner-overlay.desktop {
    width: 100%;
    background-color: transparent;
    padding: 0px; }
    body.home #page-banner .banner-overlay.desktop .overlay-wrapper {
      margin: 0px auto; }
    body.home #page-banner .banner-overlay.desktop .overlay-inner {
      width: 70%;
      text-align: left;
      padding: 0px 20px;
      color: #fff;
      text-transform: none; }
      body.home #page-banner .banner-overlay.desktop .overlay-inner h1 {
        margin: 0px;
        font-size: 48px;
        line-height: 52px;
        text-transform: none; }
      body.home #page-banner .banner-overlay.desktop .overlay-inner h2 {
        font-family: "Overpass", sans-serif;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 25px;
        line-height: 33px;
        text-transform: none; }
      body.home #page-banner .banner-overlay.desktop .overlay-inner .buttons {
        margin-top: 35px; }
        body.home #page-banner .banner-overlay.desktop .overlay-inner .buttons .button {
          margin-bottom: 0;
          margin-right: 20px; }
          body.home #page-banner .banner-overlay.desktop .overlay-inner .buttons .button:last-child {
            margin-right: 0; }
  body.home #page-banner .hp-message-wrapper {
    position: absolute;
    bottom: -80px;
    width: 100%; }
    body.home #page-banner .hp-message-wrapper .hp-message-inner {
      padding: 30px 50px; }
      body.home #page-banner .hp-message-wrapper .hp-message-inner h2 {
        font-size: 30px; }
      body.home #page-banner .hp-message-wrapper .hp-message-inner .flex-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between; }
        body.home #page-banner .hp-message-wrapper .hp-message-inner .flex-wrapper .copy {
          font-size: 17px; }
      body.home #page-banner .hp-message-wrapper .hp-message-inner .button-wrapper {
        margin-top: 10px;
        margin-left: 50px; }
  body.home #page-banner.has-hp-message {
    margin-bottom: 100px; }
    body.home #page-banner.has-hp-message .hp-message-wrapper {
      display: block; }
    body.home #page-banner.has-hp-message.banner-type-image .banner-overlay.desktop {
      position: absolute;
      bottom: 300px; }
    body.home #page-banner.has-hp-message.banner-type-noimage .banner-overlay.desktop {
      position: absolute;
      bottom: 240px; }
  body.home .hp-message-wrapper.mobile {
    display: none; }
  /* override some built-in blocks */
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-top: 0px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 100px;
    padding-top: 0px; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    -ms-grid-columns: 1fr 50% !important;
    grid-template-columns: 1fr 50% !important; }
  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  .footer .footer-top .logo {
    text-align: left; }
  .footer .footer-top .footer-menu {
    text-align: center;
    margin-top: 10px; }
  .footer .footer-top .social {
    margin-top: 10px;
    text-align: right; }
  .footer .footer-bottom {
    margin-top: 30px; }
    .footer .footer-bottom .footer-legal-copy {
      max-width: 80%;
      margin: 0px auto;
      text-align: center; }
  /*********************
FOUNDATION STYLES
*********************/
  /*********************
PLUGIN STYLES
*********************/
  /* Block Styles */
  .vont-block.pinned-cta {
    z-index: 10; }
    .vont-block.pinned-cta .pinned-cta-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      .vont-block.pinned-cta .pinned-cta-wrapper .copy {
        padding-right: 20px;
        font-size: 30px; }
      .vont-block.pinned-cta .pinned-cta-wrapper a.button {
        padding: 8px 20px;
        font-size: 17px;
        text-decoration: none;
        transition: color .3s, background .3s, box-shadow .2s, transform .2s, opacity .8s ease 1s; }
        .vont-block.pinned-cta .pinned-cta-wrapper a.button:hover {
          text-decoration: none;
          cursor: pointer; }
  .vont-block.vont-expandables .single-expandable-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .vont-block.image-content .image-overlay {
    max-width: 100%; }
  .vont-block.image-content img.mobile-image {
    display: none; }
  .vont-block.image-content img.desktop-image {
    display: block;
    min-width: 100%; }
  .vont-block.promo.style1 .copy-outer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .vont-block.promo.style1 .copy-outer-wrapper .promo-column {
      flex: 1 1 auto;
      padding-right: 50px; }
      .vont-block.promo.style1 .copy-outer-wrapper .promo-column:last-child {
        padding-right: 0;
        align-self: flex-end;
        margin-left: auto;
        text-align: right; }
  .vont-block.promo.style2 .copy-outer-wrapper {
    padding: 0px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .vont-block.promo.style2 .copy-outer-wrapper .promo-column {
      display: block;
      flex: 1 1 0;
      padding-right: 20px;
      margin-bottom: 0; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column:last-child {
        padding-right: 0; }
      .vont-block.promo.style2 .copy-outer-wrapper .promo-column .image-wrapper {
        max-width: none;
        padding-right: 0; }
  .vont-block.promo.style3 {
    padding: 30px 40px; }
    .vont-block.promo.style3 .copy-outer-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child {
        width: 60%; }
        .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child h2 {
          color: #2089BE;
          font-size: 56px;
          font-weight: bold; }
        .vont-block.promo.style3 .copy-outer-wrapper .promo-column:first-child h3 {
          color: #000;
          font-size: 28px;
          font-weight: bold; }
      .vont-block.promo.style3 .copy-outer-wrapper .promo-column:last-child {
        margin-top: 0;
        padding-left: 80px; }
  .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper h2 {
    font-size: 28px; }
  .vont-block.promo.style4 .copy-outer-wrapper .promo-column .copy-wrapper .buttons-wrapper a.button {
    display: inline-block;
    margin-top: 0px; }
  .vont-block.two-column-resources-form .columns-wrapper {
    display: flex;
    flex: 0 0 auto; }
  .vont-block.two-column-resources-form .resources-column:first-child {
    width: 66.66%;
    padding: 60px; }
  .vont-block.two-column-resources-form .resources-column:last-child {
    width: 33.33%;
    margin-left: 20px;
    padding: 60px 50px; }
  .vont-block.two-column-resources-form .gform_wrapper .gform_footer {
    text-align: left; }
  .vont-block.scholarship-search {
    padding: 50px; }
    .vont-block.scholarship-search form#scholarshipsearch input[type="submit"] {
      width: 154px; }
    .vont-block.scholarship-search form#scholarshipsearch .flex {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-flow: row; }
      .vont-block.scholarship-search form#scholarshipsearch .flex select {
        width: 100%;
        margin-right: 20px; }
    .vont-block.scholarship-search .search-results-wrapper .results-info {
      text-align: right; }
    .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper {
      /* single result */ }
      .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-title {
        padding-left: 50px;
        font-size: 21px; }
      .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content {
        padding-left: 50px; }
        .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-flow: row; }
          .vont-block.scholarship-search .search-results-wrapper .scholarship-wrapper .scholarship-content .details > div {
            width: 100%;
            padding-right: 50px; }
  .main-grid .main-container .main-content .main-content-columns-wrapper .left-column .gb-block-container .gb-block-container {
    padding: 20px; }
  .main-grid .main-container .main-content .main-content-columns-wrapper .left-column .gb-block-container p:last-child {
    margin-bottom: 0; }
  .main-grid .main-container .main-content .main-content-columns-wrapper .right-column .gb-block-container.alignwide {
    padding: 38px; }
  .main-grid .main-container .main-content .main-content-columns-wrapper .right-column .gb-block-container.no-padding {
    padding: 0px; }
  .vont-block.video-accordion .copy-outer-wrapper {
    display: flex;
    flex-wrap: nowrap; }
    .vont-block.video-accordion .copy-outer-wrapper .left-column {
      width: 50%;
      flex: 1; }
    .vont-block.video-accordion .copy-outer-wrapper .right-column {
      flex: 1;
      padding-left: 40px; }
  .vont-block.video-popup .video-outer-wrapper {
    display: flex;
    flex: 0 0 auto;
    align-items: center; }
  .vont-block.video-popup.style2 .video-outer-wrapper {
    justify-content: space-between; }
    .vont-block.video-popup.style2 .video-outer-wrapper .video-left-column {
      width: 40%; }
    .vont-block.video-popup.style2 .video-outer-wrapper .video-right-column {
      width: 56%;
      padding-left: 0; }
  .vont-block.publications-order-form {
    padding: 40px 40px; }
  .vont-block.image-content-repeater .columns-repeater .column {
    flex: unset;
    overflow: hidden; }
    .vont-block.image-content-repeater .columns-repeater .column img {
      transition: transform .5s ease; }
    .vont-block.image-content-repeater .columns-repeater .column:hover img {
      transform: scale(1.1); }
  .entry-content .vont-block.cta img.mobile {
    display: none; }
  .entry-content .vont-block.cta img.desktop {
    display: block; }
  #lenders {
    display: table-row; }
    #lenders .left-column, #lenders .right-column {
      display: table-cell;
      float: none;
      width: 49%;
      vertical-align: top; }
    #lenders .spacer-cell {
      display: table-cell;
      width: 2%; }
    #lenders .lender-box-wrapper {
      position: relative;
      border: 0px; }
    #lenders .lender-box-header {
      display: table-cell;
      vertical-align: middle;
      background-color: #2089BE;
      padding: 15px 2px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      width: 100%;
      margin: 0px auto;
      position: absolute;
      font-weight: normal;
      top: -75px;
      left: 0%;
      height: 120px;
      background-image: none; }
      #lenders .lender-box-header .strong {
        font-weight: bold; }
      #lenders .lender-box-header .toggle {
        display: none; }
    #lenders .triangle {
      display: block;
      width: 24px;
      height: 16px;
      position: absolute;
      top: 45px;
      left: 48%; }
      #lenders .triangle img {
        vertical-align: top; }
    #lenders .lender-box-content {
      display: block !important;
      padding: 60px 5px 20px 5px;
      text-align: left;
      font-size: 15px; }
      #lenders .lender-box-content .logos {
        text-align: center; }
        #lenders .lender-box-content .logos img {
          vertical-align: middle;
          padding: 10px; }
  .vont-block.quote-carousel {
    padding-left: 0;
    padding-right: 0; }
    .vont-block.quote-carousel .gallery-item {
      width: calc((100% - 40px) / 3); }
    .vont-block.quote-carousel .flickity-prev-next-button {
      display: block; }
  .vont-block.loan-repayment-calculator .calchead .button {
    padding-left: 35px;
    padding-right: 35px; }
  .vont-block.loan-repayment-calculator .calchead {
    padding-bottom: 0;
    text-align: left; }
  .vont-block.loan-repayment-calculator #mobiletsel {
    display: none; }
  .vont-block.loan-repayment-calculator #newcalculatorResults {
    border-top: 2px solid #5F8631;
    padding-top: 20px; }
  .vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd {
    display: none; }
  .vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd, .vont-block.loan-repayment-calculator .cina, .vont-block.loan-repayment-calculator .cinb, .vont-block.loan-repayment-calculator .cinc, .vont-block.loan-repayment-calculator .cind {
    width: 25%; }
  .vont-block.loan-repayment-calculator .csubha, .vont-block.loan-repayment-calculator .csubhb, .vont-block.loan-repayment-calculator .csubhc, .vont-block.loan-repayment-calculator .csubhd {
    width: 25%;
    display: table-cell !important; }
  .vont-block.loan-repayment-calculator .cina, .vont-block.loan-repayment-calculator .cinb, .vont-block.loan-repayment-calculator .cinc, .vont-block.loan-repayment-calculator .cind {
    width: 25%;
    display: table-cell !important; }
  .vont-block.loan-repayment-calculator .csubha {
    background: #e8e8e8; }
  .vont-block.loan-repayment-calculator .csubhb {
    background: #d6dbcc;
    border-right: 1px solid #fff;
    text-align: center; }
  .vont-block.loan-repayment-calculator .csubhc {
    background: #c5d0b3;
    border-right: 1px solid #fff;
    text-align: center; }
  .vont-block.loan-repayment-calculator .csubhd {
    background: #b7c69c;
    text-align: center; }
  body.page .lenders-wrapper .lender .middle div.small,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.small,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.small,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.small,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.small,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.small {
    height: 20px; }
  body.page .lenders-wrapper .lender .middle div.medium,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.medium,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.medium,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.medium,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.medium,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.medium {
    height: 70px; }
  body.page .lenders-wrapper .lender .middle div.large,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.large,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.large,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.large,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.large,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.large {
    height: 150px; }
  body.page .lenders-wrapper .lender .middle div.xl,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.xl,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xl,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.xl,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.xl,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.xl {
    height: 300px; }
  body.page .lenders-wrapper .lender .middle div.xxl,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.xxl,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xxl,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.xxl,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.xxl,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.xxl {
    height: 400px; }
  body.page .lenders-wrapper .lender .middle div.xxl,
  body.page .fancybox-wrap .lenders-wrapper .lender .middle div.xxl,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle div.xxl,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender .middle div.xxl,
  body.page-template-page-lenders .lenders-wrapper .lender .middle div.xxl,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender .middle div.xxl {
    height: 500px; }
  body.page .lenders-wrapper .lender .middle .compare,
  body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare,
  body.page-template-page-lenders .lenders-wrapper .lender .middle .compare {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    body.page .lenders-wrapper .lender .middle .compare div,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare div,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare div {
      margin: 0; }
    body.page .lenders-wrapper .lender .middle .compare .checkbox-wrapper,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare .checkbox-wrapper,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare .checkbox-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    body.page .lenders-wrapper .lender .middle .compare .compare-checkbox,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare .compare-checkbox,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare .compare-checkbox {
      margin-right: 5px;
      margin-bottom: 0; }
    body.page .lenders-wrapper .lender .middle .compare label,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare label,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare label {
      color: #000;
      font-weight: bold;
      display: inline-block;
      font-size: 13px;
      line-height: 18px;
      margin-right: 10px;
      margin-left: 0;
      text-transform: uppercase; }
    body.page .lenders-wrapper .lender .middle .compare a.button,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare a.button,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare a.button {
      font-size: 16px;
      margin-top: 0; }
    body.page .lenders-wrapper .lender .middle .compare a.button,
    body.page .vont-block.lenders-grid .lenders-wrapper .lender .middle .compare a.button,
    body.page-template-page-lenders .lenders-wrapper .lender .middle .compare a.button {
      display: inline-block; }
  body.page .fancybox-wrap .lenders-wrapper .lender.one .middle div,
  body.page .vont-block.lenders-grid .fancybox-wrap .lenders-wrapper .lender.one .middle div,
  body.page-template-page-lenders .fancybox-wrap .lenders-wrapper .lender.one .middle div {
    height: auto; }
  table.tablepress thead tr th,
  .wp-block-table thead tr th {
    font-size: 16px; }
  table.tablepress tbody tr td,
  .wp-block-table tbody tr td {
    font-size: 16px; } }

/*
XLARGE
*/
@media (min-width: 75em) {
  /******************************************************************

Stylesheet: X-Large Stylesheet

Styles apply to 70.063em and up.


******************************************************************/ }

/*
XXLARGE
*/
@media (min-width: 90em) {
  /******************************************************************

Stylesheet: XX-Large Stylesheet

Styles apply to 120.063em and up.

******************************************************************/ }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

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

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
  #popmake-555 button.pum-close {
    background-image: url("/wp-content/themes/pro-2019/library/images/mobile-x@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    color: transparent;
    width: 40px;
    height: 30px;
    background-size: cover; } }

/*
PRINT STYLESHEET
*/
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

@media (min-width: 640px) and (max-width: 1040px) {
  .ab-block-layout-column-inner {
    padding-left: 20px;
    padding-right: 20px; } }

/* handle breakpoints around ipad landscape */
@media (min-width: 1024px) and (max-width: 1060px) {
  .entry-content ul {
    margin-left: 2em;
    margin-top: 1em; }
  .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul {
    padding-left: 20px;
    padding-right: 20px; }
  .vont-block p, .vont-block h1, .vont-block h2, .vont-block h3, .vont-block h4, .vont-block h5, .vont-block ul {
    padding-left: 0px; } }

@media only screen and (max-width: 480px) {
  body.home .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1" "col2"; } }

@media only screen and (max-width: 800px) {
  body.home .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2"; } }

@media only screen and (max-width: 1024px) {
  .main-content-columns-wrapper.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2"; } }

/* 
    All sorts of IE overrides here
    IE11 and down were having trouble with css grid so convert to flex
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /*
     .alignfull {
        margin-left:0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
*/
  /* Override more AB - IE11 was broken - can't handle grid gap */
  .main-grid .main-content .ab-layout-columns-2 > .ab-layout-column-wrap > .ab-block-layout-column {
    margin-left: 1em;
    margin-right: 1em; } }

/*# sourceMappingURL=style.css.map */
