/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 11.8125pt;
  color: #28384a;
}
.webhandle-file-tree-image-browser .ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webhandle-file-tree-image-browser .ei-form .form-control {
    transition: none;
  }
}
.webhandle-file-tree-image-browser .ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.webhandle-file-tree-image-browser .ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.webhandle-file-tree-image-browser .ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form .form-control:disabled,
.webhandle-file-tree-image-browser .ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.webhandle-file-tree-image-browser .ei-form .form-control-file,
.webhandle-file-tree-image-browser .ei-form .form-control-range {
  display: block;
  width: 100%;
}
.webhandle-file-tree-image-browser .ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .webhandle-file-tree-image-browser .ei-form .btn {
    transition: none;
  }
}
.webhandle-file-tree-image-browser .ei-form .btn:hover,
.webhandle-file-tree-image-browser .ei-form .btn:focus {
  text-decoration: none;
}
.webhandle-file-tree-image-browser .ei-form .btn:focus,
.webhandle-file-tree-image-browser .ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.webhandle-file-tree-image-browser .ei-form .btn.disabled,
.webhandle-file-tree-image-browser .ei-form .btn:disabled {
  opacity: 0.65;
}
.webhandle-file-tree-image-browser .ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.webhandle-file-tree-image-browser .ei-form a.btn.disabled,
.webhandle-file-tree-image-browser .ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.webhandle-file-tree-image-browser .ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.webhandle-file-tree-image-browser .ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.webhandle-file-tree-image-browser .ei-form .btn-primary:focus,
.webhandle-file-tree-image-browser .ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-primary.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.webhandle-file-tree-image-browser .ei-form .btn-primary:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-primary:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.webhandle-file-tree-image-browser .ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary:focus,
.webhandle-file-tree-image-browser .ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.webhandle-file-tree-image-browser .ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.webhandle-file-tree-image-browser .ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.webhandle-file-tree-image-browser .ei-form .btn-success:focus,
.webhandle-file-tree-image-browser .ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-success.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.webhandle-file-tree-image-browser .ei-form .btn-success:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-success:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.webhandle-file-tree-image-browser .ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.webhandle-file-tree-image-browser .ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.webhandle-file-tree-image-browser .ei-form .btn-info:focus,
.webhandle-file-tree-image-browser .ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-info.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.webhandle-file-tree-image-browser .ei-form .btn-info:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-info:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.webhandle-file-tree-image-browser .ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.webhandle-file-tree-image-browser .ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.webhandle-file-tree-image-browser .ei-form .btn-warning:focus,
.webhandle-file-tree-image-browser .ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-warning.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.webhandle-file-tree-image-browser .ei-form .btn-warning:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-warning:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.webhandle-file-tree-image-browser .ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.webhandle-file-tree-image-browser .ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.webhandle-file-tree-image-browser .ei-form .btn-danger:focus,
.webhandle-file-tree-image-browser .ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-danger.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.webhandle-file-tree-image-browser .ei-form .btn-danger:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-danger:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.webhandle-file-tree-image-browser .ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.webhandle-file-tree-image-browser .ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.webhandle-file-tree-image-browser .ei-form .btn-light:focus,
.webhandle-file-tree-image-browser .ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-light.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.webhandle-file-tree-image-browser .ei-form .btn-light:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-light:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.webhandle-file-tree-image-browser .ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.webhandle-file-tree-image-browser .ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.webhandle-file-tree-image-browser .ei-form .btn-dark:focus,
.webhandle-file-tree-image-browser .ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-dark.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.webhandle-file-tree-image-browser .ei-form .btn-dark:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-dark:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.webhandle-file-tree-image-browser .ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark.disabled,
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.webhandle-file-tree-image-browser .ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.webhandle-file-tree-image-browser .ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.webhandle-file-tree-image-browser .ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.webhandle-file-tree-image-browser .ei-form .btn-link:focus,
.webhandle-file-tree-image-browser .ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.webhandle-file-tree-image-browser .ei-form .btn-link:disabled,
.webhandle-file-tree-image-browser .ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.webhandle-file-tree-image-browser .ei-form .btn-lg,
.webhandle-file-tree-image-browser .ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.webhandle-file-tree-image-browser .ei-form .btn-sm,
.webhandle-file-tree-image-browser .ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.webhandle-file-tree-image-browser .ei-form .btn-block {
  display: block;
  width: 100%;
}
.webhandle-file-tree-image-browser .ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.webhandle-file-tree-image-browser .ei-form input[type="submit"].btn-block,
.webhandle-file-tree-image-browser .ei-form input[type="reset"].btn-block,
.webhandle-file-tree-image-browser .ei-form input[type="button"].btn-block {
  width: 100%;
}
.webhandle-file-tree-image-browser .ei-form table.listing td,
.webhandle-file-tree-image-browser .ei-form table.listing th {
  padding: 3px 4px;
}
.webhandle-file-tree-image-browser .ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.webhandle-file-tree-image-browser .ei-form table.listing tr:hover button {
  opacity: 1;
}
.webhandle-file-tree-image-browser .ei-form label {
  display: block;
  margin-bottom: 15px;
}
.webhandle-file-tree-image-browser .ei-form input,
.webhandle-file-tree-image-browser .ei-form textarea,
.webhandle-file-tree-image-browser .ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.webhandle-file-tree-image-browser .ei-form input[type=checkbox],
.webhandle-file-tree-image-browser .ei-form input[type=radio] {
  display: inline-block;
  width: auto;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img,
.use-picture-as-background > picture:first-child svg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.use-picture-as-background > picture:first-child img.parallax,
.use-picture-as-background > picture:first-child svg.parallax {
  width: 115%;
}
.use-picture-as-background > picture:first-child + video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.use-picture-as-background > video:first-child {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.use-picture-as-background.grey {
  background-color: #e7e9eb;
}
.use-picture-as-background.blue {
  background-color: #28384a;
}
.use-picture-as-background.blue-light {
  background-color: #2072aa;
}
.use-picture-as-background-top {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.use-picture-as-background-top > picture:first-child {
  user-select: none;
}
.use-picture-as-background-top > picture:first-child img,
.use-picture-as-background-top > picture:first-child svg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.use-picture-as-background-top > picture:first-child img.parallax,
.use-picture-as-background-top > picture:first-child svg.parallax {
  width: 115%;
}
.use-picture-as-background-top > picture:first-child + video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.use-picture-as-background-top > video:first-child {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.use-picture-as-background-top.grey {
  background-color: #e7e9eb;
}
.use-picture-as-background-top.blue {
  background-color: #28384a;
}
.use-picture-as-background-top.blue-light {
  background-color: #2072aa;
}
.use-picture-as-background-top > picture:first-child img {
  height: auto !important;
  object-position: center top;
  object-fit: none;
}
.ib {
  display: inline-block;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .only-desktop {
    display: none;
  }
}
.max-800 {
  max-width: 800px;
}
.color-button {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13pt;
  display: inline-block;
  line-height: 0em;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: #0e76bc;
  border: 0;
  border-radius: 6px;
  text-align: center;
  padding: 21px 27px;
}
.color-button.dark-blue {
  background-color: #28384a;
}
.color-button.blue {
  background-color: #0e76bc;
}
.color-button.red {
  background-color: #88181b;
}
.color-button.tan {
  background-color: #aa7543;
}
.color-button.grey {
  background-color: #939598;
}
.color-button.purple {
  background-color: #524380;
}
.color-button.hollow {
  background-color: transparent;
  border: solid 2px white;
}
.color-button.white {
  background-color: white;
  color: #2072aa;
}
.color-button.white-and-dark-blue {
  background-color: white;
  color: #28384a;
}
.color-button.spaced {
  margin-top: 2em;
}
.color-button + .color-button {
  margin-left: 20px;
}
.pic-headline {
  font-size: 0;
  text-decoration: none;
}
.msg-and-pic {
  display: grid;
}
.msg-and-pic .msg {
  display: grid;
}
.msg-and-pic .msg > picture {
  grid-row: 1;
  grid-column: 1;
}
.msg-and-pic .msg .inner {
  padding: 20px 40px;
  max-width: 700px;
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  justify-self: center;
}
.msg-and-pic .msg .inner img {
  max-width: 100%;
}
.msg-and-pic .msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.78125pt;
}
.msg-and-pic .msg.grey {
  background-color: #e7e9eb;
}
.msg-and-pic .pic {
  overflow: hidden;
}
.msg-and-pic .pic img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .msg-and-pic .pic img {
    min-width: 100%;
    min-height: 100%;
  }
}
.msg-and-pic .pic.para picture {
  display: block;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.msg-and-pic .pic.para img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.msg-and-pic.blue h2 {
  color: white;
}
.msg-and-pic.blue p {
  color: white;
}
@media (min-width: 1200px) {
  .msg-and-pic {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .msg-and-pic .msg h1 {
    font-size: 8vw;
  }
  .msg-and-pic .msg .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .msg-and-pic .msg {
    grid-row: 1;
  }
  .msg-and-pic .pic {
    grid-row: 2;
  }
}
.stay-connected {
  color: white;
  background-color: #aa7543;
  fill: white;
}
.stay-connected .container {
  display: grid;
  row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .stay-connected .container {
    grid-template-columns: 1fr 1fr;
    column-gap: 150px;
  }
}
.stay-connected .container img {
  display: block;
  margin-top: 50px;
  max-width: 100%;
}
.stay-connected .container h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  margin-top: 0;
}
.stay-connected .container p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12.796875pt;
  line-height: 2em;
}
@media (max-width: 1200px) {
  .stay-connected .msg {
    text-align: center;
  }
  .stay-connected .msg img {
    display: block;
    margin: auto;
  }
}
.line-form {
  color: white;
}
.line-form label {
  display: block;
  margin-bottom: 35px;
}
.line-form input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  background: transparent;
  border: 0;
  border-bottom: solid 1px white;
}
.line-form input[type="text"]:focus {
  border: 0;
  outline: 0;
  border-bottom: solid 1px white;
}
.line-form button {
  margin-top: 30px;
}
.button-header {
  display: grid;
  row-gap: 30px;
}
@media (min-width: 900px) {
  .button-header {
    grid-template-columns: 1fr auto;
  }
}
.button-header .color-button {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13pt;
}
.logo-message {
  background-color: #e7e9eb;
}
.logo-message .container {
  display: grid;
  column-gap: 60px;
  row-gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .logo-message .container {
    grid-template-columns: minmax(400px, 60fr) auto;
  }
}
.logo-message .container .msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28pt;
  text-transform: uppercase;
  margin-top: 0;
}
.logo-message .container .msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.logo-message .container .logo {
  align-self: center;
}
.logo-message .container .logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .logo-message .container .logo img {
    width: 300px;
  }
}
.team-members {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 650px) {
  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .team-members {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-members .team-cell {
  aspect-ratio: 0.83;
}
.team-members .team-cell .info {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 20px;
  height: 100%;
  box-sizing: border-box;
  top: 100%;
  position: relative;
  transition: top 0.3s, margin-top 0.3s;
}
.team-members .team-cell .info .ident .name {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21pt;
  color: white;
  text-transform: uppercase;
}
.team-members .team-cell .info .ident .role {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12.796875pt;
  color: white;
}
.team-members .team-cell .info .up {
  padding-top: 12px;
  cursor: pointer;
}
.team-members .team-cell .info .up img {
  transition: transform 0.3s;
}
.team-members .team-cell .info .desc {
  grid-column: span 2;
}
.team-members .team-cell .info .desc p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12.796875pt;
  color: white;
}
.team-members .team-cell .info.full {
  margin-top: 0;
  top: 0;
}
.team-members .team-cell .info.full .up img {
  transform: rotate(180deg);
}
.team-members .team-cell:hover .info {
  margin-top: -90px;
}
.team-members .team-cell:hover .info.full {
  margin-top: 0;
}
.chevron-list {
  list-style: none;
  padding-left: 24px;
}
.chevron-list li {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16pt;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.chevron-list li .light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  text-transform: none;
}
.chevron-list li:before {
  content: url('/img/icons/chevron-right.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: -29px;
  margin-right: 0px;
  margin-bottom: -4px;
}
.chevron-list + p {
  margin-top: 50px;
}
.check-center-list ul {
  list-style: none;
  padding-left: 24px;
}
.check-center-list ul li {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  margin-bottom: 10px;
  text-align: center;
}
.check-center-list ul li:before {
  content: url('/img/icons/check-grey.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 10px;
}
.arrow-list {
  list-style: none;
  padding-left: 24px;
}
.arrow-list li {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  margin-bottom: 10px;
  color: #28384a;
  text-transform: uppercase;
}
.arrow-list li:before {
  content: url('/svg/arrow-forward-white.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #939598;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 10px;
}
.arrow-list.light li {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  text-transform: none;
}
.left-headline .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.left-headline h2 {
  text-transform: uppercase;
}
.centered-headline .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.centered-headline h2 {
  text-align: center;
}
.centered-intro .container {
  padding-top: 90px;
  padding-bottom: 60px;
}
.centered-intro .container > h1:first-child {
  margin-top: 0;
}
.centered-intro h1,
.centered-intro h2,
.centered-intro p {
  text-align: center;
}
.benefit-boxes {
  display: grid;
}
@media (min-width: 1200px) {
  .benefit-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.benefit-boxes.visible .box {
  transition: transform 0.6s, opacity 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.benefit-boxes.visible .box:nth-child(2) {
  transition-delay: 0.2s;
}
.benefit-boxes.visible .box:nth-child(3) {
  transition-delay: 0.6s;
}
.benefit-boxes.visible .box:nth-child(4) {
  transition-delay: 1s;
}
.benefit-boxes.visible .box:nth-child(5) {
  transition-delay: 1.4s;
}
.benefit-boxes.visible .box:nth-child(6) {
  transition-delay: 1.8s;
}
.benefit-boxes.visible .box:nth-child(7) {
  transition-delay: 2.2s;
}
.benefit-boxes.visible .box:nth-child(8) {
  transition-delay: 2.6s;
}
.benefit-boxes .box {
  background-color: #e7e9eb;
  transform: translateY(30px);
  opacity: 0;
}
.benefit-boxes .box img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 2;
  transition: transform 0.3s;
}
.benefit-boxes .box .pic {
  aspect-ratio: 2.1;
}
.benefit-boxes .box .msg {
  text-align: center;
  padding: 5px 20px 40px 20px;
}
.benefit-boxes .box .msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
  color: #28384a;
  margin-bottom: 0;
  line-height: 1.1em;
}
.benefit-boxes .box .msg h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  margin-top: 0;
}
.benefit-boxes .box .msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12.796875pt;
}
.benefit-boxes .box:nth-child(2n) {
  background-color: white;
}
.benefit-boxes .box .center-msg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}
.benefit-boxes .box .center-msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  margin-top: 0;
}
.benefit-boxes .box .center-msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.benefit-boxes .box .center-msg h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 21.65625pt;
}
.benefit-boxes .box:hover img {
  transform: scale(1.1);
}
.services-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1200px) {
  .services-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-boxes.visible .box {
  transition: transform 0.6s, opacity 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.services-boxes.visible .box:nth-child(2) {
  transition-delay: 0.2s;
}
.services-boxes.visible .box:nth-child(3) {
  transition-delay: 0.6s;
}
.services-boxes.visible .box:nth-child(4) {
  transition-delay: 1s;
}
.services-boxes.visible .box:nth-child(5) {
  transition-delay: 1.4s;
}
.services-boxes.visible .box:nth-child(6) {
  transition-delay: 1.8s;
}
.services-boxes.visible .box:nth-child(7) {
  transition-delay: 2.2s;
}
.services-boxes.visible .box:nth-child(8) {
  transition-delay: 2.6s;
}
.services-boxes .box {
  background-color: #e7e9eb;
  transform: translateY(30px);
  opacity: 0;
}
.services-boxes .box img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 2;
  transition: transform 0.3s;
}
.services-boxes .box .pic {
  aspect-ratio: 2.1;
}
.services-boxes .box .msg {
  text-align: center;
  padding: 5px 20px 40px 20px;
}
.services-boxes .box .msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
  color: #28384a;
  margin-bottom: 0;
  line-height: 1.1em;
}
.services-boxes .box .msg h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  margin-top: 0;
}
.services-boxes .box .msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12.796875pt;
}
.services-boxes .box:nth-child(2n) {
  background-color: white;
}
.services-boxes .box .center-msg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}
.services-boxes .box .center-msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  margin-top: 0;
}
.services-boxes .box .center-msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.services-boxes .box .center-msg h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 21.65625pt;
}
.services-boxes .box:hover img {
  transform: scale(1.1);
}
.icon-cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  text-align: center;
}
.icon-cells .cell .msg {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 19.6875pt;
  margin-top: 20px;
}
.icons-on-left {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.icons-on-left .msg {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
@media (min-width: 900px) {
  .icons-on-left {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 900px) {
  .icons-on-left .pic {
    text-align: center;
  }
}
.intro-section .container {
  padding-top: 90px;
  padding-bottom: 60px;
}
.intro-section .container > h1:first-child {
  margin-top: 0;
}
.gp-form form {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.gp-form form input[type=text],
.gp-form form input[type=date],
.gp-form form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 10px 14px;
}
.gp-form form .label,
.gp-form form label {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 17.71875pt;
  display: block;
}
.gp-form form .label .txt,
.gp-form form label .txt {
  font-weight: 400;
}
.gp-form form input[type=checkbox],
.gp-form form input[type=radio] {
  width: 30px;
}
.gp-form form .check-other {
  padding-left: 36px;
}
.gp-form form h2 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .gp-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .gp-form .double {
    grid-column: span 2;
  }
}
.contact-us-form {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-us-form form {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.contact-us-form form input[type=text],
.contact-us-form form input[type=date],
.contact-us-form form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 10px 14px;
}
.contact-us-form form .label,
.contact-us-form form label {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 17.71875pt;
  display: block;
}
.contact-us-form form .label .txt,
.contact-us-form form label .txt {
  font-weight: 400;
}
.contact-us-form form input[type=checkbox],
.contact-us-form form input[type=radio] {
  width: 30px;
}
.contact-us-form form .check-other {
  padding-left: 36px;
}
.contact-us-form form h2 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contact-us-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-us-form .double {
    grid-column: span 2;
  }
}
.apply-form {
  padding-top: 30px;
  padding-bottom: 80px;
}
.apply-form form {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.apply-form form input[type=text],
.apply-form form input[type=date],
.apply-form form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 10px 14px;
}
.apply-form form .label,
.apply-form form label {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 17.71875pt;
  display: block;
}
.apply-form form .label .txt,
.apply-form form label .txt {
  font-weight: 400;
}
.apply-form form input[type=checkbox],
.apply-form form input[type=radio] {
  width: 30px;
}
.apply-form form .check-other {
  padding-left: 36px;
}
.apply-form form h2 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .apply-form {
    grid-template-columns: repeat(1, 1fr);
  }
  .apply-form .double {
    grid-column: span 2;
  }
}
.news-summary {
  display: grid;
}
@media (min-width: 1200px) {
  .news-summary {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1200px) {
  .news-summary {
    margin: 40px auto;
    max-width: 500px;
  }
}
.news-summary .pic {
  overflow: hidden;
}
.news-summary .pic > picture:first-child {
  user-select: none;
}
.news-summary .pic > picture:first-child img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.news-summary .info {
  background-color: #e7e9eb;
  padding: 40px 65px 55px 65px;
  display: grid;
  min-height: 100%;
  box-sizing: border-box;
  grid-template-rows: 1fr auto;
}
.news-summary .info .author {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-summary .info .date {
  color: #aa7543;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-summary .info h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26pt;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 0;
}
.news-summary .info .desc p:first-child {
  margin-top: 0;
}
.news-summary .info p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-summary .info .buttons {
  margin-top: 30px;
}
.news-articles .news-summary {
  margin-bottom: 40px;
}
.news-tile {
  display: grid;
  text-decoration: none;
  grid-template-columns: 1fr 4fr !important;
  color: inherit;
}
@media (min-width: 1200px) {
  .news-tile {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1200px) {
  .news-tile {
    margin: 40px auto;
    max-width: 500px;
  }
}
.news-tile .pic {
  overflow: hidden;
}
.news-tile .pic > picture:first-child {
  user-select: none;
}
.news-tile .pic > picture:first-child img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 1;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
.news-tile .info {
  background-color: #e7e9eb;
  padding: 40px 65px 55px 65px;
  display: grid;
  min-height: 100%;
  box-sizing: border-box;
  grid-template-rows: 1fr auto;
}
.news-tile .info .author {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-tile .info .date {
  color: #aa7543;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-tile .info h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26pt;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 0;
}
.news-tile .info .desc p:first-child {
  margin-top: 0;
}
.news-tile .info p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-tile .info .buttons {
  margin-top: 30px;
}
.news-tile .pic img {
  border-radius: 10px;
}
.news-tile .info {
  background-color: transparent;
  padding: 10px 20px 10px 40px;
}
.news-tile .info h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15pt;
}
.news-tiles {
  display: grid;
  column-gap: 40px;
  row-gap: 30px;
}
@media (min-width: 1200px) {
  .news-tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .news-tiles .news-tile {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.three-msg {
  background-color: #e7e9eb;
  padding-top: 20px;
  padding-bottom: 40px;
}
.three-msg .container {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 1200px) {
  .three-msg .container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1500px;
  }
}
.three-msg .msg {
  text-align: center;
}
.three-msg .msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
}
.three-msg .msg p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
dialog.public {
  border: 0;
  background-color: rgba(231, 233, 235, 0.95);
  text-align: center;
  padding: 1px 35px 20px 35px;
  width: 100%;
  max-width: 350px;
}
dialog.public h3 {
  font-family: "aviano-flare", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20.31174377pt;
  text-transform: uppercase;
  margin-bottom: 0;
}
dialog.public input {
  display: block;
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
}
dialog.public label {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
dialog.public menu {
  padding-left: 0;
}
details summary {
  font-family: "aviano-flare", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.21822064pt;
}
details summary:before {
  display: inline-block;
  content: '+';
  width: 20px;
}
details[open] summary:before {
  content: '-';
}
.std-header {
  color: white;
  background-color: rgba(15, 22, 30, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
  align-self: center;
}
.std-header .logo img {
  display: block;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
}
.std-header .menu li a {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
}
.std-header .menu > li:last-child > a {
  padding-right: 0;
}
.std-header .global-back a {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10pt;
  display: inline-block;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  top: -8px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .std-header .container {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 100%;
  }
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu > li {
    display: inline-block;
    position: relative;
  }
  .std-header .menu > li a {
    font-family: "gravesend-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12pt;
  }
  .std-header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
  }
  .std-header .menu > li ul li {
    display: block;
    background-color: #28384a;
    padding: 0;
  }
  .std-header .menu > li ul li a {
    display: block;
    padding: 8px 20px;
    white-space: nowrap;
  }
  .std-header .menu > li ul li:hover {
    background-color: #aa7543;
  }
  .std-header .menu > li:hover ul {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    padding-top: 29px;
    padding-left: 0;
    margin-left: 0;
  }
  .std-header .menu > li:hover:after {
    transform: rotate(-90deg);
  }
  .std-header .menu > li.has-children {
    padding-right: 20px;
  }
  .std-header .menu > li.has-children:after {
    content: url('/svg/keyboard-arrow-down-white.svg');
    position: absolute;
    right: 0px;
    height: 24px;
    transform-origin: center;
    transition: transform 0.3s;
  }
  .std-header .global-back + .menu > li:hover ul {
    padding-top: 18px;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .std-header {
    background-color: #0f161e;
  }
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav .menu > li {
    display: block;
  }
  .std-header nav .menu > li > a {
    font-weight: 600;
  }
  .std-header nav .menu > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    list-style: none;
    margin: 20px 0 10px 15px;
    padding-left: 0;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
  .std-header .logo img {
    max-width: 80%;
    padding-top: 15px;
  }
}
header {
  color: white;
  background-color: rgba(15, 22, 30, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-sizing: border-box;
  height: 83px;
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
  align-self: center;
}
header .logo img {
  display: block;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
}
header .menu li a {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
}
header .menu > li:last-child > a {
  padding-right: 0;
}
header .global-back a {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10pt;
  display: inline-block;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  top: -8px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  header .container {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 100%;
  }
  header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu > li {
    display: inline-block;
    position: relative;
  }
  header .menu > li a {
    font-family: "gravesend-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12pt;
  }
  header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
  }
  header .menu > li ul li {
    display: block;
    background-color: #28384a;
    padding: 0;
  }
  header .menu > li ul li a {
    display: block;
    padding: 8px 20px;
    white-space: nowrap;
  }
  header .menu > li ul li:hover {
    background-color: #aa7543;
  }
  header .menu > li:hover ul {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    padding-top: 29px;
    padding-left: 0;
    margin-left: 0;
  }
  header .menu > li:hover:after {
    transform: rotate(-90deg);
  }
  header .menu > li.has-children {
    padding-right: 20px;
  }
  header .menu > li.has-children:after {
    content: url('/svg/keyboard-arrow-down-white.svg');
    position: absolute;
    right: 0px;
    height: 24px;
    transform-origin: center;
    transition: transform 0.3s;
  }
  header .global-back + .menu > li:hover ul {
    padding-top: 18px;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1200px) {
  header {
    background-color: #0f161e;
  }
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav .menu > li {
    display: block;
  }
  header nav .menu > li > a {
    font-weight: 600;
  }
  header nav .menu > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    list-style: none;
    margin: 20px 0 10px 15px;
    padding-left: 0;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  header .tribar .two {
    margin: 7px 0;
  }
  header .logo img {
    max-width: 80%;
    padding-top: 15px;
  }
}
.jumbo {
  overflow: hidden;
  color: white;
}
.jumbo picture img {
  object-position: left center;
}
.jumbo .container-wrapper {
  position: relative;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
.jumbo .container-wrapper .container {
  align-self: end;
  width: 100%;
  margin: 0 auto clamp(40px, 4vw, 200px) auto;
}
.jumbo h1 {
  font-family: "aviano-flare", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 71.0911032pt;
  margin: 0;
  line-height: 1.1em;
  font-size: 3.8vw;
}
.jumbo h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  margin: 30px auto 0 0;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .jumbo h2 {
    font-size: clamp(12px, 1.45vw, 1.45vw);
    margin-top: 0.8em;
  }
}
@media (max-width: 900px) {
  .jumbo h1 br {
    display: none;
  }
}
.page-inner .jumbo {
  aspect-ratio: 2.5;
}
.page-inner .jumbo.short {
  aspect-ratio: 4;
}
@media (max-width: 1200px) {
  .page-inner {
    padding-top: 83px;
  }
}
.page-inner .msg-and-pic .msg .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-inner .msg-and-pic .msg h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28pt;
  text-transform: uppercase;
  margin-top: 0;
}
.page-landing .jumbo {
  aspect-ratio: 2.73255814;
}
@media (max-width: 1200px) {
  .page-landing {
    padding-top: 83px;
  }
}
footer {
  background-color: #28384a;
  color: white;
  padding-top: 70px;
  padding-bottom: 40px;
}
footer a {
  text-decoration: none;
  color: white;
}
footer .container {
  display: grid;
  row-gap: 40px;
}
@media (min-width: 1200px) {
  footer .container {
    grid-template-columns: 2fr 3fr 2fr;
    column-gap: 40px;
  }
  footer .container .copyright {
    grid-column: span 3;
  }
  footer .container .third .menu {
    text-align: right;
  }
  footer .container .third .contact {
    text-align: right;
  }
}
footer .container .logo img {
  max-width: 100%;
}
footer .container .msg {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 11.8125pt;
}
footer .container .msg p:first-child {
  margin-top: 0;
}
footer .container .menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
footer .container .menu li {
  display: inline-block;
  margin-left: 10px;
}
footer .container .menu a {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10pt;
}
footer .container .copyright {
  text-align: center;
}
footer .container .third .menu > li:first-child {
  margin-left: 0;
}
footer .container .third .menu > li:last-child {
  margin-right: 0;
}
footer .container .third .contact {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 11.8125pt;
}
footer .container .third .contact a {
  text-decoration: none;
}
footer .container .third .contact a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  footer .logo {
    text-align: center;
  }
}
.news {
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 37pt;
  margin-top: 0;
  margin-bottom: 0px;
}
.svg-icons {
  position: absolute;
  left: -10000px;
  top: 0;
  height: 0;
}
.page-maintenance header {
  background-color: rgba(135, 22, 25, 0.7);
}
@media (min-width: 1200px) {
  .page-maintenance .menu > li ul li {
    background-color: rgba(135, 22, 25, 0.7);
  }
}
.page-maintenance footer {
  background-color: #871619;
}
.page-maintenance .team-members .team-cell .info {
  background-color: rgba(135, 22, 25, 0.7);
}
@media (max-width: 1200px) {
  .page-maintenance header {
    background-color: #871619;
  }
}
.page-ground-services header {
  background-color: rgba(39, 35, 99, 0.7);
}
@media (min-width: 1200px) {
  .page-ground-services .menu > li ul li {
    background-color: rgba(39, 35, 99, 0.7);
  }
}
.page-ground-services footer {
  background-color: #272363;
}
.page-ground-services .team-members .team-cell .info {
  background-color: rgba(82, 67, 128, 0.7);
}
.page-ground-services .msg-and-pic h2 {
  color: #524380;
}
.page-ground-services .msg-and-pic .arrow-list li {
  color: #524380;
}
.page-ground-services .logo-message h2 {
  color: #524380;
}
@media (max-width: 1200px) {
  .page-ground-services header {
    background-color: #272363;
  }
}
.page-aviation .team-members .team-cell .info {
  background-color: rgba(40, 56, 74, 0.7);
}
.page-aeroclub header {
  background-color: rgba(40, 56, 74, 0.7);
}
@media (min-width: 1200px) {
  .page-aeroclub .menu > li ul li {
    background-color: rgba(40, 56, 74, 0.7);
  }
}
.page-aeroclub footer {
  background-color: #28384a;
}
.page-aeroclub .team-members .team-cell .info {
  background-color: rgba(40, 56, 74, 0.7);
}
@media (max-width: 1200px) {
  .page-aeroclub header {
    background-color: #28384a;
  }
}
.page-pilot-academy header {
  background-color: rgba(32, 114, 170, 0.7);
}
@media (min-width: 1200px) {
  .page-pilot-academy .menu > li ul li {
    background-color: rgba(32, 114, 170, 0.7);
  }
}
.page-pilot-academy footer {
  background-color: #2072aa;
}
.page-pilot-academy .team-members .team-cell .info {
  background-color: rgba(32, 114, 170, 0.7);
}
@media (max-width: 1200px) {
  .page-pilot-academy header {
    background-color: #2072aa;
  }
}
.std-txt h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
  margin-top: 0;
}
.std-txt p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.std-txt ul {
  list-style: none;
  padding-left: 24px;
}
.std-txt ul li {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16pt;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.std-txt ul li .light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
  text-transform: none;
}
.std-txt ul li:before {
  content: url('/img/icons/chevron-right.svg');
  display: inline-block;
  vertical-align: middle;
  margin-left: -29px;
  margin-right: 0px;
  margin-bottom: -4px;
}
.team-show {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-show p {
  max-width: 1100px;
}
.team-show .max-800 {
  margin-bottom: 60px;
}
.our-cirrus-fleet {
  margin-top: 60px;
}
.our-cirrus-fleet .msg-header {
  max-width: 950px;
  text-align: center;
}
.our-cirrus-fleet .planes img {
  width: 100%;
}
.our-cirrus-fleet .dynamic-plane-types {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.our-cirrus-fleet .dynamic-plane-types .desc h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
}
.our-cirrus-fleet .dynamic-plane-types .plane {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.our-cirrus-fleet .dynamic-plane-types .plane h2 {
  font-size: 23pt;
  margin-bottom: 0;
}
.our-cirrus-fleet .dynamic-plane-types .plane h3 {
  margin-top: 0;
  font-size: 14pt;
}
.our-cirrus-fleet .dynamic-plane-types .plane img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .our-cirrus-fleet .dynamic-plane-types .plane {
    margin: 30px auto;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .our-cirrus-fleet .dynamic-plane-types .container {
    display: flex;
  }
  .our-cirrus-fleet .dynamic-plane-types .plane .pic {
    height: 220px;
    display: grid;
    align-items: center;
  }
  .our-cirrus-fleet .dynamic-plane-types .plane .pic img {
    height: 458px;
    width: auto;
    max-height: 220px;
    max-width: 100%;
  }
  .our-cirrus-fleet .dynamic-plane-types .plane .desc {
    padding-top: 15px;
  }
  .our-cirrus-fleet .dynamic-plane-types .plane:first-child .desc:before {
    content: '\00a0';
    position: absolute;
    left: 0;
    right: 0;
    height: 600px;
    background-color: #e7e9eb;
    z-index: -1;
  }
}
.schedule-a-tour .aero-club-tour-stripe-picture img {
  left: 0;
}
.schedule-a-tour .container {
  max-width: 770px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}
.schedule-a-tour .container h2:first-child {
  margin-top: 0;
}
.schedule-a-tour .container p,
.schedule-a-tour .container h2,
.schedule-a-tour .container h1,
.schedule-a-tour .container h3 {
  color: white;
}
.schedule-a-tour .container h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
}
.schedule-a-tour .container h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 19.6875pt;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.rate-sheet-bar {
  max-width: 800px;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.rate-sheet-bar .fee-parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rate-sheet-bar h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.rate-sheet-bar h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 19.6875pt;
  color: white;
  text-transform: uppercase;
}
.rate-sheet-bar p {
  text-align: center;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.instructors-bar {
  max-width: 800px;
  color: #28384a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.instructors-bar .fee-parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.instructors-bar h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
  text-align: center;
}
.instructors-bar h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 19.6875pt;
  text-transform: uppercase;
}
.instructors-bar p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.rates-and-fees {
  color: #28384a;
  padding-top: 20px;
  padding-bottom: 60px;
}
.rates-and-fees .fee-parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rates-and-fees h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
  text-align: center;
}
.rates-and-fees h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 19.6875pt;
  text-transform: uppercase;
}
.rates-and-fees p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.maint-rates-and-fees h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
}
.maint-rates-and-fees h2 {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
  font-size: 19.6875pt !important;
  margin-bottom: 0;
}
.maint-rates-and-fees h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 17.71875pt;
  margin-top: 0;
}
.maint-rates-and-fees p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.78125pt;
}
.amenities {
  padding-top: 60px;
  padding-bottom: 60px;
}
.amenities h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-align: center;
  text-transform: uppercase;
}
.pricing {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 950px;
}
.pricing h2 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 29pt;
  text-transform: uppercase;
}
.topo-lines {
  stroke: #eff0f1;
}
.topo-lines img,
.topo-lines svg {
  opacity: 0.2;
}
.news-item .container {
  padding-top: 80px;
}
.news-item .author {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-item .date {
  color: #aa7543;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15.75pt;
}
.news-item h2.title {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26pt;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-message .container {
  min-height: 60vh;
  min-height: calc(83px + 60vh);
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-message .msg {
  text-align: center;
}
.single-message .msg h1,
.single-message .msg h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.single-message .msg h1 {
  font-family: "gravesend-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60pt;
}
.single-message .msg h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24.609375pt;
  text-transform: uppercase;
}
/*# sourceMappingURL=pages.css.map */