@charset "UTF-8";
/* ==========================================================================
Variables and things
========================================================================== */
/**
 * Mixin scrollbar
 */
/* iPad resolutions:

Original
768 x 1024
iPad Air
820 x 1180
iPad 10.2
810 x 1080
iPad Pro 12.9''
1024 x 1366
iPad Pro 11''
834 x 1194

*/
/* ==========================================================================
Reset
========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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-.
 */
auFTo,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
auFTo: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.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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 `auFTo` 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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=raFTo] {
  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 */
}

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

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

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

/* ==========================================================================
Layout
========================================================================== */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #F3F4F8;
}

.app-container {
  position: relative;
  padding-left: 140px;
  left: 0;
}

.with-prompt {
  /* this is for going across the top completely */
}
.with-prompt .menu {
  top: 40px;
}
.with-prompt.prompt-inside .menu {
  top: 0px;
}

.with-prompt .menu {
  /* this is for going across the top completely */
  top: 40px;
}

.with-prompt .app-container {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .with-prompt .app-container {
    padding-top: 0px;
  }
}

.layered-below {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
}
@media (max-width: 767px) {
  .layered-below.becomes-relative {
    position: relative;
    top: auto;
    left: auto;
  }
}

.layered-above {
  position: relative;
  z-index: 5;
}

.canvas {
  background: #F3F4F8;
  border-radius: 10px;
}

.above-content {
  max-width: 1350px;
  margin: 20px auto 0 auto;
  padding: 0px 40px 0px 40px;
  margin-bottom: -20px;
}

.with-prompt .above-content {
  margin-top: 30px;
}

.with-prompt .flash-message {
  margin-top: 10px;
}

