@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */

footer,
header,
nav {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

main {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
  font-weight: 400;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 320px;
  color: #000;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1440px) {
  body {
    width: 1440px;
    margin: 0 auto;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  text-decoration: underline;
  color: #005197;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

blockquote {
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.referral-section-wrapper {
  max-width: 768px !important;
}

/*************
TITLEBAR
**************/
.r-titlebar {
  display: flex;
  flex-direction: row;
  justify-content: left;
  border-bottom: 1px solid #d4d4d4;
  padding: 24px 20px;
}

.r-titlebar__logo {
  border-right: 1px solid #d4d4d4;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.r-titlebar__logo a {
  margin-right: 20px;
}

@media screen and (min-width: 720px) {
  .r-titlebar__logo img {
    height: 47px !important;
    margin: 0;
    width: 132px !important;
  }
}

.r-titlebar__title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #141414;
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  padding-left: 14px !important;
}

@media screen and (min-width: 720px) {
  .r-titlebar__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    font-family: Optimist;
    font-style: normal;
    margin-left: 15px;
    padding: 0 !important;
  }
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 24px;
  background-color: #fff;
  margin: 0 !important;
}

@media screen and (min-width: 720px) {
  .section-wrapper {
    /* margin: auto !important; */
    padding: 56px 46px;
  }
}

/***************
BODY - SECTION 1
Naming done with desktop layout in mind
****************/

.sub-section-row-one {
  display: flex;
  padding: 0;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 720px) {
  .sub-section-row-one {
    flex-direction: row;
    align-items: flex-start;
  }
}

.sub-section-row-two {
  display: flex;
  padding: 0;
  margin: 24px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 720px) {
  .sub-section-row-two {
    flex-direction: row;
    align-items: flex-start;
  }
}

.sub-section-column-one {
  max-width: 100% !important;
}

@media screen and (min-width: 720px) {
  .sub-section-column-one {
    max-width: 252px !important;
  }
}

.sub-section-column-two {
  max-width: 100% !important;
}

@media screen and (min-width: 720px) {
  .sub-section-column-two {
    max-width: 425px !important;
  }
}

.card-art {
  width: 198px;
  height: 123px;
}

@media screen and (min-width: 720px) {
  .card-art {
    width: 240px;
    height: 149px;
  }
}

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

.primary__text {
  color: #00569c;
  font-family: Optimist;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}

.secondary__text {
  font-family: Optimist;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 150% */
}

.margin-spacing {
  margin: 0 0 16px;
}

.credit-level__text {
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.credit-level__text > a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #255f82;
}

/*****************
MODAL
******************/
#referral-modal {
  max-width: 700px;
  margin: 0 auto;
  padding: 3%;
  height: 100%;
  background: #ffffff;
}

.grv-dialog--active .grv-dialog__container {
  max-width: 760px !important;
  flex: 0 1 760px !important;
}

#referral-modal-header {
  margin: 0;
  padding: 0;
  width: 100%;
}

#referral-modal-header h1 {
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#referral-modal-body {
  height: 100%;
  max-width: 700px;
}

#referral-modal-body::-webkit-scrollbar {
  display: none;
}

#referral-modal-body p {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #666666;
  margin: 0;
  padding: 0;
}

#referral-modal-body .modal-column {
  width: 221.33%;
  height: 275px;
  border: 2px solid #00447d;
  padding: 0 0 0 0;
  margin: 50px 12px 22px 0;
  float: left;
}

#referral-modal-body .modal-column-right {
  width: 202px;
  height: 275px;
  border: 2px solid #00447d;
  padding: 0 0 0 0;
  margin: 50px 0 22px 0;
  float: left;
}

#referral-modal-body .header-image div {
  height: 41px;
  width: 76px;
  display: block;
  margin: -32px auto 35px auto;
  text-align: center;
}

