/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./sass/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font 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;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button,
[type=button],
[type=submit],
[type=reset] {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

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

textarea {
  resize: vertical;
}

img,
video {
  max-width: 100%;
  height: auto;
}

label,
select,
option,
button {
  cursor: pointer;
}

img,
canvas,
iframe,
video,
svg,
select {
  max-width: 100%;
}

html {
  background-color: #ffffff;
  color: #1f2426;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 100%;
}

body {
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote,
dl,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
p,
pre,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
blockquote:last-child,
dl:last-child,
ol:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
hr:last-child,
menu:last-child,
p:last-child,
pre:last-child,
ul:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

a {
  color: #0073b9;
}
a:hover, a:focus {
  text-decoration: none;
}
a.in-modeDark {
  color: #ffffff;
}

small,
sub,
sup {
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.25;
}

.o-flexibleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.o-flexibleGroup--noWrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.o-flexibleGroup--vertical {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 0;
}
.o-flexibleGroup--distributionStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.o-flexibleGroup--distributionCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-flexibleGroup--distributionEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-flexibleGroup--alignmentStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.o-flexibleGroup--alignmentCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-flexibleGroup--alignmentEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.o-flexibleGroup--spacingCompact {
  margin-top: -0.25rem;
  margin-left: -0.25rem;
}
.o-flexibleGroup--spacingComfortable {
  margin-top: -1rem;
  margin-left: -1rem;
}
.o-flexibleGroup--spacingCompact.o-flexibleGroup--vertical, .o-flexibleGroup--spacingComfortable.o-flexibleGroup--vertical {
  margin-left: 0;
}
.o-flexibleGroup-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  max-width: calc(100% - (0.5rem - 1px));
}
.o-flexibleGroup--spacingNone, .o-flexibleGroup--spacingNone .o-flexibleGroup-item {
  margin-top: 0;
  margin-left: 0;
}
.o-flexibleGroup--spacingNone .o-flexibleGroup-item {
  max-width: 100%;
}
.o-flexibleGroup--spacingCompact .o-flexibleGroup-item {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  max-width: calc(100% - (0.25rem - 1px));
}
.o-flexibleGroup--spacingComfortable .o-flexibleGroup-item {
  margin-top: 1rem;
  margin-left: 1rem;
  max-width: calc(100% - (1rem - 1px));
}
.o-flexibleGroup--vertical .o-flexibleGroup-item {
  margin-left: 0;
  max-width: 100%;
}

.u-cardLow {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(31, 36, 38, 0.1);
          box-shadow: 0 2px 4px 0 rgba(31, 36, 38, 0.1);
  background-color: #ffffff;
}

.u-cardMedium {
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
          box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
  background-color: #ffffff;
}

.u-cardHigh {
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 40px 0 rgba(31, 36, 38, 0.18);
          box-shadow: 0 16px 40px 0 rgba(31, 36, 38, 0.18);
  background-color: #ffffff;
}

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

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

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

.u-fontWeightLight {
  font-weight: 300 !important;
}

.u-fontWeightNormal {
  font-weight: 400 !important;
}

.u-fontWeightSemibold {
  font-weight: 600 !important;
}

.u-fontWeightBold {
  font-weight: 700 !important;
}

.u-spacingStackNone {
  margin-bottom: 0 !important;
}

.u-spacingStackHalf {
  margin-bottom: 0.25rem !important;
}

.u-spacingStack1 {
  margin-bottom: 0.5rem !important;
}

.u-spacingStack2 {
  margin-bottom: 1rem !important;
}

.u-spacingStack3 {
  margin-bottom: 1.5rem !important;
}

.u-spacingStack4 {
  margin-bottom: 2rem !important;
}

.u-spacingStack5 {
  margin-bottom: 2.5rem !important;
}

.u-spacingStack6 {
  margin-bottom: 3rem !important;
}

.u-spacingStack9 {
  margin-bottom: 4.5rem !important;
}

.u-spacingStack12 {
  margin-bottom: 6rem !important;
}

.u-spacingInlineNone {
  margin-right: 0 !important;
}

.u-spacingInlineHalf {
  margin-right: 0.25rem !important;
}

.u-spacingInline1 {
  margin-right: 0.5rem !important;
}

.u-spacingInline2 {
  margin-right: 1rem !important;
}

.u-spacingInline3 {
  margin-right: 1.5rem !important;
}

.u-spacingInline4 {
  margin-right: 2rem !important;
}

.u-spacingInline5 {
  margin-right: 2.5rem !important;
}

.u-spacingInline6 {
  margin-right: 3rem !important;
}

.u-spacingInline9 {
  margin-right: 4.5rem !important;
}

.u-spacingInline12 {
  margin-right: 6rem !important;
}

.u-spacingInsetExtraSmall {
  padding: 1rem;
}

.u-spacingInsetSmall {
  padding: 1rem;
}
@media (min-width: 37.5em) {
  .u-spacingInsetSmall {
    padding: 1.5rem;
  }
}

.u-spacingInsetMedium {
  padding: 1.5rem;
}
@media (min-width: 37.5em) {
  .u-spacingInsetMedium {
    padding: 2rem;
  }
}

.u-spacingInsetLarge {
  padding: 2rem;
}
@media (min-width: 37.5em) {
  .u-spacingInsetLarge {
    padding: 2.5rem;
  }
}
@media (min-width: 75em) {
  .u-spacingInsetLarge {
    padding: 3rem;
  }
}

.u-spacingInsetExtraLarge {
  padding: 2.5rem;
}
@media (min-width: 37.5em) {
  .u-spacingInsetExtraLarge {
    padding: 3rem;
  }
}
@media (min-width: 75em) {
  .u-spacingInsetExtraLarge {
    padding: 4.5rem;
  }
}

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

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

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

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

.u-textColorModeDark {
  color: #ffffff;
}

.u-textColorDefault {
  color: #1f2426;
}

.u-textColorThemePrimary {
  color: #00b6c7;
}

.u-textColorThemeSecondary {
  color: #003561;
}

.u-textColorThemeTertiary {
  color: #fcd214;
}

.u-textColorSubdued {
  color: #495257;
}
.in-modeDark .u-textColorSubdued, .u-textColorSubdued.in-modeDark {
  color: #f5f7f8;
}

.u-textColorSuccess {
  color: #1b8533;
}

.u-textColorError {
  color: #cc392f;
}

.u-typesetDefault {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

.u-typesetDisplayXLarge {
  line-height: 1.1;
  font-size: 4.5rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .u-typesetDisplayXLarge {
    font-size: 6rem;
  }
}

.u-typesetDisplayLarge {
  line-height: 1.1;
  font-size: 3.75rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .u-typesetDisplayLarge {
    font-size: 4.5rem;
  }
}

.u-typesetDisplayMedium {
  line-height: 1.1;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .u-typesetDisplayMedium {
    font-size: 3.75rem;
  }
}

.u-typesetDisplaySmall {
  line-height: 1.1;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .u-typesetDisplaySmall {
    font-size: 3rem;
  }
}

.u-typesetSubtitle {
  line-height: 1.25;
  font-size: 1.5rem;
}
@media (min-width: 37.5em) {
  .u-typesetSubtitle {
    font-size: 1.75rem;
  }
}

.u-typesetHeadingLarge {
  line-height: 1.25;
  font-size: 1.75rem;
}
@media (min-width: 37.5em) {
  .u-typesetHeadingLarge {
    font-size: 2.125rem;
  }
}

.u-typesetHeadingMedium {
  line-height: 1.25;
  font-size: 1.5rem;
}
@media (min-width: 37.5em) {
  .u-typesetHeadingMedium {
    font-size: 1.75rem;
  }
}

.u-typesetHeadingSmall {
  line-height: 1.25;
  font-size: 1.25rem;
}
@media (min-width: 37.5em) {
  .u-typesetHeadingSmall {
    font-size: 1.5rem;
  }
}

.u-typesetHeadingXSmall {
  line-height: 1.25;
  font-size: 1.125rem;
}
@media (min-width: 37.5em) {
  .u-typesetHeadingXSmall {
    font-size: 1.25rem;
  }
}

.u-typesetHeadingXXSmall {
  line-height: 1.25;
  font-size: 1.125rem;
}
@media (min-width: 37.5em) {
  .u-typesetHeadingXXSmall {
    font-size: 1.125rem;
  }
}

.u-typesetBodyLarge {
  line-height: 1.5;
  font-size: 1.25rem;
}

.u-typesetBodyMedium {
  line-height: 1.5;
  font-size: 1.125rem;
}

.u-typesetBodySmall {
  line-height: 1.5;
  font-size: 1rem;
}

.u-typesetBodyLargeShort {
  line-height: 1.25;
  font-size: 1.25rem;
}

.u-typesetBodyMediumShort {
  line-height: 1.25;
  font-size: 1.125rem;
}

.u-typesetBodySmallShort {
  line-height: 1.25;
  font-size: 1rem;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.u-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 37.5em) {
  .u-hide\@lapAndUp {
    display: none !important;
  }
}

@media (min-width: 56.25em) {
  .u-hide\@lapWideAndUp {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .u-hide\@deskAndUp {
    display: none !important;
  }
}

@media (min-width: 112.5em) {
  .u-hide\@wallOnly {
    display: none !important;
  }
}

@media (min-width: 75em) and (max-width: 112.4375em) {
  .u-hide\@deskOnly {
    display: none !important;
  }
}

@media (min-width: 56.25em) and (max-width: 74.9375em) {
  .u-hide\@lapWideOnly {
    display: none !important;
  }
}

@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .u-hide\@lapOnly {
    display: none !important;
  }
}

@media (max-width: 37.4375em) {
  .u-hide\@palmOnly,
  .u-show\@lapAndUp {
    display: none !important;
  }
}

@media screen and (max-width: 56.1875em) {
  .u-show\@lapWideAndUp {
    display: none !important;
  }
}

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

@media screen and (max-width: 112.4375em) {
  .u-show\@wallOnly {
    display: none !important;
  }
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.u-listUnstyled {
  list-style-type: none;
  padding-left: 0;
}

.u-spacePrependLarge::before {
  display: block;
  height: 144px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spacePrependLarge::before {
    height: 192px;
  }
}
@media (min-width: 56.25em) {
  .u-spacePrependLarge::before {
    height: 288px;
  }
}

.u-spacePrependMedium::before {
  display: block;
  height: 96px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spacePrependMedium::before {
    height: 144px;
  }
}
@media (min-width: 56.25em) {
  .u-spacePrependMedium::before {
    height: 216px;
  }
}

.u-spacePrependSmall::before {
  display: block;
  height: 48px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spacePrependSmall::before {
    height: 96px;
  }
}
@media (min-width: 56.25em) {
  .u-spacePrependSmall::before {
    height: 144px;
  }
}

.u-spaceAppendLarge::after {
  display: block;
  height: 144px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spaceAppendLarge::after {
    height: 192px;
  }
}
@media (min-width: 56.25em) {
  .u-spaceAppendLarge::after {
    height: 288px;
  }
}

.u-spaceAppendMedium::after {
  display: block;
  height: 96px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spaceAppendMedium::after {
    height: 144px;
  }
}
@media (min-width: 56.25em) {
  .u-spaceAppendMedium::after {
    height: 216px;
  }
}

.u-spaceAppendSmall::after {
  display: block;
  height: 48px;
  content: "";
}
@media (min-width: 37.5em) {
  .u-spaceAppendSmall::after {
    height: 96px;
  }
}
@media (min-width: 56.25em) {
  .u-spaceAppendSmall::after {
    height: 144px;
  }
}

.u-accentLine {
  margin-bottom: 1rem;
  margin-top: 0;
}
.u-accentLine:last-child {
  margin-bottom: 0;
}
.u-accentLine {
  display: block;
  font-size: 0;
}
.u-accentLine::after {
  display: inline-block;
  background: currentColor;
  width: 4.5rem;
  height: 4px;
  content: "";
}

/***
* IMPORTANT: The styles in this file must be loaded in this order!!
*/
.in-modeDark a:not(.gzl-Button):not([class*=rds-]) {
  color: #ffffff;
}

.u-textColorModeDark a:not(.gzl-Button):not([class*=rds-]) {
  color: inherit;
}

.u-textColorDefault a:not(.gzl-Button):not([class*=rds-]) {
  color: #0073b9;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.gzl-Icon--l {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
}

.gzl-Button, .Chapter-body a.gzl-Button, .gzl-BodyText a.gzl-Button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  padding: 0.375rem 1rem;
  width: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
  background-color: #fcd214;
  color: #1f2426;
}
.gzl-Button:hover, .Chapter-body a.gzl-Button:hover, .gzl-BodyText a.gzl-Button:hover, .gzl-Button:focus, .Chapter-body a.gzl-Button:focus, .gzl-BodyText a.gzl-Button:focus {
  background-color: #ffda47;
  color: #1f2426;
}
.gzl-Button--ghost {
  border-color: currentColor;
  background-color: transparent;
  color: #fcd214;
}
.gzl-Button--ghost:hover, .gzl-Button--ghost:focus {
  background-color: rgba(252, 210, 20, 0.1);
  color: #ffda47;
}
.gzl-Button--alternate,
a.gzl-Button--alternate {
  background-color: #00b6c7;
  color: #ffffff;
}
.gzl-Button--alternate:hover, .gzl-Button--alternate:focus,
a.gzl-Button--alternate:hover,
a.gzl-Button--alternate:focus {
  background-color: #00d6e6;
  color: #ffffff;
}

.gzl-Button--alternate.gzl-Button--ghost {
  border-color: currentColor;
  background-color: transparent;
  color: #00b6c7;
}
.gzl-Button--alternate.gzl-Button--ghost:hover, .gzl-Button--alternate.gzl-Button--ghost:focus {
  background-color: rgba(0, 182, 199, 0.1);
  color: #00d6e6;
}
.gzl-Button--borderless {
  -webkit-transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 transparent;
          box-shadow: 0 2px 0 transparent;
  background-color: transparent;
  padding: 0;
  height: auto;
  color: #0073b9;
}
.gzl-Button--borderless:hover, .gzl-Button--borderless:focus {
  -webkit-box-shadow: 0 2px 0 currentColor;
          box-shadow: 0 2px 0 currentColor;
  background-color: transparent;
  color: #005b98;
}
a.gzl-Button.gzl-Button--borderless {
  padding-top: 0;
  padding-bottom: 0;
}

.gzl-Button--subtle {
  font-weight: 400;
}
.gzl-Button--borderless.gzl-Button--subtle {
  -webkit-box-shadow: 0 1px 0 transparent;
          box-shadow: 0 1px 0 transparent;
}
.gzl-Button--borderless.gzl-Button--subtle:hover {
  -webkit-box-shadow: 0 1px 0 currentColor;
          box-shadow: 0 1px 0 currentColor;
}
.in-modeDark .gzl-Button--ghost, .gzl-Button--ghost.in-modeDark {
  color: #ffffff;
}
.in-modeDark .gzl-Button--ghost:hover, .in-modeDark .gzl-Button--ghost:focus, .gzl-Button--ghost.in-modeDark:hover, .gzl-Button--ghost.in-modeDark:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.in-modeDark .gzl-Button--borderless, .gzl-Button--borderless.in-modeDark {
  color: #ffffff;
}
.in-modeDark .gzl-Button--borderless:hover, .in-modeDark .gzl-Button--borderless:focus, .gzl-Button--borderless.in-modeDark:hover, .gzl-Button--borderless.in-modeDark:focus {
  color: #ffffff;
}
.gzl-Button-icon--left {
  margin-right: 0.5rem;
}
.gzl-Button-icon--right {
  margin-left: 0.5rem;
}
.gzl-Button--comfortable, .in-modeComfortable .gzl-Button, .in-modeComfortable .Chapter-body a.gzl-Button, .Chapter-body .in-modeComfortable a.gzl-Button, .in-modeComfortable .gzl-BodyText a.gzl-Button, .gzl-BodyText .in-modeComfortable a.gzl-Button, .gzl-Button.in-modeComfortable, .Chapter-body a.in-modeComfortable.gzl-Button, .gzl-BodyText a.in-modeComfortable.gzl-Button {
  padding: 0.375rem 1.5rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.gzl-Button--borderless.gzl-Button--comfortable, .in-modeComfortable .gzl-Button--borderless, .gzl-Button--borderless.in-modeComfortable {
  padding: 0;
  height: auto;
}
.gzl-Button--compact, .in-modeCompact .gzl-Button, .in-modeCompact .Chapter-body a.gzl-Button, .Chapter-body .in-modeCompact a.gzl-Button, .in-modeCompact .gzl-BodyText a.gzl-Button, .gzl-BodyText .in-modeCompact a.gzl-Button, .gzl-Button.in-modeCompact, .Chapter-body a.in-modeCompact.gzl-Button, .gzl-BodyText a.in-modeCompact.gzl-Button {
  padding: 0.375rem 1rem;
  line-height: 1rem;
  font-size: 0.875rem;
}
.gzl-Button--borderless.gzl-Button--compact, .in-modeCompact .gzl-Button--borderless, .gzl-Button--borderless.in-modeCompact {
  height: auto;
}
@media (min-width: 37.5em) {
  .gzl-Button--mergeable:not(:first-child), .in-modeMergeable .gzl-Button:not(:first-child), .gzl-Button.in-modeMergeable:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .gzl-Button--mergeable:not(:last-child), .in-modeMergeable .gzl-Button:not(:last-child), .gzl-Button.in-modeMergeable:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.gzl-Button.is-disabled, .Chapter-body a.is-disabled.gzl-Button, .gzl-BodyText a.is-disabled.gzl-Button {
  pointer-events: none !important;
}
.gzl-Button[disabled], .Chapter-body a[disabled].gzl-Button, .gzl-BodyText a[disabled].gzl-Button, .gzl-Button.is-disabled, .Chapter-body a.is-disabled.gzl-Button, .gzl-BodyText a.is-disabled.gzl-Button {
  background-color: #e8eced !important;
  cursor: not-allowed !important;
  color: #8e999e !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.gzl-Banner {
  background-color: #00b6c7;
  padding: 2.5rem;
  text-align: center;
  color: #ffffff;
}
.gzl-Banner--secondary {
  background-color: #003561;
  color: #ffffff;
}
.gzl-Banner--tertiary {
  background-color: #fcd214;
  color: #1f2426;
}
.gzl-Banner--error {
  background-color: #cc392f;
  color: #ffffff;
}
.gzl-Banner--success {
  background-color: #1b8533;
  color: #ffffff;
}
.gzl-Banner--compact {
  padding: 1.5rem;
}
.gzl-Banner--comfortable {
  padding: 3rem;
}
.gzl-Banner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 1200px;
}
@media (min-width: 37.5em) {
  .gzl-Banner-container {
    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;
  }
}
.gzl-Banner-text {
  margin-bottom: 1rem;
  margin-top: 0;
}
.gzl-Banner-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .gzl-Banner-text {
    margin-right: 2rem;
    margin-left: 0;
  }
  .gzl-Banner-text:last-child {
    margin-right: 0;
  }
  .gzl-Banner-text {
    margin-bottom: 0;
  }
}

.gzl-Block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.gzl-Block--small {
  width: 75%;
}
@media (min-width: 37.5em) {
  .gzl-Block--small {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .gzl-Block--small {
    width: 33.33%;
  }
}
.gzl-Block--medium {
  width: 100%;
}
@media (min-width: 37.5em) {
  .gzl-Block--medium {
    width: 75%;
  }
}
@media (min-width: 56.25em) {
  .gzl-Block--medium {
    width: 66.67%;
  }
}
@media (min-width: 75em) {
  .gzl-Block--medium {
    width: 50%;
  }
}
.gzl-Block--large {
  width: 100%;
}
@media (min-width: 37.5em) {
  .gzl-Block--large {
    width: 75%;
  }
}
@media (min-width: 56.25em) {
  .gzl-Block--large {
    width: 83.33%;
  }
}
@media (min-width: 75em) {
  .gzl-Block--large {
    width: 66.67%;
  }
}
@media (min-width: 75em) {
  .gzl-Block--xlarge {
    width: 83.33%;
  }
}

.gzl-Lede {
  line-height: 1.25;
}
@media only screen and (min-width: 48em) {
  .gzl-Lede {
    font-size: 1.5rem;
  }
}
.in-modeDark .gzl-Lede, .gzl-Lede.in-modeDark {
  color: #ffffff;
}

.gzl-BodyText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.gzl-BodyText > * {
  width: 100%;
  max-width: 40rem;
}
.gzl-BodyText dt,
.gzl-BodyText h2,
.gzl-BodyText h3,
.gzl-BodyText h4,
.gzl-BodyText h5,
.gzl-BodyText h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.gzl-BodyText dt:last-child,
.gzl-BodyText h2:last-child,
.gzl-BodyText h3:last-child,
.gzl-BodyText h4:last-child,
.gzl-BodyText h5:last-child,
.gzl-BodyText h6:last-child {
  margin-bottom: 0;
}
.gzl-BodyText dt,
.gzl-BodyText h2,
.gzl-BodyText h3,
.gzl-BodyText h4,
.gzl-BodyText h5,
.gzl-BodyText h6 {
  font-weight: 600;
}
.gzl-BodyText h2,
.gzl-BodyText h3 {
  font-size: 1.5rem;
}
.gzl-BodyText h2 ~ h3,
.gzl-BodyText h3 ~ h4 {
  font-size: 1.25rem;
}
.gzl-BodyText h2 ~ h4,
.gzl-BodyText h3 ~ h5,
.gzl-BodyText h2 ~ h5,
.gzl-BodyText h3 ~ h6 {
  font-size: 1.125rem;
}
.gzl-BodyText blockquote,
.gzl-BodyText dl,
.gzl-BodyText hr,
.gzl-BodyText ol,
.gzl-BodyText p,
.gzl-BodyText pre,
.gzl-BodyText ul {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.gzl-BodyText blockquote:last-child,
.gzl-BodyText dl:last-child,
.gzl-BodyText hr:last-child,
.gzl-BodyText ol:last-child,
.gzl-BodyText p:last-child,
.gzl-BodyText pre:last-child,
.gzl-BodyText ul:last-child {
  margin-bottom: 0;
}
.gzl-BodyText ul,
.gzl-BodyText ol {
  margin-left: 0;
  padding-left: 2rem;
}
.gzl-BodyText dd,
.gzl-BodyText li {
  margin-bottom: 1rem;
  margin-top: 0;
}
.gzl-BodyText dd:last-child,
.gzl-BodyText li:last-child {
  margin-bottom: 0;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Checkbox {
  display: block;
  font-size: 0;
}
.gzl-Checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-size: 1rem;
}
.gzl-Checkbox label::before {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #b6bec2;
  border-radius: 4px;
  background-color: #ffffff;
  content: "";
}
.gzl-Checkbox--compact label, .in-modeCompact .gzl-Checkbox label, .gzl-Checkbox.in-modeCompact label {
  font-size: 0.875rem;
}
.gzl-Checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
}
.gzl-Checkbox [type=checkbox]:focus + label::before, .gzl-Checkbox [type=checkbox]:active + label::before {
  outline: 0;
  border-color: #00b6c7;
}
.gzl-Checkbox [type=checkbox]:checked + label::before {
  border-color: #00b6c7;
  background-color: #00b6c7;
}
.gzl-Checkbox [type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.is-disabled .gzl-Checkbox label, .gzl-Checkbox.is-disabled label,
.gzl-Checkbox [type=checkbox]:disabled + label {
  cursor: not-allowed !important;
  color: #8e999e !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
.is-disabled .gzl-Checkbox label::before, .gzl-Checkbox.is-disabled label::before,
.gzl-Checkbox [type=checkbox]:disabled + label::before {
  border-color: #d5d9db !important;
  background-color: #f5f7f8 !important;
}
.is-disabled .gzl-Checkbox label::after, .gzl-Checkbox.is-disabled label::after,
.gzl-Checkbox [type=checkbox]:disabled + label::after {
  border-color: #b6bec2 !important;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-EndorsementGroup {
  width: 100%;
  overflow: hidden;
}
.gzl-EndorsementGroup-title {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #495257;
  font-weight: 400;
}
.gzl-EndorsementGroup-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2rem;
  width: calc(100% + 3rem);
}
@media (min-width: 37.5em) {
  .gzl-EndorsementGroup-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.gzl-EndorsementGroup-endorsement {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin-top: 2rem;
  padding-right: 3rem;
  max-width: 11rem;
}
@media (min-width: 37.5em) {
  .gzl-EndorsementGroup-endorsement {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-right: 3rem;
  }
}
.gzl-EndorsementGroup-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Input {
  position: relative;
}
.gzl-Input input {
  border: 1px solid #b6bec2;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  color: #1f2426;
  font-size: 1rem;
}
.gzl-Input input:focus, .gzl-Input input:active {
  outline: 0;
  border-color: #00b6c7;
  -webkit-box-shadow: inset 0 0 0 1px #00b6c7;
          box-shadow: inset 0 0 0 1px #00b6c7;
}
.gzl-Input input {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
}
.gzl-Input input:not(:first-child) {
  padding-left: calc(2rem + 2px);
}
.gzl-Input input:not(:last-child) {
  padding-right: calc(2rem + 2px);
}
.gzl-Input-addon {
  position: absolute;
  top: 2px;
  bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #8e999e;
}
.gzl-Input-addon:first-child {
  left: 2px;
}
.gzl-Input-addon:last-child {
  right: 2px;
}
.gzl-Input-button {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-right: -0.25rem;
  border-radius: 4px;
  padding: 0 0.5rem;
  color: #495257;
  font-size: 0.875rem;
}
.gzl-Input-button:hover {
  background-color: #f5f7f8;
}
.gzl-Input--comfortable input, .in-modeComfortable .gzl-Input input, .gzl-Input.in-modeComfortable input {
  height: 3rem;
  font-size: 1.125rem;
}
.gzl-Input--compact input, .in-modeCompact .gzl-Input input, .gzl-Input.in-modeCompact input {
  padding: 0.25rem 0.5rem;
  height: 2rem;
  font-size: 0.875rem;
}
.gzl-Input--compact input:not(:first-child), .in-modeCompact .gzl-Input input:not(:first-child), .gzl-Input.in-modeCompact input:not(:first-child) {
  padding-left: calc(2rem + 2px);
}
.gzl-Input--compact input:not(:last-child), .in-modeCompact .gzl-Input input:not(:last-child), .gzl-Input.in-modeCompact input:not(:last-child) {
  padding-right: calc(2rem + 2px);
}
.is-invalid .gzl-Input input, .gzl-Input.is-invalid input {
  border-color: #cc392f;
  -webkit-box-shadow: inset 0 0 0 1px #cc392f;
          box-shadow: inset 0 0 0 1px #cc392f;
  fill: #cc392f;
}
.is-valid .gzl-Input input, .gzl-Input.is-valid input {
  fill: #1b8533;
}
.gzl-Input--mergeable, .in-modeMergeable .gzl-Input, .gzl-Input.in-modeMergeable {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 37.5em) {
  .gzl-Input--mergeable:not(:first-child) input, .in-modeMergeable .gzl-Input:not(:first-child) input, .gzl-Input.in-modeMergeable:not(:first-child) input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .gzl-Input--mergeable:not(:last-child) input, .in-modeMergeable .gzl-Input:not(:last-child) input, .gzl-Input.in-modeMergeable:not(:last-child) input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.is-disabled .gzl-Input input, .gzl-Input.is-disabled input,
.gzl-Input input:disabled,
.gzl-Input input[readonly] {
  border-color: #d5d9db !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f5f7f8 !important;
  cursor: not-allowed !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
  color: #8e999e !important;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Radio {
  display: block;
  font-size: 0;
}
.gzl-Radio label {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5rem;
  font-size: 1rem;
}
.gzl-Radio label::before {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #b6bec2;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
}
.gzl-Radio--compact label, .in-modeCompact .gzl-Radio label, .gzl-Radio.in-modeCompact label {
  font-size: 0.875rem;
}
.gzl-Radio [type=radio] {
  position: absolute;
  opacity: 0;
}
.gzl-Radio [type=radio]:focus + label::before, .gzl-Radio [type=radio]:active + label::before {
  outline: 0;
  border-color: #00b6c7;
}
.gzl-Radio [type=radio]:checked + label::before {
  border-color: #00b6c7;
  background-color: #00b6c7;
}
.gzl-Radio [type=radio]:checked + label::after {
  content: "";
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  top: 0.4375rem;
  left: 0.4375rem;
}
.is-disabled .gzl-Radio label, .gzl-Radio.is-disabled label,
.gzl-Radio [type=radio]:disabled + label {
  cursor: not-allowed !important;
  color: #8e999e !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
.is-disabled .gzl-Radio label::before, .gzl-Radio.is-disabled label::before,
.gzl-Radio [type=radio]:disabled + label::before {
  border-color: #d5d9db !important;
  background-color: #f5f7f8 !important;
}
.is-disabled .gzl-Radio label::after, .gzl-Radio.is-disabled label::after,
.gzl-Radio [type=radio]:disabled + label::after {
  background-color: #b6bec2 !important;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Select {
  display: inline-block;
  position: relative;
  max-width: 100%;
  color: #b6bec2;
}
.gzl-Select::after {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.75rem;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23111111%22%20d%3D%22M12%2C15c-0.256%2C0-0.512-0.098-0.707-0.293L6.586%2C10L8%2C8.586l4%2C4l4-4L17.414%2C10l-4.707%2C4.707%20C12.512%2C14.902%2C12.256%2C15%2C12%2C15z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
}
.gzl-Select select {
  border: 1px solid #b6bec2;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  color: #1f2426;
  font-size: 1rem;
}
.gzl-Select select:focus, .gzl-Select select:active {
  outline: 0;
  border-color: #00b6c7;
  -webkit-box-shadow: inset 0 0 0 1px #00b6c7;
          box-shadow: inset 0 0 0 1px #00b6c7;
}
.gzl-Select select {
  padding-right: 2.5rem;
  min-width: 12rem;
  height: 2.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.gzl-Select select::-ms-expand {
  display: none;
}
.gzl-Select select:focus::-ms-value {
  background: transparent;
  color: #1f2426;
}
.gzl-Select select:-moz-focusring {
  text-shadow: 0 0 0 #1f2426;
  color: transparent;
}
.gzl-Select--comfortable select, .in-modeComfortable .gzl-Select select, .gzl-Select.in-modeComfortable select {
  height: 3rem;
  font-size: 1.125rem;
}
.gzl-Select--compact select, .in-modeCompact .gzl-Select select, .gzl-Select.in-modeCompact select {
  padding: 0.25rem 0.5rem;
  height: 2rem;
  font-size: 0.875rem;
}
.gzl-Select--compact::after, .in-modeCompact .gzl-Select::after, .gzl-Select.in-modeCompact::after {
  right: 0.5rem;
}
.is-invalid .gzl-Select, .gzl-Select.is-invalid {
  color: #cc392f;
}
.is-invalid .gzl-Select select, .gzl-Select.is-invalid select {
  border-color: #cc392f;
  -webkit-box-shadow: inset 0 0 0 1px #cc392f;
          box-shadow: inset 0 0 0 1px #cc392f;
  fill: #cc392f;
}
.is-invalid .gzl-Select select:-moz-focusring, .gzl-Select.is-invalid select:-moz-focusring {
  text-shadow: 0 0 0 #cc392f;
  color: transparent;
}
.is-invalid .gzl-Select select:focus::-ms-value, .gzl-Select.is-invalid select:focus::-ms-value {
  color: #cc392f;
}
.is-valid .gzl-Select select, .gzl-Select.is-valid select {
  fill: #1b8533;
}
.is-disabled .gzl-Select select, .gzl-Select.is-disabled select,
.gzl-Select select:disabled {
  border-color: #d5d9db !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f5f7f8 !important;
  cursor: not-allowed !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
  color: #8e999e !important;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Textarea {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gzl-Textarea textarea {
  border: 1px solid #b6bec2;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  color: #1f2426;
  font-size: 1rem;
}
.gzl-Textarea textarea:focus, .gzl-Textarea textarea:active {
  outline: 0;
  border-color: #00b6c7;
  -webkit-box-shadow: inset 0 0 0 1px #00b6c7;
          box-shadow: inset 0 0 0 1px #00b6c7;
}
.gzl-Textarea textarea {
  display: block;
  width: 100%;
  resize: vertical;
}
.gzl-Textarea-counter {
  position: absolute;
  background-color: #ffffff;
  line-height: 1;
  color: #8e999e;
  font-size: 0.875rem;
  pointer-events: none;
}
.gzl-Textarea-counter:not(:empty) {
  right: 1rem;
  bottom: 0.5rem;
}
.gzl-Textarea-counter:not(:empty) + textarea {
  padding-bottom: 1.5rem;
}
.gzl-Textarea--comfortable textarea, .in-modeComfortable .gzl-Textarea textarea, .gzl-Textarea.in-modeComfortable textarea {
  font-size: 1.125rem;
}
.gzl-Textarea--compact textarea, .in-modeCompact .gzl-Textarea textarea, .gzl-Textarea.in-modeCompact textarea {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.is-invalid .gzl-Textarea textarea, .gzl-Textarea.is-invalid textarea {
  border-color: #cc392f;
  -webkit-box-shadow: inset 0 0 0 1px #cc392f;
          box-shadow: inset 0 0 0 1px #cc392f;
  fill: #cc392f;
}
.is-valid .gzl-Textarea textarea, .gzl-Textarea.is-valid textarea {
  fill: #1b8533;
}
.is-disabled .gzl-Textarea textarea, .gzl-Textarea.is-disabled textarea,
.gzl-Textarea textarea:disabled,
.gzl-Textarea textarea[readonly] {
  border-color: #d5d9db !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f5f7f8 !important;
  cursor: not-allowed !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
  color: #8e999e !important;
}

.gzl-FormField {
  margin-bottom: 1rem;
  margin-top: 0;
}
.gzl-FormField:last-child {
  margin-bottom: 0;
}
.gzl-FormField {
  text-align: left;
}
.gzl-FormField-label, .gzl-FormField-control, .gzl-FormField-help, .gzl-FormField-error {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.gzl-FormField-label:last-child, .gzl-FormField-control:last-child, .gzl-FormField-help:last-child, .gzl-FormField-error:last-child {
  margin-bottom: 0;
}
.gzl-FormField-label {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
}
.gzl-FormField-note {
  color: #69757a;
  font-weight: normal;
}
.gzl-FormField-control--xs {
  max-width: 6.25rem;
}
.gzl-FormField-control--s {
  max-width: 12.5rem;
}
.gzl-FormField-control--m {
  max-width: 18.75rem;
}
.gzl-FormField-control--l {
  max-width: 26.5625rem;
}
.gzl-FormField-control--xl {
  max-width: 34.375rem;
}
.gzl-FormField-help, .gzl-FormField-error {
  line-height: 1;
  font-size: 0.875rem;
}
.gzl-FormField-help > a, .gzl-FormField-error > a {
  color: inherit;
}
.gzl-FormField-help {
  color: #69757a;
}
.gzl-FormField-error {
  color: #cc392f;
}
.gzl-FormField--compact .gzl-FormField-label, .in-modeCompact .gzl-FormField-label, .gzl-FormField.in-modeCompact .gzl-FormField-label {
  font-size: 0.875rem;
}
.gzl-FormField--comfortable .gzl-FormField-label, .in-modeComfortable .gzl-FormField-label, .gzl-FormField.in-modeComfortable .gzl-FormField-label {
  font-size: 1.125rem;
}
.gzl-FormField.in-modeDark .gzl-FormField-note, .gzl-FormField.in-modeDark .gzl-FormField-help {
  color: inherit;
}
.is-invalid .gzl-FormField-label, .gzl-FormField.is-invalid-label {
  color: #cc392f;
}
.is-disabled .gzl-FormField-label, .is-disabled .gzl-FormField-help, .gzl-FormField.is-disabled-label, .gzl-FormField.is-disabled-help {
  color: #8e999e !important;
}

.gzl-Heading {
  line-height: 1.25;
  color: #1f2426;
  font-weight: 600;
}
.in-modeDark .gzl-Heading, .gzl-Heading.in-modeDark {
  color: #ffffff;
}
.gzl-Heading--primary {
  line-height: 1.1;
  font-size: 2.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .gzl-Heading--primary {
    font-size: 3rem;
  }
}
.gzl-Heading--secondary {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .gzl-Heading--secondary {
    font-size: 2.125rem;
  }
}
.gzl-Heading--tertiary {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48em) {
  .gzl-Heading--tertiary {
    font-size: 1.5rem;
  }
}
.gzl-Heading--rant {
  text-transform: uppercase;
}
.gzl-Heading > b,
.gzl-Heading > strong {
  font-weight: 400;
}
.gzl-Heading > a {
  color: inherit;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-InlineForm-control, .gzl-InlineForm-help, .gzl-InlineForm-error {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.gzl-InlineForm-control:last-child, .gzl-InlineForm-help:last-child, .gzl-InlineForm-error:last-child {
  margin-bottom: 0;
}
.gzl-InlineForm-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 30.3125rem;
}
@media (max-width: 37.4375em) {
  .gzl-InlineForm-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }
  .gzl-InlineForm-control > * {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .gzl-InlineForm-control > *:last-child {
    margin-bottom: 0;
  }
}
.gzl-InlineForm-help, .gzl-InlineForm-error {
  line-height: 1;
  font-size: 0.875rem;
}
.gzl-InlineForm-help > a, .gzl-InlineForm-error > a {
  color: inherit;
}
.gzl-InlineForm-error {
  color: #cc392f;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-MediaObject {
  margin-bottom: 1rem;
  margin-top: 0;
}
.gzl-MediaObject:last-child {
  margin-bottom: 0;
}
.gzl-MediaObject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gzl-MediaObject--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gzl-MediaObject--verticalAlignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gzl-MediaObject--verticalAlignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gzl-MediaObject--horizontalAlignStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gzl-MediaObject--horizontalAlignCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gzl-MediaObject--horizontalAlignEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 37.4375em) {
  .gzl-MediaObject--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gzl-MediaObject--verticalAlignStart.gzl-MediaObject--stacked {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gzl-MediaObject--verticalAlignCenter.gzl-MediaObject--stacked {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gzl-MediaObject--horizontalAlignStart.gzl-MediaObject--stacked {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gzl-MediaObject--horizontalAlignEnd.gzl-MediaObject--stacked {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gzl-MediaObject--horizontalAlignCenter.gzl-MediaObject--stacked {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gzl-MediaObject-figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.gzl-MediaObject--reversed .gzl-MediaObject-figure {
  margin-right: 0;
  margin-left: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 37.4375em) {
  .gzl-MediaObject--stacked .gzl-MediaObject-figure {
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
}
@media (max-width: 37.4375em) {
  .gzl-MediaObject--reversed.gzl-MediaObject--stacked .gzl-MediaObject-figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.gzl-MediaObject-body {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 0;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gzl-Slice {
  position: relative;
  padding: 2.5rem 1rem;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 37.5em) {
  .gzl-Slice {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 56.25em) {
  .gzl-Slice {
    padding: 4.5rem 3rem;
  }
}
.in-modeDark .gzl-Slice, .gzl-Slice.in-modeDark {
  color: #ffffff;
}
.gzl-Slice-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.gzl-Slice--small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 37.5em) {
  .gzl-Slice--small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 56.25em) {
  .gzl-Slice--small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.gzl-Slice--large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 37.5em) {
  .gzl-Slice--large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 56.25em) {
  .gzl-Slice--large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.gzl-Spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 56.25em) {
  .gzl-Spread {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 56.25em) {
  .gzl-Spread--verticalAlignCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 56.25em) {
  .gzl-Spread--verticalAlignBottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 56.25em) {
  .gzl-Spread-contentContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}
.gzl-Spread--stackContentFirst .gzl-Spread-contentContainer {
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
  .gzl-Spread--stackContentFirst .gzl-Spread-contentContainer {
    margin-bottom: 0;
  }
}
.gzl-Spread-mediaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 2rem;
  height: 100%;
}
@media (min-width: 56.25em) {
  .gzl-Spread-mediaContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
    min-width: 0;
  }
}
.gzl-Spread-mediaContainer > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gzl-Spread--largerMedia .gzl-Spread-mediaContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.67%;
          flex: 0 1 66.67%;
}
.gzl-Spread--smallerMedia .gzl-Spread-mediaContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.34%;
          flex: 0 1 33.34%;
}
.gzl-Spread--stackContentFirst .gzl-Spread-mediaContainer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .gzl-Spread--stackContentFirst .gzl-Spread-mediaContainer {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 56.25em) {
  .gzl-Spread > :first-child {
    margin-right: 3rem;
  }
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gds-Card {
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
          box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
  background-color: #ffffff;
  text-align: left;
  color: #1f2426;
}
@media (min-width: 37.5em) {
  .gds-Card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gds-Card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 40em;
}
.gds-Card-imageLink {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gds-Card-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gds-Card-title {
  margin-bottom: 0.75rem;
}
.gds-Card-title > a {
  text-decoration: none;
  color: inherit;
}
.gds-Card-text {
  margin: 0;
  max-width: 40em;
}
.gds-Card-footer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: auto;
  border-top: 1px solid #d5d9db;
  text-align: center;
}
.gds-Card-transitionalCta {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gds-Link--standalone {
  display: inline-block;
  padding-right: 0.5rem;
  text-decoration: none;
}
.gds-Link--standalone::after {
  width: 0.35em;
  height: 0.35em;
  display: inline-block;
  -webkit-transform: translate(-0.1em, -0.075em) rotateZ(-45deg);
          transform: translate(-0.1em, -0.075em) rotateZ(-45deg);
  margin-left: 0.5rem;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  content: "";
}
.gds-Link--standalone:hover, .gds-Link--standalone:focus {
  text-decoration: underline;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gds-Card {
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
          box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
  background-color: #ffffff;
  text-align: left;
  color: #1f2426;
}
@media (min-width: 37.5em) {
  .gds-Card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gds-Card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 40em;
}
.gds-Card-imageLink {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gds-Card-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gds-Card-title {
  margin-bottom: 0.75rem;
}
.gds-Card-title > a {
  text-decoration: none;
  color: inherit;
}
.gds-Card-text {
  margin: 0;
  max-width: 40em;
}
.gds-Card-footer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: auto;
  border-top: 1px solid #d5d9db;
  text-align: center;
}
.gds-Card-transitionalCta {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.4
* Docs at http://ramseyinhouse.github.io/scut
*/
.gds-Link--standalone {
  display: inline-block;
  padding-right: 0.5rem;
  text-decoration: none;
}
.gds-Link--standalone::after {
  width: 0.35em;
  height: 0.35em;
  display: inline-block;
  -webkit-transform: translate(-0.1em, -0.075em) rotateZ(-45deg);
          transform: translate(-0.1em, -0.075em) rotateZ(-45deg);
  margin-left: 0.5rem;
  border: 2px solid currentColor;
  border-top: 0;
  border-left: 0;
  content: "";
}
.gds-Link--standalone:hover, .gds-Link--standalone:focus {
  text-decoration: underline;
}

.gds-Callout {
  width: 100%;
}
.in-modeDark .gds-Callout, .gds-Callout.in-modeDark, .gds-Callout--alternate {
  color: #ffffff;
}
.gds-Callout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-Callout-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.gds-Callout-container--left {
  text-align: left;
}
.gds-Callout-container--right {
  text-align: right;
}
.gds-Callout-logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.gds-Callout-logo > img {
  display: block;
}
.gds-Callout-lede {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
}
.gds-Callout-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.gds-Callout-directCta {
  margin-top: 2.25rem;
}
.gds-Callout-transitionalCta {
  margin-top: 0.75rem;
}
.in-modeDark .gds-Callout-title, .in-modeDark .gds-Callout-transitionalCta, .gds-Callout.in-modeDark .gds-Callout-title, .gds-Callout.in-modeDark .gds-Callout-transitionalCta, .gds-Callout--alternate .gds-Callout-title, .gds-Callout--alternate .gds-Callout-transitionalCta {
  color: inherit;
}
.gds-Callout-container--left .gds-Callout-lede, .gds-Callout-container--left .gds-Callout-body {
  margin-left: 0;
}
.gds-Callout-container--right .gds-Callout-lede, .gds-Callout-container--right .gds-Callout-body {
  margin-right: 0;
}

.gds-CardGroup {
  padding: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-CardGroup {
    padding: 3rem;
  }
}
.in-modeDark .gds-CardGroup, .gds-CardGroup.in-modeDark, .gds-CardGroup--alternate {
  color: #ffffff;
}
.gds-CardGroup-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-bottom: 1.5rem;
}
.in-modeDark .gds-CardGroup-title, .gds-CardGroup.in-modeDark .gds-CardGroup-title, .gds-CardGroup--alternate .gds-CardGroup-title {
  color: inherit;
}
.gds-CardGroup-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 37.4375em) {
  .gds-CardGroup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25em;
  }
}
@media (min-width: 37.5em) {
  .gds-CardGroup-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .gds-CardGroup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gds-CardGroup-item {
  margin-top: 1.5rem;
}
@media (min-width: 37.5em) {
  .gds-CardGroup-item {
    float: left;
    margin-left: 4%;
    width: 48%;
  }
  .gds-CardGroup-item:nth-child(2) {
    margin-top: 0;
  }
  .gds-CardGroup-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 55em) {
  .gds-CardGroup-item {
    margin-left: 2%;
    width: 32%;
  }
  .gds-CardGroup-item:nth-child(3) {
    margin-top: 0;
  }
  .gds-CardGroup-item:nth-child(odd) {
    margin-left: 2%;
  }
  .gds-CardGroup-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .gds-CardGroup-item {
    margin-left: 1.33333%;
    width: 24%;
  }
  .gds-CardGroup-item:nth-child(4) {
    margin-top: 0;
  }
  .gds-CardGroup-item:nth-child(odd) {
    margin-left: 1.33333%;
  }
  .gds-CardGroup-item:nth-child(3n+1) {
    margin-left: 1.33333%;
  }
  .gds-CardGroup-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.gds-CardGroup-item:first-child {
  margin-top: 0;
}

.gds-FeatureGroup {
  padding: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-FeatureGroup {
    padding: 3rem;
  }
}
.in-modeDark .gds-FeatureGroup, .gds-FeatureGroup.in-modeDark {
  color: #ffffff;
}
.gds-FeatureGroup-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-bottom: 1.5rem;
}
.gds-FeatureGroup-title--item {
  margin-top: 0.75rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.gds-FeatureGroup-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.gds-FeatureGroup-list:after {
  content: "";
  display: table;
  clear: both;
}
.gds-FeatureGroup-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 54.75em) {
  .gds-FeatureGroup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gds-FeatureGroup-feature {
  position: relative;
  margin-top: 4.5rem;
}
@media only screen and (min-width: 54.75em) {
  .gds-FeatureGroup-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(2), .gds-FeatureGroup-feature:first-child:nth-last-child(2) ~ .gds-FeatureGroup-feature {
    width: 47.5%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(2)::before, .gds-FeatureGroup-feature:first-child:nth-last-child(2) ~ .gds-FeatureGroup-feature::before {
    left: -5.5%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(3), .gds-FeatureGroup-feature:first-child:nth-last-child(3) ~ .gds-FeatureGroup-feature {
    width: 30%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(3)::before, .gds-FeatureGroup-feature:first-child:nth-last-child(3) ~ .gds-FeatureGroup-feature::before {
    left: -8.5%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(2) ~ .gds-FeatureGroup-feature, .gds-FeatureGroup-feature:first-child:nth-last-child(3) ~ .gds-FeatureGroup-feature {
    margin-left: 5%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(4), .gds-FeatureGroup-feature:first-child:nth-last-child(4) ~ .gds-FeatureGroup-feature {
    width: 22%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(4)::before, .gds-FeatureGroup-feature:first-child:nth-last-child(4) ~ .gds-FeatureGroup-feature::before {
    left: -10%;
  }
  .gds-FeatureGroup-feature:first-child:nth-last-child(4) ~ .gds-FeatureGroup-feature {
    margin-left: 4%;
  }
}
.gds-FeatureGroup-feature:first-child {
  margin-top: 0;
  padding-left: 0;
}
.gds-FeatureGroup-feature:first-child::before {
  display: none;
}
.gds-FeatureGroup-feature::before {
  width: 80%;
  height: 2px;
  position: absolute;
  top: -2.25rem;
  right: 10%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(105, 117, 122, 0)), color-stop(50%, rgba(105, 117, 122, 0.5)), to(rgba(105, 117, 122, 0)));
  background: linear-gradient(to right, rgba(105, 117, 122, 0) 0%, rgba(105, 117, 122, 0.5) 50%, rgba(105, 117, 122, 0) 100%);
  content: "";
}
@media only screen and (min-width: 54.75em) {
  .gds-FeatureGroup-feature::before {
    width: 2px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 117, 122, 0)), color-stop(50%, rgba(105, 117, 122, 0.5)), to(rgba(105, 117, 122, 0)));
    background: linear-gradient(to bottom, rgba(105, 117, 122, 0) 0%, rgba(105, 117, 122, 0.5) 50%, rgba(105, 117, 122, 0) 100%);
  }
}
.gds-FeatureGroup--withoutDividers .gds-FeatureGroup-feature::before {
  background: none;
}
.gds-FeatureGroup-body {
  margin-top: 0.75rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.gds-FeatureGroup-directCta {
  margin-top: 2.25rem;
}
.gds-FeatureGroup-directCta--item {
  margin-top: auto;
}
@media only screen and (max-width: 47.9375em) {
  .gds-FeatureGroup-directCta--item {
    margin-left: auto;
    margin-right: auto;
    max-width: 40em;
    display: block;
  }
}
.gds-FeatureGroup-transitionalCta {
  margin-top: 0.75rem;
}
.in-modeDark .gds-FeatureGroup-transitionalCta, .gds-FeatureGroup.in-modeDark .gds-FeatureGroup-transitionalCta {
  color: inherit;
}

.gds-Hero {
  position: relative;
}
.in-modeDark .gds-Hero, .gds-Hero.in-modeDark, .gds-Hero--alternate {
  color: #ffffff;
}
.gds-Hero-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-Hero-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.gds-Hero-container--left {
  text-align: left;
}
.gds-Hero-container--right {
  text-align: right;
}
.gds-Hero-logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.gds-Hero-logo > img {
  display: block;
}
.gds-Hero-subtitle {
  display: block;
  margin-top: 0.75rem;
  color: inherit;
}
.gds-Hero-lede {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  margin-top: 0.75rem;
}
.gds-Hero-directCta {
  margin-top: 2.25rem;
}
.gds-Hero-transitionalCta {
  margin-top: 0.75rem;
}
.in-modeDark .gds-Hero-title, .in-modeDark .gds-Hero-transitionalCta, .gds-Hero.in-modeDark .gds-Hero-title, .gds-Hero.in-modeDark .gds-Hero-transitionalCta, .gds-Hero--alternate .gds-Hero-title, .gds-Hero--alternate .gds-Hero-transitionalCta {
  color: inherit;
}
.gds-Hero-container--left .gds-Hero-lede {
  margin-left: 0;
}
.gds-Hero-container--left .gds-Hero-title, .gds-Hero-container--left .gds-Hero-subtitle, .gds-Hero-container--left .gds-Hero-lede {
  max-width: 75%;
}
@media only screen and (min-width: 48em) {
  .gds-Hero-container--left .gds-Hero-title, .gds-Hero-container--left .gds-Hero-subtitle, .gds-Hero-container--left .gds-Hero-lede {
    max-width: 55%;
  }
}
.gds-Hero-container--right .gds-Hero-lede {
  margin-right: 0;
}

.in-modeDark .gds-Intro, .gds-Intro.in-modeDark {
  color: #ffffff;
}
.gds-Intro-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-Intro-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.gds-Intro-container--left {
  text-align: left;
}
.gds-Intro-container--right {
  text-align: right;
}
.gds-Intro-logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.gds-Intro-logo > img {
  display: block;
}
.gds-Intro-subtitle {
  display: block;
  margin-top: 0.75rem;
  color: inherit;
}
.gds-Intro-lede, .gds-Intro-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.gds-Intro-container--left .gds-Intro-lede, .gds-Intro-container--left .gds-Intro-body {
  margin-left: 0;
}
.gds-Intro-container--right .gds-Intro-lede, .gds-Intro-container--right .gds-Intro-body {
  margin-right: 0;
}

.in-modeDark .gds-MediaObject, .gds-MediaObject.in-modeDark {
  color: #ffffff;
}
.gds-MediaObject-container:after {
  content: "";
  display: table;
  clear: both;
}
.gds-MediaObject-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 1.5rem 1rem;
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject-container {
    padding-left: 3rem;
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject--fullBleed .gds-MediaObject-container {
    padding: 0;
  }
}
.gds-MediaObject-title {
  margin-bottom: 0.75rem;
}
.gds-MediaObject-body {
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .gds-MediaObject-body {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3rem;
  }
}
.gds-MediaObject-body > p {
  margin: 0;
  max-width: 40em;
}
.gds-MediaObject-body > p + p {
  margin-top: 0.75rem;
}
.gds-MediaObject-body--center {
  text-align: center;
}
.gds-MediaObject-body--center > p {
  margin-left: auto;
  margin-right: auto;
}
.gds-MediaObject-body--right {
  text-align: right;
}
.gds-MediaObject-body--right > p {
  margin-left: auto;
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject--fullBleed .gds-MediaObject-body {
    padding-top: 1.5rem;
    padding-right: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject--reversed .gds-MediaObject-body {
    padding-right: 3rem;
    padding-left: 0;
    text-align: right;
  }
}
.gds-MediaObject--reversed .gds-MediaObject-body > p {
  margin-left: auto;
}
.gds-MediaObject--reversed .gds-MediaObject-body--left {
  text-align: left;
}
.gds-MediaObject--reversed .gds-MediaObject-body--left > p {
  margin-right: auto;
  margin-left: 0;
}
.gds-MediaObject--reversed .gds-MediaObject-body--center {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject--reversed.gds-MediaObject--fullBleed .gds-MediaObject-body {
    padding-left: 3rem;
  }
}

.gds-MediaObject-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject-image {
    float: left;
  }
}
@media only screen and (min-width: 48em) {
  .gds-MediaObject--reversed .gds-MediaObject-image {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.gds-Spread {
  display: block;
  position: relative;
  text-align: left;
}
.in-modeDark .gds-Spread, .gds-Spread.in-modeDark, .gds-Spread--alternate {
  color: #ffffff;
}
.gds-Spread-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (min-width: 56.25em) {
  .gds-Spread-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gds-Spread-imageWrapper {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  background-position: center;
  background-size: cover;
}
@media (min-width: 56.25em) {
  .gds-Spread-imageWrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
.gds-Spread:not(.gds-Spread--fullBleed) .gds-Spread-imageWrapper {
  background: none !important;
}
.gds-Spread-image {
  display: block;
  min-width: 100%;
}
@media (min-width: 56.25em) {
  .gds-Spread-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.gds-Spread-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 56.25em) {
  .gds-Spread-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.gds-Spread-label {
  display: inline-block;
  margin-bottom: 2.25rem;
  text-transform: uppercase;
}
.gds-Spread a.gds-Spread-label {
  text-decoration: none;
}
.gds-Spread a.gds-Spread-label:hover {
  text-decoration: underline;
}
.gds-Spread-title > a {
  text-decoration: none;
  color: inherit;
}
.gds-Spread-title > a:hover {
  text-decoration: underline;
}
.gds-Spread-lede {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  margin-top: 0.75rem;
}
.gds-Spread-directCta {
  margin-top: 1.5rem;
}
.gds-Spread-footer {
  margin-top: 1.5rem;
  font-style: italic;
}
.gds-Spread-footer > a {
  text-decoration: none;
  color: inherit;
}
.gds-Spread-footer > a:hover {
  text-decoration: underline;
}
.gds-Spread-footer::before {
  display: block;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  background: #333a3d;
  width: 6rem;
  height: 3px;
  content: "";
}
@media (max-width: 37.4375em) {
  .gds-Spread--fullBleed .gds-Spread-imageWrapper {
    background: none !important;
  }
}
@media (min-width: 37.5em) and (max-width: 56.1875em) {
  .gds-Spread--fullBleed .gds-Spread-imageWrapper {
    background: none !important;
  }
}
@media (min-width: 56.25em) {
  .gds-Spread--fullBleed .gds-Spread-imageWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: auto;
        align-self: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 56.25em) {
  .gds-Spread--fullBleed .gds-Spread-image {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 56.25em) {
  .gds-Spread--reversed .gds-Spread-imageWrapper, .gds-Spread--reversed .gds-Spread-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.gds-Spread--reversed .gds-Spread-body {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
.in-modeDark .gds-Spread-title, .in-modeDark .gds-Spread-label, .gds-Spread.in-modeDark .gds-Spread-title, .gds-Spread.in-modeDark .gds-Spread-label, .gds-Spread--alternate .gds-Spread-title, .gds-Spread--alternate .gds-Spread-label {
  color: inherit;
}
.in-modeDark .gds-Spread-footer::before, .gds-Spread.in-modeDark .gds-Spread-footer::before, .gds-Spread--alternate .gds-Spread-footer::before {
  background: #ffffff;
}

.u-inlineCoverImage {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.u-textUpperCase {
  text-transform: uppercase;
}

.gzl-Button--alternate {
  background-color: #00b6c7;
  color: #ffffff;
}
.gzl-Button--alternate:hover, .gzl-Button--alternate:focus {
  background-color: #00d6e6;
  color: #ffffff;
}
.gzl-Button--tertiaryGhost {
  border-color: currentColor;
  background-color: transparent;
  color: #1f2426;
}
.gzl-Button--tertiaryGhost:hover, .gzl-Button--tertiaryGhost:focus {
  background-color: rgba(31, 36, 38, 0.1);
  color: #333a3d;
}
.gzl-Button.is-success, .Chapter-body a.is-success.gzl-Button, .gzl-BodyText a.is-success.gzl-Button {
  background-color: #48ce65 !important;
  color: #ffffff !important;
}
.gzl-Button.is-success .gzl-Icon {
  display: none;
}

.gzl-BodyText {
  font-size: 1.125rem;
}
@media (min-width: 56.25em) {
  .gzl-BodyText {
    font-size: 1.25rem;
  }
}
.gzl-BodyText > * {
  max-width: 50rem;
}
.gzl-BodyText a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  color: #00b6c7;
}
.gzl-BodyText a:hover, .gzl-BodyText a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0097a8;
}
.gzl-BodyText h2 {
  color: #003561;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 56.25em) {
  .gzl-BodyText h2 {
    font-size: 1.75rem;
  }
}
.gzl-BodyText h2::after {
  display: block;
  margin: 0.5rem 0 2rem;
  background-color: #003561;
  width: 2.5rem;
  height: 0.25rem;
  content: "";
}
.gzl-BodyText h3 {
  margin-bottom: 0.5rem;
  color: #00b6c7;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 56.25em) {
  .gzl-BodyText h3 {
    font-size: 1.5rem;
  }
}
.gzl-BodyText blockquote {
  margin: 3rem 0;
  border-top: 2px solid #d5d9db;
  border-bottom: 2px solid #d5d9db;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2740%27 height=%2740%27 viewBox=%270 0 57 57%27%3E%3Cdefs%3E%3Cpath id=%27a%27 d=%27M23.455 20l2.697 2.23c-2.007 1.31-4.013 3.934-4.327 6.163.125-.065.627-.13 1.003-.13 1.882 0 3.324 1.573 3.324 3.737s-1.63 4-3.825 4C20.007 36 18 33.967 18 30.492c0-4.262 2.257-8.13 5.455-10.492zm10.786 0l2.697 2.23c-2.006 1.31-3.95 3.934-4.264 6.163.126-.065.565-.13.94-.13C35.496 28.262 37 29.835 37 32s-1.693 4-3.825 4c-2.32 0-4.327-2.033-4.327-5.508 0-4.262 2.258-8.13 5.393-10.492z%27/%3E%3C/defs%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Ccircle cx=%2728.5%27 cy=%2728.5%27 r=%2726.5%27 stroke=%27%23003561%27 stroke-width=%273%27/%3E%3Cuse fill=%27%23000%27 href=%27%23a%27/%3E%3Cuse fill=%27%23003561%27 href=%27%23a%27/%3E%3C/g%3E%3C/svg%3E%0A") transparent center 1.5rem no-repeat;
  padding: 5.5rem 1rem 1.5rem;
  text-align: center;
  line-height: 1.25;
  color: #003561;
  font-size: 1.5rem;
  font-style: italic;
}
@media (min-width: 56.25em) {
  .gzl-BodyText blockquote {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.gzl-BodyText blockquote p:first-of-type::before {
  content: open-quote;
}
.gzl-BodyText blockquote p:first-of-type::after {
  content: close-quote;
}

.gds-Card {
  border-radius: 4px;
}
.gds-Card-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.gds-Card-body {
  padding: 2rem 1.5rem;
}
.gds-Card-detail {
  display: block;
}
.gds-Card-transitionalCta {
  color: #00b6c7;
  font-weight: 700;
}

.gds-CardGroup {
  padding: 0;
}
.gds-CardGroup-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gds-CardGroup-item {
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: 0 2px 4px 0 rgba(31, 36, 38, 0.1);
          box-shadow: 0 2px 4px 0 rgba(31, 36, 38, 0.1);
}
@media only screen and (min-width: 62.5em) {
  .gds-CardGroup-item {
    margin-left: 3%;
    width: 31.3%;
  }
  .gds-CardGroup-item:nth-child(2n+1) {
    margin-left: 3%;
  }
  .gds-CardGroup-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gds-CardGroup-item:nth-child(4) {
    margin-top: 1.5rem;
  }
}
.gds-CardGroup-item:hover, .gds-CardGroup-item:focus {
  -webkit-box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
          box-shadow: 0 6px 16px 0 rgba(31, 36, 38, 0.15);
}

.gds-FeatureGroup-body a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  color: #00b6c7;
}
.gds-FeatureGroup-body a:hover, .gds-FeatureGroup-body a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0097a8;
}

.gzl-Heading u {
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.gzl-Heading u::after {
  display: inline-block;
  position: absolute;
  bottom: -5%;
  left: 0;
  z-index: -1;
  background: no-repeat center bottom/100% url("https://cdn.ramseysolutions.net/cms/sites/smartdollar-com/homepage/underline.svg");
  width: 100%;
  height: 100%;
  content: "";
}
.gzl-Heading--primary em, .gzl-Heading--secondary em {
  position: relative;
  z-index: 0;
  font-style: 400;
}
.gzl-Heading--primary em::before, .gzl-Heading--secondary em::before {
  display: inline-block;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
  background: url("https://cdn.ramseysolutions.net/cms/sites/smartdollar-com/homepage/highlight.svg") 100% 75%/100% no-repeat;
  width: 110%;
  height: 100%;
  content: "";
}

.gzl-InlineForm {
  width: 100%;
}
.gzl-InlineForm-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.gzl-InlineForm .gzl-Input {
  width: 100%;
}
.gzl-InlineForm .gzl-Input input {
  background: #ffffff !important;
  font-size: 0.875rem;
}
.gzl-InlineForm-control {
  width: 100%;
}

.gds-MediaObject-body a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  color: #00b6c7;
}
.gds-MediaObject-body a:hover, .gds-MediaObject-body a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0097a8;
}

.Footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 1.5rem 0.5rem 1.5rem;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 37.5em) {
  .Footer-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4.5rem 4.5rem 1.5rem 4.5rem;
  }
}
.Footer-nav, .Footer-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 37.5em) {
  .Footer-nav .Footer-group:nth-child(1), .Footer-branding .Footer-group:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Footer-nav .Footer-group:nth-child(2), .Footer-branding .Footer-group:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .Footer-nav .Footer-group:nth-child(3), .Footer-branding .Footer-group:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.Footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: calc(60% + 100px);
  max-width: 34.5rem;
}
@media (min-width: 37.5em) {
  .Footer-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
  }
}
.Footer-nav .Footer-group {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 1rem;
  line-height: 1.5;
}
@media (min-width: 37.5em) {
  .Footer-nav .Footer-group {
    padding: 1rem 0;
  }
}
@media (min-width: 37.5em) {
  .Footer-nav .Footer-group {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    width: auto;
  }
}
.Footer-branding {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Footer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1.5rem 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  .Footer-group {
    width: auto;
  }
}
.Footer-heading {
  display: block;
  padding: 0 0 1rem 0;
  width: 100%;
  text-transform: uppercase;
  color: #495257;
  font-size: 0.875rem;
  font-weight: 600;
}
.Footer-navItem {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  width: 100%;
  color: #0073b9;
  font-size: 0.75rem;
}
.Footer-socialImage {
  margin: 0 0.25rem;
}
.Footer-socialLink:first-of-type .Footer-socialImage {
  margin: 0 0.5rem 0 0;
}
.Footer-socialLink:last-of-type .Footer-socialImage {
  margin: 0 0 0 0.5rem;
}
.Footer-socialLink,
.Footer a {
  text-decoration: none;
}
.Footer-copyright {
  color: #b6bec2;
  font-size: 0.875rem;
}

.ModalPanel-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1000;
  background-color: #ffffff;
  width: 95%;
  overflow-y: scroll;
}
@media (min-width: 37.5em) {
  .ModalPanel-container {
    max-width: 37.5rem;
  }
}
.ModalPanel::before {
  display: block;
  position: fixed;
  top: 0;
  left: -200%;
  -webkit-transition: background-color 0.3s ease-out-in;
  transition: background-color 0.3s ease-out-in;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  width: 500%;
  height: 0;
  content: "";
}
.ModalPanel-header {
  background-color: #534296;
  background-image: linear-gradient(65deg, #00b6c7, rgba(0, 182, 199, 0)), url("https://cdn.ramseysolutions.net/cms/sites/smartdollar-com/homepage/smartdollar-light.svg");
  background-position: top left, center left;
  background-repeat: no-repeat;
  padding: 4.5rem 1.5rem 2rem;
  line-height: 1.25;
  color: #ffffff;
  font-size: 1.125rem;
}
@media (min-width: 37.5em) {
  .ModalPanel-header {
    padding: 10rem 2.5rem 2rem;
  }
}
.ModalPanel-title {
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .ModalPanel-title {
    line-height: 1;
    font-size: 2.125rem;
  }
}
.ModalPanel-subtitle {
  margin-top: 1rem;
}
.ModalPanel-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  float: right;
  padding: 0.5rem;
}
.ModalPanel-body {
  padding: 2rem 1.5rem;
}
@media (min-width: 37.5em) {
  .ModalPanel-body {
    padding: 2rem 2.5rem;
  }
}
.ModalPanel-notification {
  background-image: url("https://cdn.ramseysolutions.net/cms/sites/smartdollar-com/homepage/checkmark-confirmation.svg");
  background-repeat: no-repeat;
  background-size: 100px 100px;
  padding-top: 7rem;
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
}
.ModalPanel-action {
  margin-top: 0.5rem;
}
.ModalPanel.is-open .ModalPanel-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.ModalPanel.is-open::before {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.Carousel {
  padding: 3rem 1.5rem;
}

.CategoryNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  margin-bottom: 2rem;
  background-color: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 56.25em) {
  .CategoryNav {
    padding: 0 0.25rem;
  }
}
.CategoryNav-menuButton {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (min-width: 56.25em) {
  .CategoryNav-menuButton {
    display: none;
  }
}
.CategoryNav-menuButton::after {
  position: absolute;
  margin: 0.25rem 0.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%23ffff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2.343 6L8 11.657 13.657 6%27/%3E%3C/svg%3E%0A") no-repeat;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  content: "";
}
.CategoryNav-menu {
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.25s cubic-bezier(0, 1, 0.5, 1);
  opacity: 0;
  margin: 0;
  padding-left: 0;
  max-height: 0;
  overflow-y: hidden;
  font-size: 1rem;
}
@media (min-width: 56.25em) {
  .CategoryNav-menu {
    display: inline-block;
    opacity: 1;
    padding: 0.5rem;
    max-height: inherit;
    text-align: center;
    font-size: 0.875rem;
  }
}
.CategoryNav-label {
  display: none;
}
@media (min-width: 56.25em) {
  .CategoryNav-label {
    display: inline-block;
    text-transform: uppercase;
    color: #003561;
    font-weight: 600;
  }
}
.CategoryNav-item {
  display: block;
  margin-bottom: 0.25rem;
  text-align: center;
}
@media (min-width: 56.25em) {
  .CategoryNav-item {
    display: inline-block;
  }
}
@media (min-width: 56.25em) {
  .CategoryNav-item {
    margin: 0 0.5rem;
  }
}
.CategoryNav.is-open .CategoryNav-menu {
  opacity: 1;
  margin-top: 1rem;
  max-height: 23rem;
  overflow: visible;
}
@media (min-width: 56.25em) {
  .CategoryNav.is-open .CategoryNav-menu {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.CategoryNav.is-open .CategoryNav-menuButton::after {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27none%27 stroke=%27%23ffff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 9.657L7.657 4l5.657 5.657%27/%3E%3C/svg%3E%0A") no-repeat;
}

.CategoryLink {
  display: inline-block;
  -webkit-transition: all 0.25s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.25s cubic-bezier(0, 1, 0.5, 1);
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 0.5rem 0.75rem;
  min-width: 4.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #003561;
}
.CategoryLink:hover, .CategoryLink:focus, .CategoryLink:active {
  border-color: #00b6c7;
  color: #00b6c7;
}

.Content-centered {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  max-width: 1200px;
}

.Layout {
  background-color: #ffffff;
}
.Layout-main {
  padding: 0;
}
.Layout--home .Layout-content, .Layout--guide .Layout-content {
  margin-top: 24px;
}
@media (min-width: 56.25em) {
  .Layout--home .Layout-content, .Layout--guide .Layout-content {
    margin-top: 0;
  }
}
.Layout--guide .Layout-content {
  background: #f5f7f8;
}

/* 16:9 */
.SlidePresenter {
  margin-left: auto;
  margin-right: auto;
}
.SlidePresenter-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.SlidePresenter-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Divider {
  margin: 0 2rem;
  border: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#8e999e), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #8e999e, rgba(0, 0, 0, 0));
  max-width: 50rem;
  height: 2px;
}
@media (min-width: 37.5em) {
  .Divider {
    margin-right: auto;
    margin-left: auto;
  }
}

.EndorsementGroupSlice {
  padding: 3rem 1.5rem;
}

.Chapter-body a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  color: #00b6c7;
}
.Chapter-body a:hover, .Chapter-body a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0097a8;
}
.Chapter-image {
  padding-bottom: 2rem;
}
@media (max-width: 37.4375em) {
  .Chapter-image {
    display: none;
  }
}
.Chapter-image img {
  width: 100%;
}
.Chapter-header {
  padding: 1rem;
}
@media (min-width: 37.5em) {
  .Chapter-header {
    padding: 0 1.5rem;
  }
}
@media (min-width: 56.25em) {
  .Chapter-header {
    padding: 0 3rem;
  }
}
.Chapter-preamble {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
.Chapter-title {
  display: block;
  position: relative;
}
.Chapter-title::after {
  width: 4.5rem;
  height: 0.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  display: block;
  background-color: #00b6c7;
  content: "";
}
.Chapter-footer {
  padding: 1rem;
}
@media (min-width: 37.5em) {
  .Chapter-footer {
    padding: 0 1.5rem;
  }
}
@media (min-width: 56.25em) {
  .Chapter-footer {
    padding: 0 3rem;
  }
}
.Chapter-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.Chapter-footer a {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  color: #00b6c7;
}
.Chapter-footer a:hover, .Chapter-footer a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0097a8;
}
.Chapter-footer a {
  font-size: 1.125rem;
  font-weight: 600;
}

@media (min-width: 56.25em) {
  .GuideLayout {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.GuideLayout > * {
  font-size: 1.125rem;
}
.GuideLayout-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  padding: 1.5rem;
}
.GuideLayout-chapter {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  background-color: #ffffff;
}

@media (min-width: 56.25em) {
  .TableOfContents {
    height: 100%;
  }
}
.TableOfContents-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TableOfContents-image {
  margin-right: 1.5rem;
}
@media (min-width: 56.25em) {
  .TableOfContents-image {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    margin-bottom: 1.5rem;
  }
}
.TableOfContents-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.TableOfContents-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 56.25em) {
  .TableOfContents-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
  }
}
.TableOfContents-content.is-collapsed {
  display: none;
}
.TableOfContents-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 2px solid #e8eced;
  border-bottom: 2px solid #e8eced;
}
.TableOfContents-item {
  display: block;
  margin-bottom: 0.5rem;
}
.TableOfContents-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px;
  text-decoration: none;
  color: #004477;
  font-weight: 400;
}
.TableOfContents-link.is-active, .TableOfContents-link:hover {
  font-weight: 600;
}
.TableOfContents-link.is-active {
  background: #e8eced;
}

.Chapter-source .gzl-Slice-container {
  border-top: 1px solid #d5d9db;
  padding: 1.5rem 0;
}

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