/*------------------------------------*\
    $GRAVITY CSS
\*------------------------------------*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
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;
  text-decoration: underline; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400; }

p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal; }

strong {
  font-weight: 600; }

a {
  font-size: 14px;
  color: #047A9C; }

a:hover {
  color: #03536a;
  text-decoration: none; }

a:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

button {
  cursor: pointer; }

ul, li {
  font-size: 14px; }

svg {
  fill: #252525; }
  svg[focusable="false"]:focus {
    outline: none; }

input,
textarea {
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit; }

@-webkit-keyframes shift {
  to {
    background-position: 9px 9px; } }

@keyframes shift {
  to {
    background-position: 9px 9px; } }

@-webkit-keyframes bouncedelay {
  0%, 25%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  12.5% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5); } }

@keyframes bouncedelay {
  0%, 25%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  12.5% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible; }
  to {
    opacity: 0;
    visibility: hidden; } }

.slideInDown,
.fadeIn {
  opacity: 1 !important;
  visibility: visible !important; }

.slideOutDown,
.fadeOut {
  opacity: 0;
  visibility: hidden; }

.slideInDown {
  -webkit-animation: 0.3s ease-in-out 0s slideInDown;
          animation: 0.3s ease-in-out 0s slideInDown; }

.slideOutDown {
  -webkit-animation: 0.2s ease-in 0s slideOutDown;
          animation: 0.2s ease-in 0s slideOutDown; }

.fadeIn {
  -webkit-animation: 0.3s linear 0s fadeIn;
          animation: 0.3s linear 0s fadeIn; }

.fadeOut {
  -webkit-animation: 0.2s linear 0s fadeOut;
          animation: 0.2s linear 0s fadeOut; }

.animateIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.animateOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: .2s;
          animation-duration: .2s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

html[data-prefers-reduced-motion] .animated {
  -webkit-animation: unset !important;
          animation: unset !important;
  -webkit-transition: none !important;
  transition: none !important; }

.no-border {
  border: 0; }

.icon-18 {
  width: 18px;
  height: 18px; }

.icon-24 {
  width: 24px;
  height: 24px; }

.hidden {
  display: none !important; }

pearson-alert {
  font-size: 16px;
  max-width: 580px; }

pearson-alert .alert-title {
  font-size: 14px;
  margin: 0;
  display: inline;
  top: 0; }

pearson-uploader .alert-title {
  top: 0 !important; }

pearson-alert .alert-text {
  margin: 0;
  display: inline; }

pearson-footer {
  left: 50%;
  margin-left: -50%;
  right: 50%;
  margin-right: -50%; }

pearson-header {
  -ms-grid-column-span: 12;
  grid-column: span 12; }

pearson-tabs {
  font-size: 14px; }

pearson-progress-bar {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5; }
  @media (min-width: 591px) {
    pearson-progress-bar {
      -ms-grid-column: 1;
      -ms-grid-column-span: 8;
      grid-column: 1/9; } }
  @media (min-width: 887px) {
    pearson-progress-bar {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1/13; } }

pearson-tabs {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5; }
  @media (min-width: 591px) {
    pearson-tabs {
      -ms-grid-column: 1;
      -ms-grid-column-span: 8;
      grid-column: 1/9; } }
  @media (min-width: 887px) {
    pearson-tabs {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1/13; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  pearson-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-grid-column-span: 3; }
  pearson-card[stacked] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-grid-column-span: 12; } }

pearson-accordion {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5; }
  @media (min-width: 591px) {
    pearson-accordion {
      -ms-grid-column: 1;
      -ms-grid-column-span: 8;
      grid-column: 1/9; } }
  @media (min-width: 887px) {
    pearson-accordion {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1/13; } }

#main {
  max-width: 1280px;
  margin: 0 auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  iframe .gr-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.gr-grid-container {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 0 calc((351px - 272px) / 2); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gr-grid-container.ie-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 351px) {
    .gr-grid-container {
      margin: 0 calc((399px - 336px) / 2); } }
  @media (min-width: 399px) {
    .gr-grid-container {
      margin: 0 calc((447px - 368px) / 2); } }
  @media (min-width: 447px) {
    .gr-grid-container {
      margin: 0 calc((591px - 432px) / 2); } }
  @media (min-width: 591px) {
    .gr-grid-container {
      -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
      margin: 0 calc((727px - 560px) / 2); } }
  @media (min-width: 727px) {
    .gr-grid-container {
      margin: 0 calc((887px - 680px) / 2);
      grid-column-gap: 24px;
      grid-row-gap: 24px; } }
  @media (min-width: 887px) {
    .gr-grid-container {
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
      margin: 0 calc((983px - 840px) / 2); } }
  @media all and (min-width: 887px) and (-ms-high-contrast: none), (min-width: 887px) and (-ms-high-contrast: active) {
    .gr-grid-container > * {
      margin-right: 12px;
      margin-left: 12px;
      margin-bottom: 24px; } }
  @media (min-width: 983px) {
    .gr-grid-container {
      margin: 0 calc((1079px - 936px) / 2); } }
  @media (min-width: 1079px) {
    .gr-grid-container {
      margin: 0 calc((1175px - 1032px) / 2); } }
  @media (min-width: 1175px) {
    .gr-grid-container {
      margin: 0 calc((1280px - 1128px) / 2); } }
  .gr-grid-container .gr-col-two {
    -ms-grid-column: 2;
        grid-column-start: 2; }
  .gr-grid-container .gr-col-three {
    -ms-grid-column: 3;
        grid-column-start: 3; }
  .gr-grid-container .gr-col-four {
    -ms-grid-column: 4;
        grid-column-start: 4; }
  .gr-grid-container .gr-col-five {
    display: none; }
    @media (min-width: 591px) {
      .gr-grid-container .gr-col-five {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 5;
            grid-column-start: 5; } }
  .gr-grid-container .gr-col-six {
    display: none; }
    @media (min-width: 591px) {
      .gr-grid-container .gr-col-six {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 6;
            grid-column-start: 6; } }
  .gr-grid-container .gr-col-seven {
    display: none; }
    @media (min-width: 591px) {
      .gr-grid-container .gr-col-seven {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 7;
            grid-column-start: 7; } }
  .gr-grid-container .gr-col-eight {
    display: none; }
    @media (min-width: 591px) {
      .gr-grid-container .gr-col-eight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 8;
            grid-column-start: 8; } }
  .gr-grid-container .gr-col-nine {
    display: none; }
    @media (min-width: 887px) {
      .gr-grid-container .gr-col-nine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 9;
            grid-column-start: 9; } }
  .gr-grid-container .gr-col-ten {
    display: none; }
    @media (min-width: 887px) {
      .gr-grid-container .gr-col-ten {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 10;
            grid-column-start: 10; } }
  .gr-grid-container .gr-col-eleven {
    display: none; }
    @media (min-width: 887px) {
      .gr-grid-container .gr-col-eleven {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 11;
            grid-column-start: 11; } }
  .gr-grid-container .gr-col-twelve {
    display: none; }
    @media (min-width: 887px) {
      .gr-grid-container .gr-col-twelve {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-column: 12;
            grid-column-start: 12; } }

.gr-col-span-one {
  -ms-grid-column-span: 1;
  grid-column-end: span 1; }

.gr-col-span-two {
  -ms-grid-column-span: 2;
  grid-column-end: span 2; }

.gr-col-span-three {
  -ms-grid-column-span: 3;
  grid-column-end: span 3; }

.gr-col-span-four {
  -ms-grid-column-span: 4;
  grid-column-end: span 4; }

@media (min-width: 591px) {
  .gr-col-span-five {
    -ms-grid-column-span: 5;
    grid-column-end: span 5; } }

@media (min-width: 591px) {
  .gr-col-span-six {
    -ms-grid-column-span: 6;
    grid-column-end: span 6; } }

@media (min-width: 591px) {
  .gr-col-span-seven {
    -ms-grid-column-span: 7;
    grid-column-end: span 7; } }

@media (min-width: 591px) {
  .gr-col-span-eight {
    -ms-grid-column-span: 8;
    grid-column-end: span 8; } }

@media (min-width: 887px) {
  .gr-col-span-nine {
    -ms-grid-column-span: 9;
    grid-column-end: span 9; } }

@media (min-width: 887px) {
  .gr-col-span-ten {
    -ms-grid-column-span: 10;
    grid-column-end: span 10; } }

@media (min-width: 887px) {
  .gr-col-span-eleven {
    -ms-grid-column-span: 11;
    grid-column-end: span 11; } }

.gr-col-span-twelve {
  -ms-grid-column-span: 4;
  grid-column-end: span 4; }
  @media (min-width: 591px) {
    .gr-col-span-twelve {
      -ms-grid-column-span: 8;
      grid-column-end: span 8; } }
  @media (min-width: 887px) {
    .gr-col-span-twelve {
      -ms-grid-column-span: 12;
      grid-column-end: span 12; } }

.gr-row-one {
  -ms-grid-row: 1;
      grid-row-start: 1; }

.gr-row-two {
  -ms-grid-row: 2;
      grid-row-start: 2; }

.gr-row-three {
  -ms-grid-row: 3;
      grid-row-start: 3; }

.gr-row-four {
  -ms-grid-row: 4;
      grid-row-start: 4; }

.gr-row-five {
  -ms-grid-row: 5;
      grid-row-start: 5; }

.gr-row-six {
  -ms-grid-row: 6;
      grid-row-start: 6; }

.gr-row-seven {
  -ms-grid-row: 7;
      grid-row-start: 7; }

.gr-row-eight {
  -ms-grid-row: 8;
      grid-row-start: 8; }

.gr-row-nine {
  -ms-grid-row: 9;
      grid-row-start: 9; }

.gr-row-ten {
  -ms-grid-row: 10;
      grid-row-start: 10; }

.gr-row-eleven {
  -ms-grid-row: 11;
      grid-row-start: 11; }

.gr-row-twelve {
  -ms-grid-row: 12;
      grid-row-start: 12; }

.gr-row-thirteen {
  -ms-grid-row: 13;
      grid-row-start: 13; }

.gr-row-fourteen {
  -ms-grid-row: 14;
      grid-row-start: 14; }

.gr-row-fifteen {
  -ms-grid-row: 15;
      grid-row-start: 15; }

.gr-row-span-two {
  -ms-grid-row-span: 2;
  grid-row-end: span 2; }

.gr-row-span-three {
  -ms-grid-row-span: 3;
  grid-row-end: span 3; }

.gr-row-span-four {
  -ms-grid-row-span: 4;
  grid-row-end: span 4; }

.gr-row-span-five {
  -ms-grid-row-span: 5;
  grid-row-end: span 5; }

.gr-row-span-six {
  -ms-grid-row-span: 6;
  grid-row-end: span 6; }

.gr-row-span-seven {
  -ms-grid-row-span: 7;
  grid-row-end: span 7; }

.gr-row-span-eight {
  -ms-grid-row-span: 8;
  grid-row-end: span 8; }

.gr-row-span-nine {
  -ms-grid-row-span: 9;
  grid-row-end: span 9; }

.gr-row-span-ten {
  -ms-grid-row-span: 10;
  grid-row-end: span 10; }

.gr-row-span-eleven {
  -ms-grid-row-span: 11;
  grid-row-end: span 11; }

.gr-row-span-twelve {
  -ms-grid-row-span: 12;
  grid-row-end: span 12; }

.gr-primary {
  color: #047A9C;
  fill: #047A9C; }

.gr-secondary {
  color: #FFB81C;
  fill: #FFB81C; }

.gr-white {
  color: #ffffff;
  fill: #ffffff; }

.gr-neutral-high-one {
  color: #252525;
  fill: #252525; }

.gr-neutral-high-two {
  color: #6A7070;
  fill: #6A7070; }

.gr-neutral-med-one {
  color: #A9A9A9;
  fill: #A9A9A9; }

.gr-neutral-med-two {
  color: #C7C7C7;
  fill: #C7C7C7; }

.gr-neutral-med-three {
  color: #D9D9D9;
  fill: #D9D9D9; }

.gr-neutral-med-four {
  color: #E9E9E9;
  fill: #E9E9E9; }

.gr-neutral-light-one {
  color: #EEEEEE;
  fill: #EEEEEE; }

.gr-neutral-light-two {
  color: #EEEEEE;
  fill: #EEEEEE; }

.gr-condition-one {
  color: #DB0020;
  fill: #DB0020; }

.gr-condition-two {
  color: #038238;
  fill: #038238; }

.gr-condition-three {
  color: #DA0474;
  fill: #DA0474; }

.gr-theme-one-light {
  color: #CAEFEE;
  fill: #CAEFEE; }

.gr-theme-one-med {
  color: #76D5D4;
  fill: #76D5D4; }

.gr-theme-one-dark {
  color: #19A5A3;
  color: #19A5A3; }

.gr-theme-two-light {
  color: #F2E5F1;
  fill: #F2E5F1; }

.gr-theme-two-med {
  color: #895B9A;
  fill: #895B9A; }

.gr-theme-two-dark {
  color: #633673;
  fill: #633673; }

.gr-theme-three-light {
  color: #F6F8CC;
  fill: #F6F8CC; }

.gr-theme-three-med {
  color: #D2DB0E;
  fill: #D2DB0E; }

.gr-theme-three-dark {
  color: #B0B718;
  fill: #B0B718; }

.gr-theme-four-light {
  color: #D9E6F1;
  fill: #D9E6F1; }

.gr-theme-four-med {
  color: #356286;
  fill: #356286; }

.gr-theme-four-dark {
  color: #1E496C;
  fill: #356286; }

.gr-theme-five-light {
  color: #DFF5D5;
  fill: #DFF5D5; }

.gr-theme-five-med {
  color: #66BE3E;
  fill: #66BE3E; }

.gr-theme-five-dark {
  color: #288500;
  fill: #288500; }

.gr-theme-six-light {
  color: #D6ECF4;
  fill: #D6ECF4; }

.gr-theme-six-med {
  color: #80C5DD;
  fill: #80C5DD; }

.gr-theme-six-dark {
  color: #46A9CB;
  fill: #46A9CB; }

.gr-theme-seven-light {
  color: #FAEBC3;
  fill: #FAEBC3; }

.gr-theme-seven-med {
  color: #F5C54C;
  fill: #F5C54C; }

.gr-theme-seven-dark {
  color: #DEA30D;
  fill: #DEA30D; }

.gr-primary-bg {
  background-color: #047A9C; }

.gr-secondary-bg {
  background-color: #FFB81C; }

.gr-white-bg {
  background-color: #ffffff; }

.gr-neutral-high-one-bg {
  background-color: #252525; }

.gr-neutral-high-two-bg {
  background-color: #6A7070; }

.gr-neutral-med-one-bg {
  background-color: #A9A9A9; }

.gr-neutral-med-two-bg {
  background-color: #C7C7C7; }

.gr-neutral-med-three-bg {
  background-color: #D9D9D9; }

.gr-neutral-med-four-bg {
  background-color: #E9E9E9; }

.gr-neutral-light-one-bg {
  background-color: #EEEEEE; }

.gr-neutral-light-two-bg {
  background-color: #EEEEEE; }

.gr-condition-one-bg {
  background-color: #DB0020; }

.gr-condition-two-bg {
  background-color: #038238; }

.gr-condition-three-bg {
  background-color: #DA0474; }

.gr-theme-one-light-bg {
  background-color: #CAEFEE; }

.gr-theme-one-med-bg {
  background-color: #76D5D4; }

.gr-theme-one-dark-bg {
  background-color: #19A5A3; }

.gr-theme-two-light-bg {
  background-color: #F2E5F1; }

.gr-theme-two-med-bg {
  background-color: #895B9A; }

.gr-theme-two-dark-bg {
  background-color: #633673; }

.gr-theme-three-light-bg {
  background-color: #F6F8CC; }

.gr-theme-three-med-bg {
  background-color: #D2DB0E; }

.gr-theme-three-dark-bg {
  background-color: #B0B718; }

.gr-theme-four-light-bg {
  background-color: #D9E6F1; }

.gr-theme-four-med-bg {
  background-color: #356286; }

.gr-theme-four-dark-bg {
  background-color: #1E496C; }

.gr-theme-five-light-bg {
  background-color: #DFF5D5; }

.gr-theme-five-med-bg {
  background-color: #66BE3E; }

.gr-theme-five-dark-bg {
  background-color: #288500; }

.gr-theme-six-light-bg {
  background-color: #D6ECF4; }

.gr-theme-six-med-bg {
  background-color: #80C5DD; }

.gr-theme-six-dark-bg {
  background-color: #46A9CB; }

.gr-theme-seven-light-bg {
  background-color: #FAEBC3; }

.gr-theme-seven-med-bg {
  background-color: #F5C54C; }

.gr-theme-seven-dark-bg {
  background-color: #DEA30D; }

.gr-h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 0; }

.gr-h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 0; }

.gr-h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 0; }

.gr-label {
  font-size: 12px;
  line-height: 16px;
  color: #6A7070;
  display: block;
  margin-bottom: 4px; }

.gr-meta {
  font-size: 12px;
  line-height: 12px;
  color: #6A7070; }

.gr-semi-bold {
  font-weight: 600; }

.gr-font-large {
  font-size: 16px;
  line-height: 24px; }

.gr-font-normal {
  font-size: 14px;
  line-height: 20px; }

.gr-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #6A7070;
  background: transparent;
  color: #6A7070;
  min-width: 152px;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 22px;
  position: relative;
  margin: 12px;
  line-height: 1.15; }

.gr-btn:hover {
  color: #252525;
  border: 1px solid #252525; }

.gr-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

a.gr-btn {
  text-decoration: none; }

.gr-btn.primary {
  background-color: #047A9C;
  border: 1px solid #047A9C;
  color: white; }

.gr-btn.primary:hover {
  color: white;
  background-color: #035f79; }

.gr-btn.attention {
  background-color: #FFB81C;
  border: 1px solid #FFB81C;
  color: #252525; }

.gr-btn.attention:hover {
  background-color: #f7aa00; }

.gr-btn.small {
  min-width: 128px;
  padding: 7px 20px;
  font-size: 14px; }

.gr-btn.small:focus:after {
  padding: 18px 21px; }

.gr-btn.extra-large {
  min-width: 152px;
  padding: 10px 24px;
  font-size: 16px; }

.gr-btn.extra-large:focus:after {
  padding: 22px 21px;
  border-radius: 24px; }

.gr-btn:disabled {
  background-color: #E9E9E9 !important;
  color: #6A7070 !important;
  border: 0 !important;
  cursor: default !important; }

.gr-btn.icon-btn-24 {
  min-width: auto;
  padding: 5px 12px;
  border: 0;
  margin: 0;
  height: 48px;
  width: 48px; }
  .gr-btn.icon-btn-24:focus {
    border-radius: 4px; }
  .gr-btn.icon-btn-24:hover svg {
    fill: #047A9C; }
  .gr-btn.icon-btn-24:active svg {
    fill: #005a70; }
  .gr-btn.icon-btn-24 svg {
    fill: #6A7070; }

.gr-btn.icon-btn-18 {
  min-width: auto;
  padding: 8px 12px;
  border: 0;
  margin: 0;
  height: 48px;
  width: 48px; }
  .gr-btn.icon-btn-18:hover svg {
    fill: #047A9C; }
  .gr-btn.icon-btn-18:active svg {
    fill: #005a70; }
  .gr-btn.icon-btn-18:focus {
    border-radius: 4px; }
  .gr-btn.icon-btn-18 svg {
    fill: #6A7070; }

.gr-btn.no-border {
  border: 0; }

.gr-btn.no-border:hover {
  border: 0; }

.gr-btn.no-border:focus:after {
  border-radius: 5px;
  min-width: auto;
  left: auto;
  top: auto;
  padding: 16px; }

.gr-input {
  display: block;
  margin: 4px 0;
  padding: 0 12px;
  height: 36px;
  color: #252525;
  border: 1px solid #C7C7C7;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  max-width: 100%; }

.gr-input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

.gr-input:disabled {
  color: #C7C7C7;
  background-color: #E9E9E9; }

.gr-input:-moz-read-only {
  border: 0; }

.gr-input:read-only {
  border: 0; }

.gr-input + .error-state, .gr-textarea + .error-state, .gr-checkbox + .error-state, .gr-radio + .error-state, .gr-select-container + .error-state, .gr-select-container + .error-state {
  display: none; }

.gr-input.error, .gr-textarea.error, .gr-checkbox.error, .gr-radio.error, .gr-select-container.error, .gr-select-container.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #DB0020; }
  .gr-input.error + .error-state, .gr-textarea.error + .error-state, .gr-checkbox.error + .error-state, .gr-radio.error + .error-state, .gr-select-container.error + .error-state, .gr-select-container.error + .error-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gr-input.error + .error-state svg, .gr-textarea.error + .error-state svg, .gr-checkbox.error + .error-state svg, .gr-radio.error + .error-state svg, .gr-select-container.error + .error-state svg, .gr-select-container.error + .error-state svg {
      fill: #DB0020; }
    .gr-input.error + .error-state span, .gr-textarea.error + .error-state span, .gr-checkbox.error + .error-state span, .gr-radio.error + .error-state span, .gr-select-container.error + .error-state span, .gr-select-container.error + .error-state span {
      margin-left: 8px;
      color: #DB0020; }

.gr-textarea {
  display: block;
  margin: 4px 0;
  padding: 12px;
  color: #252525;
  border: 1px solid #C7C7C7;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  line-height: 1.5; }

.gr-textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

.gr-textarea:disabled {
  color: #C7C7C7;
  background-color: #E9E9E9; }

.gr-textarea:-moz-read-only {
  border: 0; }

.gr-textarea:read-only {
  border: 0; }

.gr-checkbox {
  margin-bottom: 14px;
  min-height: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gr-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  cursor: pointer; }

.gr-checkbox input[type=checkbox] ~ label {
  display: inline-block;
  line-height: 1.5;
  min-height: 24px;
  padding-left: 2.5em;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 14px; }

.gr-checkbox input[type=checkbox] ~ span {
  height: 22px;
  line-height: 1.5;
  text-align: center;
  width: 22px;
  border: 2px solid #c7c7c7;
  background: white;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.gr-checkbox input[type=checkbox]:disabled ~ span {
  height: 22px;
  line-height: 1.5;
  text-align: center;
  width: 22px;
  border: 2px solid #c7c7c7;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #E9E9E9; }

.gr-checkbox input[type=checkbox]:focus ~ span {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

.gr-checkbox input[type=checkbox] ~ span svg {
  height: 24px;
  opacity: 0;
  width: 24px;
  top: -3px;
  position: relative;
  left: -3px;
  fill: #047A9C; }

.gr-checkbox input[type=checkbox]:disabled ~ span svg {
  fill: #C7C7C7; }

.gr-checkbox input[type=checkbox]:checked ~ span svg {
  opacity: 1; }

.gr-fieldset {
  border: none;
  padding: 0; }

.gr-fieldset legend {
  margin-bottom: 8px; }

.gr-radio {
  margin-bottom: 14px;
  min-height: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gr-radio input[type=radio] {
  opacity: 0;
  position: absolute; }

.gr-radio input[type=radio]:focus ~ span {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

.gr-radio input[type=radio] + label {
  display: inline-block;
  line-height: 18px;
  padding-left: 28px;
  font-size: 14px;
  cursor: pointer; }

.gr-radio input[type=radio] ~ span {
  -webkit-box-sizing: content-box;
  border: 2px solid #c7c7c7;
  background: white;
  border-radius: 50%;
  box-sizing: content-box;
  color: #6a7070;
  display: block;
  height: 5px;
  left: 0;
  padding: 3px 6px 6px 3px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 5px; }

.gr-radio input[type=radio] ~ span svg {
  height: 18px;
  opacity: 0;
  width: 18px; }

.gr-radio input[type=radio]:checked ~ span svg {
  opacity: 1;
  top: -5px;
  position: relative;
  left: -5px;
  fill: #047A9C; }

.gr-radio input[type=radio]:disabled ~ span svg {
  opacity: 1;
  fill: #C7C7C7;
  top: -5px;
  left: -5px;
  position: relative; }

.gr-select-container {
  position: relative; }

.gr-select-container svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 9px);
  fill: #6A7070; }

.gr-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin: 4px 0;
  padding: 0 12px;
  padding-right: 42px;
  height: 36px;
  color: #252525;
  border: 1px solid #C7C7C7;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  max-width: 100%; }

.gr-select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
          box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }

.gr-select:disabled {
  color: #C7C7C7;
  background-color: #E9E9E9; }

.gr-select:disabled + svg {
  fill: #C7C7C7; }

.gr-select[multiple] {
  height: auto; }
  .gr-select[multiple] option {
    cursor: pointer; }

.margin-container {
  max-width: 1280px;
  margin: 0 auto; }

.header-container.light {
  width: 100%;
  background-color: #f5f5f5; }

.page-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-span: 4;
  grid-column: span 4; }
  @media (min-width: 591px) {
    .page-frame {
      -ms-grid-column-span: 8;
      grid-column: span 8; } }
  @media (min-width: 887px) {
    .page-frame {
      -ms-grid-column-span: 12;
      grid-column: span 12; } }
  .page-frame h1 {
    margin: 0;
    padding: 32px 0 0 0; }

pearson-tabs .back-bar {
  width: 100%;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  top: -22px;
  position: relative; }

.page-frame-simple {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 591px) {
    .page-frame-simple {
      -ms-grid-column-span: 8;
      grid-column: span 8; } }
  @media (min-width: 887px) {
    .page-frame-simple {
      -ms-grid-column-span: 12;
      grid-column: span 12; } }
  .page-frame-simple .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-frame-simple .actions button:not(#more) {
      display: none; }
      @media (min-width: 887px) {
        .page-frame-simple .actions button:not(#more) {
          display: inline-block; } }
    .page-frame-simple .actions #showMore {
      display: inline-block; }
      @media (min-width: 887px) {
        .page-frame-simple .actions #showMore {
          display: none; } }
      .page-frame-simple .actions #showMore button {
        margin: 0;
        min-width: auto;
        padding: 6px;
        border: 0; }
        .page-frame-simple .actions #showMore button svg {
          margin: 0; }
    .page-frame-simple .actions .gr-dropdown-container .menu {
      right: 0;
      max-height: auto;
      overflow: hidden;
      width: auto;
      top: 16px;
      border: 1px solid #C7C7C7;
      height: auto; }
    .page-frame-simple .actions .dropdown-menu {
      width: auto;
      right: 0; }
      .page-frame-simple .actions .dropdown-menu button {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .page-frame-simple h2 {
    margin: 0;
    padding-left: 0; }
    @media (min-width: 887px) {
      .page-frame-simple h2 {
        padding-left: 145px; } }

.link-anchor {
  position: relative;
  width: 0;
  font-size: .8em;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.anchor-wrapper {
  border: none; }

.anchor-wrapper:hover .link-anchor {
  opacity: 1; }

section h1[id]:focus,
section h2[id]:focus,
section h3[id]:focus,
section h4[id]:focus,
section h5[id]:focus {
  outline: 0; }

p.thin {
  font-weight: 100;
  margin: 0;
  line-height: 1.2em; }

p.bold {
  font-weight: 900;
  margin: 0;
  margin-top: -5px; }

.rel {
  width: 30%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px;
  border-style: dotted;
  border-color: white;
  border-width: medium; }

.popper,
.tooltip {
  position: absolute;
  color: black; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow, .popper .popper__arrow {
  border-color: #CAEFEE; }

.popper .popper__arrow.informational {
  border-color: #ffed9a; }

.popper .popper__arrow.generic {
  border-color: white; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 13px 13px 0 13px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -13px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0 -1px 5px #222);
          filter: drop-shadow(0 -1px 5px #222); }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 13px 13px 13px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -13px;
  -webkit-filter: drop-shadow(-1px -1px 1px #ddd);
          filter: drop-shadow(-1px -1px 1px #ddd);
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 13px 13px 13px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -13px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
  -webkit-filter: drop-shadow(-1px -1px 1px #ddd);
          filter: drop-shadow(-1px -1px 1px #ddd); }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 13px 0 13px 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -13px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
  -webkit-filter: drop-shadow(1px 2px 0px #ddd);
          filter: drop-shadow(1px 2px 0px #ddd); }

.no-arrow .popper__arrow {
  display: none !important; }

.accordion {
  border: 1px solid #C7C7C7;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  border-radius: 4px; }
  .accordion h3 {
    border-bottom: 1px solid #C7C7C7;
    margin: 0; }
    .accordion h3 button {
      background-color: white;
      width: 100%;
      border: 0;
      text-align: left;
      padding: 16px; }
      .accordion h3 button[aria-expanded="false"] .collapse {
        display: none; }
      .accordion h3 button[aria-expanded="false"] .expand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .accordion h3 button[aria-expanded="true"] .collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 16px; }
      .accordion h3 button[aria-expanded="true"] .expand {
        display: none;
        margin-left: 16px; }
      .accordion h3 button:focus {
        background-color: #efefef;
        z-index: 10000;
        position: relative;
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
                box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }
    .accordion h3 .accordion-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .accordion > div {
    padding: 16px; }
  .accordion .accordion-panel {
    display: none;
    border-bottom: 1px solid #C7C7C7;
    background: white; }
    .accordion .accordion-panel:last-child {
      border-bottom: 0; }

@media (max-width: 480px) {
  .gr-alert {
    max-width: 440px;
    padding: 4px; } }

.gr-alert .info {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
  padding: 8px;
  border: 1px solid #c7c7c7;
  border-left: 3px solid #19A5A3;
  margin-bottom: 1em;
  max-width: 580px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10;
  background: white; }

.gr-alert .close-title button {
  float: right;
  color: #6A7070;
  cursor: pointer;
  margin: 0; }

.gr-alert .close-title button svg {
  fill: currentColor; }

.gr-alert .content-container {
  padding: 20px 4px 20px 20px; }

.gr-alert .content-container svg {
  margin-right: 12px;
  min-width: 18px; }

.gr-alert .alert-title {
  margin-right: 4px;
  display: inline;
  font-size: 14px; }

.gr-alert .alert-text {
  margin-bottom: 0;
  display: inline; }

.button-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-bar ul li {
    margin-right: 20px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-bar .dropdown-menu button svg {
    top: 5px; } }

.button-bar .third-button, .button-bar .more-buttons {
  display: none; }
  @media (min-width: 887px) {
    .button-bar .third-button, .button-bar .more-buttons {
      display: block; } }

.button-bar .second-button {
  display: none; }
  @media (min-width: 640px) {
    .button-bar .second-button {
      display: block; } }

.button-bar .first-button {
  display: none; }
  @media (min-width: 591px) {
    .button-bar .first-button {
      display: block; } }

.button-bar #moreDropdown {
  display: block; }
  @media (min-width: 887px) {
    .button-bar #moreDropdown {
      display: none; } }
  .button-bar #moreDropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .button-bar #moreDropdown li {
    width: 100%; }
    .button-bar #moreDropdown li svg {
      margin: 0 !important; }
  .button-bar #moreDropdown .first-button {
    display: block; }
    @media (min-width: 591px) {
      .button-bar #moreDropdown .first-button {
        display: none; } }
  .button-bar #moreDropdown .second-button {
    display: block; }
    @media (min-width: 640px) {
      .button-bar #moreDropdown .second-button {
        display: none; } }
  .button-bar #moreDropdown .third-button {
    display: block; }
  .button-bar #moreDropdown .more-buttons {
    display: block; }

@media (max-width: 480px) {
  .button-bar .gr-dropdown-container .menu {
    border: 1px solid #C7C7C7;
    height: auto;
    width: 220px;
    top: 16px; } }

.card-container {
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -ms-grid-column-span: 4;
  grid-column: span 4; }
  @media (min-width: 887px) {
    .card-container {
      -ms-grid-column-span: 3;
      grid-column: span 3; } }
  .card-container.stacked {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13; }

.card {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  background: white;
  padding: 16px; }

.gr-datepicker-container {
  position: relative;
  min-width: 150px;
  width: 322px; }
  @media all and (-ms-high-contrast: none) {
    .gr-datepicker-container {
      width: 362px; } }

.gr-datepicker-container .datepicker {
  position: relative;
  margin-bottom: 6px; }

.gr-datepicker-container .datepicker .gr-btn {
  bottom: calc(50% - 23px);
  color: #6a7070;
  position: absolute;
  right: -3px;
  margin: 0; }

.gr-datepicker-container .datepicker svg {
  fill: #6A7070; }

.gr-calendar-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 280px;
  min-height: 284px;
  color: #252525;
  padding: 16px 20px 20px;
  z-index: 1;
  border: 1px solid #C7C7C7;
  background-color: #ffffff;
  border-radius: 5px; }
  @media all and (-ms-high-contrast: none) {
    .gr-calendar-container {
      width: 320px; } }

.gr-calendar-container fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.gr-calendar-container legend {
  font-size: 18px; }

.gr-calendar-container .actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px; }

.gr-calendar-container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gr-calendar-container .gr-btn.previous {
  margin-right: 10px; }

.gr-calendar-container .gr-btn {
  margin: 0;
  padding: 0; }

.gr-calendar-container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40px)[7];
  grid-template-columns: repeat(7, 40px); }

.gr-calendar-container .weekdays {
  height: 40px;
  color: #6a7070;
  line-height: 40px;
  font-size: 12px; }

.gr-calendar-container .row > div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40px;
  height: 40px; }

.gr-calendar-container abbr {
  text-decoration: none; }

.gr-calendar-container .row button {
  background: none;
  padding: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  margin: 4px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 14px; }

.gr-calendar-container .row button:hover {
  background-color: #E9E9E9;
  color: #252525; }

.gr-calendar-container .row button:focus {
  outline: 2px solid #1977D4;
  outline-offset: 2px; }

.gr-calendar-container .row button.selected {
  background-color: #6A7070;
  color: #ffffff; }

.gr-coachmark-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 280px;
  z-index: 12000; }

.gr-coachmark-container .coachmark {
  position: relative;
  background-color: #CAEFEE;
  border-radius: 2px;
  width: 280px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25); }

.gr-coachmark-container h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0; }

.gr-coachmark-container p {
  margin-top: 0;
  line-height: 1.5; }

.gr-coachmark-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #CAEFEE;
  border-radius: 2px;
  color: #252525;
  padding: 20px 24px;
  position: relative;
  z-index: 2; }

.gr-coachmark-container .title-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.25em; }

.gr-coachmark-container .coach-link {
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 1.75em;
  font-size: 14px; }

.gr-coachmark-container .coach-link:hover {
  text-decoration: none; }

.gr-coachmark-container button {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer; }

.gr-coachmark-container button:not(.coach-link) {
  right: -18px;
  position: relative;
  top: -14px;
  margin: 0; }

.gr-coachmark-container .popper__arrow {
  border-color: #CAEFEE;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: 13px 13px 0;
  height: 0;
  position: absolute;
  width: 0;
  bottom: -13px;
  -webkit-filter: drop-shadow(0 -1px 5px #222);
          filter: drop-shadow(0 -1px 5px #222);
  left: calc(50% - 5px);
  margin-bottom: 0;
  margin-top: 0; }

.gr-datepicker-container {
  position: relative;
  min-width: 150px;
  width: 322px; }
  @media all and (-ms-high-contrast: none) {
    .gr-datepicker-container {
      width: 362px; } }

.gr-datepicker-container .datepicker {
  position: relative;
  margin-bottom: 6px; }

.gr-datepicker-container .datepicker .gr-btn {
  bottom: calc(50% - 23px);
  color: #6a7070;
  position: absolute;
  right: -3px;
  margin: 0; }

.gr-datepicker-container .datepicker svg {
  fill: #6A7070; }

.gr-calendar-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 280px;
  min-height: 284px;
  color: #252525;
  padding: 16px 20px 20px;
  z-index: 1;
  border: 1px solid #C7C7C7;
  background-color: #ffffff;
  border-radius: 5px; }
  @media all and (-ms-high-contrast: none) {
    .gr-calendar-container {
      width: 320px; } }

.gr-calendar-container fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.gr-calendar-container legend {
  font-size: 18px; }

.gr-calendar-container .actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px; }

.gr-calendar-container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gr-calendar-container .gr-btn.previous {
  margin-right: 10px; }

.gr-calendar-container .gr-btn {
  margin: 0;
  padding: 0; }

.gr-calendar-container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40px)[7];
  grid-template-columns: repeat(7, 40px); }

.gr-calendar-container .weekdays {
  height: 40px;
  color: #6a7070;
  line-height: 40px;
  font-size: 12px; }

.gr-calendar-container .row > div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40px;
  height: 40px; }

.gr-calendar-container abbr {
  text-decoration: none; }

.gr-calendar-container .row button {
  background: none;
  padding: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  margin: 4px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 14px; }

.gr-calendar-container .row button:hover {
  background-color: #E9E9E9;
  color: #252525; }

.gr-calendar-container .row button:focus {
  outline: 2px solid #1977D4;
  outline-offset: 2px; }

.gr-calendar-container .row button.selected {
  background-color: #6A7070;
  color: #ffffff; }

.gr-drawer {
  position: relative;
  width: 320px;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0px 0px 5px 0px #c7c7c7;
          box-shadow: 0px 0px 5px 0px #c7c7c7;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 25px 20px 20px; }

.gr-drawer h3 {
  margin-bottom: 0; }

.gr-drawer .panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.gr-drawer .drawer-header {
  height: 44px;
  padding: 0 10px; }

.gr-drawer .drawer-header:focus {
  outline: none; }

.gr-drawer .drawer-header .pe-title {
  margin-bottom: 0; }

.gr-drawer .divider {
  border-bottom: 1px solid #D9D9D9;
  height: 1px; }

.gr-drawer .drawer-content {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 100%;
  margin-top: 25px; }

.gr-drawer .drawer-content:focus {
  outline: none; }

.gr-drawer .drawer-content button {
  color: inherit;
  cursor: pointer;
  text-align: left;
  background: none;
  padding: 0;
  border: 0;
  position: relative; }

.gr-drawer .drawer-content button.pe-link--btn {
  text-decoration: none; }

.gr-drawer .drawer-content dd {
  margin-left: 0;
  margin-bottom: 25px; }

.gr-drawer .panel button > * {
  pointer-events: none; }

.gr-drawer .panel button.back {
  border: 0;
  cursor: pointer;
  background: none;
  height: 25px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto; }

.gr-drawer .panel button.back svg {
  margin-right: 0.5em; }

.gr-drawer .panel button.back h3 {
  margin: 0; }

.gr-drawer .panel .close {
  position: absolute;
  top: 14px;
  right: 15px;
  margin: 0; }

.gr-dropdown-container .gr-btn {
  margin: 0;
  font-size: 14px;
  font-weight: bold; }

.gr-dropdown-container .gr-btn svg {
  margin-left: 1em; }

.gr-dropdown-container .dropdown-menu {
  position: absolute;
  z-index: 10;
  margin-top: -9px;
  -ms-overflow-style: none; }

.gr-dropdown-container .mobile-group {
  background: #F5F5F5;
  border-bottom: 1px solid #E9E9E9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 24px;
  position: relative;
  top: -27px;
  z-index: 10;
  overflow: hidden; }

.gr-dropdown-container .mobile-group span {
  width: 100%;
  text-align: center; }

.gr-dropdown-container .mobile-group button {
  margin: 0;
  margin-left: 12px; }

.gr-dropdown-container .menu {
  background-color: #ffffff;
  position: absolute; }

.gr-dropdown-container .menu button {
  background: none;
  border: 0;
  font-size: 14px; }

.gr-dropdown-container .menu button > * {
  pointer-events: none; }

.gr-dropdown-container .menu button:focus {
  outline: none; }

.gr-dropdown-container .menu button:focus:after {
  border: 2px solid #1977D4;
  content: "";
  position: absolute;
  border-radius: 4px;
  width: calc(100% + -10px);
  height: calc(100% + 0px);
  top: 0px;
  left: 5px;
  z-index: 1; }

.gr-dropdown-container .menu {
  list-style-type: none;
  padding: 1em 0;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  width: 220px;
  margin-top: 0;
  top: 16px;
  position: relative; }

.gr-dropdown-container [aria-checked=false] svg {
  display: none; }

.gr-dropdown-container [aria-checked=true] svg {
  display: inline-block; }

.gr-dropdown-container .seperator {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #D9D9D9; }

.gr-dropdown-container li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  color: #252525;
  text-align: left;
  padding: 0; }

.gr-dropdown-container li button:hover {
  background-color: #E9E9E9; }

.gr-dropdown-container li button svg {
  position: absolute;
  left: 12px; }

.gr-dropdown-container .option-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 24px 5px 34px;
  width: 100%; }

.gr-dropdown-container .divider {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 8px;
  margin: 0 25px; }

.gr-dropdown-container .divider + li {
  margin-top: 8px; }

.gr-dropdown-container .truncate {
  max-width: 100%;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 480px) {
  .gr-dropdown-container li {
    padding: 8px 4px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gr-dropdown-container .menu li button[aria-checked=true] svg {
    top: 4px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  width: inherit;
  padding: 0 1em 24px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

@media (max-width: 979px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

footer.dark li {
  border-right: 1px solid white; }

footer.dark li a {
  color: white;
  border-color: white; }

footer.dark a:hover {
  color: white; }

footer.dark .copyright {
  color: white; }

footer .links {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px; }

footer .links li {
  margin-right: 0.65em;
  padding-right: 0.65em;
  border-right: 1px solid #252525; }

@media (max-width: 979px) {
  footer .links li {
    margin-bottom: 12px; } }

@media (max-width: 979px) {
  footer .links li:last-child {
    border: 0; } }

footer .links a {
  color: #047A9C; }

footer .links a:hover {
  color: #03536a;
  text-decoration: none; }

footer .copyright {
  margin: 0;
  color: #252525; }

@media (max-width: 979px) {
  footer .copyright {
    text-align: center; } }

.gr-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6A7070;
  padding: 0 1em;
  background: transparent;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5; }
  @media (min-width: 591px) {
    .gr-header {
      -ms-grid-column: 1;
      -ms-grid-column-span: 8;
      grid-column: 1/9; } }
  @media (min-width: 887px) {
    .gr-header {
      -ms-grid-column: 1;
      -ms-grid-column-span: 12;
      grid-column: 1/13; } }
  .gr-header.light {
    background: #F5F5F5; }
  .gr-header .actions button {
    width: auto !important; }

.gr-header.light .logo {
  background-image: url("https://pearsonux.sfo2.digitaloceanspaces.com/PearsonIcon.svg");
  background-position: 0;
  background-size: 40px;
  background-repeat: no-repeat; }

.gr-header .logo {
  background-image: url("https://pearsonux.sfo2.digitaloceanspaces.com/PearsonIconWhite.svg");
  background-position: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 48px;
  height: 64px; }

.gr-header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gr-header.light button {
  color: #252525; }
  .gr-header.light button:hover {
    color: #252525; }
  .gr-header.light button:focus .avatar {
    background: #252525;
    color: #f5f5f5; }
  .gr-header.light button .notification {
    border-color: #252525; }

#collapse {
  display: none; }

.gr-header button {
  color: white;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important; }
  .gr-header button:hover {
    color: white; }
    .gr-header button:hover svg {
      fill: currentColor; }
  .gr-header button .notification {
    width: 15px;
    height: 15px;
    background: #DA0474;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    right: -3px;
    bottom: -3px; }
  .gr-header button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .gr-header button:focus .avatar {
      position: relative;
      background: white;
      color: #047A9C; }
      .gr-header button:focus .avatar + svg {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
                box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
        border-radius: 5px; }
    .gr-header button:focus #expand {
      display: none; }
    .gr-header button:focus #collapse {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }

.gr-header svg {
  fill: currentColor; }

.gr-header .notification {
  color: #DA0474; }

.gr-header .notification > svg {
  right: -37px;
  position: relative;
  top: -5px;
  fill: currentColor;
  border-radius: 50%;
  border: 1px solid white; }

@media (max-width: 640px) {
  .gr-header .notification > svg {
    right: -33px; } }

.gr-header .username {
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px; }

@media (max-width: 640px) {
  .gr-header .name {
    display: none; } }

@media (min-width: 640px) {
  .gr-header .nameicon {
    display: none; } }

.gr-header .avatar {
  margin-right: 0.5em;
  position: relative;
  width: 45px;
  height: 45px;
  border: 3px solid white;
  border-radius: 50%;
  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; }
  .gr-header .avatar span {
    font-weight: bold; }

.gr-header.light .avatar {
  border: 3px solid #252525; }

.gr-header .avatar img {
  height: 25px;
  width: 25px;
  border-radius: 50%; }

.gr-header .avatar + .name + .nameicon {
  display: none; }

.header-menu {
  border: 1px solid #efefef;
  border-radius: 8px;
  width: 320px;
  padding: 24px; }
  @media (min-width: 591px) {
    .header-menu {
      width: 360px; } }
  .header-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.header-btn {
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border-radius: 0; }
  .header-btn:hover {
    border: 0; }
  .header-btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 11px white, 0 0 0 13px #1977D4;
            box-shadow: 0 0 0 11px white, 0 0 0 13px #1977D4;
    border-radius: 5px; }
  .header-btn .icon svg {
    fill: #6A7070; }
  .header-btn .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.gr-loading-indicator-wrapper,
.gr-loading-indicator-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gr-loading-indicator-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.gr-loading-indicator-wrapper {
  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;
  width: 200px;
  height: 70px;
  padding: 0 20px;
  margin: auto;
  background: #252525;
  color: white;
  border-radius: 5px;
  font: 14px/18px 'Open Sans', 'Calibri', 'Tahoma', sans-serif; }

.gr-loading-indicator-wrapper .loading-indicator {
  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; }

.gr-loading-indicator-wrapper .label {
  margin-left: 12px; }

#loaded-content main {
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }

.gr-loading-indicator-wrapper .loading-spinner {
  width: 25px;
  height: 25px;
  position: relative; }

.gr-loading-indicator-wrapper .container-one > div,
.gr-loading-indicator-wrapper .container-two > div {
  width: 4px;
  height: 4px;
  background-color: #19A5A3;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.6s infinite ease-in-out;
          animation: bouncedelay 1.6s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.gr-loading-indicator-wrapper .loading-spinner > div {
  position: absolute;
  width: 100%;
  height: 100%; }

.gr-loading-indicator-wrapper .container-two {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }

.gr-loading-indicator-wrapper .circle1 {
  top: 0;
  left: 0; }

.gr-loading-indicator-wrapper .circle2 {
  top: 0;
  right: 0; }

.gr-loading-indicator-wrapper .circle3 {
  right: 0;
  bottom: 0; }

.gr-loading-indicator-wrapper .circle4 {
  left: 0;
  bottom: 0; }

.gr-loading-indicator-wrapper .container-two .circle1 {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s; }

.gr-loading-indicator-wrapper .container-one .circle2 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s; }

.gr-loading-indicator-wrapper .container-two .circle2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

.gr-loading-indicator-wrapper .container-one .circle3 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

.gr-loading-indicator-wrapper .container-two .circle3 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }

.gr-loading-indicator-wrapper .container-one .circle4 {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }

.gr-loading-indicator-wrapper .container-two .circle4 {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }

.gr-modal-container .hide-overflow {
  overflow: hidden; }

.gr-modal-container #modalOverlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #252525;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.gr-modal-container .modal {
  border: thin #6A7070 solid;
  background-color: #ffffff;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  outline: none;
  border-radius: 2px; }

.gr-modal-container .close {
  position: absolute;
  height: 44px;
  width: 44px;
  background: none;
  border: 0;
  top: 0px;
  right: 0px;
  cursor: pointer; }

.gr-modal-container .close:focus {
  outline: 1px solid #1977D4;
  outline-offset: 2px; }

.gr-modal-container .modal h2.gr-h2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px; }

.gr-modal-container .modal h2.gr-h2:focus {
  outline: 1px solid #1977D4;
  outline-offset: 2px; }

.gr-modal-container .modal-body {
  margin-bottom: 28px;
  padding: 0 40px; }

.gr-modal-container .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px; }

.gr-modal-container .actions button {
  margin: 0; }

.gr-modal-container .actions button:last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 1em; }

@media (max-width: 767px) {
  .gr-modal-container .modal {
    width: 440px; }
  .gr-modal-container .modal .actions button {
    width: 100%; }
  .gr-modal-container .modal .actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 480px) {
  .gr-modal-container .modal .actions button:last-child {
    margin: 0.5em 0; }
  .gr-modal-container .modal .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gr-modal-container .modal h2.gr-h2 {
    font-size: 20px; } }

.gr-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gr-pagination button {
  margin: 0;
  border: 1px solid #6A7070 !important;
  min-width: 44px;
  border: 0 !important;
  padding: 0 !important; }

.gr-pagination button span {
  height: 28px;
  width: 28px;
  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;
  border: 1px solid #C7C7C7;
  border-radius: 50%; }

.gr-pagination button:focus:after {
  min-height: 36px;
  min-width: 36px;
  padding: 0;
  top: 4px;
  left: 8px; }

.gr-pagination button:hover span {
  background-color: #E9E9E9; }

.gr-pagination button:disabled {
  background: none !important; }

.gr-pagination button:disabled span {
  border: 1px solid #D9D9D9; }

.gr-pagination button:disabled span svg {
  fill: #D9D9D9; }

.gr-pagination button:disabled:hover span {
  background: #ffffff; }

.gr-pagination a {
  min-width: 44px;
  color: #6A7070;
  text-decoration: none;
  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;
  font-size: 14px; }

.gr-pagination a:hover {
  text-decoration: underline;
  color: #6A7070;
  font-weight: bold; }

.gr-pagination a:focus {
  outline-offset: 0; }

.gr-pagination a[aria-current] {
  text-decoration: underline;
  color: #252525;
  font-weight: bold; }

.gr-pagination .compact-text {
  font-size: 14px;
  margin: 0 1em; }

.gr-pagination a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  fill: currentColor; }

.gr-progress-bar .loading-bar-liveregion {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.gr-progress-bar {
  position: relative;
  padding-bottom: 16px; }

.gr-progress-bar .fullbar {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  font-family: 'Open Sans', Calibri, Tahoma, sans-serif; }

.gr-progress-bar .fullbar:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #C7C7C7; }

.gr-progress-bar.left-aligned .fullbar {
  text-align: left; }

.gr-progress-bar.right-aligned .fullbar {
  text-align: right; }

.gr-progress-bar div[role=progressbar] {
  height: 12px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #19A5A3;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-animation: shift .2s linear infinite;
  animation: shift .2s linear infinite; }

.gr-progress-bar.loading div[role=progressbar] {
  background-image: linear-gradient(135deg, #19a6a4 33.33%, #daf0ed 0, #daf0ed 50%, #19a6a4 0, #19a6a4 83.33%, #daf0ed 0, #daf0ed);
  background-size: 18px 18px; }

@media screen and (prefers-reduced-motion: reduce) {
  .gr-progress-bar div[role=progressbar] {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important; } }

.range-container {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .range-container .slider {
    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%;
    padding-right: 24px; }
    .range-container .slider label {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
    .range-container .slider .range-color {
      height: 8px;
      background: #047A9C;
      margin-top: -25px;
      border-radius: 100px;
      left: 0;
      z-index: 0; }

@-moz-document url-prefix() {
  .range-container .slider .range-color {
    height: 0; } }
      @media all and (-ms-high-contrast: none) {
        .range-container .slider .range-color {
          height: 0; } }
    .range-container .slider .tick-marks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 12px;
      padding-left: 8px; }
      @media all and (-ms-high-contrast: none) {
        .range-container .slider .tick-marks {
          margin: 0; } }
    .range-container .slider .slider-tickmarks .dash {
      border-right: 1px solid #C7C7C7; }
    .range-container .slider input[type=range] {
      -webkit-appearance: none;
      margin: 18px 0;
      width: 100%;
      height: 8px; }
      @media all and (-ms-high-contrast: none) {
        .range-container .slider input[type=range] {
          height: auto;
          margin: 0; } }
    .range-container .slider input[type=range]:focus {
      outline: none; }
    .range-container .slider input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      animate: 0.2s;
      background: #E9E9E9;
      border-radius: 100px;
      border: 0; }
    .range-container .slider input[type=range]::-webkit-slider-thumb {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
              box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
      background-color: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7px;
      z-index: 1000;
      position: relative; }
    .range-container .slider input[type=range]:focus::-webkit-slider-thumb {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4;
              box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }
    .range-container .slider input[type=range]::-moz-range-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      background: #E9E9E9;
      border-radius: 100px;
      border: 0; }
    .range-container .slider input[type=range]::-moz-range-thumb {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      box-shadow: 0 2px 4px 0 rgba(140, 140, 140, 0.3), 0 -2px 4px 0 rgba(140, 140, 140, 0.2);
      background-color: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin-top: -7px;
      z-index: 10000000;
      position: relative; }
    .range-container .slider input[type=range]:focus::-moz-range-thumb {
      outline: 0;
      box-shadow: 0 0 0 2px white, 0 0 0 4px #1977D4; }
    .range-container .slider input[type=range]::-moz-range-progress {
      background-color: #047A9C;
      height: 8px;
      border-radius: 100px; }
    .range-container .slider input[type=range]::-ms-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    .range-container .slider input[type=range]::-ms-fill-lower {
      background: #047A9C;
      border-radius: 2.6px; }
    .range-container .slider input[type=range]::-ms-fill-upper {
      background: #E9E9E9;
      border-radius: 2.6px; }
    .range-container .slider input[type=range]::-ms-thumb {
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
      border: 1px solid #000000;
      height: 20px;
      width: 20px;
      border-radius: 3px;
      background: #ffffff;
      cursor: pointer;
      height: 8.4px;
      margin: 0; }

.range-input-container {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  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%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 591px) {
    .range-input-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .range-input-container .range-container {
    margin-top: 24px; }
    @media (min-width: 591px) {
      .range-input-container .range-container {
        margin-top: 0; } }
  .range-input-container .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 60px; }
    .range-input-container .input-group + .gr-meta {
      text-align: center;
      display: block;
      width: 137px; }
  .range-input-container .gr-form-element {
    width: 132px;
    margin-right: 4px; }
    .range-input-container .gr-form-element + .gr-meta {
      display: inline-block;
      margin-top: 14px; }

.gr-tabbed-navigation {
  position: relative;
  height: 41px; }

.gr-tabbed-navigation .gr-btn {
  min-width: auto;
  border-radius: 0; }

.gr-tabbed-navigation .gr-btn:focus:after {
  border-radius: 0; }

.gr-tabbed-navigation.light {
  background: #F5F5F5;
  border-bottom: 1px solid #E9E9E9; }

.gr-tabbed-navigation.dark {
  background: #03536a;
  border-bottom: 1px solid #03536a; }

.gr-tabbed-navigation .tab-action {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent; }

.gr-tabbed-navigation .tab-list {
  padding: 0;
  margin: 0; }

.gr-tabbed-navigation li {
  list-style-type: none;
  display: inline-block; }

.gr-tabbed-navigation li button {
  font-size: 14px; }

.gr-tabbed-navigation .active .tab-action {
  border-bottom: 3px solid transparent;
  color: #252525; }

.gr-tabbed-navigation .tab-item:hover:not(.active) .tab-action,
.gr-tabbed-navigation .tab-item:hover:not(li) .tab-action {
  border-bottom: 3px solid #C7C7C7;
  color: #252525; }

.gr-tabbed-navigation .tab-action {
  padding: 0.5em 0;
  margin: 0.5em 1em;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #6A7070; }

.gr-tabbed-navigation div {
  padding: 0.5em 0;
  margin: 0.5em 1em; }

.gr-tabbed-navigation div button {
  color: #6A7070; }

.gr-tabbed-navigation.dark {
  background-color: #047A9C; }

.gr-tabbed-navigation.dark .tab-action {
  color: #D9D9D9; }

.gr-tabbed-navigation.dark .active .tab-action {
  color: white; }

.gr-tabbed-navigation.dark .tab-item:hover:not(.active) .tab-action {
  border-bottom: 3px solid #D9D9D9;
  color: white; }

.gr-tabbed-navigation.dark div button {
  color: #D9D9D9; }

.gr-tabbed-navigation .tab-slider {
  height: 3px;
  background-color: #19A5A3;
  position: absolute;
  padding: 0;
  margin: 0.5em 1em;
  bottom: -8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.pe-tab-panels {
  padding: 1em; }

.gr-timepicker-container {
  min-width: 150px;
  position: relative;
  max-width: 400px; }

.gr-timepicker-container.error input {
  border-color: #DB0020; }

.gr-timepicker-container.error label {
  color: #DB0020; }

.gr-timepicker-container .timepicker {
  position: relative; }

.gr-timepicker-container .timepicker input {
  padding-right: calc(14px + 18px + 14px);
  text-transform: uppercase; }

.gr-timepicker-container .timepicker .error {
  border-color: #DB0020; }

.gr-timepicker-container .timepicker .pe-icon-wrapper {
  color: #6A7070;
  position: absolute;
  right: 14px;
  bottom: calc(50% - 15px); }

.gr-timepicker-container .timepicker .pe-icon-wrapper svg {
  fill: currentColor; }

.gr-timepicker-container .pe-textLabelInput__label.error {
  color: #DB0020; }

.gr-timepicker-container .error-msg {
  color: #DB0020;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px; }

.gr-timepicker-container .pe-dropdown-container {
  width: 220px;
  position: absolute;
  top: 68px;
  margin-top: 6px; }

.gr-timepicker-container .itemList {
  margin: 0;
  padding: 12px 0;
  list-style-type: none;
  width: 218px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  background-color: #ffffff; }

.gr-timepicker-container .item {
  padding: 2px 24px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 14px; }

.gr-timepicker-container .item .pe-icon-wrapper {
  color: #6A7070;
  position: absolute;
  left: 4px;
  display: none;
  top: 4px; }

.gr-timepicker-container .item:hover {
  background-color: #E9E9E9; }

.gr-timepicker-container .item:focus {
  background-color: #E9E9E9;
  outline: 0; }

.gr-timepicker-container .item:focus:after {
  border: 2px solid #1977D4;
  content: "";
  position: absolute;
  border-radius: 4px;
  width: calc(100%);
  height: calc(100% + 4px);
  top: -2px;
  left: 0;
  z-index: 1; }

.gr-timepicker-container .pe-itemList-item {
  padding: 4px 24px 4px 34px; }

.in-view {
  background-color: #E9E9E9; }

#inputAriaId {
  display: none; }

.error #inputAriaId {
  display: block; }

.gr-toggle {
  font-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 2em;
  height: 1em;
  padding: 0;
  border: 0;
  border-radius: 22px;
  margin: 4px 0;
  color: #fff;
  background-color: #EEEEEE;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  overflow: visible; }

.gr-toggle[aria-checked='true'] {
  background-color: #047A9C; }

.gr-toggle[disabled] {
  color: #C7C7C7;
  background-color: #E9E9E9;
  cursor: not-allowed; }

.gr-toggle::before {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(1em * 3/4);
  height: calc(1em * 3/4);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  border-radius: 100%; }

.gr-toggle[aria-checked='true']::before {
  left: 27px; }

.gr-toggle[disabled]::before {
  background-color: #C7C7C7; }

.gr-toggle:focus {
  outline: 0; }

.gr-toggle::-moz-focus-inner {
  border: 0; }

.gr-toggle:focus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border: 2px solid #1977D4;
  border-radius: 22px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1; }

.gr-toggle svg {
  width: calc(1em * 3/4);
  height: calc(1em * 3/4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: currentColor;
  pointer-events: none; }

.gr-toggle svg:first-child {
  left: 5px; }

.gr-toggle svg:last-child {
  right: 5px; }

.gr-toggle[aria-checked='false'] svg:first-child,
.gr-toggle[aria-checked='true'] svg:last-child {
  display: none; }

@media (prefers-reduced-motion: reduce) {
  .gr-toggle,
  .gr-toggle:before {
    -webkit-transition: none !important;
    transition: none !important; } }

.gr-tooltip-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gr-tooltip-container[x-placement="bottom"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.gr-tooltip-container[x-placement="top"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.gr-tooltip-container[x-placement="right"] {
  padding-left: 8px; }

.gr-tooltip-container[x-placement="left"] .gr-tooltip {
  margin-left: -8px; }

.tippy-popper[style="visibility:hidden"] {
  -webkit-animation: 0.2s linear 0s fadeOut;
          animation: 0.2s linear 0s fadeOut; }

.gr-tooltip-container,
.tippy-popper {
  height: 44px;
  -webkit-animation: 0.3s ease-in 0s fadeIn;
          animation: 0.3s ease-in 0s fadeIn; }

.tippy-popper[x-placement="bottom"] {
  padding-top: 3px; }

.tippy-popper[x-placement="top"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.tippy-popper[x-placement="right"] {
  margin-left: 12px;
  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; }

.tippy-popper[x-placement="left"] {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gr-tooltip-container:before,
.tippy-popper:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 11px;
  margin-left: -11px; }

.gr-tooltip,
.tippy-tooltip {
  max-width: 320px;
  background-color: #252525;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  color: #fff;
  border-radius: .25rem;
  font-size: .875rem;
  line-height: 1.4;
  text-align: center;
  padding: 6px 12px; }

.gr-tooltip span,
.tippy-content {
  font-size: 12px;
  font-weight: 600; }

.gr-tooltip:after,
.gr-tooltip:before,
.tippy-tooltip:after,
.tippy-tooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.gr-tooltip:after,
.tippy-tooltip:after {
  border-width: 8px; }

.gr-tooltip:before,
.tippy-tooltip:before {
  border-width: 8px; }

.gr-tooltip-container[x-placement="top"] .gr-tooltip:after,
.gr-tooltip-container[x-placement="top"] .gr-tooltip:before,
.tippy-tooltip[x-placement="top"]:after,
.tippy-tooltip[x-placement="top"]:before {
  top: 100%;
  left: 50%;
  border-top-color: #252525;
  margin-left: -8px; }

.gr-tooltip-container[x-placement="right"] .gr-tooltip:after,
.gr-tooltip-container[x-placement="right"] .gr-tooltip:before,
.tippy-tooltip[x-placement="right"]:after,
.tippy-tooltip[x-placement="right"]:before {
  right: 100%;
  top: 50%;
  border-right-color: #252525;
  margin-top: -8px; }

.tippy-tooltip[x-placement="bottom"] {
  margin-top: 13px; }

.gr-tooltip-container[x-placement="bottom"] .gr-tooltip:after,
.gr-tooltip-container[x-placement="bottom"].gr-tooltip:before,
.tippy-tooltip[x-placement="bottom"]:after,
.tippy-tooltip[x-placement="bottom"]:before {
  bottom: 100%;
  left: 50%;
  border-bottom-color: #252525;
  margin-left: -8px; }

.gr-tooltip-container[x-placement="left"] .gr-tooltip:after,
.gr-tooltip-container[x-placement="left"] .gr-tooltip:before,
.tippy-tooltip[x-placement="left"]:after,
.tippy-tooltip[x-placement="left"]:before {
  left: 100%;
  top: 50%;
  border-left-color: #252525;
  margin-top: -8px; }

/*------------------------------------*\
    $APPLICATION CSS
\*------------------------------------*/

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

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

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