#referral-modal-body .modal-column h2,
#referral-modal-body .modal-column-right h2 {
  font-weight: 600;
  font-weight: bold;
  font-size: 1em;
  color: #00447d;
  margin: -25px 0 25px 0;
  padding: 0;
  text-align: center;
}

#referral-modal-body .modal-column h3,
#referral-modal-body .modal-column-right h3 {
  font-weight: 600;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #00447d;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

#referral-modal-body .modal-column p,
#referral-modal-body .modal-column-right p {
  font-weight: 600;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  margin: 0 13px 0 15px;
  padding: 0;
  text-align: left;
}

#referral-modal-body .modal-column p.first,
#referral-modal-body .modal-column-right p.first {
  height: 105px;
}

#referral-modal-body .modal-column p.second,
#referral-modal-body .modal-column-right p.second {
  height: 40px;
}

#referral-modal-body .modal-column p.third,
#referral-modal-body .modal-column-right p.third {
  height: 40px;
}

#referral-modal-body .modal-column a,
#referral-modal-body .modal-column-right a {
  color: #018bbb;
}

#referral-modal-body .cash-rewards {
  padding-top: 25px;
  text-align: left;
}

#referral-modal-body .cash-rewards:before,
#referral-modal-body .cash-rewards:after {
  content: ' ';
  display: table;
}

#referral-modal-body .cash-rewards:after {
  clear: both;
}

#referral-modal-body .cash-rewards .left {
  float: left;
  width: 14%;
}

#referral-modal-body .cash-rewards .right {
  float: left;
  width: 82%;
}

#referral-modal-body .cash-rewards .right p {
  font-size: 12px;
}

#referral-modal-body .cash-rewards div {
  position: relative;
  top: 0px;
  padding-top: 0px;
  margin-right: -1px;
  left: 8px;
  width: 27px;
  height: 31px;
}

#referral-modal-body .rate-advantage {
  padding-top: 15px;
  text-align: left;
}

#referral-modal-body .rate-advantage .left {
  float: left;
  width: 13%;
}

#referral-modal-body .rate-advantage .right {
  float: left;
  width: 82%;
}

#referral-modal-body .rate-advantage .right p {
  font-size: 12px;
}

#referral-modal-body .rate-advantage div {
  position: relative;
  top: -2px;
  left: 10px;
  width: 18px;
  height: 29px;
}

#referral-modal-body .primary-access {
  padding-top: 25px;
  text-align: left;
}

#referral-modal-body .primary-access .left {
  float: left;
  width: 13%;
}

#referral-modal-body .primary-access .right {
  float: left;
  width: 82%;
}

#referral-modal-body .primary-access .right p {
  font-size: 12px;
}

#referral-modal-body .primary-access div {
  position: relative;
  top: 0;
  left: 10px;
  width: 21px;
  height: 28px;
}

#referral-modal-body .hz-divider {
  margin: 35px 0 25px 33px;
  width: 130px;
  height: 1px;
  background-color: #00447d;
  text-align: center;
}

#referral-modal-body .clear {
  clear: both;
}

@media screen and (min-width: 920px) {
  #referral-modal-body .modal-column,
  #referral-modal-body .modal-column-right {
    width: 190px;
  }
}

@media screen and (max-width: 920px) {
  #referral-modal-body .modal-column,
  #referral-modal-body .modal-column-right {
    width: 300px;
    height: auto;
    padding-bottom: 25px;
  }
  #referral-modal-body .modal-column,
  #referral-modal-body .modal-column-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #referral-modal-header h1 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  #referral-modal-body .modal-column h3,
  #referral-modal-body .modal-column-right h3 {
    margin: 10px auto;
  }
  #referral-modal-body .modal-column p.first,
  #referral-modal-body .modal-column-right p.first,
  #referral-modal-body .modal-column p.second,
  #referral-modal-body .modal-column-right p.second,
  #referral-modal-body .modal-column p.third,
  #referral-modal-body .modal-column-right p.third {
    height: auto;
  }
  #referral-modal-body .hz-divider {
    margin: 35px auto 30px auto;
  }
}

