/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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 `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 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="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.2;
}

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

html {
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
table {
  font-size: 16px;
  font-size: 1.6rem;
}

ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-style: normal;
}

ul,
ol,
dd {
  padding-left: 20px;
  padding-left: 2rem;
}

::-webkit-input-placeholder {
  color: #979fa7;
  opacity: 0.8;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #979fa7;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #979fa7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #979fa7;
  opacity: 1;
}

@-ms-viewport {
  width: device-width;
}

[role="button"] {
  cursor: pointer;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

fieldset {
  border: 0;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  background-color: #fafbfc;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #313336;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3b3f43;
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

p:empty {
  display: none;
}

a {
  color: #f95c3c;
  text-decoration: none;
}

a:hover, a:active {
  outline: none;
  color: #f5421d;
  text-decoration: underline;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.wrapper, .landing-wrapper, .relationship-wrapper {
  max-width: 790px;
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
}

.wrapper:after, .landing-wrapper:after, .relationship-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.wrapper-xxl {
  max-width: 1200px;
  max-width: 120rem;
}

.wrapper-xl, .landing-wrapper {
  max-width: 1050px;
  max-width: 105rem;
}

.wrapper-lg, .relationship-wrapper {
  max-width: 900px;
  max-width: 90rem;
}

.wrapper-md {
  max-width: 580px;
  max-width: 58rem;
}

.wrapper-sm {
  max-width: 660px;
  max-width: 66rem;
}

.wrapper-xs {
  max-width: 500px;
  max-width: 50rem;
}

.wrapper-xxs {
  max-width: 400px;
  max-width: 40rem;
}

.layout {
  margin: 0 -10px;
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
}

.layout:after {
  display: table;
  content: '';
  clear: both;
}

.layout-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  padding: 0 10px;
  padding: 0 1rem;
  vertical-align: top;
}

.layout-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
}

.layout-flex-item-static {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.layout-flex-item-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.list-inline, .site-header-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
  padding: 0;
}

.gaps {
  display: block;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

.gaps:after {
  display: table;
  content: '';
  clear: both;
}

.gaps-sm {
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.gaps-md {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.gaps-lg {
  padding-top: 60px;
  padding-top: 6rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

.gaps-xl, .landing-wrapper {
  padding-top: 90px;
  padding-top: 9rem;
  padding-bottom: 90px;
  padding-bottom: 9rem;
}

.gutters {
  padding-right: 1rem;
  padding-left: 1rem;
}

.gutters-xs {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.gutters-sm {
  padding-right: 2rem;
  padding-left: 2rem;
}

.gutters-lg {
  padding-right: 5rem;
  padding-left: 5rem;
}

.gutters-xl {
  padding-right: 10rem;
  padding-left: 10rem;
}

.gutters-none {
  padding-right: 0;
  padding-left: 0;
}

.gutter-none-left {
  padding-left: 0;
}

.gutter-none-right {
  padding-right: 0;
}

.vertical-align-container {
  display: table;
  width: 100%;
}

.vertical-align-container-item {
  display: table-cell;
  vertical-align: middle;
}

.link {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f95c3c;
  text-decoration: none;
  cursor: pointer;
}

.link:hover, .link:focus, .link:active {
  outline: none;
  color: #f5421d;
  text-decoration: underline;
}

.link-caps, .icon-close, .icon-invite-email-verification, .icon-circle-check, .icon-invite-fast-tracked, .icon-attachment, .icon-business-card, .icon-info, .icon-web-mobile, .icon-security, .icon-document, .icon-credit-card, .icon-faq-general, .icon-faq-services, .icon-faq-price, .icon-faq-engineering, .icon-faq-design, .icon-faq-quality, .icon-faq-process, .icon-faq-hiring, .icon-faq-payment, .icon-faq-maintenance, .icon-faq-confidentiality, .icon-faq-tbd {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.link-light {
  color: #b9c0c4;
}

.link-light:hover, .link-light:focus, .link-light:active {
  color: #979fa7;
}

.headline, .blitz-highlight-headline,
.blitz-relationship-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
}

.headline-xs {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 30em) {
  .headline-xs {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
  }
}

.headline-sm {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}

@media (min-width: 30em) {
  .headline-sm {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
  }
}

.headline-md {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}

@media (min-width: 30em) {
  .headline-md {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.headline-md ._alt-mobile {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
}

.headline-lg {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
}

@media (min-width: 30em) {
  .headline-lg {
    font-size: 54px;
    font-size: 5.4rem;
  }
}

.text, .checkbox .checkbox-label, .blitz-highlight-copy, .faq-list-item {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3b3f43;
  line-height: 1.86;
}

.text-xs {
  font-size: 10px;
  font-size: 1rem;
}

.text-sm, .label {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-md {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 30em) {
  .text-md {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.text-lg {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 30em) {
  .text-lg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text-xl {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 30em) {
  .text-xl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.text-xxl {
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 30em) {
  .text-xxl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.text-white {
  color: #ffffff;
}

.text-gray {
  color: #b9c0c4;
}

.text-medium-gray {
  color: #757c81;
}

.text-dark-gray {
  color: #3b3f43;
}

.text-dark {
  color: #3b3f43;
}

.text-light {
  color: #979fa7;
}

.text-primary {
  color: #f95c3c;
}

.text-opacity {
  opacity: 0.8;
}

.text-hidden {
  display: none;
}

.btn, .site-drawer-button {
  display: inline-block;
  margin: 0;
  padding: 12px 32px;
  padding: 1.2rem 3.2rem;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover, .site-drawer-button:hover {
  background-color: #f5421d;
  outline: none;
  border: 0 solid #f5421d;
  color: #ffffff;
}

.btn:focus, .site-drawer-button:focus {
  outline: none;
}

.btn:active, .site-drawer-button:active, .btn.is-active, .is-active.site-drawer-button {
  background-color: #ea411d;
  border: 0 solid #f5421d;
  color: #ffffff;
  box-shadow: inset 2px 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.btn:disabled, .site-drawer-button:disabled, .btn.is-disabled, .is-disabled.site-drawer-button {
  background-color: #b9c0c4;
  cursor: not-allowed;
}

.btn-sm {
  padding: 10px 20px;
  padding: 1rem 2rem;
  font-size: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-lg {
  padding: 12px 80px;
  padding: 1rem 8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-full {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-icon {
  display: block;
  padding: 0;
  border: 0.1rem solid #f95c3c;
  border-radius: 0.2rem;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.btn-icon span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 1.3rem 0.2rem 0 0.2rem;
}

.btn-icon:active {
  box-shadow: inset 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
}

.btn-icon:hover {
  border: 0.1rem solid #f5421d;
}

.btn-google {
  overflow-y: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-google:before {
  display: inline-block;
  vertical-align: middle;
  content: url(/c9d9d524cca0aa55478eb695e43eea8a.svg);
  height: 3.8rem;
  background-color: white;
  float: left;
}

.btn-block {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.btn-shadow {
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow:hover {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-shadow:active, .btn-shadow.is-active {
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.btn-inverted {
  display: inline-block;
  margin: 0;
  padding: 12px 32px;
  padding: 1.2rem 3.2rem;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-inverted:hover {
  border: 1px solid #f5421d;
  color: #f5421d;
  background-color: #ffffff;
}

.btn-inverted:active, .btn-inverted.is-active {
  border: 1px solid #f5421d;
  color: #ea411d;
  background-color: #ffffff;
}

.btn-inverted:disabled, .btn-inverted.is-disabled {
  background-color: #b9c0c4;
  border: 1px solid #b9c0c4;
  color: #ffffff;
  cursor: not-allowed;
}

.btn-inverted.btn-block {
  display: block;
  margin-bottom: 2rem;
}

.btn-inverted:focus {
  outline: none;
}

.btn-inverted-light {
  background-color: #ffffff;
  outline: none;
  border: 1px solid #979fa7;
  color: #979fa7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.btn-inverted-light:hover {
  background-color: #ffffff;
  border: 1px solid #3b3f43;
  color: #3b3f43;
}

.btn-inverted-light:hover:focus {
  color: #3b3f43;
}

.btn-inverted-light:active, .btn-inverted-light.is-active {
  background: #3b3f43;
  border: 1px solid #3b3f43;
  color: #ffffff;
  box-shadow: inset 0 1px 3px 0 #000000;
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
}

.btn-inverted-light:disabled, .btn-inverted-light.is-disabled {
  background-color: #b9c0c4;
  cursor: not-allowed;
  border: 1px solid #b9c0c4;
  color: #ffffff;
}

.bg-primary {
  background-color: #ffffff;
}

.bg-faint {
  background-color: #fafbfc;
}

.bg-light {
  background-color: #b9c0c4;
}

.bg-dark {
  background-color: #3b3f43;
}

.bg-loud {
  background-color: #f95c3c;
}

.icon-close {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding-top: 5rem;
  border: none;
  outline: none;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-close {
  background-image: url(/4c3009faacf74981913b0a0d3d5adc15.svg);
}

.icon-invite-email-verification, .icon-circle-check, .icon-invite-fast-tracked, .icon-attachment, .icon-business-card, .icon-info, .icon-web-mobile, .icon-security, .icon-document, .icon-credit-card {
  display: inline-block;
  width: 9rem;
  height: 9rem;
  padding-top: 3rem;
  border: none;
  outline: none;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9rem 9rem;
}

.icon-invite-email-verification {
  background-image: url(/006562ee1079e61b847ce8bdb3fa5692.svg);
}

.icon-circle-check {
  background-image: url(/8a869b539f7f59032b3d3bd0d2fff7b2.svg);
}

.icon-invite-fast-tracked {
  background-image: url(/89ae2780db6fe0cf39b2b13d7be7d1b4.svg);
}

.icon-attachment {
  background-image: url(/8cc42d37f89c091baaa8fea45513b2b5.svg);
}

.icon-business-card {
  background-image: url(/e522c3d83ac65a347accfa96ea637d2f.svg);
}

.icon-info {
  background-image: url(/453b7ff198aff909c61f3ccc9f50dbb3.svg);
}

.icon-web-mobile {
  background-image: url(/2976492b6e9c5fef0becd968e2fc6fd4.svg);
}

.icon-security {
  background-image: url(/e4fb6b3593bd8f12728fa98a1a56a335.svg);
}

.icon-document {
  background-image: url(/aa96f46604d8d4d3952a9cdd6673a702.svg);
}

.icon-credit-card {
  background-image: url(/090fdb2af058d507e3b67a9335b1c6fb.svg);
}

.icon-faq-general, .icon-faq-services, .icon-faq-price, .icon-faq-engineering, .icon-faq-design, .icon-faq-quality, .icon-faq-process, .icon-faq-hiring, .icon-faq-payment, .icon-faq-maintenance, .icon-faq-confidentiality, .icon-faq-tbd {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding-top: 3rem;
  border: none;
  outline: none;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-faq-general {
  background-image: url(/16545c5065a9889a58fa46be2e572502.svg);
}

.icon-faq-services {
  background-image: url(/2976492b6e9c5fef0becd968e2fc6fd4.svg);
}

.icon-faq-price {
  background-image: url(/192706863e14174e789a24b807eb87f3.svg);
}

.icon-faq-engineering {
  background-image: url(/1b001e5914690a3bf39c5640305c1600.svg);
}

.icon-faq-design {
  background-image: url(/59e00fe52d13766c135b4f4ffcee784e.svg);
}

.icon-faq-quality {
  background-image: url(/1a10cd3d50d37b7344a78c5558d6d6c3.svg);
}

.icon-faq-process {
  background-image: url(/f9c0995f9cfcc9fa2433086db831f825.svg);
}

.icon-faq-hiring {
  background-image: url(/6d780d4805258ed8321971a866b39ccc.svg);
}

.icon-faq-payment {
  background-image: url(/090fdb2af058d507e3b67a9335b1c6fb.svg);
}

.icon-faq-maintenance {
  background-image: url(/824e6490b41a66b25f98936c228de2ed.svg);
}

.icon-faq-confidentiality {
  background-image: url(/6cc28b8b2c86aad1bd6608348d8d3efb.svg);
}

.icon-faq-tbd {
  background-image: url(/250869613d29baafdc46828f1190b8d6.svg);
}

.active-carrot {
  position: relative;
  margin-right: 0;
}

.active-carrot:after {
  content: url(/877d6e127dde22aeab210c68f2e3afb4.svg);
  padding: 0;
}

.inactive-carrot {
  position: relative;
  margin-right: 0;
}

.inactive-carrot:after {
  content: url(/63db6fa01de4556e3d769c94b30016a3.svg);
  padding: 0;
}

.logo-icon, .logo-icon-xsm, .logo-icon-sm, .logo-icon-lg, .logo-icon-xlg {
  display: inline-block;
  vertical-align: middle;
}

.logo-icon {
  height: 3rem;
}

.logo-icon-xsm {
  height: 1rem;
}

.logo-icon-sm {
  height: 2rem;
}

.logo-icon-lg {
  height: 4rem;
}

.logo-icon-xlg {
  height: 6rem;
}

.form {
  font-size: 10px;
  font-size: 1rem;
}

.form-group {
  margin-bottom: 3.5em;
}

.form-group:after {
  display: table;
  content: '';
  clear: both;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 1.4em;
  font-weight: 700;
}

.form-input-group {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.form-input-group:after {
  display: table;
  content: '';
  clear: both;
}

.form-input-group .form-input-btn-grouped {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 100%;
}

@media (min-width: 30em) {
  .form-input-group {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.form-input {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 1.2rem 1.5rem;
  border: 1px solid #b9c0c4;
  border-radius: 3px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3;
  height: 42px;
}

.form-input:focus, .form-input.is-active {
  outline: 0;
  border-color: #02b3e4;
}

.form-input:focus.is-invalid, .form-input.is-active.is-invalid {
  border-color: #f7330b;
}

.form-input.is-valid {
  outline: 0;
  border-color: #3b3f43;
}

.form-input:disabled, .form-input.is-disabled {
  border-color: #b9c0c4;
  cursor: not-allowed;
}

.form-input.is-invalid, .form-input:focus:invalid {
  outline: 0;
  border-color: #f7330b;
}

.form-input-select {
  border-width: 0px;
  padding: 0;
}

.form-textarea-fixed {
  height: 8em;
  resize: none;
}

.form-input-grouped {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.75rem;
}

@media (min-width: 30em) {
  .form-input-grouped {
    display: table-cell;
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}

.form-input-btn-group {
  display: block;
  position: relative;
  clear: both;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (min-width: 30em) {
  .form-input-btn-group {
    margin-bottom: 1.5rem;
  }
}

.form-input-btn-grouped {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.75rem;
}

@media (min-width: 30em) {
  .form-input-btn-grouped {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  ._left {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  ._center {
    border-right: none;
    border-radius: 0;
  }
  ._right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.label {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #f95c3c;
  letter-spacing: 1px;
}

.label-light {
  color: #979fa7;
}

.label-dark {
  color: #000000;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0.2rem 0;
}

.checkbox input {
  position: absolute;
  left: -900rem;
}

.checkbox input + .checkbox-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding-right: 2rem;
  background-color: transparent;
  border: 0.1rem solid #b9c0c4;
  color: #ffffff;
}

.checkbox input:checked + .checkbox-icon {
  background: #f95c3c;
  border: 1px solid #f95c3c;
}

.checkbox input[type=radio] + .checkbox-icon {
  border-radius: 10px;
}

.checkbox input[type=checkbox] + .checkbox-icon {
  border-radius: 2px;
}

.checkbox .checkbox-label {
  margin: 0 0 0 1.2rem;
}

.checkbox-circle {
  border-radius: 1rem;
}

.site-header {
  padding-bottom: 80px;
  overflow: hidden;
}

.site-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  background: #ffffff;
  height: 80px;
  z-index: 1600;
  width: 100%;
  left: 0;
}

.site-header-nav.is-scrolling {
  box-shadow: -3px 1px 5px 0px rgba(219, 219, 219, 0.5);
}

.site-header-nav--contents {
  display: inline-block;
}

.site-header-logo {
  text-align: center;
  padding: 4px 0;
}

@media (min-width: 48em) {
  .site-header-logo {
    float: left;
    margin-left: 2rem;
  }
}

@media (min-width: 75em) {
  .site-header-logo {
    float: left;
    margin-left: 4rem;
  }
}

.site-header-drawer-label {
  padding: 1.2rem 1.5rem;
  display: inline-block;
}

.site-header-drawer-label + input[type=checkbox] {
  position: absolute;
  left: -900rem;
}

.site-header-drawer-label + input[type=checkbox] + .site-header-drawer {
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 224px;
  height: 100vh;
  background-color: #3b3f43;
  z-index: 1000;
  padding: 0 0 2rem 0;
  -webkit-transform: translateX(-230px);
          transform: translateX(-230px);
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}

@media (min-width: 48em) {
  .site-header-drawer-label + input[type=checkbox] + .site-header-drawer {
    -webkit-transition: none;
    transition: none;
    width: 0;
    height: 0;
  }
}

.site-header-drawer-label + input[type=checkbox]:checked + .site-header-drawer {
  height: 100vh;
  left: 0;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 48em) {
  .site-header-drawer-label + input[type=checkbox]:checked + .site-header-drawer {
    -webkit-transition: none;
    transition: none;
  }
}

.site-header-drawer-label + input[type=checkbox]:checked ~ .site-header-drawer-close-overlay {
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.75s ease;
  transition: background-color 0.75s ease;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 48em) {
  .site-header-drawer-label {
    display: none;
  }
}

.site-header-drawer-control {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header-nav-list {
  display: none;
}

@media (min-width: 48em) {
  .site-header-nav-list {
    display: block;
    margin-right: 2rem;
  }
}

@media (min-width: 75em) {
  .site-header-nav-list {
    margin-right: 4rem;
  }
}

.site-nav-item {
  display: block;
  margin-right: 2rem;
  color: #3b3f43;
  max-width: 100%;
}

.site-nav-item:last-child {
  margin-right: 0;
}

.site-nav-item:hover {
  text-decoration: underline;
}

.site-header-drawer-menu .site-nav-item {
  margin-right: 0;
}

@media (min-width: 48em) {
  .site-nav-item {
    display: inline-block;
  }
}

.site-nav-item .btn-inverted:hover, .site-nav-item .btn-inverted:focus {
  text-decoration: none;
}

.site-nav-item .dark {
  color: #979fa7;
}

.site-header-drawer-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.site-header-drawer-menu .site-nav-item:last-child {
  height: 100%;
  position: relative;
}

.site-header-drawer-menu .site-nav-item:hover,
.site-header-drawer-menu .site-nav-item:active,
.site-header-drawer-menu .site-nav-item:focus {
  text-decoration: none;
}

@media (min-width: 48em) {
  .site-header-drawer-menu {
    display: none;
  }
}

.site-header-drawer-close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 999;
  -webkit-transition: width 0s 0.75s, height 0s 0.75s, background-color 0.75s ease;
  transition: width 0s 0.75s, height 0s 0.75s, background-color 0.75s ease;
}

@media (min-width: 48em) {
  .site-header-drawer-close-overlay {
    display: none;
  }
}

.site-drawer-item {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
  color: #ffffff;
}

.site-drawer-item:active, .site-drawer-item:focus, .site-drawer-item:hover {
  text-decoration: none;
  color: #ffffff;
}

.site-drawer-button {
  position: absolute;
  bottom: 18rem;
  margin: 6rem 1.5rem 0 1.5rem;
  width: 90%;
  width: calc(100% - 3rem);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .site-drawer-button {
    position: relative;
    bottom: 0;
    margin: 1rem 1.5rem 0 1.5rem;
  }
}

.site-drawer-highlight {
  background-color: #313336;
}

.site-footer {
  padding-top: 4rem;
}

.site-footer ul {
  list-style-type: none;
}

.site-footer .footer-break {
  border-top: 1px;
  border-top-color: #979fa7;
  border-top-style: solid;
}

.site-footer-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 75em) {
  .site-footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer-message {
  padding-right: 0;
}

@media (min-width: 30em) {
  .site-footer-message {
    padding-right: 3rem;
  }
}

@media (min-width: 62em) {
  .site-footer-message {
    padding-right: 0;
  }
}

.site-footer-link-list {
  margin-bottom: 0;
  padding-left: 1rem;
}

@media (min-width: 30em) {
  .site-footer-link-list {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .site-footer-link-list-col2 {
    padding-left: 2rem;
  }
}

.site-footer-rule {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-link {
  display: block;
  margin-bottom: 1em;
  font-weight: 400;
}

@media (min-width: 48em) {
  .site-footer-link {
    padding: 0;
  }
}

.site-footer-copyright {
  line-height: 36px;
  padding: 1rem 2rem 2rem 2rem;
}

.site-footer-social-list {
  padding-left: 1rem;
}

@media (min-width: 48em) {
  .site-footer-social-list {
    float: right;
  }
}

.site-footer-social-icon {
  max-width: 36px;
  margin-left: 10px;
}

.pillbox {
  display: inline-block;
  padding: 7.5px 20px;
  padding: 0.75rem 2rem;
  background-color: #ffffff;
  border: 1px solid #979fa7;
  border-radius: 27px;
  font-size: 1.2rem;
  color: #979fa7;
  line-height: 1.7;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.pillbox:active, .pillbox.is-active {
  background-color: #02b3e4;
  border: 1px solid #02b3e4;
  color: #ffffff;
}

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

@media (min-width: 30em) {
  .text-align-center-small {
    text-align: center !important;
  }
}

@media (min-width: 48em) {
  .text-align-center-medium {
    text-align: center !important;
  }
}

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

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

.text-transform {
  text-transform: uppercase !important;
}

.text-trimmed {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-spaced {
  letter-spacing: 2px;
}

.text-light {
  font-weight: 200 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-italic {
  font-style: italic;
}

.text-warning {
  color: #f7330b;
}

.text-udacity {
  color: #02b3e4 !important;
}

.text-blitz {
  color: #f95c3c !important;
}

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

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

.display-inline {
  display: inline !important;
}

@media (min-width: 30em) {
  .display-inline-block-small {
    display: inline-block !important;
  }
}

@media (min-width: 30em) {
  .display-inline-small {
    display: inline !important;
  }
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

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

.clearfix:after, .site-header-nav:after, .site-header-logo:after, .site-header-drawer-label:after {
  display: table;
  content: '';
  clear: both;
}

.width-1-of-10 {
  width: 10% !important;
}

.width-1-of-7 {
  width: 14.28% !important;
}

.width-1-of-5 {
  width: 20% !important;
}

.width-1-of-4 {
  width: 25% !important;
}

.width-2-of-7 {
  width: 28.56% !important;
}

.width-3-of-10 {
  width: 30% !important;
}

.width-1-of-3 {
  width: 33.33333% !important;
}

.width-2-of-5 {
  width: 40% !important;
}

.width-3-of-7 {
  width: 42.84% !important;
}

.width-1-of-2 {
  width: 50% !important;
}

.width-4-of-7 {
  width: 57.12% !important;
}

.width-3-of-5 {
  width: 60% !important;
}

.width-2-of-3 {
  width: 66.66667% !important;
}

.width-7-of-10 {
  width: 70% !important;
}

.width-3-of-4 {
  width: 75% !important;
}

.width-4-of-5 {
  width: 80% !important;
}

.width-9-of-10 {
  width: 90% !important;
}

.width-1 {
  width: 100% !important;
}

@media (min-width: 30em) {
  .width-1-of-10-small {
    width: 10% !important;
  }
}

@media (min-width: 30em) {
  .width-1-of-7-small {
    width: 14.28% !important;
  }
}

@media (min-width: 30em) {
  .width-1-of-5-small {
    width: 20% !important;
  }
}

@media (min-width: 30em) {
  .width-1-of-4-small {
    width: 25% !important;
  }
}

@media (min-width: 30em) {
  .width-2-of-7-small {
    width: 28.56% !important;
  }
}

@media (min-width: 30em) {
  .width-3-of-10-small {
    width: 30% !important;
  }
}

@media (min-width: 30em) {
  .width-1-of-3-small {
    width: 33.33333% !important;
  }
}

@media (min-width: 30em) {
  .width-2-of-5-small {
    width: 40% !important;
  }
}

@media (min-width: 30em) {
  .width-3-of-7-small {
    width: 42.84% !important;
  }
}

@media (min-width: 30em) {
  .width-1-of-2-small {
    width: 50% !important;
  }
}

@media (min-width: 30em) {
  .width-4-of-7-small {
    width: 57.12% !important;
  }
}

@media (min-width: 30em) {
  .width-3-of-5-small {
    width: 60% !important;
  }
}

@media (min-width: 30em) {
  .width-2-of-3-small {
    width: 66.66667% !important;
  }
}

@media (min-width: 30em) {
  .width-7-of-10-small {
    width: 70% !important;
  }
}

@media (min-width: 30em) {
  .width-3-of-4-small {
    width: 75% !important;
  }
}

@media (min-width: 30em) {
  .width-4-of-5-small {
    width: 80% !important;
  }
}

@media (min-width: 30em) {
  .width-9-of-10-small {
    width: 90% !important;
  }
}

@media (min-width: 30em) {
  .width-1-small {
    width: 100% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-10-medium {
    width: 10% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-7-medium {
    width: 14.28% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-5-medium {
    width: 20% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-4-medium {
    width: 25% !important;
  }
}

@media (min-width: 48em) {
  .width-2-of-7-medium {
    width: 28.56% !important;
  }
}

@media (min-width: 48em) {
  .width-3-of-10-medium {
    width: 30% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-3-medium {
    width: 33.33333% !important;
  }
}

@media (min-width: 48em) {
  .width-2-of-5-medium {
    width: 40% !important;
  }
}

@media (min-width: 48em) {
  .width-3-of-7-medium {
    width: 42.84% !important;
  }
}

@media (min-width: 48em) {
  .width-1-of-2-medium {
    width: 50% !important;
  }
}

@media (min-width: 48em) {
  .width-4-of-7-medium {
    width: 57.12% !important;
  }
}

@media (min-width: 48em) {
  .width-3-of-5-medium {
    width: 60% !important;
  }
}

@media (min-width: 48em) {
  .width-2-of-3-medium {
    width: 66.66667% !important;
  }
}

@media (min-width: 48em) {
  .width-7-of-10-medium {
    width: 70% !important;
  }
}

@media (min-width: 48em) {
  .width-3-of-4-medium {
    width: 75% !important;
  }
}

@media (min-width: 48em) {
  .width-4-of-5-medium {
    width: 80% !important;
  }
}

@media (min-width: 48em) {
  .width-9-of-10-medium {
    width: 90% !important;
  }
}

@media (min-width: 48em) {
  .width-1-medium {
    width: 100% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-10-large {
    width: 10% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-7-large {
    width: 14.28% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-5-large {
    width: 20% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-4-large {
    width: 25% !important;
  }
}

@media (min-width: 62em) {
  .width-2-of-7-large {
    width: 28.56% !important;
  }
}

@media (min-width: 62em) {
  .width-3-of-10-large {
    width: 30% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-3-large {
    width: 33.33333% !important;
  }
}

@media (min-width: 62em) {
  .width-2-of-5-large {
    width: 40% !important;
  }
}

@media (min-width: 62em) {
  .width-3-of-7-large {
    width: 42.84% !important;
  }
}

@media (min-width: 62em) {
  .width-1-of-2-large {
    width: 50% !important;
  }
}

@media (min-width: 62em) {
  .width-4-of-7-large {
    width: 57.12% !important;
  }
}

@media (min-width: 62em) {
  .width-3-of-5-large {
    width: 60% !important;
  }
}

@media (min-width: 62em) {
  .width-2-of-3-large {
    width: 66.66667% !important;
  }
}

@media (min-width: 62em) {
  .width-7-of-10-large {
    width: 70% !important;
  }
}

@media (min-width: 62em) {
  .width-3-of-4-large {
    width: 75% !important;
  }
}

@media (min-width: 62em) {
  .width-4-of-5-large {
    width: 80% !important;
  }
}

@media (min-width: 62em) {
  .width-9-of-10-large {
    width: 90% !important;
  }
}

@media (min-width: 62em) {
  .width-1-large {
    width: 100% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-10-xlarge {
    width: 10% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-7-xlarge {
    width: 14.28% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-5-xlarge {
    width: 20% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-4-xlarge {
    width: 25% !important;
  }
}

@media (min-width: 75em) {
  .width-2-of-7-xlarge {
    width: 28.56% !important;
  }
}

@media (min-width: 75em) {
  .width-3-of-10-xlarge {
    width: 30% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-3-xlarge {
    width: 33.33333% !important;
  }
}

@media (min-width: 75em) {
  .width-2-of-5-xlarge {
    width: 40% !important;
  }
}

@media (min-width: 75em) {
  .width-3-of-7-xlarge {
    width: 42.84% !important;
  }
}

@media (min-width: 75em) {
  .width-1-of-2-xlarge {
    width: 50% !important;
  }
}

@media (min-width: 75em) {
  .width-4-of-7-xlarge {
    width: 57.12% !important;
  }
}

@media (min-width: 75em) {
  .width-3-of-5-xlarge {
    width: 60% !important;
  }
}

@media (min-width: 75em) {
  .width-2-of-3-xlarge {
    width: 66.66667% !important;
  }
}

@media (min-width: 75em) {
  .width-7-of-10-xlarge {
    width: 70% !important;
  }
}

@media (min-width: 75em) {
  .width-3-of-4-xlarge {
    width: 75% !important;
  }
}

@media (min-width: 75em) {
  .width-4-of-5-xlarge {
    width: 80% !important;
  }
}

@media (min-width: 75em) {
  .width-9-of-10-xlarge {
    width: 90% !important;
  }
}

@media (min-width: 75em) {
  .width-1-xlarge {
    width: 100% !important;
  }
}

.pull-1-of-10 {
  right: 10% !important;
}

.pull-1-of-7 {
  right: 14.28% !important;
}

.pull-1-of-5 {
  right: 20% !important;
}

.pull-1-of-4 {
  right: 25% !important;
}

.pull-2-of-7 {
  right: 28.56% !important;
}

.pull-3-of-10 {
  right: 30% !important;
}

.pull-1-of-3 {
  right: 33.33333% !important;
}

.pull-2-of-5 {
  right: 40% !important;
}

.pull-3-of-7 {
  right: 42.84% !important;
}

.pull-1-of-2 {
  right: 50% !important;
}

.pull-4-of-7 {
  right: 57.12% !important;
}

.pull-3-of-5 {
  right: 60% !important;
}

.pull-2-of-3 {
  right: 66.66667% !important;
}

.pull-7-of-10 {
  right: 70% !important;
}

.pull-3-of-4 {
  right: 75% !important;
}

.pull-4-of-5 {
  right: 80% !important;
}

.pull-9-of-10 {
  right: 90% !important;
}

.pull-1 {
  right: 100% !important;
}

@media (min-width: 30em) {
  .pull-1-of-10-small {
    right: 10% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-of-7-small {
    right: 14.28% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-of-5-small {
    right: 20% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-of-4-small {
    right: 25% !important;
  }
}

@media (min-width: 30em) {
  .pull-2-of-7-small {
    right: 28.56% !important;
  }
}

@media (min-width: 30em) {
  .pull-3-of-10-small {
    right: 30% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-of-3-small {
    right: 33.33333% !important;
  }
}

@media (min-width: 30em) {
  .pull-2-of-5-small {
    right: 40% !important;
  }
}

@media (min-width: 30em) {
  .pull-3-of-7-small {
    right: 42.84% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-of-2-small {
    right: 50% !important;
  }
}

@media (min-width: 30em) {
  .pull-4-of-7-small {
    right: 57.12% !important;
  }
}

@media (min-width: 30em) {
  .pull-3-of-5-small {
    right: 60% !important;
  }
}

@media (min-width: 30em) {
  .pull-2-of-3-small {
    right: 66.66667% !important;
  }
}

@media (min-width: 30em) {
  .pull-7-of-10-small {
    right: 70% !important;
  }
}

@media (min-width: 30em) {
  .pull-3-of-4-small {
    right: 75% !important;
  }
}

@media (min-width: 30em) {
  .pull-4-of-5-small {
    right: 80% !important;
  }
}

@media (min-width: 30em) {
  .pull-9-of-10-small {
    right: 90% !important;
  }
}

@media (min-width: 30em) {
  .pull-1-small {
    right: 100% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-10-medium {
    right: 10% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-7-medium {
    right: 14.28% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-5-medium {
    right: 20% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-4-medium {
    right: 25% !important;
  }
}

@media (min-width: 48em) {
  .pull-2-of-7-medium {
    right: 28.56% !important;
  }
}

@media (min-width: 48em) {
  .pull-3-of-10-medium {
    right: 30% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-3-medium {
    right: 33.33333% !important;
  }
}

@media (min-width: 48em) {
  .pull-2-of-5-medium {
    right: 40% !important;
  }
}

@media (min-width: 48em) {
  .pull-3-of-7-medium {
    right: 42.84% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-of-2-medium {
    right: 50% !important;
  }
}

@media (min-width: 48em) {
  .pull-4-of-7-medium {
    right: 57.12% !important;
  }
}

@media (min-width: 48em) {
  .pull-3-of-5-medium {
    right: 60% !important;
  }
}

@media (min-width: 48em) {
  .pull-2-of-3-medium {
    right: 66.66667% !important;
  }
}

@media (min-width: 48em) {
  .pull-7-of-10-medium {
    right: 70% !important;
  }
}

@media (min-width: 48em) {
  .pull-3-of-4-medium {
    right: 75% !important;
  }
}

@media (min-width: 48em) {
  .pull-4-of-5-medium {
    right: 80% !important;
  }
}

@media (min-width: 48em) {
  .pull-9-of-10-medium {
    right: 90% !important;
  }
}

@media (min-width: 48em) {
  .pull-1-medium {
    right: 100% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-10-large {
    right: 10% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-7-large {
    right: 14.28% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-5-large {
    right: 20% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-4-large {
    right: 25% !important;
  }
}

@media (min-width: 62em) {
  .pull-2-of-7-large {
    right: 28.56% !important;
  }
}

@media (min-width: 62em) {
  .pull-3-of-10-large {
    right: 30% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-3-large {
    right: 33.33333% !important;
  }
}

@media (min-width: 62em) {
  .pull-2-of-5-large {
    right: 40% !important;
  }
}

@media (min-width: 62em) {
  .pull-3-of-7-large {
    right: 42.84% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-of-2-large {
    right: 50% !important;
  }
}

@media (min-width: 62em) {
  .pull-4-of-7-large {
    right: 57.12% !important;
  }
}

@media (min-width: 62em) {
  .pull-3-of-5-large {
    right: 60% !important;
  }
}

@media (min-width: 62em) {
  .pull-2-of-3-large {
    right: 66.66667% !important;
  }
}

@media (min-width: 62em) {
  .pull-7-of-10-large {
    right: 70% !important;
  }
}

@media (min-width: 62em) {
  .pull-3-of-4-large {
    right: 75% !important;
  }
}

@media (min-width: 62em) {
  .pull-4-of-5-large {
    right: 80% !important;
  }
}

@media (min-width: 62em) {
  .pull-9-of-10-large {
    right: 90% !important;
  }
}

@media (min-width: 62em) {
  .pull-1-large {
    right: 100% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-10-xlarge {
    right: 10% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-7-xlarge {
    right: 14.28% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-5-xlarge {
    right: 20% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-4-xlarge {
    right: 25% !important;
  }
}

@media (min-width: 75em) {
  .pull-2-of-7-xlarge {
    right: 28.56% !important;
  }
}

@media (min-width: 75em) {
  .pull-3-of-10-xlarge {
    right: 30% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-3-xlarge {
    right: 33.33333% !important;
  }
}

@media (min-width: 75em) {
  .pull-2-of-5-xlarge {
    right: 40% !important;
  }
}

@media (min-width: 75em) {
  .pull-3-of-7-xlarge {
    right: 42.84% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-of-2-xlarge {
    right: 50% !important;
  }
}

@media (min-width: 75em) {
  .pull-4-of-7-xlarge {
    right: 57.12% !important;
  }
}

@media (min-width: 75em) {
  .pull-3-of-5-xlarge {
    right: 60% !important;
  }
}

@media (min-width: 75em) {
  .pull-2-of-3-xlarge {
    right: 66.66667% !important;
  }
}

@media (min-width: 75em) {
  .pull-7-of-10-xlarge {
    right: 70% !important;
  }
}

@media (min-width: 75em) {
  .pull-3-of-4-xlarge {
    right: 75% !important;
  }
}

@media (min-width: 75em) {
  .pull-4-of-5-xlarge {
    right: 80% !important;
  }
}

@media (min-width: 75em) {
  .pull-9-of-10-xlarge {
    right: 90% !important;
  }
}

@media (min-width: 75em) {
  .pull-1-xlarge {
    right: 100% !important;
  }
}

.push-1-of-10 {
  left: 10% !important;
}

.push-1-of-7 {
  left: 14.28% !important;
}

.push-1-of-5 {
  left: 20% !important;
}

.push-1-of-4 {
  left: 25% !important;
}

.push-2-of-7 {
  left: 28.56% !important;
}

.push-3-of-10 {
  left: 30% !important;
}

.push-1-of-3 {
  left: 33.33333% !important;
}

.push-2-of-5 {
  left: 40% !important;
}

.push-3-of-7 {
  left: 42.84% !important;
}

.push-1-of-2 {
  left: 50% !important;
}

.push-4-of-7 {
  left: 57.12% !important;
}

.push-3-of-5 {
  left: 60% !important;
}

.push-2-of-3 {
  left: 66.66667% !important;
}

.push-7-of-10 {
  left: 70% !important;
}

.push-3-of-4 {
  left: 75% !important;
}

.push-4-of-5 {
  left: 80% !important;
}

.push-9-of-10 {
  left: 90% !important;
}

.push-1 {
  left: 100% !important;
}

@media (min-width: 30em) {
  .push-1-of-10-small {
    left: 10% !important;
  }
}

@media (min-width: 30em) {
  .push-1-of-7-small {
    left: 14.28% !important;
  }
}

@media (min-width: 30em) {
  .push-1-of-5-small {
    left: 20% !important;
  }
}

@media (min-width: 30em) {
  .push-1-of-4-small {
    left: 25% !important;
  }
}

@media (min-width: 30em) {
  .push-2-of-7-small {
    left: 28.56% !important;
  }
}

@media (min-width: 30em) {
  .push-3-of-10-small {
    left: 30% !important;
  }
}

@media (min-width: 30em) {
  .push-1-of-3-small {
    left: 33.33333% !important;
  }
}

@media (min-width: 30em) {
  .push-2-of-5-small {
    left: 40% !important;
  }
}

@media (min-width: 30em) {
  .push-3-of-7-small {
    left: 42.84% !important;
  }
}

@media (min-width: 30em) {
  .push-1-of-2-small {
    left: 50% !important;
  }
}

@media (min-width: 30em) {
  .push-4-of-7-small {
    left: 57.12% !important;
  }
}

@media (min-width: 30em) {
  .push-3-of-5-small {
    left: 60% !important;
  }
}

@media (min-width: 30em) {
  .push-2-of-3-small {
    left: 66.66667% !important;
  }
}

@media (min-width: 30em) {
  .push-7-of-10-small {
    left: 70% !important;
  }
}

@media (min-width: 30em) {
  .push-3-of-4-small {
    left: 75% !important;
  }
}

@media (min-width: 30em) {
  .push-4-of-5-small {
    left: 80% !important;
  }
}

@media (min-width: 30em) {
  .push-9-of-10-small {
    left: 90% !important;
  }
}

@media (min-width: 30em) {
  .push-1-small {
    left: 100% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-10-medium {
    left: 10% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-7-medium {
    left: 14.28% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-5-medium {
    left: 20% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-4-medium {
    left: 25% !important;
  }
}

@media (min-width: 48em) {
  .push-2-of-7-medium {
    left: 28.56% !important;
  }
}

@media (min-width: 48em) {
  .push-3-of-10-medium {
    left: 30% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-3-medium {
    left: 33.33333% !important;
  }
}

@media (min-width: 48em) {
  .push-2-of-5-medium {
    left: 40% !important;
  }
}

@media (min-width: 48em) {
  .push-3-of-7-medium {
    left: 42.84% !important;
  }
}

@media (min-width: 48em) {
  .push-1-of-2-medium {
    left: 50% !important;
  }
}

@media (min-width: 48em) {
  .push-4-of-7-medium {
    left: 57.12% !important;
  }
}

@media (min-width: 48em) {
  .push-3-of-5-medium {
    left: 60% !important;
  }
}

@media (min-width: 48em) {
  .push-2-of-3-medium {
    left: 66.66667% !important;
  }
}

@media (min-width: 48em) {
  .push-7-of-10-medium {
    left: 70% !important;
  }
}

@media (min-width: 48em) {
  .push-3-of-4-medium {
    left: 75% !important;
  }
}

@media (min-width: 48em) {
  .push-4-of-5-medium {
    left: 80% !important;
  }
}

@media (min-width: 48em) {
  .push-9-of-10-medium {
    left: 90% !important;
  }
}

@media (min-width: 48em) {
  .push-1-medium {
    left: 100% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-10-large {
    left: 10% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-7-large {
    left: 14.28% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-5-large {
    left: 20% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-4-large {
    left: 25% !important;
  }
}

@media (min-width: 62em) {
  .push-2-of-7-large {
    left: 28.56% !important;
  }
}

@media (min-width: 62em) {
  .push-3-of-10-large {
    left: 30% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-3-large {
    left: 33.33333% !important;
  }
}

@media (min-width: 62em) {
  .push-2-of-5-large {
    left: 40% !important;
  }
}

@media (min-width: 62em) {
  .push-3-of-7-large {
    left: 42.84% !important;
  }
}

@media (min-width: 62em) {
  .push-1-of-2-large {
    left: 50% !important;
  }
}

@media (min-width: 62em) {
  .push-4-of-7-large {
    left: 57.12% !important;
  }
}

@media (min-width: 62em) {
  .push-3-of-5-large {
    left: 60% !important;
  }
}

@media (min-width: 62em) {
  .push-2-of-3-large {
    left: 66.66667% !important;
  }
}

@media (min-width: 62em) {
  .push-7-of-10-large {
    left: 70% !important;
  }
}

@media (min-width: 62em) {
  .push-3-of-4-large {
    left: 75% !important;
  }
}

@media (min-width: 62em) {
  .push-4-of-5-large {
    left: 80% !important;
  }
}

@media (min-width: 62em) {
  .push-9-of-10-large {
    left: 90% !important;
  }
}

@media (min-width: 62em) {
  .push-1-large {
    left: 100% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-10-xlarge {
    left: 10% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-7-xlarge {
    left: 14.28% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-5-xlarge {
    left: 20% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-4-xlarge {
    left: 25% !important;
  }
}

@media (min-width: 75em) {
  .push-2-of-7-xlarge {
    left: 28.56% !important;
  }
}

@media (min-width: 75em) {
  .push-3-of-10-xlarge {
    left: 30% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-3-xlarge {
    left: 33.33333% !important;
  }
}

@media (min-width: 75em) {
  .push-2-of-5-xlarge {
    left: 40% !important;
  }
}

@media (min-width: 75em) {
  .push-3-of-7-xlarge {
    left: 42.84% !important;
  }
}

@media (min-width: 75em) {
  .push-1-of-2-xlarge {
    left: 50% !important;
  }
}

@media (min-width: 75em) {
  .push-4-of-7-xlarge {
    left: 57.12% !important;
  }
}

@media (min-width: 75em) {
  .push-3-of-5-xlarge {
    left: 60% !important;
  }
}

@media (min-width: 75em) {
  .push-2-of-3-xlarge {
    left: 66.66667% !important;
  }
}

@media (min-width: 75em) {
  .push-7-of-10-xlarge {
    left: 70% !important;
  }
}

@media (min-width: 75em) {
  .push-3-of-4-xlarge {
    left: 75% !important;
  }
}

@media (min-width: 75em) {
  .push-4-of-5-xlarge {
    left: 80% !important;
  }
}

@media (min-width: 75em) {
  .push-9-of-10-xlarge {
    left: 90% !important;
  }
}

@media (min-width: 75em) {
  .push-1-xlarge {
    left: 100% !important;
  }
}

.offset-1-of-10 {
  margin-left: 10% !important;
}

.offset-1-of-7 {
  margin-left: 14.28% !important;
}

.offset-1-of-5 {
  margin-left: 20% !important;
}

.offset-1-of-4 {
  margin-left: 25% !important;
}

.offset-2-of-7 {
  margin-left: 28.56% !important;
}

.offset-3-of-10 {
  margin-left: 30% !important;
}

.offset-1-of-3 {
  margin-left: 33.33333% !important;
}

.offset-2-of-5 {
  margin-left: 40% !important;
}

.offset-3-of-7 {
  margin-left: 42.84% !important;
}

.offset-1-of-2 {
  margin-left: 50% !important;
}

.offset-4-of-7 {
  margin-left: 57.12% !important;
}

.offset-3-of-5 {
  margin-left: 60% !important;
}

.offset-2-of-3 {
  margin-left: 66.66667% !important;
}

.offset-7-of-10 {
  margin-left: 70% !important;
}

.offset-3-of-4 {
  margin-left: 75% !important;
}

.offset-4-of-5 {
  margin-left: 80% !important;
}

.offset-9-of-10 {
  margin-left: 90% !important;
}

.offset-1 {
  margin-left: 100% !important;
}

@media (min-width: 30em) {
  .offset-1-of-10-small {
    margin-left: 10% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-of-7-small {
    margin-left: 14.28% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-of-5-small {
    margin-left: 20% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-of-4-small {
    margin-left: 25% !important;
  }
}

@media (min-width: 30em) {
  .offset-2-of-7-small {
    margin-left: 28.56% !important;
  }
}

@media (min-width: 30em) {
  .offset-3-of-10-small {
    margin-left: 30% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-of-3-small {
    margin-left: 33.33333% !important;
  }
}

@media (min-width: 30em) {
  .offset-2-of-5-small {
    margin-left: 40% !important;
  }
}

@media (min-width: 30em) {
  .offset-3-of-7-small {
    margin-left: 42.84% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-of-2-small {
    margin-left: 50% !important;
  }
}

@media (min-width: 30em) {
  .offset-4-of-7-small {
    margin-left: 57.12% !important;
  }
}

@media (min-width: 30em) {
  .offset-3-of-5-small {
    margin-left: 60% !important;
  }
}

@media (min-width: 30em) {
  .offset-2-of-3-small {
    margin-left: 66.66667% !important;
  }
}

@media (min-width: 30em) {
  .offset-7-of-10-small {
    margin-left: 70% !important;
  }
}

@media (min-width: 30em) {
  .offset-3-of-4-small {
    margin-left: 75% !important;
  }
}

@media (min-width: 30em) {
  .offset-4-of-5-small {
    margin-left: 80% !important;
  }
}

@media (min-width: 30em) {
  .offset-9-of-10-small {
    margin-left: 90% !important;
  }
}

@media (min-width: 30em) {
  .offset-1-small {
    margin-left: 100% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-10-medium {
    margin-left: 10% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-7-medium {
    margin-left: 14.28% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-5-medium {
    margin-left: 20% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-4-medium {
    margin-left: 25% !important;
  }
}

@media (min-width: 48em) {
  .offset-2-of-7-medium {
    margin-left: 28.56% !important;
  }
}

@media (min-width: 48em) {
  .offset-3-of-10-medium {
    margin-left: 30% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-3-medium {
    margin-left: 33.33333% !important;
  }
}

@media (min-width: 48em) {
  .offset-2-of-5-medium {
    margin-left: 40% !important;
  }
}

@media (min-width: 48em) {
  .offset-3-of-7-medium {
    margin-left: 42.84% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-of-2-medium {
    margin-left: 50% !important;
  }
}

@media (min-width: 48em) {
  .offset-4-of-7-medium {
    margin-left: 57.12% !important;
  }
}

@media (min-width: 48em) {
  .offset-3-of-5-medium {
    margin-left: 60% !important;
  }
}

@media (min-width: 48em) {
  .offset-2-of-3-medium {
    margin-left: 66.66667% !important;
  }
}

@media (min-width: 48em) {
  .offset-7-of-10-medium {
    margin-left: 70% !important;
  }
}

@media (min-width: 48em) {
  .offset-3-of-4-medium {
    margin-left: 75% !important;
  }
}

@media (min-width: 48em) {
  .offset-4-of-5-medium {
    margin-left: 80% !important;
  }
}

@media (min-width: 48em) {
  .offset-9-of-10-medium {
    margin-left: 90% !important;
  }
}

@media (min-width: 48em) {
  .offset-1-medium {
    margin-left: 100% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-10-large {
    margin-left: 10% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-7-large {
    margin-left: 14.28% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-5-large {
    margin-left: 20% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-4-large {
    margin-left: 25% !important;
  }
}

@media (min-width: 62em) {
  .offset-2-of-7-large {
    margin-left: 28.56% !important;
  }
}

@media (min-width: 62em) {
  .offset-3-of-10-large {
    margin-left: 30% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-3-large {
    margin-left: 33.33333% !important;
  }
}

@media (min-width: 62em) {
  .offset-2-of-5-large {
    margin-left: 40% !important;
  }
}

@media (min-width: 62em) {
  .offset-3-of-7-large {
    margin-left: 42.84% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-of-2-large {
    margin-left: 50% !important;
  }
}

@media (min-width: 62em) {
  .offset-4-of-7-large {
    margin-left: 57.12% !important;
  }
}

@media (min-width: 62em) {
  .offset-3-of-5-large {
    margin-left: 60% !important;
  }
}

@media (min-width: 62em) {
  .offset-2-of-3-large {
    margin-left: 66.66667% !important;
  }
}

@media (min-width: 62em) {
  .offset-7-of-10-large {
    margin-left: 70% !important;
  }
}

@media (min-width: 62em) {
  .offset-3-of-4-large {
    margin-left: 75% !important;
  }
}

@media (min-width: 62em) {
  .offset-4-of-5-large {
    margin-left: 80% !important;
  }
}

@media (min-width: 62em) {
  .offset-9-of-10-large {
    margin-left: 90% !important;
  }
}

@media (min-width: 62em) {
  .offset-1-large {
    margin-left: 100% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-10-xlarge {
    margin-left: 10% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-7-xlarge {
    margin-left: 14.28% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-5-xlarge {
    margin-left: 20% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-4-xlarge {
    margin-left: 25% !important;
  }
}

@media (min-width: 75em) {
  .offset-2-of-7-xlarge {
    margin-left: 28.56% !important;
  }
}

@media (min-width: 75em) {
  .offset-3-of-10-xlarge {
    margin-left: 30% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-3-xlarge {
    margin-left: 33.33333% !important;
  }
}

@media (min-width: 75em) {
  .offset-2-of-5-xlarge {
    margin-left: 40% !important;
  }
}

@media (min-width: 75em) {
  .offset-3-of-7-xlarge {
    margin-left: 42.84% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-of-2-xlarge {
    margin-left: 50% !important;
  }
}

@media (min-width: 75em) {
  .offset-4-of-7-xlarge {
    margin-left: 57.12% !important;
  }
}

@media (min-width: 75em) {
  .offset-3-of-5-xlarge {
    margin-left: 60% !important;
  }
}

@media (min-width: 75em) {
  .offset-2-of-3-xlarge {
    margin-left: 66.66667% !important;
  }
}

@media (min-width: 75em) {
  .offset-7-of-10-xlarge {
    margin-left: 70% !important;
  }
}

@media (min-width: 75em) {
  .offset-3-of-4-xlarge {
    margin-left: 75% !important;
  }
}

@media (min-width: 75em) {
  .offset-4-of-5-xlarge {
    margin-left: 80% !important;
  }
}

@media (min-width: 75em) {
  .offset-9-of-10-xlarge {
    margin-left: 90% !important;
  }
}

@media (min-width: 75em) {
  .offset-1-xlarge {
    margin-left: 100% !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

@media (min-width: 30em) {
  .float-right-small {
    float: right !important;
  }
}

.float-none {
  float: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mt-xs {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.ml-xs {
  margin-left: 10px !important;
  margin-left: 1rem !important;
}

.mr-xs {
  margin-right: 10px !important;
  margin-right: 1rem !important;
}

.mb-sm {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}

.mr-sm {
  margin-right: 20px !important;
  margin-right: 2rem !important;
}

.mt-sm {
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.ml-md {
  margin-left: 40px !important;
  margin-left: 4rem !important;
}

.mr-md {
  margin-right: 40px !important;
  margin-right: 4rem !important;
}

.mt-md {
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.mb-md {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}

.mb-lg {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important;
}

.mt-lg {
  margin-top: 60px !important;
  margin-top: 6rem !important;
}

.mt-xl {
  margin-top: 140px !important;
  margin-top: 14rem !important;
}

.mb-xl {
  margin-bottom: 140px !important;
  margin-bottom: 14rem !important;
}

.height-1 {
  height: 100% !important;
}

.border-none {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #979fa7 !important;
}

.border-bottom {
  border-bottom: 1px solid #979fa7 !important;
}

.va-middle {
  vertical-align: middle !important;
}

/** CAROUSEL */
.blitz-carousel-wrapper {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 45px;
  height: 150px;
}

@media (min-width: 786px) {
  .blitz-carousel-wrapper {
    height: inherit;
    margin-bottom: 10px;
  }
}

.blitz-carousel-item {
  height: 100%;
  display: inline-block;
  position: relative;
}

.blitz-carousel-item.active {
  opacity: 1;
}

.blitz-carousel-item:hover {
  cursor: pointer;
}

/** CONTRIBUTOR CARD */
.blitz-carousel-contributor-card {
  background: white;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@media (min-width: 786px) {
  .blitz-carousel-contributor-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blitz-carousel-contributor-card--image {
  min-width: 72px;
  width: 72px;
  height: 72px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 1000ms ease-out, -webkit-filter 1000ms ease-out;
  transition: opacity 1000ms ease-out, -webkit-filter 1000ms ease-out;
  transition: opacity 1000ms ease-out, filter 1000ms ease-out;
  transition: opacity 1000ms ease-out, filter 1000ms ease-out, -webkit-filter 1000ms ease-out;
}

.blitz-carousel-contributor-card--details {
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 786px) {
  .blitz-carousel-contributor-card--details {
    background: white;
    width: 250px;
    position: absolute;
    z-index: 5;
    left: -79px;
    top: 71px;
    text-align: center;
  }
}

@media (max-width: 786px) {
  .blitz-carousel-contributor-card--details_name {
    padding-top: 10px;
  }
}

@media (max-width: 786px) {
  .blitz-carousel-contributor-card--details_job {
    margin-bottom: 0px;
  }
}

.blitz-carousel-contributor-card--details h3 {
  margin-bottom: 0;
}

.blitz-carousel-contributor-card:hover .blitz-carousel-contributor-card--image {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

@media (max-width: 786px) {
  .blitz-carousel-contributor-card:hover .blitz-carousel-contributor-card--image {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
  }
}

.blitz-carousel-contributor-card.active .blitz-carousel-contributor-card--image {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.blitz-carousel-contributor-card.active .blitz-carousel-contributor-card--details {
  opacity: 1;
}

html, body {
  width: 100%;
}

.simple-container {
  background-color: #ffffff;
}

.landing-subhead {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #979fa7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.landing-subhead-mob {
  font-size: 1.2rem;
}

@media (min-width: 30em) {
  .landing-subhead-mob {
    font-size: 1.4rem;
  }
}

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

.training-partners .training-partner {
  width: 10rem;
  display: inline-block;
}

@media (min-width: 30em) {
  .training-partners .training-partner {
    width: 13rem;
  }
}

.training-partners .training-partner img {
  margin-left: auto;
  margin-right: auto;
}

.blitz-highlight {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 30em) {
  .blitz-highlight {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 48em) {
  .blitz-highlight {
    padding-right: 2rem;
    padding-left: 2rem;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .blitz-highlight {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.666%;
  }
  .blitz-highlight:last-child {
    left: 16.666%;
  }
}

.blitz-highlight-headline,
.blitz-relationship-headline {
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .blitz-highlight-headline,
  .blitz-relationship-headline {
    margin-bottom: 0;
    text-align: left;
    font-size: 3.6rem;
  }
}

.blitz-highlight-headline {
  display: block;
}

@media (min-width: 62em) {
  .blitz-highlight-headline {
    display: inline-block;
    vertical-align: middle;
  }
}

.blitz-highlights-panel {
  padding-bottom: 0rem;
  padding-top: 3rem;
}

@media (min-width: 48em) {
  .blitz-highlights-panel {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

.blitz-highlights-panel .blitz-highlight-row {
  margin-top: 6rem;
}

.blitz-highlights-panel .blitz-highlight-row:first-child {
  margin-top: 0;
}

.blitz-highlights-panel .blitz-highlight-row._first {
  margin-top: 0;
}

@media screen and (max-width: 48em) {
  .blitz-highlights-panel .blitz-highlight-row {
    margin-top: 0;
  }
}

.blitz-highlight-title {
  text-align: center;
}

@media (min-width: 48em) {
  .blitz-highlight-title {
    text-align: left;
  }
}

.blitz-highlight-image {
  padding: 1rem;
  width: 9rem;
  height: 9rem;
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .blitz-highlight-image {
    margin-right: 1.5rem;
  }
}

@media (min-width: 75em) {
  .blitz-highlight-image {
    vertical-align: middle;
    margin-right: 2.5rem;
  }
}

.blitz-main-message {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}

@media (min-width: 30em) {
  .blitz-main-message {
    line-height: 5.4rem;
    font-size: 4.4rem;
  }
}

@media (min-width: 48em) {
  .blitz-main-message {
    line-height: 7.4rem;
    font-size: 5.4rem;
  }
}

.blitz-hiring-quote {
  font-size: 3rem;
  line-height: 3.6rem;
  font-style: italic;
  color: #3b3f43;
  font-size: 2rem;
}

@media (min-width: 48em) {
  .blitz-hiring-quote {
    font-size: 3rem;
  }
}

.blitz-hiring-quote-owner {
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #3b3f43;
  font-size: 1.4rem;
}

@media (min-width: 48em) {
  .blitz-hiring-quote-owner {
    font-size: 1.8rem;
  }
}

.blitz-hiring-context {
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #3b3f43;
  font-size: 1.8rem;
}

@media (min-width: 48em) {
  .blitz-hiring-context {
    font-size: 2.2rem;
  }
}

.blitz-tagline-message {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media (min-width: 30em) {
  .blitz-tagline-message {
    font-size: 1.8rem;
  }
}

@media (min-width: 48em) {
  .blitz-tagline-message {
    font-size: 2rem;
  }
}

.blitz-highlight-copy {
  line-height: 1.86;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

@media (min-width: 30em) {
  .blitz-highlight-copy {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 48em) {
  .blitz-highlight-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}

.relationship-tile:hover {
  cursor: pointer;
}

.landing-wrapper {
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 30em) {
  .landing-wrapper {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}

.landing-wrapper .logo-icon-xlg {
  height: 8rem;
}

@media (min-width: 30em) {
  .landing-wrapper .logo-icon-xlg {
    height: 10rem;
  }
}

@media (min-width: 48em) {
  .landing-wrapper .logo-icon-xlg {
    padding: 1rem;
    height: 12rem;
  }
}

.landing-cta-text {
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  padding-bottom: 5rem;
  vertical-align: middle;
}

@media (min-width: 48em) {
  .landing-cta-text {
    display: inline-block;
    padding-right: 4rem;
    line-height: 1;
    padding-bottom: 0;
  }
}

.landing-page-access-form {
  display: inline-block;
  width: auto;
}

.relationship-wrapper {
  margin-top: 6rem;
  padding: 0 2rem 6rem 2rem;
}

@media (min-width: 30em) {
  .relationship-wrapper {
    margin: 6rem auto 0 auto;
    padding: 0 0 9rem 0;
  }
}

.asset-btn-highlight:focus {
  background-color: rgba(249, 92, 60, 0.04);
}

.asset-btn-right {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px 4px 4px 0px;
  width: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.asset-btn-right:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.asset-btn-left {
  border-right: none;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 4px 0px 0px 4px;
  width: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.asset-btn-left:hover {
  border-right: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.last-chance-cta {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last-chance-btn {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  width: 20rem;
  border-color: white;
}

.last-chance-btn:hover {
  border-color: white;
}

.last-chance-btn:active {
  border-color: white;
}

.landing-next-step-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4rem;
}

@media (min-width: 48em) {
  .landing-next-step-text {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4rem;
  }
}

/** Animated Logo */
.blitz-animated-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 48em) {
  .blitz-animated-logo {
    margin-left: -25px;
  }
}

.blitz-animated-logo--img {
  height: 30px;
  display: inline-block;
}

.blitz-animated-logo--img.scrolled {
  position: absolute;
  left: -300px;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  opacity: 0;
}

.blitz-animated-logo--img.scrolled.active {
  position: relative;
  left: 0;
  margin: auto;
  opacity: 1;
}

@media (min-width: 48em) {
  .blitz-animated-logo--img.scrolled {
    position: relative;
    height: 34px;
    -webkit-transition: left 300ms ease-in;
    transition: left 300ms ease-in;
    left: -60px;
  }
  .blitz-animated-logo--img.scrolled.active {
    left: 60px;
  }
}

.blitz-animated-logo--img.default {
  max-width: 18rem;
  -webkit-transition: opacity 500ms ease-in, -webkit-transform 300ms ease-in;
  transition: opacity 500ms ease-in, -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in, opacity 500ms ease-in;
  transition: transform 300ms ease-in, opacity 500ms ease-in, -webkit-transform 300ms ease-in;
  opacity: 1;
}

@media (min-width: 30em) {
  .blitz-animated-logo--img.default {
    max-width: 100%;
  }
}

.blitz-animated-logo--img.default.active {
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 0px;
}

.previous-link {
  display: inline-block;
  margin: 0;
  padding: 1.4rem 0rem;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.blitz-trailer-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.blitz-trailer-closer {
  background-color: transparent;
  position: absolute;
  top: -50px;
}

.blitz-trailer-vid-container {
  position: relative;
}

.blitz-background-trailer-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(46, 60, 73, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.blitz-background-trailer-cover-play {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blitz-background-trailer-cover-play:hover {
  cursor: pointer;
}

.site-header-nav--contents {
  width: 100%;
}

.alumni-ribbon {
  background-color: #525c65;
  color: #fafbfc;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.alumni-ribbon a {
  margin-left: 3px;
  color: #fafbfc;
  text-decoration: underline;
  font-weight: 600;
}

.alumni-ribbon a:hover {
  cursor: pointer;
}

.site-footer-link--details {
  height: 0;
  display: none;
}

@media (min-width: 48em) {
  .site-footer-link--details {
    height: auto;
    display: block;
  }
}

@media (min-width: 48em) {
  .faq-overview-card {
    height: 18rem;
  }
}

.faq-overview-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.faq-overview-icon-block {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.faq-overview-description-block {
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.faq-list-item {
  padding-left: 1rem;
}

.faq-item-animatable {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.faq-item-animatable._open {
  max-height: 50rem;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-heading {
  font-weight: 300;
  line-height: 1.06;
  margin-bottom: 0px;
}

.active-answer {
  background: #fafbfc;
  -webkit-transition: background 0.55s ease, border 0.5s ease;
  transition: background 0.55s ease, border 0.5s ease;
}

.inactive-answer {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: #ffffff;
  -webkit-transition: background 0.25s 0.5s ease, border 0.25s 0.5s ease;
  transition: background 0.25s 0.5s ease, border 0.25s 0.5s ease;
}

.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown:hover {
  cursor: pointer;
}

.faq-title {
  font-weight: 300;
}

.side-bar {
  display: none;
}

@media (min-width: 48em) {
  .side-bar {
    display: block;
  }
}

.terms-select {
  display: block;
}

@media (min-width: 48em) {
  .terms-select {
    display: none;
  }
}

.nested-terms {
  margin-left: 25px;
}

.terms-heading {
  font-size: 2.4rem;
}

.mt-responsive {
  margin-top: 60px;
}

.faq-title-name {
  margin-left: 25px;
}

.faq-title-name._active {
  color: #f95c3c;
}

.inactive-carrot {
  position: absolute;
  top: 20px;
  left: 0px;
}

.active-carrot {
  position: absolute;
  top: 30px;
  left: 10px;
  -webkit-animation: spin 0.4s linear;
  animation: spin 0.4s linear;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

a.dropdown:hover {
  text-decoration: none;
}

.mr-platform {
  margin-right: 1rem !important;
}

.done-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.done-icon img {
  width: 70px;
  height: 70px;
}

.icons, .icon-link:before, .icon-right-orange-carrot, .icon-right-white-carrot, .icon-link-grey:before, .icon-file:before, .icon-grey-dollar:before, .icon-blue-dollar:before, .icon-orange-checkmark:before, .icon-edit-pencil:before, .icon-trash:before, .icon-order-carot-down:before, .icon-order-carot-up:before, .icon-mail:before {
  background-size: 26px 26px;
  display: inline-block;
  height: 26px;
  width: 26px;
  content: " ";
  vertical-align: inherit;
}

.tiny-icons, .icon-delete:before {
  background-size: 15px 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  content: " ";
  vertical-align: middle;
}

.icon-link:before {
  background-image: url(/images/icon-link.svg);
  vertical-align: middle;
}

.icon-right-orange-carrot {
  background-image: url("/images/svg/icon/right-orange-carrot.svg");
}

.icon-right-white-carrot {
  background-image: url("/images/svg/icon/right-white-carrot.svg");
}

.icon-file-grey:before {
  background-image: url(/images/icon-file-grey.svg);
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
  content: " ";
  vertical-align: middle;
}

.icon-link-grey:before {
  background-image: url(/images/icon-link-grey.svg);
  vertical-align: middle;
}

.icon-file:before {
  background-image: url(/images/icon-file.svg);
  vertical-align: middle;
}

.icon-grey-dollar:before {
  background-image: url(/images/icon-grey-dollar.svg);
}

.icon-blue-dollar:before {
  background-image: url(/images/icon-blue-dollar.svg);
}

.icon-orange-checkmark:before {
  background-image: url(/images/icon-orange-checkmark.svg);
}

.icon-delete:before {
  background-image: url(/images/svg/icon/delete.svg);
}

.icon-edit-pencil:before {
  vertical-align: middle;
  background-image: url(/images/svg/icon/edit-pencil.svg);
}

.icon-trash:before {
  vertical-align: middle;
  background-image: url(/images/svg/icon/trash.svg);
}

.icon-order-carot-down:before {
  vertical-align: middle;
  background-image: url(/images/svg/icon/order-carot-down.svg);
}

.icon-order-carot-up:before {
  vertical-align: middle;
  background-image: url(/images/svg/icon/order-carot-up.svg);
}

.icon-mail:before {
  vertical-align: middle;
  background-image: url(/images/svg/icon/mail.svg);
}

.react-tabs [role=tab] {
  color: #02b3e4;
  width: 50%;
  text-align: center;
  padding: 10px 12px;
  border: 2px solid transparent;
  border-bottom: none;
  bottom: -2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.react-tabs [role=tab][aria-selected=true] {
  border-color: #979fa7;
  color: #979fa7;
}

.react-tabs [role=tablist] {
  border-bottom: 2px solid #979fa7;
}

.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  border: 1px dashed #979fa7;
  background-color: #fafbfc;
}

.file-upload ul {
  list-style-type: none;
}

.file-upload ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.target-technologies span {
  margin-right: 20px;
}

.target-technologies ul {
  list-style: none;
  padding: 15px 0;
  text-align: center;
}

.target-technologies ul li {
  display: inline-block;
  margin: 1px 5px;
}

.Select-input input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

.input-with-button .form-input-grouped {
  display: inline-block;
  font-size: 1.8rem;
  height: 50px;
  width: auto;
  text-align: left;
}

.input-with-button .form-input-btn-grouped {
  display: inline-block;
  width: auto;
  padding: 1.2rem;
}

.input-with-button ._left {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-with-button ._right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.Header {
  width: 100%;
}

.Header--nav {
  float: right;
}

@media (max-width: 768px) {
  .Header--nav {
    display: none;
  }
}

.Header--nav-links {
  text-align: right;
  margin: 8px 0 0 0;
}

.Header--nav-links .Header--nav-link, .Header--nav-links a {
  display: inline-block;
  margin-right: 20px;
  color: #979fa7;
  font-size: 14px;
  letter-spacing: 0.5px;
  letter-spacing: normal;
  cursor: pointer;
}
.BlitzTrailerPanel__Container {
  display: block;
}

.BlitzTrailerPanel__Container__active {
  display: none;
}

.BlitzTrailerPanel__Container__stillframe {
  display: none;
}

.BlitzTrailerPanel__Container__stillframe__active {
  display: block;
}

.blitz-background-trailer-cover {
  width: 100%;
}

.BlitzTrailerPanel--rounded {
  border-radius: 10px;
}

.BlitzTrailerPanel--shadow {
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}
.Boaster {
  width: 100%;
  min-height: 500px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.Boaster__Press {
  min-height: 425px;
}

.Boaster__Label {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #979fa7;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.86;
  padding-top: 5em;
}

.Boaster__Images {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  height: 55px;
  overflow: hidden;
  left: 50%;
}

.Boaster__Images__inner {
  width: 300px;
}

.Boaster__Images__inner__moving {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.Boaster__Image {
  width: 36px;
  height: 36px;
  border-radius: 25px;
  display: inline-block;
  margin: 7px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Boaster__Image__selected {
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.Boaster__Icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 7px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Boaster__Icon__selected {
  width: 32px;
  height: 32px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.Boaster__Item {
  color: #525c65;
  font-size: 3.4rem;
  line-height: 1.86;
  margin-top: 20px;
  font-style: italic;
  font-weight: 200;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(1130px - 350px);
  text-align: center;
  line-height: normal;
  position: absolute;
  left: 50%;
  margin-left: calc((1130px - 350px) * -0.5);
  top: 120px;
  -webkit-transition: left 0.75s ease, margin-left 0.75s;
  transition: left 0.75s ease, margin-left 0.75s;
}

.Boaster__Item__source {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  margin-top: 1em;
}

@media (max-width: 400px) {
  .Boaster__Item__source {
    font-size: 14px;
    line-height: 2;
  }
}

.Boaster__Item__Press {
  font-style: normal;
}

.Boaster__Item__left {
  left: -100%;
  margin-left: 0px;
}

.Boaster__Item__right {
  left: 150%;
  margin-left: 0px;
}

.Boaster__Buttons {
  position: relative;
  top: 75px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1130px;
}

.Boaster__Button__left, .Boaster__Button__right {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
}

.Boaster__Button__left svg, .Boaster__Button__right svg {
  stroke: #f95c3c;
}

.Boaster__Button__left svg path, .Boaster__Button__right svg path {
  fill: #f95c3c;
}

.Boaster__Button__left {
  left: 20px;
}

.Boaster__Button__right {
  right: 20px;
  top: 1px;
}

.Boaster__Button__right svg {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 400px) {
  .Boaster__Item__content {
    font-size: 22px;
    font-weight: 300;
  }
}

@media (max-width: 900px) {
  .Boaster {
    min-height: 520px;
  }
  .Boaster__Press {
    min-height: 425px;
  }
  .Boaster__Item {
    max-width: 465px;
    margin-left: calc(465px * -0.5);
  }
  .Boaster__Button__left svg, .Boaster__Button__right svg {
    width: 20px;
  }
}

@media (max-width: 570px) {
  .Boaster {
    min-height: 520px;
  }
  .Boaster__Press {
    min-height: 450px;
  }
  .Boaster__Item {
    max-width: 300px;
    margin-left: calc(300px * -0.5);
  }
  .Boaster__Button__left svg, .Boaster__Button__right svg {
    width: 15px;
  }
}

@media (max-width: 385px) {
  .Boaster {
    min-height: 540px;
  }
  .Boaster__Press {
    min-height: 450px;
  }
  .Boaster__Item {
    max-width: 200px;
    margin-left: calc(200px * -0.5);
  }
  .Boaster__Button__left svg, .Boaster__Button__right svg {
    width: 15px;
  }
}
.LandingPage--hero {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.LandingPage--hero--logo {
  width: 65px;
  height: 78px;
}

.LandingPage--hero--message {
  margin-top: 40px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  color: #2e3d49;
}

.LandingPage--hero--sub-message {
  color: #7D97AD;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}

.LandingPage--hero--details {
  color: #757C81;
  font-size: 18px;
  line-height: 32px;
}

.LandingPage--hero--cta {
  margin-top: 30px;
}

.LandingPage--hero--cta button {
  width: 280px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  height: 48px;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
}

.LandingPage--hero--cta button__disabled, .LandingPage--hero--cta button:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.LandingPage--hero--cta button:hover:enabled, .LandingPage--hero--cta button:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.LandingPage--hero--cta button:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

@media (max-width: 1080px) {
  .LandingPage--hero--logo {
    width: 40px;
    height: 50px;
  }
  .LandingPage--hero--message {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
  .LandingPage--hero--sub-message {
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 2;
  }
  .LandingPage--hero--details {
    font-size: 14px;
    line-height: 1.86;
  }
}
.LandingPage--partners {
  margin-top: 60px;
  max-width: 1200;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.LandingPage--partners-header {
  color: #7D97AD;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 25px;
  width: 100%;
  text-transform: uppercase;
}

.LandingPage--partners-logos span {
  width: 130px;
  display: inline-block;
}

.LandingPage--partners-logos span img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1080px) {
  .LandingPage--partners-header {
    font-size: 12px;
    line-height: 2.08;
  }
  .LandingPage--partners-logos span {
    width: 82px;
  }
}
.BlitzHighlights {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #2e3d49;
  margin-top: 80px;
  position: relative;
}

.BlitzHighlights--header {
  width: 100%;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.2px;
  font-weight: 300;
  margin-bottom: 80px;
}

@media (max-width: 1080px) {
  .BlitzHighlights--header {
    font-size: 26px;
    line-height: 1.46;
  }
}

.BlitzHighlights--row {
  width: 100%;
  min-height: 300px;
}

.BlitzHighlights--highlight {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.BlitzHighlights--highlight .BlitzHighlights--icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.BlitzHighlights--highlight .BlitzHighlights--icon svg {
  width: 60px;
  height: 60px;
}

.BlitzHighlights--highlight .BlitzHighlights--icon .BlitzHighlight--umbrella {
  stroke: #A858EA;
}

.BlitzHighlights--highlight .BlitzHighlights--icon .BlitzHighlight--umbrella g {
  stroke: #A858EA;
}

.BlitzHighlights--highlight .BlitzHighlights--icon .BlitzHighlight--nofee {
  stroke: #27C06E;
}

.BlitzHighlights--highlight .BlitzHighlights--icon .BlitzHighlight--nofee g {
  stroke: #27C06E;
}

.BlitzHighlights--highlight .BlitzHighlights--highlight-text {
  width: 100%;
  padding-left: 80px;
}

.BlitzHighlights--highlight .BlitzHighlights--highlight-text p {
  color: #757c81;
  font-size: 14px;
  line-height: 1.86;
}

.BlitzHighlights--highlight .BlitzHighlights--highlight-header {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .BlitzHighlights--highlight {
    width: 100%;
    padding-bottom: 5rem;
  }
  .BlitzHighlights--highlight .BlitzHighlights--icon {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 30px;
  }
  .BlitzHighlights--highlight .BlitzHighlights--icon svg {
    width: 50px;
    height: 50px;
  }
  .BlitzHighlights--highlight .BlitzHighlights--highlight-text {
    padding-left: 31px;
    padding-right: 31px;
  }
  .BlitzHighlights--highlight .BlitzHighlights--highlight-header {
    text-align: center;
    font-size: 24px;
    line-height: 1.58;
  }
}
.ContributorCards {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.ContributorCards--header {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

@media (max-width: 1080px) {
  .ContributorCards--header {
    font-size: 26px;
    letter-spacing: 0.1px;
  }
}

.ContributorCards--body {
  width: 100%;
  margin-top: 82px;
  overflow-x: hidden;
}

.ContributorCards--container {
  position: absolute;
}

.ContributorCards--card {
  background: #FFFFFF;
  width: 280px;
  height: 447px;
  margin-left: 20px;
  float: left;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 3px solid #f95c3c;
  position: relative;
  display: inline-block;
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}

.ContributorCards--card img {
  background-color: #DBE2E8;
  top: -25px;
  margin-bottom: 12px;
  height: 96px;
  margin-top: 0;
  display: block;
  position: relative;
  border-radius: 50%;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
  margin: 0 auto;
}

.ContributoCards--card-header {
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #2e3d49;
}

.ContributoCards--card-body {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: -0.1px;
  color: #757c81;
}

.ContributorCards--more-card {
  border-top: none;
  background-image: -webkit-linear-gradient(297deg, #e95758, #ee745b 36%, #ffa235), -webkit-linear-gradient(#f95c3c, #f95c3c);
  background-image: linear-gradient(153deg, #e95758, #ee745b 36%, #ffa235), linear-gradient(#f95c3c, #f95c3c);
  color: #ffffff;
}

.ContributorCards--more-card .ContributoCards--card-header {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 36px;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.ContributorCards--more-card .ContributoCards--card-subheader {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: -0.1px;
  color: #ffffff;
}

.ContributorCards--more-card .ContributoCards--card-body {
  margin-top: 40px;
}

.ContributorCards--more-card .ContributoCards--card-body ul {
  list-style: none;
  padding-left: 0px;
}

.ContributorCards--more-card .ContributoCards--card-body ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.ContributoCards--card-title {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 1.1px;
  color: #7d97ad;
  text-transform: uppercase;
}

.ContributorCards--scrollable {
  overflow: visible;
  position: relative;
  outline: 0 none;
}

@media (max-width: 360px) {
  .ContributorCards--scrollable {
    left: -30px;
  }
}

.ContributorCards--scrollbar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4px;
  height: 4px;
  background: none;
  border-radius: 16px;
}

@media (max-width: 400px) {
  .ContributorCards--scrollbar {
    height: 0;
    display: none;
  }
}

.ContributorCards--scrollbar-track {
  float: left;
  height: 100%;
  background: rgba(46, 61, 73, 0.1);
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 400px) {
  .ContributorCards--scrollbar-track {
    height: 0;
    display: none;
  }
}

.ContributorCards--scrollbar-dragger {
  position: relative;
  height: 10px;
  top: -3px;
  cursor: pointer;
  border-radius: 16px;
  background-color: #f95c3c;
}

@media (max-width: 400px) {
  .ContributorCards--scrollbar-dragger {
    height: 0;
    display: none;
  }
}
.FaqPanel {
  width: 100%;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

.FaqPanel--header {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2e3d49;
  margin-bottom: 50px;
}

@media (max-width: 1080px) {
  .FaqPanel--header {
    font-size: 26px;
    letter-spacing: 0.1px;
  }
}

.FaqPanel--question {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #dbe2e8;
  padding: 24px 20px;
}

.FaqPanel--see-more {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.FaqPanel--see-more-link {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 2px;
  color: #f95c3c;
  text-transform: uppercase;
  cursor: pointer;
}

.FaqPanel--question-text {
  position: relative;
  cursor: pointer;
}

.FaqPanel--question-text p {
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.91;
  color: #525c65;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

@media (max-width: 1080px) {
  .FaqPanel--question-text p {
    font-size: 18px;
    line-height: 1.67;
  }
}

.FaqPanel--question-answer {
  margin-left: 30px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #525c65;
}

@media (max-width: 1080px) {
  .FaqPanel--question-answer {
    font-size: 14px;
    line-height: 1.71;
  }
}

.FaqPanel--question-control {
  position: absolute;
  top: 14px;
  left: 0px;
  height: 14px;
  width: 14px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.FaqPanel--question-control path {
  stroke: #979FA6;
  fill: #979FA6;
}

.FaqPanel--question-answer {
  max-height: 0;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  overflow-y: hidden;
}

.FaqPanel--question--open .FaqPanel--question-answer {
  max-height: 300px;
}

.FaqPanel--question--open .FaqPanel--question-control {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.FaqPanel--question--open .FaqPanel--question-control path {
  stroke: #f95c3c;
  fill: #f95c3c;
}

.FaqPanel--question--open .FaqPanel--question-text p {
  color: #f95c3c;
}
.RelationshipsPanel {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.RelationshipsPanel--wrapper {
  margin: 6rem auto 0 auto;
  padding: 0 0 9rem 0;
}

.RelationshipsPanel--header {
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2e3d49;
}

@media (max-width: 1080px) {
  .RelationshipsPanel--header {
    font-size: 26px;
    letter-spacing: 0.1px;
  }
}

.RelationshipsPanel--partner-logo {
  margin-left: auto;
  margin-right: auto;
}

.RelationshipsPanel--container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.RelationshipsPanel--partner {
  width: 33.33%;
  float: left;
  position: relative;
  vertical-align: top;
}

@media (max-width: 400px) {
  .RelationshipsPanel--partner {
    width: 50%;
  }
}
.LandingPage--LastChance {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  background-image: -webkit-linear-gradient(352deg, #e95758, #ee745b 36%, #ffa235);
  background-image: linear-gradient(98deg, #e95758, #ee745b 36%, #ffa235);
}

@media (max-width: 400px) {
  .LandingPage--LastChance a {
    display: block;
    width: 100%;
  }
}

.LandingPage--LastChance--message {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  color: #fafbfc;
}

@media (max-width: 400px) {
  .LandingPage--LastChance--message {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 14px;
    margin-left: 14px;
  }
}

.LandingPage--LastChance--submit {
  width: 200px;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 0;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 1.3px;
  text-align: center;
  color: #f95c3c;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
}

.LandingPage--LastChance--submit:hover {
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

@media (max-width: 400px) {
  .LandingPage--LastChance--submit {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.LandingPage--background-wrapper {
  position: relative;
  width: 0;
  height: 0;
}

.LandingPage--bg1 {
  width: 0;
  height: 0;
  position: absolute;
  left: 400px;
  top: 80px;
  border-bottom: 1200px solid #FFF5EC;
  border-right: 1920px solid transparent;
  opacity: 0.5;
}

.LandingPage--bg1::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1200px solid #fff;
  border-right: 864px solid transparent;
}

@media (max-width: 400px) {
  .LandingPage--bg1 {
    left: 140px;
    top: 28px;
    border-bottom: 420px solid #FFF5EC;
    border-right: 672px solid transparent;
  }
}

.LandingPage--background-container-2 {
  position: absolute;
  top: 0;
  left: 450px;
}

@media (max-width: 400px) {
  .LandingPage--background-container-2 {
    left: 90px;
  }
}

.LandingPage--bg2a {
  position: relative;
  background-color: #FFF5EC;
  width: 2600px;
  height: 520px;
  opacity: 0.5;
}

.LandingPage--bg2a::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 520px solid #fff;
  border-right: 1040px solid transparent;
}

@media (max-width: 400px) {
  .LandingPage--bg2a::before {
    border-top: 104px solid #fff;
    border-right: 208px solid transparent;
  }
}

.LandingPage--bg2a::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 520px solid #fff;
  border-left: 1040px solid transparent;
}

@media (max-width: 400px) {
  .LandingPage--bg2a::after {
    border-top: 104px solid #fff;
    border-right: 208px solid transparent;
  }
}

@media (max-width: 400px) {
  .LandingPage--bg2a {
    width: 520px;
    height: 104px;
    z-index: -1;
  }
}

.LandingPage--bg2b {
  width: 0;
  height: 0;
  content: "";
  position: relative;
  border-top: 1170px solid #FFF5EC;
  border-left: 2600px solid transparent;
  opacity: 0.5;
}

.LandingPage--bg2b::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1170px solid #fff;
  border-left: 1040px solid transparent;
}

@media (max-width: 400px) {
  .LandingPage--bg2b::before {
    border-top: 234px solid #fff;
    border-left: 208px solid transparent;
  }
}

@media (max-width: 400px) {
  .LandingPage--bg2b {
    border-top: 234px solid #FFF5EC;
    border-left: 520px solid transparent;
  }
}

.LandingPage--background-container-3 {
  position: absolute;
  top: -200px;
  left: -540px;
}

.LandingPage--bg3a {
  width: 0;
  height: 0;
  position: relative;
  border-bottom: 607.5px solid #FFF5EC;
  border-right: 1350px solid transparent;
  opacity: 0.5;
}

.LandingPage--bg3a::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 607.5px solid #fff;
  border-right: 540px solid transparent;
}

.LandingPage--bg3b {
  position: relative;
  background-color: #FFF5EC;
  width: 1350px;
  height: 270px;
  opacity: 0.5;
}

.LandingPage--bg3b::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 270px solid #fff;
  border-right: 540px solid transparent;
}

.LandingPage--bg3b::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 270px solid #fff;
  border-left: 540px solid transparent;
}

.LandingPage--bg4 {
  top: 0px;
  left: -900px;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  border-top: 720px solid #FFF5EC;
  border-left: 1600px solid transparent;
  opacity: 0.5;
}

.LandingPage--bg4::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 720px solid #fff;
  border-left: 640px solid transparent;
}

.LandingPage--bg5 {
  top: -395px;
  left: -770px;
  width: 0;
  height: 0;
  position: relative;
  border-bottom: 900px solid #FFF5EC;
  border-right: 2000px solid transparent;
  opacity: 0.5;
}

.LandingPage--bg5::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 900px solid #fff;
  border-right: 800px solid transparent;
}

@media (max-width: 400px) {
  .LandingPage--bg5::after {
    border-bottom: 270px solid #fff;
    border-right: 600px solid transparent;
  }
}

@media (max-width: 400px) {
  .LandingPage--bg5 {
    top: -118.5px;
    left: -231px;
    border-bottom: 270px solid #FFF5EC;
    border-right: 600px solid transparent;
  }
}
.PressPanel {
  margin-top: 80px;
}

.PressPanel .Boaster__Item__content span {
  font-style: italic;
}

@media (max-width: 768px) {
  .PressPanel {
    margin-top: 0;
  }
}
.LandingPage {
  overflow-x: hidden;
}

.LandingPage--testimonials {
  background: transparent;
}

.LandingPage--trailer {
  margin-top: 150px;
}
.FauxModalLayout {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 400px) {
  .FauxModalLayout {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.FauxModalLayout__Subheading {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #979fa7;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.86;
}
.LearnMoreForm__submit {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
}

.LearnMoreForm__submit__disabled, .LearnMoreForm__submit:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.LearnMoreForm__submit:hover:enabled, .LearnMoreForm__submit:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}
.FileAssets__Error {
  color: #f7330b;
  font-size: 1.2rem;
  text-align: center;
}
.LinkAssets__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.LinkAssets__Input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  font-size: 1.4rem;
}

.LinkAssets__Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0px 8px 0px 8px;
  height: 42px;
}
.ProposalAssetRow {
  margin-top: 2rem;
}
.ProjectRow {
  border-bottom: 1px solid #DBE2E8;
  width: 100%;
  cursor: pointer;
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.ProjectRow:last-child {
  border-bottom: none;
}

.ProjectRow__SOW {
  color: #979fa7;
  font-size: 1.4rem;
  line-height: 1.86;
  width: 16%;
  float: left;
}

.ProjectRow__Name {
  color: #3b3f43;
  font-size: 1.4rem;
  line-height: 1.86;
  width: 64%;
  float: left;
}

.ProjectRow__Status {
  width: 20%;
  float: left;
  text-align: right;
}

.ProjectRow__Summary {
  color: #979fa7;
  font-size: 1.4rem;
  line-height: 1.86;
}

@media (max-width: 450px) {
  .ProjectRow__SOW {
    width: 18%;
  }
  .ProjectRow__Name {
    width: 60%;
  }
  .ProjectRow__Status {
    width: 22%;
  }
}
.ProjectsToPay__FilterInput-wrapper {
  max-width: 46.5rem;
  margin-right: auto;
  margin-left: auto;
}

.ProjectsToPay__Alias {
  width: 100%;
}

.ProjectsToPay__Alias--link {
  float: right;
  cursor: pointer;
}

@media (max-width: 450px) {
  .ProjectsToPay__FilterInput-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.ProjectsToPay__FilterInput {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  height: 50px;
}

.ProjectsToPay__FilterInput__Text {
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-size: 1.8rem;
  border: 1px solid #b9c0c4;
  padding: 1.2rem 1.5rem;
}

.ProjectsToPay__FilterInput__Text:focus, .ProjectsToPay__FilterInput__Text.is-active {
  outline: 0;
  border-color: #02b3e4;
}

.ProjectsToPay__FilterInput__Text:focus.is-invalid, .ProjectsToPay__FilterInput__Text.is-active.is-invalid {
  border-color: #f7330b;
}

.ProjectsToPay__FilterInput__Button {
  margin-left: -50px;
  margin-top: -4px;
  width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 9px;
  padding-top: 10px;
}

.ProjectsToPay__FilterInput__Button svg {
  height: 26px;
  width: 26px;
}
.IconLink__contents {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.86;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
}

.IconLink {
  display: inline-block;
}

.IconLink svg {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.PaymentRow {
  border-bottom: 1px solid #DBE2E8;
  width: 100%;
  cursor: pointer;
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.PaymentRow:last-child {
  border-bottom: none;
}

.PaymentRow__ordinal {
  color: #979fa7;
  font-size: 1.4rem;
  line-height: 1.86;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.PaymentRow__state {
  color: #979fa7;
  font-size: 1.4rem;
  line-height: 1.86;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: right;
}

.PaymentRow__Actions {
  cursor: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}

.PaymentRow__AltActions {
  float: right;
}

.PaymentRow__AltActions .PaymentRow__Action {
  padding-left: 10px;
}

.PaymentRow__Action {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  float: left;
  vertical-align: top;
}
.ProjectActionButton__button {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
}

.ProjectActionButton__button__disabled, .ProjectActionButton__button:disabled {
  color: #757c81;
  border-color: #757c81;
  cursor: not-allowed;
}

.ProjectActionButton__button:hover:enabled, .ProjectActionButton__button:focus:enabled {
  border-color: #f5421d;
  color: #f5421d;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}

.ProjectActionButton__instructions {
  width: 100%;
  font-weight: 200;
  color: #979fa7;
  font-size: 1.4rem;
  margin-bottom: 0px;
}

.ProjectActionButton__disabledMessage {
  margin-top: 1rem;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
}
.PaymentsTab__Total__amount {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.PaymentsTab__SOW__amount {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
}
.ProjectPanel .ReactTabs__TabList {
  margin-bottom: 25px;
}

.ProjectPanel .ProjectPanel__Resync {
  margin: 10px;
}

.ProjectPanel .ProjectPanel__Resync__button {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 2rem;
}

.ProjectPanel .ProjectPanel__Resync__button__disabled, .ProjectPanel .ProjectPanel__Resync__button:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.ProjectPanel .ProjectPanel__Resync__button:hover:enabled, .ProjectPanel .ProjectPanel__Resync__button:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.ProjectPanel .ProjectPanel__Resync__button svg {
  margin: -16px 0px;
}

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

.ProjectPanel .ProjectPanel__Resync__icon g {
  -webkit-transition: stroke 1.0s ease;
  transition: stroke 1.0s ease;
  stroke: #ffffff;
}

.ProjectPanel .ProjectPanel__Resync__icon__spin {
  -webkit-animation-name: ckw;
          animation-name: ckw;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.ProjectPanel .ProjectPanel__Resync__icon__spin g {
  stroke: #525c65;
}

.ProjectPanel .ProjectPanel__Back {
  color: #02b3e4;
  font-size: 1.2rem;
  line-height: 1.86;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
}

@-webkit-keyframes ckw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ckw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ProjectNameEditor__Input {
  box-sizing: border-box;
  height: 40px;
  width: calc(100% - 100px);
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #DBE2E8;
  outline: none;
}

.ProjectNameEditor__Input:focus {
  border: 1px solid #979fa7;
}

.ProjectNameEditor__Input__error {
  border: 1px solid #f7330b !important;
}

.ProjectNameEditor__Button__edit {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

.ProjectNameEditor__Button__edit:hover, .ProjectNameEditor__Button__edit:focus {
  opacity: 0.5;
}

.ProjectNameEditor__Button__save {
  width: 100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  height: 40px;
  margin-top: -4px;
}

.ProjectNameEditor__Button__save__disabled, .ProjectNameEditor__Button__save:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.ProjectNameEditor__Button__save:hover:enabled, .ProjectNameEditor__Button__save:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.ProjectNameEditor__Errors {
  font-size: 1.4rem;
  color: #f7330b;
}
.PaymentForm__submit {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  float: right;
}

.PaymentForm__submit__disabled, .PaymentForm__submit:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.PaymentForm__submit:hover:enabled, .PaymentForm__submit:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.PaymentForm__balance {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
  width: 100%;
}
.LedgerPanel {
  background: #fafbfc;
  padding: 20px;
  margin-bottom: 20px;
}

.LedgerPanel__Balance {
  margin-bottom: 0px;
  font-size: 1.4rem;
  color: #3b3f43;
  line-height: 1.86;
}
.AlternatePaymentHelp {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
}
.AchForm {
  font-size: 14px;
}

.AchForm__SelectButton {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 30px;
}

.AchForm__SelectButton__disabled, .AchForm__SelectButton:disabled {
  color: #757c81;
  border-color: #757c81;
  cursor: not-allowed;
}

.AchForm__SelectButton:hover:enabled, .AchForm__SelectButton:focus:enabled {
  border-color: #f5421d;
  color: #f5421d;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}

.AchForm__Button {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: -15px;
}

.AchForm__Button__disabled, .AchForm__Button:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.AchForm__Button:hover:enabled, .AchForm__Button:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.AchForm__SelectBank {
  margin-top: 35px;
  text-align: center;
  color: #979fa7;
}

.AchForm__Error {
  color: #f7330b;
  text-align: center;
  margin-top: 30px;
}

.AchForm__Consent {
  margin-top: 10px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AchForm__Consent .AchForm__Consent__Checkbox-input {
  display: none;
}

.AchForm__Consent span.AchForm__Consent__Checkbox {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border-color: #f95c3c;
  border-width: 1px;
  border-style: solid;
}

.AchForm__Consent span.AchForm__Consent__Checkbox svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-bottom: 1px;
}

.AchForm__Consent .AchForm__Consent__Checkbox-checked {
  background-color: #f95c3c;
}

.AchForm__Consent .AchForm__Consent__Checked path {
  stroke: #ffffff;
}

.AchForm__Consent p {
  float: right;
  margin-left: 10px;
  font-size: 12px;
  color: #979fa7;
  width: 90%;
  vertical-align: middle;
}

.AchForm__Consent a {
  color: #2d3033;
}

.AchForm__BankDetails {
  text-align: center;
  margin-top: 30px;
  font-size: 1.4rem;
}

.AchForm__BankDetails__heading {
  color: #979fa7;
  margin-bottom: 15px;
}
.AlreadyPaid__Instructions {
  font-size: 1.4rem;
}

.AlreadyPaid__Resend {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #f95c3c;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 20px 0px;
}

.AlreadyPaid__Resend__disabled, .AlreadyPaid__Resend:disabled {
  background-color: #757c81;
  cursor: not-allowed;
}

.AlreadyPaid__Resend:hover:enabled, .AlreadyPaid__Resend:focus:enabled {
  background-color: #f5421d;
  box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.AlreadyPaid__BackButton {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
}

.AlreadyPaid__BackButton__disabled, .AlreadyPaid__BackButton:disabled {
  color: #757c81;
  border-color: #757c81;
  cursor: not-allowed;
}

.AlreadyPaid__BackButton:hover:enabled, .AlreadyPaid__BackButton:focus:enabled {
  border-color: #f5421d;
  color: #f5421d;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}

.AlreadyPaid__BackButton:hover {
  text-decoration: none;
}
.ConfirmationResent__Instructions {
  font-size: 1.4rem;
}

.ConfirmationResent__BackButton {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  display: block;
  margin: 20px 0px;
}

.ConfirmationResent__BackButton__disabled, .ConfirmationResent__BackButton:disabled {
  color: #757c81;
  border-color: #757c81;
  cursor: not-allowed;
}

.ConfirmationResent__BackButton:hover:enabled, .ConfirmationResent__BackButton:focus:enabled {
  border-color: #f5421d;
  color: #f5421d;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}

.ConfirmationResent__BackButton:hover {
  text-decoration: none;
}
.PaymentDetails {
  margin-top: 45px;
}

.PaymentDetails__wrapper {
  padding: 0 18px;
}

.PaymentDetails__Company {
  color: #3b3f43;
  font-size: 2rem;
  line-height: 1.86;
  padding: 0;
}

.PaymentDetails__BillingInfo {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.86;
  font-weight: normal;
  color: #979fa7;
  margin-bottom: 2rem;
  padding: 0;
}
.PaymentComplete__subheading {
  font-size: 1.4rem;
}

.PaymentComplete__BackButton {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffffff;
  border: 1px solid #f95c3c;
  border-radius: 4px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f95c3c;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 3.2rem;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
}

.PaymentComplete__BackButton__disabled, .PaymentComplete__BackButton:disabled {
  color: #757c81;
  border-color: #757c81;
  cursor: not-allowed;
}

.PaymentComplete__BackButton:hover:enabled, .PaymentComplete__BackButton:focus:enabled {
  border-color: #f5421d;
  color: #f5421d;
  box-shadow: 0 8px 6px -6px #e7e7e7;
}

.PaymentComplete__BackButton:hover {
  text-decoration: none;
}

/*# sourceMappingURL=marketing-bf012a863c69f204193e.css.map*/