.content {
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.max-width-450 {
  max-width: 500px;
}
@media (max-width: 992px) {
  .max-width-450 {
    max-width: none;
  }
}

.full-width .content {
  max-width: 100%;
  width: 100%;
}

.divider {
  clear: both;
  margin-bottom: 30px;
}

.below-filter {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
.canvas-bottom {
  padding: 40px 0;
}
.canvas-bottom.tighter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.canvas-bottom .filled-bottom {
  color: #fff;
  background: #32343F;
  margin-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -100px;
  padding: 40px 20px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 767px) {
  .canvas-bottom .filled-bottom {
    border-radius: 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.canvas-bottom.tighter .filled-bottom {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ==========================================================================
Common and Defaults
========================================================================== */
body {
  color: #4A4A4A;
  font-family: "Inter", "Arial", sans-serif;
  scroll-behavior: smooth;
}

a {
  color: #444;
}

/*body.in-results,
body.no-vertical-center {
	background: #f9f9f9;
}*/
button, optgroup, label, input[type=submit] {
  font-family: "Inter", sans-serif;
}

.utm-tabs, .btn, .jump-action, .action, .menu {
  font-family: "Inter", sans-serif;
}

label span {
  font-family: "Inter", "Arial", sans-serif;
}

textarea, input, button {
  outline: none;
}

textarea {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6 {
  font-weight: bold;
  font-family: "Source Serif Pro", sans-serif;
}

h3 {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

/* ==========================================================================
   Color Variables
   ========================================================================== */
/* ==========================================================================
   Development things
   ========================================================================== */
.in-development {
  opacity: 0.2;
}

.suppressed {
  opacity: 0.3;
}

.development-links {
  font-size: 10px;
  text-decoration: none;
  display: inline-block;
}
.development-links.absolute {
  position: absolute;
  top: 40px;
  right: 20px;
}
.development-links a {
  text-decoration: none;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
.hidden {
  display: none !important;
}
.hidden.not-hidden {
  display: block !important;
}

a.reversed {
  text-decoration: none;
}
a.reversed:hover {
  text-decoration: underline;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearer {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

.floated-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

.floated-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.relative {
  position: relative;
}

.row.no-inside-margin > div {
  margin-bottom: 0;
}

.row.smaller-inside-margin > div {
  margin-bottom: 0.5rem;
}

.covered {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertically-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.no-margin-top {
  margin-top: 0;
}

.sticky {
  position: sticky;
  top: 20px;
}

.with-prompt .sticky {
  top: 60px;
}

.clickable {
  cursor: pointer;
}

/* ==========================================================================
Typography
========================================================================== */
body {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}

a {
  color: #000000;
}

h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1em;
  color: #ffffff;
}
h1:first-of-type {
  margin-top: 0px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h1.strong, h2.strong, h3.strong {
  font-weight: 700;
}

.more-bottom-margin {
  margin-bottom: 30px;
}

h2, .like-h2 {
  font-size: 40px;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 400;
  margin-top: 40px;
}
@media (max-width: 768px) {
  h2, .like-h2 {
    font-size: 26px;
  }
}
h2:first-of-type, .like-h2:first-of-type {
  margin-top: 0px;
}
h2.alternate, .like-h2.alternate {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
}

.small-padding-top .inside-wrapper > h2 {
  margin-top: 20px;
}

h3, .like-h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
h3 + p, .like-h3 + p {
  margin-top: 5px;
}
@media (max-width: 768px) {
  h3, .like-h3 {
    font-size: 20px;
  }
}
h3:first-of-type, .like-h3:first-of-type {
  margin-top: 0px;
}
h3.smaller, .like-h3.smaller {
  font-size: 20px;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

h1 + h2 {
  margin-bottom: 20px;
  margin-top: 0px;
}

h2 + .list {
  margin-top: -20px;
}
@media (max-width: 768px) {
  h2 + .list {
    margin-top: 0px;
  }
}

ul {
  /*margin-left: 0;
  padding-left: 0;*/
}

.bg h1, .bg h2 {
  margin-top: 0;
}

p {
  font-size: 20px;
  line-height: 1.4em;
}
p:first-child {
  margin-top: 0px;
}
p:last-child {
  margin-bottom: 0px;
}

p + .btn, p + .clearfix {
  margin-top: 20px;
}

ul {
  font-size: 20px;
}

.inset h1, .inset h2 {
  margin-top: 0px;
}

.main-content h1 {
  font-weight: 700;
  margin-bottom: 40px;
}
.main-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-content .image {
  max-width: 400px;
}

/* ==========================================================================
Fonty things
========================================================================== */
.source-serif-pro {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}
.source-serif-pro.italic {
  font-style: italic;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.standalone {
  display: block;
}

h2.inter {
  font-weight: 600;
  letter-spacing: 3px;
}

/* ==========================================================================
Icon Circles
========================================================================== */
.circle {
  display: table;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
  margin: auto;
}
.circle.bigger {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.circle.bigger img {
  width: 50%;
}
.circle span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.circle.white {
  background: #fff;
}
.circle.clear {
  background: none;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.circle.clear img {
  width: 40%;
}

/* ==========================================================================
Content Things
========================================================================== */
/* ==========================================================================
   Headers
   ========================================================================== */
h3.intro {
  font-weight: 600;
  text-align: center;
}

h3.intro + .row {
  margin-top: 20px;
}

.with-line-behind-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 400;
}
.with-line-behind-title:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.with-line-behind-title span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

.header-actions p {
  margin: 0;
}

/* ==========================================================================
   steps
   ========================================================================== */
span.step {
  background: #e1e2e6;
  border-radius: 20px;
  border-color: #cbccd2;
  color: #585d78;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

/* ==========================================================================
   Rows
   ========================================================================== */
.row.left-justified {
  text-align: left;
}

/* ==========================================================================
   Cards
   ========================================================================== */
.open-card-under-header {
  margin-left: -20px;
}

.card {
  padding: 40px;
  border: 1px solid #e9ecf1;
  border-bottom-width: 2px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .card {
    padding: 20px;
  }
}
.card:after {
  content: "";
  display: table;
  clear: both;
}
.card.no-background {
  background: none;
  border: none;
}
.card .absolute-button {
  position: absolute;
  padding: 0px 0px 0px 25px;
  font-size: 12px;
  right: 20px;
  top: 25px;
  display: inline-block;
  line-height: 12px;
}
.card .absolute-button a {
  text-decoration: none;
  color: #444;
}
.card .absolute-button a:before {
  text-transform: none;
  font-family: "Material Icons";
  content: "settings";
  position: absolute;
  font-size: 20px;
  top: 0px;
  left: 0px;
}
.card.card-parent {
  padding: 20px 20px;
  background: #e7e8ef;
  /*border: 1px solid #d9dfe7;*/
  border-bottom-width: 2px;
}
.card.card-parent .spacer {
  display: none;
}
.card.card-parent .item, .card.card-parent .card {
  border-color: #d9dfe7;
}
.card.attached {
  border-bottom: 1px solid #e9ecf1;
  margin-bottom: -26px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card.spaced {
  margin-bottom: 20px;
}
.card.attached-within-flex {
  border-bottom: 1px solid #e9ecf1;
  margin-bottom: -1.1em;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card.no-padding {
  padding: 0;
}
.card.no-padding.with-padding-right {
  padding-right: 40px;
}
.card.tighter-card {
  padding: 20px;
}
.card.mid-tighter-card {
  padding: 30px;
}
.card.instructions-card {
  padding: 10px 40px;
}
.card.tighter-top {
  padding-top: 20px;
}
.card.no-bg {
  background: none;
  border: none;
  padding: 10px 40px;
}
.card.inside-cards {
  background: #fff;
}
.card.inside-cards .item {
  padding: 0;
  border-radius: 0px;
  border: none;
  border-top: 1px solid #e9ecf1;
  padding-top: 20px;
}
.card.inside-cards .item:first-child {
  border-top: 0;
  padding-top: 10px;
}
.card.inside-cards .item:first-child.abs-icon .icon {
  top: 10px;
}
.card.inside-cards .item:first-child.abs-icon .star {
  top: 40px;
}
.card.inside-cards .item.is-key-metric {
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.card.inside-cards .item.is-key-metric.abs-icon .icon {
  top: 20px;
}
.card.inside-cards .item.is-key-metric.abs-icon .star {
  top: 50px;
}
.card.inside-cards .sample {
  background: none;
}
.card.inside-cards .header {
  padding-left: 0;
}

.sample-wrap {
  background: repeating-linear-gradient(130deg, #fff, #fff 10px, #f7f7f7 10px, #f7f7f7 20px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sample-wrap .item {
  background: none !important;
}
.sample-wrap.clean {
  padding: inherit;
  margin: 0px;
  border-top: none;
}

.below-sample-wrap .card.inside-cards .item:first-child {
  border-top: none;
}

.card.attached + .card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card + .card {
  margin-top: 25px;
}

.form + .card {
  margin-top: 25px;
}

.card + .item-listing {
  margin-top: 30px;
}

.no-click {
  pointer-events: none;
}

.card-shim {
  padding: 2px 5px 2px 5px;
}

.max-800 {
  max-width: 860px;
}

.mid-width.canvas {
  max-width: 600px;
  padding: 10px 40px 60px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .mid-width.canvas {
    padding: 0px;
    max-width: none;
    margin-top: 0;
    box-shadow: none;
    border: none;
  }
}
.mid-width.extra-top {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mid-width.extra-top {
    margin-top: 80px;
  }
}
.mid-width .card {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mid-width.wider-card .card {
  max-width: 800px;
}
.mid-width.more-mid-width.canvas {
  max-width: 800px;
}
.mid-width.tighter {
  padding-top: 0;
}
.mid-width.tighter .page-header {
  padding-bottom: 20px;
}
.mid-width.tighter .card {
  padding-top: 20px;
  padding-bottom: 20px;
  /*.input-group {
    margin-bottom: 5px;
  }*/
}
.mid-width.tighter .card p {
  margin-top: 5px;
}

.canvas-bottom.light-blue {
  color: #638AB5;
}
.canvas-bottom h3 {
  font-weight: bold;
}

/* ==========================================================================
   Wrappers
   ========================================================================== */
/* ==========================================================================
   Item Cards
   ========================================================================== */
/* ==========================================================================
   Content
   ========================================================================== */
.copy h3 {
  margin-top: 40px;
  color: #1B4676;
}
.copy h3:first-child {
  margin-top: 0;
}

.info-top {
  /*background: pink;*/
}
@media (max-width: 799px) {
  .info-top {
    height: auto !important;
  }
}

span.nowrap {
  white-space: nowrap;
}

.notice {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #e9ecf1;
  border-bottom-width: 2px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}

.notice p {
  margin-top: 0;
}

/* ==========================================================================
   Logos
   ========================================================================== */
.wordmark {
  max-width: 200px;
}

.next-to-wordmark {
  display: block;
  font-size: 24px;
  display: none;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-header .wordmark {
  margin-bottom: -80px;
}

.below-wordmark {
  margin-top: -10px;
}
.below-wordmark.tighter {
  margin-top: 0px;
}

.tighter .below-wordmark {
  margin-top: 0;
}

.page-header h1.with-wordmark + p {
  margin-top: 5px;
  z-index: 10;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 4px 12px;
}

/* ==========================================================================
   Headers within wrappers
   ========================================================================== */
.row div h1, .page-header h1 {
  margin-top: 0;
}

/* ==========================================================================
   Stuff
   ========================================================================== */
em.nb {
  display: none;
  font-weight: normal;
}

.actions {
  text-align: center;
  margin-top: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.metric-asset.bucket-with {
  font-size: inherit !important;
  line-height: inherit !important;
}

.mid-width .actions {
  width: 100%;
  margin-top: 0;
}
.mid-width .actions.cancel {
  margin-top: 20px;
}

.actions:first-child {
  margin-top: 0px;
}

.divider-top {
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: none !important;
  padding-top: 8px;
  margin-top: 10px !important;
}
.divider-top.no-margin-top {
  margin-top: 0 !important;
}

.row.no-row-margin-bottom > div {
  margin-bottom: 0px;
}

div.divider-top {
  margin-top: 20px !important;
}

.divider-top > span:first-child {
  margin-top: 0;
  padding-top: 0;
}

span.note {
  font-weight: normal;
  display: block;
  margin-top: 4px;
}

.inside-note {
  color: #638AB5;
}
.inside-note:last-child {
  margin-bottom: 0px;
}

input + span.note {
  display: block;
  margin-top: -2px;
}

span.label {
  margin-left: 0;
  /*text-align: left;*/
  display: block;
}

.label-subhead {
  font-size: 90%;
  text-transform: none;
  font-weight: 300;
  display: block;
  line-height: 1.2em;
  margin-top: 3px;
}

p:last-child {
  margin-bottom: 0 !important;
}

em.underline {
  border-bottom: 2px solid #e5e5e5;
  font-style: normal;
}

em.icon-wrap {
  font-style: normal;
  line-height: 1;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.larger {
  font-size: 120%;
  line-height: 1.4em;
}

.sentiment {
  font-style: normal;
  color: #fff;
  padding: 2px 12px;
  display: inline-block;
  border-radius: 2px;
  line-height: 1em;
}
.sentiment.positive {
  background: #64c487;
}
.sentiment.infinite {
  background: #64c487;
}
.sentiment.negative {
  background: #E87060;
}
.sentiment.negative-infinite {
  background: #E87060;
}
.sentiment.neutral {
  background: #eda97c;
}
.sentiment.zero {
  background: #eda97c;
}
.sentiment.contributing {
  background: #db6668;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}
ul li.sub {
  padding-left: 20px;
  font-size: 85%;
}

ul.list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.list li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

ul.user-info li {
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

ul.views-list {
  margin: 0;
}

ul.phrase-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.phrase-list li {
  padding: 5px 0 5px 0;
}

ul li.with-abs-icon {
  position: relative;
  padding-left: 20px;
}
ul li.with-abs-icon span.abs-icon {
  position: absolute;
  left: 0px;
  top: 5px;
}

.as-list {
  padding: 5px 0;
  display: inline-block;
}

.info-list {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
  margin-bottom: -40px;
}
.info-list .cap {
  background: #638AB5;
  border: 1px solid #5177a2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  /*
  background: #47A2AA;
  border-bottom: 1px solid #378d95;
  border-right: 1px solid #378d95;
  */
  color: #fff;
  margin: -21px -41px -21px -41px;
  padding: 20px;
  text-align: center;
}
.info-list .cap a {
  color: #fff;
}
.info-list .cap p {
  margin: 0;
}
.info-list .item {
  padding: 20px 40px;
  border-bottom: 1px solid #dfe0e4;
  position: relative;
}
.info-list .item .user-info {
  display: block;
  padding-top: 5px;
}
.info-list .item .user-info span {
  margin-top: 4px;
}
.info-list .item .user-info span:first-child {
  margin-top: 0;
}
.info-list .item .user-actions {
  font-size: 13px;
  padding-top: 5px;
}
.info-list .item .user-actions .action {
  /*display: inline-block;*/
  padding: 5px 0;
  margin-right: 10px;
}
.info-list .item .user-actions .action:last-child {
  margin-right: 0;
}
.info-list .item.message p {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.info-list .item.message p:last-child {
  margin-bottom: 0;
}
.info-list .item:last-child {
  border-bottom: 0;
}

.user-info span.block {
  display: block;
  margin-top: 4px;
}
.user-info .username {
  display: block;
  font-size: 13px;
}
.user-info .fullname {
  font-weight: 600;
}
.user-info .meta {
  display: block;
}

.with-bullet {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
}
.with-bullet li {
  position: relative;
  margin: 0 3px 8px 0;
  padding: 0px 0px 0px 15px;
  text-align: left;
}
.with-bullet li::before {
  text-transform: none;
  font-family: "Material Icons";
  content: "circle";
  position: absolute;
  font-size: 8px;
  top: 5px;
  left: 0px;
}

/* IMAGE GRID */
.image-grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-grid.five-wide .item {
  flex: 0 0 20%;
}
@media (max-width: 700px) {
  .image-grid.five-wide .item {
    flex: 0 0 50%;
  }
}
.image-grid.six-wide {
  gap: 20px;
}
.image-grid.six-wide .item {
  flex: 0 0 15%;
}
@media (max-width: 1100px) {
  .image-grid.six-wide .item {
    flex: 0 0 30%;
  }
}
@media (max-width: 700px) {
  .image-grid.six-wide .item {
    flex: 0 0 33%;
  }
}
@media (max-width: 600px) {
  .image-grid.six-wide .item {
    flex: 0 0 33%;
  }
}
.image-grid p + h3 {
  margin-top: 30px;
}
.image-grid.two-wide .item {
  flex: 0 0 33%;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .image-grid.two-wide .item {
    flex: 0 0 50%;
  }
}
.image-grid img {
  width: 130px;
  height: 90px;
  object-fit: contain;
  /*mix-blend-mode: multiply*/
}
.image-grid img.logo-smaller {
  width: 90px;
}
.image-grid .eplus img {
  width: 60px;
}

.warnings {
  padding-top: 5px;
}
.warnings .alert {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  margin-top: 10px;
  padding-right: 10px;
}
.warnings .alert::before {
  text-transform: none;
  font-family: "Material Icons";
  content: "warning";
  position: absolute;
  font-size: 20px;
  top: 7px;
  color: #c24e3e;
  left: 0px;
}

.info-icon {
  position: relative;
  padding-left: 30px;
}
.info-icon::before {
  text-transform: none;
  font-family: "Material Icons Outlined";
  content: "info";
  position: absolute;
  font-size: 20px;
  top: 0px;
  left: 0px;
}

.tighter .image-grid {
  margin-top: 5px;
}
.tighter .image-grid img {
  height: 70px;
}

/* ==========================================================================
Forms
========================================================================== */
* {
  box-sizing: border-box;
}

/* ==========================================================================
Containers
========================================================================== */
.input-group {
  margin-bottom: 15px;
  display: block;
}
.input-group.more-space {
  margin-bottom: 40px;
}
.input-group + .actions {
  margin-top: 0px;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group .widget {
  font-size: 80%;
  cursor: pointer;
  border: 1px solid #B5BACB;
  padding: 5px 12px;
  display: inline-block;
  margin-left: 20px;
}

.clear-reset {
  cursor: pointer;
}

.form-header {
  margin-bottom: 30px;
}

.switch-set input[type=radio] {
  margin: 0;
  margin-right: 5px;
}
.switch-set .input-group:after {
  content: "";
  display: table;
  clear: both;
}
.switch-set .input-col {
  float: left;
  margin-right: 15px;
  width: 20px;
}
.switch-set .label-col {
  overflow: hidden;
  padding-top: 2px;
}
.switch-set:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
Inputs
========================================================================== */
input {
  width: 100%;
  padding: 12px;
  border: none;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #404040;
  /* remove underline from anchors */
}
input:focus {
  /*background-color: #DB6668;*/
  outline: none;
}
input.not-one-line {
  width: 250px;
  margin-right: 30px;
  display: inline-block;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

textarea {
  width: 100%;
  font-size: 12px;
  margin: 5px 0;
}
textarea.medium {
  height: 150px;
  font-size: 14px;
}
textarea.tall {
  height: 150px;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  background: #fff;
  border: 1px solid #B5BACB;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* Set a style for all buttons */
input[type=submit], button:not(.picker-button), .btn:not(.picker-button) {
  font-weight: bold;
  background-color: #DB6668;
  color: white;
  padding: 14px 50px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 600;
}
input[type=submit].new-style, button:not(.picker-button).new-style, .btn:not(.picker-button).new-style {
  max-width: 300px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 12px 30px;
  height: 42px;
  font-weight: 500;
  vertical-align: middle;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
input[type=submit].new-style.auto-width, button:not(.picker-button).new-style.auto-width, .btn:not(.picker-button).new-style.auto-width {
  width: auto;
  max-width: none;
  height: auto;
}
input[type=submit].blue, button:not(.picker-button).blue, .btn:not(.picker-button).blue {
  background-color: #216b8b;
}
input[type=submit].blue:hover, input[type=submit].blue:focus, button:not(.picker-button).blue:hover, button:not(.picker-button).blue:focus, .btn:not(.picker-button).blue:hover, .btn:not(.picker-button).blue:focus {
  background-color: #104f6a;
}
input[type=submit].dk-blue, button:not(.picker-button).dk-blue, .btn:not(.picker-button).dk-blue {
  background-color: #6C7089;
}
input[type=submit].dk-blue:hover, input[type=submit].dk-blue:focus, button:not(.picker-button).dk-blue:hover, button:not(.picker-button).dk-blue:focus, .btn:not(.picker-button).dk-blue:hover, .btn:not(.picker-button).dk-blue:focus {
  background-color: #6C7089;
}
input[type=submit].dk-blue.with-hover:hover, input[type=submit].dk-blue.with-hover:focus, button:not(.picker-button).dk-blue.with-hover:hover, button:not(.picker-button).dk-blue.with-hover:focus, .btn:not(.picker-button).dk-blue.with-hover:hover, .btn:not(.picker-button).dk-blue.with-hover:focus {
  background-color: #535774;
}
input[type=submit].gold, button:not(.picker-button).gold, .btn:not(.picker-button).gold {
  background-color: #FBB13C;
}
input[type=submit].gold:hover, input[type=submit].gold:focus, button:not(.picker-button).gold:hover, button:not(.picker-button).gold:focus, .btn:not(.picker-button).gold:hover, .btn:not(.picker-button).gold:focus {
  background-color: #E39B29;
}
input[type=submit].orange, button:not(.picker-button).orange, .btn:not(.picker-button).orange {
  background-color: #E38F43;
}
input[type=submit].orange:hover, input[type=submit].orange:focus, button:not(.picker-button).orange:hover, button:not(.picker-button).orange:focus, .btn:not(.picker-button).orange:hover, .btn:not(.picker-button).orange:focus {
  background-color: #BF6A1C;
}
input[type=submit].orange.in-menu:focus, button:not(.picker-button).orange.in-menu:focus, .btn:not(.picker-button).orange.in-menu:focus {
  background-color: #E38F43;
}
input[type=submit].in-menu, button:not(.picker-button).in-menu, .btn:not(.picker-button).in-menu {
  letter-spacing: 0px;
  padding: 8px 20px;
  font-style: normal;
}
input[type=submit].support, button:not(.picker-button).support, .btn:not(.picker-button).support {
  background-color: #638AB5;
}
input[type=submit].support:hover, input[type=submit].support:focus, button:not(.picker-button).support:hover, button:not(.picker-button).support:focus, .btn:not(.picker-button).support:hover, .btn:not(.picker-button).support:focus {
  background-color: #5177a2;
}
input[type=submit].smaller, button:not(.picker-button).smaller, .btn:not(.picker-button).smaller {
  padding: 8px 12px;
}
input[type=submit]:hover, button:not(.picker-button):hover, .btn:not(.picker-button):hover {
  background-color: #B63436;
}
input[type=submit]:focus, button:not(.picker-button):focus, .btn:not(.picker-button):focus {
  background-color: #DB6668;
}
input[type=submit].ghost, button:not(.picker-button).ghost, .btn:not(.picker-button).ghost {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  font-weight: 600;
  color: #1e79ee;
  /*margin: 0;*/
  /*background: pink;*/
  white-space: nowrap;
  font-size: 15px;
  height: 15px;
  letter-spacing: 0px;
  font-weight: 600;
}
input[type=submit].inline, button:not(.picker-button).inline, .btn:not(.picker-button).inline {
  width: auto;
}

.btn.soon {
  background-color: #828594;
}
.btn.soon:hover {
  background-color: #4F5371;
}
.btn.soon:focus {
  background-color: #4F5371;
}

.inline-button {
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  margin-left: 5px;
  border: none;
}
.inline-button a {
  color: #fff;
  padding: 3px 8px;
  background: #1e79ee;
  border-radius: 5px;
  text-decoration: none;
}
.inline-button.no-color a {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
}
.inline-button.no-color a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.inline-button.standalone {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.inline-button.absolute {
  position: absolute;
  top: 9px;
  right: 50px;
}
.inline-button.as-bucket-tag a {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin-left: 0px;
  background: rgba(0, 0, 0, 0.05);
}
.inline-button.as-bucket-tag a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.inline-button.on-hover {
  display: none;
}

.small-divider + form {
  margin-top: 30px;
}

.btn-animated {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  line-height: 14px;
}
.btn-animated:hover .with-icon span.icon, .btn-animated:focus .with-icon span.icon {
  opacity: 1;
  visibility: visible;
  display: inline-flex;
}
.btn-animated:hover .with-icon span.text, .btn-animated:focus .with-icon span.text {
  margin: 0px 0px 0px 0px;
}
.btn-animated .with-icon {
  display: inline-flex;
  vertical-align: middle;
}
.btn-animated .with-icon span.text {
  margin: 0px -18px 0px 0px;
  display: inline-flex;
  transition: 0.3s;
}
.btn-animated .with-icon span.icon {
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  width: 16px;
}
.btn-animated .with-icon svg {
  width: 16px;
}

.form-wrapper {
  padding-top: 20px;
}

/* HUBSPOT */
.hbspt-form .hs-button {
  font-weight: bold;
  background-color: #DB6668;
  color: white;
  padding: 14px 50px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 600;
  background-color: #E38F43;
}
.hbspt-form .hs-button:hover, .hbspt-form .hs-button:focus {
  background-color: #BF6A1C;
}

/* ==========================================================================
Header
========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  header {
    position: sticky;
  }
}
header .menu {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}
header .menu img {
  max-width: 25px;
}
header .menu svg {
  fill: #fff;
}
header .show {
  display: block;
}
header .navigation {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 60px 25px 30px 30px;
  border-bottom-left-radius: 5px;
}
header .navigation.show {
  display: block;
}
header .navigation ul {
  margin: 0;
  padding: 0;
}
header .navigation ul li {
  display: block;
  margin: 10px 0;
}
header .navigation ul li a {
  font-size: 15px;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-style: italic;
}
header .navigation ul li a:hover {
  text-decoration: underline;
}
header .navigation em {
  display: flex;
  gap: 5px;
  justify-content: left;
  align-items: center;
}
header .navigation em svg {
  width: 20px;
  height: 20px;
}

.back-top.floating {
  z-index: 10;
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*

  bottom: 0;
  right: 0;
  padding: 5px 40px;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0,0,0,.2);*/
}
.back-top.floating .btn {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .back-top.floating {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 576px) {
  .back-top.floating {
    display: none;
  }
}
.back-top.show {
  visibility: visible;
  opacity: 1;
}
.back-top.hide {
  visibility: hidden;
  opacity: 0;
}

.back-to-top {
  cursor: pointer;
}

/* ==========================================================================
 Stuff for Website-look-and-feel
========================================================================= */
.marketing {
  /*h1:first-child, h2:first-child {
     margin-top: 0px;
  }*/
}
.marketing .copy-wrapper {
  padding-right: 0px;
}
.marketing h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
.marketing h3 + p {
  margin-top: 0px;
}
.marketing h2.subheader {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Source Serif Pro", sans-serif;
  font-size: 95%;
}
.marketing h1 {
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .marketing .section .inside-wrapper img {
    max-width: 80%;
    text-align: left;
  }
}
.marketing .section .inside-wrapper div.with-round img {
  border-radius: 5px;
}
.marketing .section .inside-wrapper div.with-shadow img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.marketing div.icon {
  width: 40px;
}
.marketing .item-with-icon {
  position: relative;
  padding-left: 80px;
}
.marketing .item-with-icon div.icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.marketing .item-with-icon .circle {
  width: 60px;
  height: 60px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
}
.marketing .item-with-icon span.icon {
  display: inline-flex;
  width: 40px;
}
.marketing .image-grid {
  margin-top: 0px;
}
.marketing .section + .section {
  margin-top: 0px;
}
.marketing .on-dark .circle {
  background: rgba(255, 255, 255, 0.1);
}
.marketing .on-dark svg {
  color: #ffffff;
}
.marketing .circle-image img {
  border-radius: 50%;
}

/* ==========================================================================
 Stuff for Website-look-and-feel
========================================================================= */
.marketing {
  /* Rules for sizing the icon. */
  /* ==========================================================================
    Typography
  ========================================================================== */
}
.marketing .section img {
  max-width: 100%;
}
.marketing .section.vertical-10 {
  background-position-y: 10%;
}
.marketing .section.vertical-20 {
  background-position-y: 20%;
}
.marketing .section.vertical-30 {
  background-position-y: 30%;
}
.marketing .section.vertical-40 {
  background-position-y: 40%;
}
.marketing .section.vertical-50 {
  background-position-y: 50%;
}
.marketing .section.vertical-60 {
  background-position-y: 60%;
}
.marketing .inside-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .marketing .inside-wrapper.with-rows {
    padding: 0 10px;
  }
}
.marketing .inside-wrapper.max-width-1150 {
  max-width: 1150px;
}
.marketing .inside-wrapper.max-width-1100 {
  max-width: 1100px;
}
.marketing .inside-wrapper.max-width-1000 {
  max-width: 1000px;
}
.marketing .inside-wrapper.max-width-900 {
  max-width: 900px;
}
.marketing .inside-wrapper.max-width-800 {
  max-width: 800px;
}
.marketing .inside-wrapper.max-width-700 {
  max-width: 700px;
}
.marketing .inside-wrapper.max-width-600 {
  max-width: 600px;
}
.marketing .inside-wrapper.max-width-500 {
  max-width: 500px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .marketing .inside-wrapper.with-space-on-mobile {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .marketing .inside-wrapper.with-space-on-mobile {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .marketing .inside-wrapper.with-space-on-mobile {
    max-width: 100%;
  }
}
.marketing .inside-wrapper + .inside-wrapper {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .marketing .inside-wrapper + .inside-wrapper {
    margin-top: 40px;
  }
}
.marketing .inside-wrapper + .full-width {
  margin-top: 40px;
}
.marketing .inside-wrapper.inset {
  margin-top: -60px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .marketing .inside-wrapper.inset {
    max-width: 92%;
    box-sizing: border-box;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .marketing .inside-wrapper.inset {
    padding: 30px;
  }
}
.marketing .inside-wrapper.inset.more-inset {
  margin-top: -100px;
}
.marketing .inside-wrapper.on-right {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .marketing .inside-wrapper .inside-wrapper {
    padding: 0px;
  }
}
.marketing .max-width-70-p {
  max-width: 70%;
}
.marketing .max-width-75-p {
  max-width: 75%;
}
.marketing .skinnier .inside-wrapper {
  max-width: 750px;
}
.marketing .relative {
  position: relative;
}
.marketing .align-right {
  text-align: right;
}
.marketing .align-left {
  text-align: left;
}
.marketing .align-center {
  text-align: center;
}
.marketing .no-margin {
  margin: 0 !important;
}
.marketing .no-padding {
  padding: 0 !important;
}
.marketing .no-margin {
  margin: 0 !important;
}
.marketing .no-padding-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.marketing .no-padding-top {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.marketing .small-padding-top {
  padding-top: 30px !important;
  margin-top: 0px !important;
}
.marketing .small-padding-bottom {
  padding-bottom: 30px !important;
  margin-bottom: 0px !important;
}
.marketing .row {
  margin-right: 0;
  margin-left: 0;
  /*
  @include md {
     .row {
        margin-left: -1em;
        margin-right: -1em;
     }
  }
  */
}
.marketing .material-icons.md-18 {
  font-size: 18px;
}
.marketing .material-icons.md-24 {
  font-size: 24px;
}
.marketing .material-icons.md-36 {
  font-size: 36px;
}
.marketing .material-icons.md-48 {
  font-size: 48px;
}
.marketing .v-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .marketing .v-center {
    position: relative;
    transform: none;
    top: auto;
    box-shadow: none;
    border-radius: none;
  }
}
.marketing .flex-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.marketing .flex-v-center .inside-wrapper {
  width: 100%;
}
.marketing .flex-v-center .variable-center {
  width: auto;
}
.marketing .flex-v-h-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.marketing .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.marketing .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marketing .rounded, .marketing .rounded img {
  border-radius: 50%;
  display: inline;
  max-width: 150px;
}
@media (max-width: 768px) {
  .marketing .row > .align-right {
    text-align: left;
  }
}

.marketing-copy {
  line-height: 1.4em;
  width: 100%;
}
.marketing-copy h1 {
  line-height: 1.1em;
}
.marketing-copy p.disclaimer {
  font-size: 80%;
  text-align: left;
  line-height: 1.2em;
  color: #6C7089;
}
.marketing-copy ul li {
  position: relative;
  padding-left: 30px;
  margin: 5px 0;
}
.marketing-copy ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background: url("/static/assets/images/check-circle.svg") top left no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.marketing-copy .illustration {
  margin: 20px 0;
}
.marketing-copy .illustration img {
  max-width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.marketing-copy .illustration .dropdown-illustration {
  max-width: 300px;
}

.with-icon {
  display: inline-flex;
  vertical-align: middle;
}
.with-icon span.icon {
  margin-left: 5px;
  margin-top: -2px;
}
.with-icon svg {
  width: 20px;
}

.tooltip {
  cursor: pointer;
}

.social-icons {
  font-size: 24px;
}

.content.content-no-max-width {
  max-width: none;
  padding: 0px;
}

/* ==========================================================================
   Color Variables
   ========================================================================== */
/*
$text: #000000;
$hero-gray: #E8E9ED;
$dark-gray: #E8E9ED;
$gray-2: #F4F4F6;
$gray: #F4F4F6;
$gray-1: #F4F4F6;
$white: #ffffff;
$light-gray: #F4F4F6;

$ultra-dark-blue: #07293a;
$dark-blue: #092139;
$blue: #153e6e;
$light-blue: #147298;
$light-blue-seethrough: rgba(20, 114, 152, 1);
$yellow: #ffcf31;
*/
/* ==========================================================================
Section Content things
========================================================================== */
/* ==========================================================================
Sections
========================================================================== */
.gray-bg {
  background: #E8E9ED;
}

.light-blue-bg {
  background: #B6D7DB;
}

.light-blue-2-bg {
  background: #7BBAC1;
}

.blue-bg {
  background: #5A8EA6;
}

.salmon-bg {
  background: #F7A072;
}

.orange-bg {
  background: #FBB13C;
}

.yellow-bg {
  background: #FBB13C;
}

.purple-bg {
  background: #A4A8B7;
}

.dark-gray-bg {
  background: #707070;
}

.dark-purple-bg {
  background: #6C7089;
}

.dark-gray-2-bg {
  background: #32343F;
}

.almost-black-bg {
  background: #272838;
}

.pink-bg {
  background: #F86863;
}

.green-bg {
  background: #7DAA92;
}

.gray-bg {
  background: #E8E9ED;
}

.light-gray-bg {
  background: #F4F4F6;
}

.almost-white-bg {
  background: #FDFFFF;
}

/* NEW ONES */
.light-tan-bg {
  background: #EEEDDE;
}

.olive-bg {
  background: #9E9F5D;
}

.dk-olive-bg {
  background: #4D573F;
}
.dk-olive-bg .inside-wrapper > h1, .dk-olive-bg .inside-wrapper > h2, .dk-olive-bg .inside-wrapper > h3, .dk-olive-bg .inside-wrapper > h4, .dk-olive-bg .inside-wrapper > h5, .dk-olive-bg .inside-wrapper > h6, .dk-olive-bg .inside-wrapper > p, .dk-olive-bg .inside-wrapper > li, .dk-olive-bg .inside-wrapper > a:not(.button) {
  color: #EEEDDE;
}

.white-bg {
  background: #FFF;
}

.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark h5, .on-dark h6, .on-dark p, .on-dark li, .on-dark a:not(.button) {
  color: #fff;
}
.on-dark.hero h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.on-dark.hero h2 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.on-light h1, .on-light h2, .on-light h3, .on-light h4, .on-light h5, .on-light h6, .on-light p, .on-light li, .on-light a:not(.button) {
  color: #4D573F;
}
.on-light.hero h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.on-light.hero h2 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.on-light-black h1, .on-light-black h2, .on-light-black h3, .on-light-black h4, .on-light-black h5, .on-light-black h6, .on-light-black p, .on-light-black li, .on-light-black a:not(.button) {
  color: #1e1e1e;
}
.on-light-black.hero h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.on-light-black.hero h2 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.rounded, .rounded img {
  border-radius: 50%;
  display: inline;
  max-width: 150px;
}
@media (max-width: 768px) {
  .rounded, .rounded img {
    max-width: 75%;
  }
}

.row.no-margin-or-padding > div {
  margin: 0 !important;
  padding: 0 !important;
}

.marketing {
  /* ==========================================================================
     Other things
     ========================================================================== */
  /* ==========================================================================
     Right side images and clipped areas
     ========================================================================== */
}
.marketing .section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /* ==========================================================================
  Alternate Versions, color, etc
  ========================================================================== */
  /*background-color: #fff;*/
  color: #272838;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  /*
  padding-left: 80px;
  padding-right: 80px;
  */
  /* ==========================================================================
  END Alternate Versions, color, etc
  ========================================================================== */
}
.marketing .section.first-section {
  padding-top: 180px;
}
@media (max-width: 768px) {
  .marketing .section.first-section {
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .marketing .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .marketing .section.prevent-mobile-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.marketing .section.small-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.marketing .section.waypoint h1 {
  font-size: 56px;
}
@media (max-width: 768px) {
  .marketing .section.waypoint h1 {
    font-size: 46px;
  }
}
.marketing .section.bg-animated {
  animation: Animation 5s ease infinite;
  background-size: 300% 100%;
}
@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.marketing .section.min-height-400 {
  min-height: 400px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-400 {
    min-height: 0px;
  }
}
.marketing .section.min-height-500 {
  min-height: 500px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-500 {
    min-height: 0px;
  }
}
.marketing .section.min-height-550 {
  min-height: 550px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-550 {
    min-height: 0px;
  }
}
.marketing .section.min-height-600 {
  min-height: 600px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-600 {
    min-height: 0px;
  }
}
.marketing .section.min-height-650 {
  min-height: 650px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-650 {
    min-height: 0px;
  }
}
.marketing .section.min-height-700 {
  min-height: 700px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-700 {
    min-height: 0px;
  }
}
.marketing .section.min-height-800 {
  min-height: 800px;
}
@media (max-width: 768px) {
  .marketing .section.min-height-800 {
    min-height: 0px;
  }
}
.marketing .section.screened:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  opacity: 0.15;
  z-index: 1;
}
.marketing .section.screened > * {
  z-index: 100;
}
.marketing .section.screened .inside-wrapper {
  position: relative;
}
.marketing .section.fill-screen {
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: calc(var(--vh, 1vh) * 100) !important;
  padding: 60px 0;
}
.marketing .section.fill-screen.first-section {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .marketing .section.fill-screen.first-section {
    padding-top: 140px;
  }
}
@media (max-width: 768px) {
  .marketing .section.fill-screen {
    min-height: 90vh !important;
    height: auto !important;
  }
}
.marketing .section.with-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .marketing .section.with-video video.conference {
    left: -100%;
    width: 200%;
  }
  .marketing .section.with-video video.teammates {
    left: -40%;
    width: 140%;
  }
}
.marketing .section .above-video {
  z-index: 2;
  position: relative;
}
.marketing .section.hero h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .marketing .section.hero h1 {
    font-size: 46px;
  }
}
.marketing .section.hero h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1em;
}
.marketing .section.hero .impact-logo {
  width: 500px;
  margin-bottom: 20px;
}
.marketing .section.hero .lockup {
  font-size: 24px;
  text-align: center;
  line-height: 1.1em;
  font-weight: 300;
  margin-bottom: 30px;
}
.marketing .section.hero .lockup .date {
  font-weight: 500;
}
.marketing .section.hero .lockup .date .location {
  font-weight: 700;
}
@media (max-width: 768px) {
  .marketing .section.hero .lockup .date .pipe {
    display: none;
  }
  .marketing .section.hero .lockup .date .location {
    display: block;
  }
}
.marketing .section.hero .lockup.screened {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
}
.marketing .section.hero .lockup h1 {
  margin: 0;
  font-weight: 400;
}
.marketing .section.hero .lockup .line {
  display: block;
}
.marketing .section.hero .lockup .forum {
  text-transform: uppercase;
  color: #FBB13C;
  font-weight: 700;
}
.marketing .section.hero .lockup p {
  margin: 0;
  text-transform: uppercase;
}
.marketing .section.hero .lockup .button {
  margin-top: 10px;
  font-size: 16px;
  padding: 8px 20px;
}
.marketing .section.above-slanted {
  padding-bottom: 160px;
}
.marketing .section.big-top {
  padding-top: 160px;
}
.marketing .section.slanted {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.marketing .section.slanted:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100px;
  top: -60px;
  background: inherit;
  clip-path: polygon(0 0, 100% 36%, 100% 100%, 0 100%);
}
.marketing .section.slanted:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100px;
  bottom: -70px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.marketing .section.slanted-top {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.marketing .section.slanted-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100px;
  top: -60px;
  background: inherit;
  clip-path: polygon(0 0, 100% 36%, 100% 100%, 0 100%);
}
.marketing .section.between-slants {
  padding-top: 160px;
  padding-bottom: 160px;
}
.marketing .copy-wrapper {
  padding-right: 30px;
}
.marketing .copy-wrapper h4 {
  margin-top: 0px;
}
.marketing .contact {
  line-height: 1.6em;
}
.marketing .download img {
  border-radius: 5px;
}
.marketing .key-values {
  font-size: 64px;
}
.marketing .key-values .value {
  font-weight: 700;
  line-height: 54px;
}
.marketing .key-values .key {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1em;
  display: block;
}
.marketing .copy ul li {
  margin-bottom: 10px;
}
.marketing .list h2, .marketing .list h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.marketing .list img {
  border-radius: 5px;
}
.marketing .list .row > div {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .marketing .list .row > div {
    margin-top: 2em;
  }
}
.marketing .image-download {
  text-align: center;
}
.marketing .image-download a {
  text-decoration: none;
}
.marketing .image-download .item {
  display: inline-block;
}
.marketing .image-download img {
  max-width: 200px;
  border-radius: 0px;
}
.marketing .image-download .label {
  margin-top: 3px;
}
.marketing .image-download .smaller {
  font-size: 90%;
}
.marketing .inside-divider {
  margin-top: 30px;
  border-bottom: 1px solid #272838;
  margin-bottom: 30px;
}
.marketing .divider {
  margin-top: 60px;
  border-bottom: 1px solid #F4F4F6;
  margin-bottom: -30px;
}
@media (max-width: 576px) {
  .marketing .divider {
    margin-bottom: 0px;
  }
}
.marketing .divider.divider-in-copy {
  margin-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.marketing .more-info {
  margin-top: 30px;
}
.marketing .more-info ul {
  list-style-type: none;
  padding: 0;
}
.marketing .more-info ul li {
  display: inline-block;
  margin-right: 20px;
}
.marketing .boxed-in {
  padding: 30px;
  background: #E8E9ED;
}
.marketing .boxed-in h2 {
  font-size: 24px;
}
.marketing .with-modal {
  cursor: pointer;
}
.marketing .supporting-image {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .marketing .supporting-image.fourths {
    left: 65%;
  }
}
.marketing .supporting-image.thirds {
  width: 34%;
}
.marketing .supporting-image.thirds.first-clipped {
  width: 40%;
}
.marketing .supporting-image.thirds.clipped {
  width: 50%;
}
.marketing .supporting-image.left {
  left: 0;
}
.marketing .supporting-image.middle {
  left: 33%;
}
.marketing .supporting-image.middle.clipped {
  left: 30%;
}
.marketing .supporting-image.right {
  right: 0;
  left: auto;
}
.marketing .supporting-image.right.clipped {
  right: -15%;
}
.marketing .supporting-image.clipped {
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .marketing .supporting-image.clipped {
    clip-path: none;
  }
}
.marketing .supporting-image.horizontal-0 {
  background-position-x: 0%;
}
.marketing .supporting-image.horizontal-10 {
  background-position-x: 10%;
}
.marketing .supporting-image.horizontal-20 {
  background-position-x: 20%;
}
.marketing .supporting-image.horizontal-30 {
  background-position-x: 30%;
}
.marketing .supporting-image.horizontal-40 {
  background-position-x: 40%;
}
.marketing .supporting-image.horizontal-50 {
  background-position-x: 50%;
}
.marketing .supporting-image.horizontal-60 {
  background-position-x: 60%;
}
.marketing .supporting-image.horizontal-70 {
  background-position-x: 70%;
}
.marketing .supporting-image.horizontal-80 {
  background-position-x: 80%;
}
.marketing .supporting-image.horizontal-90 {
  background-position-x: 90%;
}
.marketing .supporting-image.horizontal-100 {
  background-position-x: 100%;
}
@media (max-width: 768px) {
  .marketing .supporting-image {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 50%;
    background-position: 100% 0;
    height: auto;
    margin-top: -60px;
    margin-bottom: 60px;
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .marketing .supporting-image.left, .marketing .supporting-image.middle, .marketing .supporting-image.right {
    left: 50%;
    right: 50%;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .marketing .supporting-image.left.first-clipped, .marketing .supporting-image.left.clipped, .marketing .supporting-image.middle.first-clipped, .marketing .supporting-image.middle.clipped, .marketing .supporting-image.right.first-clipped, .marketing .supporting-image.right.clipped {
    left: 50%;
    right: 50%;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .marketing .supporting-image.middle, .marketing .supporting-image.right {
    display: none;
  }
}
@media (max-width: 768px) {
  .marketing .supporting-image.thirds {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .marketing .supporting-image-on-bottom .supporting-image {
    margin-top: 60px;
    margin-bottom: -60px;
  }
}
.marketing .inside-clipped {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .marketing .inside-clipped {
    background: none;
    clip-path: none;
  }
}
@media (max-width: 1450px) {
  .marketing .with-diagonals-squeeze .inside-wrapper {
    max-width: 80%;
  }
  .marketing .with-diagonals-squeeze .inside-wrapper h1 {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .marketing .with-diagonals-squeeze .inside-wrapper {
    max-width: 100%;
  }
}
.marketing .tagline-lockup span {
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 992px) {
  .marketing .tagline-lockup span {
    font-size: 20px;
  }
}
.marketing .tagline-lockup span strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .marketing .tagline-lockup br {
    display: none;
  }
}
.marketing .tagline-lockup span.tagline {
  display: inline-block;
  margin-right: 20px;
}
.marketing .tagline-lockup span.tagline:last-child {
  margin-right: 0px;
}
.marketing .horizontal-0 {
  background-position-x: 0%;
}
.marketing .horizontal-10 {
  background-position-x: 10%;
}
.marketing .horizontal-20 {
  background-position-x: 20%;
}
.marketing .horizontal-30 {
  background-position-x: 30%;
}
.marketing .horizontal-40 {
  background-position-x: 40%;
}
.marketing .horizontal-50 {
  background-position-x: 50%;
}
.marketing .horizontal-60 {
  background-position-x: 60%;
}
.marketing .horizontal-70 {
  background-position-x: 70%;
}
.marketing .horizontal-80 {
  background-position-x: 80%;
}
.marketing .horizontal-90 {
  background-position-x: 90%;
}
.marketing .horizontal-100 {
  background-position-x: 100%;
}

/* ==========================================================================
Grasp Impact
========================================================================= */
/* HEADER */
.inside-logo {
  max-width: 200px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .inside-logo {
    max-width: 150px;
  }
}

.marketing .section .inside-wrapper .inside-logo img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .marketing .section .inside-wrapper .inside-logo img {
    max-width: 150px;
  }
}

/* CONTENT */
.framed {
  padding: 60px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .framed {
    padding: 40px 20px;
  }
}

.bg-hero {
  /* hero */
  background: linear-gradient(107.56deg, #535C41 0%, #79865F 100%);
  /* fill screen and v center if wide enough and tall enough */
  /* --- */
  /*&.with-video {

     h1 {
        font-size: 3.5rem;
     }

  }*/
}
@media (min-width: 1200px) {
  .bg-hero.with-padding {
    padding-left: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-height: 700px) and (min-width: 992px) {
  .bg-hero {
    min-height: 90vh;
    height: calc(var(--vh, 1vh) * 90) !important;
    min-height: calc(var(--vh, 1vh) * 90) !important;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-height: 700px) and (min-width: 1200px) {
  .bg-hero.with-video h1 {
    font-size: 3rem;
  }
  .bg-hero.with-video .video-and-content-wrapper {
    margin: 0px;
    position: relative;
    padding-right: 400px;
  }
  .bg-hero.with-video .side-video {
    display: block;
    width: 400px;
    height: 400px;
  }
}
@media (min-height: 700px) and (min-width: 1600px) {
  .bg-hero.with-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bg-hero.with-video .video-and-content-wrapper {
    max-width: 1600px;
    margin: 0px;
    position: relative;
    padding-right: 500px;
  }
  .bg-hero.with-video h1 {
    font-size: 3.5rem;
  }
  .bg-hero.with-video .side-video {
    display: block;
    width: 500px;
    height: 500px;
  }
}
.bg-hero h1 {
  font-weight: 400;
  text-wrap: pretty;
}
.bg-hero h1 span[class*=line] {
  display: block;
}
@media (min-width: 992px) {
  .bg-hero h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .bg-hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .bg-hero h1 {
    font-size: 2.5rem;
  }
  .bg-hero h1 span[class*=line] {
    display: inline;
  }
}
@media (max-height: 700px) {
  .bg-hero h1 {
    font-size: 3.5rem;
  }
  .bg-hero h1 span[class*=line] {
    display: inline;
  }
}
@media (max-width: 768px) {
  .bg-hero h1 {
    font-size: 40px;
  }
}
.bg-hero h1 em {
  color: #F9FE99;
  font-weight: normal;
}
.bg-hero h1 + .button-wrapper {
  margin-top: 60px;
}

.link-highlight-wrapper a {
  display: inline-block;
  position: relative;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
  font-size: 24px;
  font-style: italic;
  padding: 0 5px 3px 5px;
  background: linear-gradient(to top, #F9FE99 55%, transparent 55%);
}
.link-highlight-wrapper a:hover {
  background: linear-gradient(to top, #F6FC7D 55%, transparent 55%);
  color: #000;
}

/* NEW TYPOGRAPHY */
h3 {
  letter-spacing: 2px;
  font-size: 20px;
}
h3 + p {
  margin-top: 0px;
}
h3.measured {
  color: #E38F43;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.marketing h2.measured {
  margin-bottom: 10px;
}
.marketing h2 + h3 {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .lockups {
    display: block;
  }
}
@media (max-width: 992px) {
  .lockups > div {
    text-align: center;
    padding-bottom: 30px;
  }
}
.lockups .image-wrap img {
  max-width: 90%;
}
@media (max-width: 992px) {
  .lockups .image-wrap img {
    max-width: 60% !important;
  }
}
@media (max-width: 576px) {
  .lockups .image-wrap img {
    max-width: 90% !important;
  }
}
.lockups .image-wrap img.second {
  margin-top: -70px;
  margin-left: 30px;
}

.pullquote {
  position: relative;
  padding: 40px 40px 40px 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-left: 5px solid #E38F43;
}
.pullquote p {
  margin-top: 0px;
}
.pullquote .quote-image svg {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 5;
  top: -10px;
  left: 20px;
  fill: #fff;
}
@media (max-width: 768px) {
  .pullquote .quote-image svg {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .pullquote {
    max-width: 100%;
  }
}
.pullquote p {
  position: relative;
  z-index: 6;
  color: #1E1E1E;
  font-family: "Source Serif Pro", serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .pullquote p {
    font-size: 20px;
  }
}
.pullquote .attribution {
  font-family: "Inter";
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4D573F;
  font-size: 20px;
}
.pullquote .attribution .name {
  display: block;
}
.pullquote .attribution .company {
  display: block;
}
.pullquote .attribution.item-with-image {
  position: relative;
  padding-left: 120px;
  padding-top: 20px;
}
.pullquote .attribution.item-with-image div.photo {
  position: absolute;
  left: -5px;
  top: 0px;
}
.pullquote .attribution.item-with-image div.photo img {
  width: 100px;
  height: 100px;
  display: inline-flex;
  border-radius: 50%;
  border-width: 3px;
  border-color: #898CA4;
  border-style: solid;
}

.copy-intro + .button-wrapper {
  margin-top: -30px;
}

.marketing .divider {
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

ol {
  font-size: 20px;
  padding-left: 1em;
}
ol > li {
  margin: 20px 0;
  line-height: 1.3em;
}
ol ul {
  font-size: 20px;
  margin: 15px 30px -5px 30px;
}
ol ul li {
  list-style-type: lower-alpha;
}

.on-light h2 em {
  color: #000;
  font-weight: 500;
}

.on-dark h2 em, .on-dark .like-h2 em {
  color: #F9FE99;
  font-weight: 500;
}

.row .callout {
  background: #fff;
  padding: 35px 25px;
  border-radius: 5px;
}
.row .callout.taller {
  padding: 50px 25px;
}
.row.alt-callout .callout {
  background: #EEEDDE;
}
.row.alt-callout .callout p {
  font-size: 18px;
  font-style: italic;
}
.row.dark-text p {
  color: #1e1e1e;
  font-weight: 500;
}

.with-checks {
  margin: 20px 0 0px 0;
  padding: 0;
}
.with-checks li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.with-checks li:last-child {
  margin-bottom: 0px;
}
.with-checks li img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.with-checks.smaller-text li {
  font-size: 16px;
  font-style: italic;
  color: #4D573F;
}

.copy-wrap h3 {
  color: #E38F43;
  margin-bottom: 20px;
}

.copy-intro h2 {
  margin-bottom: 20px;
  color: #1E1E1E;
}
.copy-intro h3 {
  color: #E38F43;
  margin-bottom: 20px;
  line-height: 1.4em;
  letter-spacing: 3px;
}
.copy-intro h3.max-width-80 {
  max-width: 80%;
}
.copy-intro h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

.under-intro {
  margin-top: 30px;
}
.under-intro h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0px;
}

.inter p strong {
  color: #9E9F5D;
}

.framed h2 {
  text-wrap: pretty;
}
.framed h2.max-width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lockups .callout {
  text-wrap: pretty;
}
.lockups .link-highlight-wrapper {
  text-align: center;
  margin-top: 10px;
}
.lockups .link-highlight-wrapper a {
  font-size: 20px;
}

.leadin {
  color: #E38F43;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

h2 + .lockups {
  margin-top: 50px;
}

p + div.row {
  margin-top: 40px;
}

.player .leadin {
  padding-left: 5px;
}

/* video stuff */
.side-video {
  position: absolute;
  right: 0px;
  width: 500px;
  height: 500px;
  top: 70%;
  transform: translateY(-70%);
  display: none;
}

.video-frame {
  width: 100%;
}
.video-frame video {
  max-width: 100%;
}

.player {
  width: 100%;
}
.player audio {
  width: 100%;
}

/* podcast items */
.item {
  margin-bottom: 40px;
}

.flex {
  display: flex;
  gap: 10px;
  align-items: top;
  justify-content: left;
}
@media (max-width: 992px) {
  .flex {
    display: block;
  }
}
.flex .image img {
  max-width: 200px !important;
  border-radius: 5px;
}
.flex .desc {
  padding: 20px;
  font-size: 24px;
}
@media (max-width: 992px) {
  .flex .desc {
    padding: 20px 0;
  }
}
.flex .desc .title, .flex .desc .author, .flex .desc .what {
  margin: 0 0 20px 0;
}
.flex .desc .title {
  font-weight: 600;
}
.flex .desc .author {
  font-weight: 600;
  font-style: italic;
}
.flex .desc .what {
  font-family: "Inter";
  font-weight: 400;
  font-size: 90%;
}

body.dark {
  background: #4D573F;
}

.site-container.dark {
  background: #4D573F;
}
.site-container.dark .marketing {
  background: #4D573F;
}

.section.lp .head-image {
  background: #32343F;
  margin: -35px -25px 30px -25px;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 5px solid #444;
}
.section.lp .bottom-image {
  padding: 20px;
  margin: 0px -25px -35px -25px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section.lp .form-wrapper {
  padding-top: 0px;
}
.section.lp h1 {
  margin-bottom: 30px !important;
  color: #F9FE99;
}
.section.lp .callout {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .section.lp .callout {
    margin-top: 40px;
  }
}
.section.lp .logos {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.section.lp h4 {
  color: #F9FE99;
  font-weight: 500;
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer ul {
  font-size: 16px;
}
footer .section {
  padding: 80px 40px 80px 40px;
}
footer .social-icons {
  margin-bottom: 20px;
}
footer .social-icons a {
  font-size: 32px;
  margin-right: 15px;
}
footer .social-icons a:last-child {
  margin-right: 0px;
}
footer p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Inter";
}
footer h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .flex {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 25px;
  justify-content: center;
}
footer .flex .logo img {
  display: block;
}

/* Uncomment and set these variables to customize the grid. */
.container-flexbox-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row > div {
  margin-bottom: 1em;
}

/*.row > div > div {
  border: 1px solid #e5e5e5;
}*/
.row:last-child {
  margin-bottom: -1em;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container-flexbox {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container-flexbox {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container-flexbox {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  color: #ffffff;
  border-radius: 25px;
  background-color: #DB6668;
  color: white;
  padding: 14px 20px;
  font-family: "Source Serif Pro", sans-serif;
  text-transform: uppercase;
  transition: none;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

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