@media screen and (max-width: 480px) {
  #referral-modal-body .modal-column,
  #referral-modal-body .modal-column-right {
    width: 280px;
    height: auto;
    padding-bottom: 25px;
  }
}

.no-risk-credit__text {
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.graphic {
  @include grv-margin('medium-2', 'bottom');
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: auto;
  width: 221px;
}

@media screen and (min-width: 720px) {
  .graphic {
    width: 240px;
  }
}
.cardPreapproval__button {
  background-color: #128020;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 32px;
  padding: 9px 30px;
  text-decoration: none;
  text-align: center;
  transition: background-color ease-in 0.2s;
  max-width: 100%;
}

@media screen and (min-width: 720px) {
  .cardPreapproval__button {
    width: 265px;
  }
}

/***************
BODY - SECTION 2
****************/
.grey-section-wrapper {
  padding: 56px 40px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

@media screen and (min-width: 720px) {
  .grey-section-wrapper {
    /* margin: auto !important; */
    padding: 56px 46px;
  }
}

.title {
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 56px;
  text-align: center;
}

.inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

@media screen and (min-width: 720px) {
  .inner-container {
    flex-direction: row;
    align-items: flex-start;
  }
}

.section-two-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}

.section-two-primary__text {
  color: #141414;
  text-align: center;
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  max-width: 100%;
}

.section-two-secondary__text {
  text-align: center;
  color: #141414;
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.card-details-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 28px 0;
}

@media screen and (min-width: 720px) {
  .card-details-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 158px;
    margin: 0 12px;
  }
}

.card-details-container:first-child {
  margin-top: 0;
}

.icon-container {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***************
BODY - SECTION 3
****************/
.section-wrapper > .inner-container {
  padding: 0;
}

.section-three-primary__text {
  color: #141414;
  text-align: left;
  font-family: Optimist;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 150% */
  margin-bottom: 8px;
}

@media screen and (min-width: 720px) {
  .section-three-primary__text {
    text-align: center;
  }
}

.section-three-secondary__text {
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.additional-benefits-container {
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-bottom: 48px;
}

@media screen and (min-width: 720px) {
  .additional-benefits-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 210px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 720px) {
  .explore-section-two {
    margin: 0 30px;
  }
}

.text-positioning-container {
  display: flex;
  flex-direction: column;
  width: 247px;
}

@media screen and (min-width: 720px) {
  .text-positioning-container {
    width: 100%;
  }
}

/***************
BODY - SECTION 4
****************/
.blue-section-wrapper {
  padding: 56px 24px;
  background-color: #00569c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 !important;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .blue-section-wrapper {
    padding: 56px 48px;
    align-items: center;
  }
}

.section-title {
  color: #fff;
  font-family: Optimist;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.125%;
  margin-bottom: 16px;
}

@media screen and (min-width: 720px) {
  .section-title {
    line-height: 131.25%;
  }
}

.section-text {
  color: #fff;
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  max-width: 672px;
}

@media screen and (min-width: 720px) {
  .section-text {
    text-align: center;
  }
}

.section-cta {
  display: flex;
  align-items: center;
}

.section-link {
  color: #ffffff;
  font-family: Optimist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 20px;
  text-decoration: none;
}

@media screen and (min-width: 720px) {
  .section-link {
    margin-right: 10px;
  }
}

/***************
BODY - SECTION 5
****************/
.section-counter {
  list-style-type: none;
  counter-reset: css-counter 0;
}

.section-counter
  > .grv-accordion
  > .grv-accordion__item
  > .grv-accordion__title {
  padding: 24px 40px 24px 0 !important;
  color: #141414 !important;
  font-family: Optimist !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 150% !important;
  counter-increment: css-counter 1;
  gap: 4px !important;
  display: flex !important;
}

.section-counter
  .grv-accordion
  > .grv-accordion__item:nth-child(1)
  > .grv-accordion__title {
  padding-top: 0 !important;
}

.section-counter
  > .grv-accordion
  > .grv-accordion__item
  > .grv-accordion__title:before {
  content: counter(css-counter) '. ';
}

.section-counter
  > .grv-accordion
  > .grv-accordion__item
  > .grv-accordion__title:hover
  .section-counter
  > .grv-accordion
  > .grv-accordion__item
  > .grv-accordion__title:focus {
  background-color: transparent;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #0276b1;
}

/*****************
FOOTER - SECTION 1
******************/
.footer-container {
  background-color: #f4f4f4;
  padding: 29px 19px;
}

@media screen and (min-width: 720px) {
  .footer-container {
    padding: 29px 48px;
  }
}

.styled-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 720px) {
  .styled-list {
    flex-direction: row;
    padding: 0 0 15px;
  }
}

.styled-list-item {
  font-size: 14px !important;
}

@media screen and (min-width: 720px) {
  .styled-list-item {
    display: inline-block;
    font-size: 11px;
    padding-right: 1.0625em;
  }
}

.styled-anchor {
  border-bottom: 1px solid #7d7d7d;
  color: #525252;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 720px) {
  .styled-anchor {
    border: 0;
    font-weight: 400;
    padding: 0;
  }
}

.mobile-only-container {
  display: block;
  color: rgb(61, 61, 61);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 720px) {
  .mobile-only-container {
    display: none;
  }
}

.legal-accordion > .grv-accordion__title {
  cursor: pointer;
  padding: 0 !important;
  color: #525252;
  padding: 10px 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.legal-links {
  list-style-type: none;
  margin: 0;
  background: rgb(61, 61, 61);
  border-radius: 2px;
  padding: 8px;
}

.legal-links a {
  padding: 5px 0;
}

@media screen and (min-width: 720px) {
  .legal-links {
    z-index: 1000;
  }
}

.legal-accordion > .grv-accordion__section > .grv-accordion__content {
  padding: 0 !important;
}

#legal-tooltip {
  cursor: pointer;
}

.link-styles {
  color: #fff !important;
  display: block;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .link-styles {
    border: 0;
    font-size: 12px;
    padding: 0 5px 0 0;
  }
}

.link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.desktop-only-container {
  display: none;
}

.grv-tooltip {
  background: rgb(61, 61, 61) !important;
  padding: 0 !important;
}

.grv-tooltip .legal-links a {
  padding: 0 !important;
}

@media screen and (min-width: 720px) {
  .desktop-only-container {
    border: 0;
    color: rgb(61, 61, 61);
    display: block;
    font-weight: 700;
    padding: 0;
  }
}

.flex-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.flex-col-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-c1-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.copyright {
  color: #141414;
  font-family: Optimist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.equal-housing {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: #696969;
  font-family: Optimist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*****************
FOOTER - SECTION 2
******************/
.footer-section-wrapper {
  background-color: #fff;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 720px) {
  .footer-section-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-text-container {
  color: #141414;
  text-align: center;
  font-family: Optimist;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  width: 286px;
}

@media screen and (min-width: 720px) {
  .footer-text-container {
    max-width: 100%;
    flex-grow: 2;
  }
}

.footer-section-wrapper > a {
  margin: 0;
  margin-top: 8px;
  padding: 9px 48px;
}

@media screen and (min-width: 720px) {
  .footer-section-wrapper > a {
    padding: 9px 16px;
    margin: 0;
  }
}

/*****************
FOOTER - SECTION 3
******************/
.grey-footer-section-wrapper {
  padding: 36px 54px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.first-text-container {
  padding: 22px 0 30px;
  color: #696969;
  font-family: Optimist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid #696969;
}

.second-text-container {
  padding: 27px 0 30px;
  color: #696969;
  font-family: Optimist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

html,
body {
  padding: 0;
  margin: auto !important;
}
