@charset "UTF-8";
/*
 Theme Name: Stellar Classic
 Theme URI: https://stellardigital.com.au/
 Author: Stellar Digital
 Version: 1.0.0
 Description: Minimal classic theme starter (no block templates).
 License: GPL-2.0+
 Text Domain: stellar-classic
*/
/* 1. Put the six container selectors in a list --------------- */
/* 2. Loop once and spit them out ----------------------------- */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-sm {
    max-width: 1400px;
  }
  .container-md {
    max-width: 1400px;
  }
  .container-lg {
    max-width: 1400px;
  }
  .container-xl {
    max-width: 1400px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
  .container-sm {
    max-width: 1640px;
  }
  .container-md {
    max-width: 1640px;
  }
  .container-lg {
    max-width: 1640px;
  }
  .container-xl {
    max-width: 1640px;
  }
  .container-xxl {
    max-width: 1640px;
  }
}
body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Normalize images that come through with sizes="auto" */
html {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
  font-size: 60%;
  font-weight: 500;
  overflow-x: hidden;
}
html .container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
p, span, a, li, td {
  font-size: 2rem;
}
p {
  margin: 0 0 1.5rem;
}
p a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
#amc .btn {
  background: #7a00c6;
  color: white;
  font-size: 2rem;
}
a {
  cursor: pointer;
  display: block;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table tr td {
  padding-right: 10px;
}
ul {
  padding-inline-start: 20px;
}
span.accent {
  color: #477a67;
}
.primary span {
  color: #aaaa00;
}
.darkblue {
  color: #082d4a;
}
.lightgrey {
  color: #808080;
}
.grecaptcha-badge {
  z-index: 999;
}
a.btn {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 16px 28px;
  background-color: #477a67;
  color: #fff;
  border-radius: 235px;
}
header#masthead {
  overflow: visible;
  z-index: 99991;
  background-color: transparent;
  position: relative;
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
  transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
  box-shadow: none;
}
header#masthead.is-stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header#masthead.is-stuck .current-menu-item::after {
  filter: unset !important;
}
header#masthead.is-stuck .secondary-nav {
  display: none;
}
header#masthead.is-stuck .site-branding {
  min-width: 100px !important;
  padding: 15px 30px !important;
  clip-path: none !important;
}
header#masthead.is-stuck .site-branding img {
  max-width: 75px !important;
}
header#masthead.is-stuck .site-nav .menu > li > a {
  color: #000;
}
header#masthead .header-wrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  overflow: visible;
}
header#masthead .header-wrap .site-branding {
  min-width: 200px;
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  text-align: center;
  z-index: 2;
}
header#masthead .header-wrap .site-branding img {
  height: auto;
  max-width: 200px;
}
header#masthead .header-wrap .navs {
  position: relative;
  width: 100%;
}
.site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  list-style: none;
  margin: 0 25px;
  padding: 0;
}
.site-nav .menu > li {
  text-align: center;
}
.site-nav .menu > li > a {
  font-weight: 600;
  text-decoration: none;
  padding: 1.5rem 0;
  color: #fff;
}
.secondary-nav {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.secondary-nav .buttons {
  display: inline-flex;
  gap: 5px;
}
.secondary-nav .buttons a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 235px;
}
.secondary-nav .buttons a.btn.quote {
  background-color: #477a67;
}
.secondary-nav .buttons a.btn.phone {
  background-color: #3a3a3a;
}
.site-header, .header-wrap, .navs, .site-nav {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.site-nav .menu, .site-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .menu li.current-menu-item > a, .site-nav .menu li.current-menu-ancestor > a, .site-nav .menu ul li.current-menu-item > a, .site-nav .menu ul li.current-menu-ancestor > a {
  color: #fff;
}
.site-nav .menu > li {
  position: relative;
}
.site-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.site-nav .menu .sub-menu li {
  position: relative;
}
.site-nav .menu .sub-menu a {
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: left;
}
.site-nav .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.site-nav .menu li:hover > .sub-menu, .site-nav .menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.site-nav .menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.75em;
  margin-left: 0.4rem;
}
.site-nav .sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}
body section#hero {
  position: relative;
  /*&:before {
      content: "\F128";
      font-family: "bootstrap-icons";
      position: absolute;
      bottom: 10%;
      right: 0;
      transform: translate(-50%, -50%);
      font-size: 75px;
      color: #fff;
      animation: bounce 1.5s infinite;
      width: 80px;
      height: 80px;
      border: 2px solid #fff;
      border-radius: 50%;
      z-index: 999;
      text-align: center;
      padding: 20px;
    }*/
}
body section#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 100%);
}
body section#hero .block {
  max-width: 800px;
  margin: auto;
}
body section#hero h1 {
  font-size: 7rem;
  color: #082d4a;
  line-height: 7.4rem;
  margin-bottom: 3rem;
}
body section#hero h1 span {
  font-size: inherit;
}
body section#hero h2 {
  font-size: 3.5rem;
  color: #082d4a;
}
body section#hero a.btn {
  margin: auto;
  display: block;
  width: fit-content;
  padding: 14px 5%;
}
body section#hero .rotate-words {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-align: center;
  margin: auto;
}
body section#hero .rotate-words span {
  display: none;
}
body section#hero .rotate-words span:first-child {
  display: inline;
}
body section#approach .fulllink {
  font-size: 0px !important;
  color: transparent !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: unset !important;
}
body section#approach > div > div:nth-child(2) .wpb_wrapper .wpb_text_column {
  background: transparent !important;
  border: 1px solid white;
  border-radius: 20px;
  color: white !important;
  position: relative;
}
body section#approach .txt-block:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
body section#approach:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  pointer-events: none;
}
body section#approach h2, body section#approach p {
  color: #fff;
  text-align: center;
}
body section#approach a {
  color: #b6d43d;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 40px;
}
body section#approach .btn.quiz {
  background-color: #b6d43d;
  color: #fff;
  width: fit-content;
  display: block;
  margin: auto;
  line-height: 2.6rem;
  padding: 12px 24px;
}
body section#approach .txt-block p {
  color: white;
  font-size: 4.4rem;
  text-align: center;
  font-weight: 700;
}
#slogg + h2 {
  text-align: center;
}
#slogg {
  text-align: center;
  text-transform: uppercase;
}
#slogg p {
  font-size: inherit;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}
body .swipe_underline span {
  position: relative;
  font-size: inherit;
}
body .swipe_underline span:after {
  content: "";
  background: url(/wp-content/themes/stellar-classic/assets/images/your-budget-mate-underline-graphic.png) no-repeat;
  width: 100%;
  position: absolute;
  bottom: -45%;
  height: 45%;
  left: 0;
  background-size: cover;
}
body section#intro h2 {
  font-size: 5rem;
  color: #082d4a;
}
body section#intro h2 span {
  font-size: 5rem;
  position: relative;
  color: #082d4a;
}
body section#intro h2 span:after {
  content: "";
  background: url(/wp-content/themes/stellar-classic/assets/images/your-budget-mate-underline-graphic.png) no-repeat;
  width: 100%;
  position: absolute;
  bottom: -45%;
  height: 45%;
  left: 0;
  background-size: cover;
}
body section#intro p, body section#intro span {
  font-size: 2.5rem;
  text-align: center;
}
body section#intro span {
  color: #477a67;
  font-weight: 600;
}
body section#intro p {
  color: #caaa3d;
  margin-bottom: 2.5rem;
}
body section#intro .portrait {
  position: relative;
}
body section#intro .portrait p.absolute {
  position: absolute;
  bottom: 0;
  left: calc(-100% - 65px);
  font-weight: 600;
}
body section#intro .portrait a {
  position: relative;
}
body section#intro .portrait a:after {
  content: "Play ▶";
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  text-align: center;
  font-size: 7rem;
  font-weight: 700;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
}
body section#formula h2 {
  color: #aaaa00;
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
}
body section#formula h2 span {
  color: #082d4a;
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 1px solid #fff;
  font-size: 8rem;
  font-weight: 700;
  word-spacing: 20px;
  padding: 0 10px 10px 0;
  margin-left: 5%;
}
body section#formula .examples h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
body section#formula .examples h3, body section#formula .examples p {
  color: #b6d43d;
}
body section#formula .examples p {
  font-size: 2.4rem;
  font-weight: 500;
}
body section#formula .examples .tilt-left img {
  transform: rotate(-4deg);
}
body section#formula .examples .tilt-right img {
  transform: rotate(4deg);
}
body section#formula p {
  font-size: 2.5rem;
  font-weight: 600;
}
body section#formula .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8%;
  padding: 30px 0;
}
body section#formula .flex a.link {
  font-size: 3.6rem;
  color: #082d4a;
  font-style: italic;
  text-align: center;
  font-weight: 700;
}
body section#formula .flex a.btn {
  margin: unset;
}
body section#formula a.btn {
  margin: 20px auto 0;
  width: fit-content;
  display: block;
  background-color: #477a67;
}
body section#plan #slider {
  width: 60%;
  margin: auto;
  position: relative;
}
body section#plan #slider h2 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 8%;
  top: 50%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 0;
  margin: 0;
  font-size: 5rem;
  color: #082d4a;
  text-transform: uppercase;
}
body section#plan #slider h2 span {
  color: #aaaa00;
  font-size: inherit;
  text-transform: uppercase;
  font-style: italic;
}
body section#plan #slider h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin: 0;
  width: 45%;
  min-width: 250px;
  margin: 0;
  font-style: italic;
  color: #082d4a;
  text-align: center;
}
body section#plan #goal {
  text-align: center;
}
body section#plan #goal h4 {
  margin: 0 0 10px;
  color: #aaaa00;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 3.5rem;
}
body section#plan #goal p {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body section#plan #goal .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
body section#plan #goal .flex p.darkblue {
  margin-bottom: 0;
}
body section#difference h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-size: 8rem;
  color: #aaaa00;
  font-style: italic;
}
body section#difference h2 span {
  text-transform: uppercase;
  font-size: 8rem;
  color: #082d4a;
  font-style: italic;
}
body section#difference p {
  text-align: center;
  font-size: 3rem;
  color: #082d4a;
  font-weight: 600;
}
body section#difference .center p {
  color: #aaaa00;
  font-style: italic;
}
body section#difference #compare {
  --gap: 35px;
  --border: 1px solid #d9d9d9;
  --tick: #38c172;
  --cross: #e3342f;
  font-size: 3.4rem;
  font-weight: 600;
}
body section#difference #compare .row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  gap: var(--gap);
  padding: 25px 0;
  border-bottom: var(--border);
}
body section#difference #compare .row:last-child {
  border-bottom: 0;
}
body section#difference #compare .row--head {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #477a67;
}
body section#difference #compare .feat {
  font-weight: 700;
}
body section#difference #compare .us, body section#difference #compare .them {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}
body section#difference #compare .icon {
  font-weight: 900;
  line-height: 1;
  font-size: 4rem;
}
body section#difference #compare .icon.tick {
  color: var(--tick);
}
body section#difference #compare .icon.cross {
  color: var(--cross);
}
@media (max-width: 900px) {
  body section#difference #compare .row {
    gap: 16px;
  }
}
@media (max-width: 700px) {
  body section#difference #compare .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body section#difference #compare .row--head {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body section#difference #compare .row--head > div:first-child {
    display: none;
  }
  body section#difference #compare .feat {
    order: -1;
  }
}
body section#reviews h2 {
  text-transform: uppercase;
  font-size: 5rem;
  color: #082d4a;
}
body section#reviews h2 span {
  font-size: inherit;
  position: relative;
  color: #082d4a;
}
body section#reviews h2 span:after {
  content: "";
  background: url(/wp-content/themes/stellar-classic/assets/images/your-budget-mate-underline-graphic.png) no-repeat;
  width: 100%;
  position: absolute;
  bottom: -45%;
  height: 45%;
  left: 0;
  background-size: cover;
}
body section#blog h2 {
  background-color: #f2f2f2;
  font-size: 3.6rem;
  text-align: center;
  color: #aaaa00;
  max-width: fit-content;
  margin: auto;
  padding: 20px 45px;
}
body section#blog .absolute {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 999;
}
body section#blog .absolute a {
  color: #1e98d7;
  text-transform: uppercase;
  font-size: 2.6rem;
  padding: 20px;
}
body section#blog .owl-carousel {
  margin-bottom: 80px;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card {
  background: #092D4A;
  padding: 5%;
  display: flex;
  gap: 30px;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card .opc-media {
  flex: 1;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card .opc-body {
  flex: 3;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card h3.opc-title a, body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card .opc-excerpt p {
  color: #fff;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card h3.opc-title a {
  font-size: 3.6rem;
  font-style: italic;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card p.opc-actions a.opc-readmore {
  color: #1e98d7;
  font-size: 2.8rem;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card .opc-excerpt {
  margin-bottom: 45px;
}
body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card .opc-excerpt p {
  font-size: 2rem;
  line-height: 5.5rem !important;
}
.slogan h2 {
  text-transform: uppercase;
  font-size: 5rem;
  color: #082d4a;
}
.slogan h2 span {
  font-size: 5rem;
  position: relative;
  color: #082d4a;
}
.slogan h2 span:after {
  content: "";
  background: url(/wp-content/themes/stellar-classic/assets/images/your-budget-mate-underline-graphic.png) no-repeat;
  width: 100%;
  position: absolute;
  bottom: -45%;
  height: 45%;
  left: 0;
  background-size: cover;
}
body section#stable p, body section#stable span {
  font-size: 2.5rem;
}
body section#stable p {
  margin-bottom: 35px;
}
body section#stable p strong {
  font-weight: 700;
}
body section#we {
  background-position: center bottom !important;
  background-size: contain !important;
}
body section#we .left p {
  font-size: 4rem;
  color: #caaa3d;
  font-weight: 700;
}
body section#we .right p {
  color: #fff;
  font-size: 2.4rem;
}
body section#we .right a {
  color: #caaa3d;
  font-size: 2.4rem;
}
body section#we .flex-end .vc_column-inner {
  justify-content: flex-end;
}
body section#mantra h2, body section#mantra h3 {
  font-weight: 700;
}
body section#mantra h2 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
body section#mantra h3 {
  color: #caaa3d;
  font-size: 3.5rem;
}
body section#mantra #list p {
  font-size: 3.5rem;
  color: #477a67;
  font-weight: 700;
}
body section#approach {
  overflow: visible;
}
body section#approach #slant {
  position: absolute;
  bottom: -55px;
  left: -25px;
  transform: rotate(-3deg);
  z-index: 999;
  width: calc(100% + 50px);
}
body section#approach #slant .quote {
  max-width: 1400px;
  margin: auto;
}
body section#approach #slant blockquote {
  color: #082d4a;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
body section#approach #slant blockquote cite {
  color: #e8e8e8;
  font-size: 3.2rem;
  margin-left: 5px;
}
body section#stories {
  overflow: visible;
}
body section#stories h2 {
  font-size: 4.8rem;
  color: #082d4a;
  font-style: italic;
}
body section#stories a.link {
  font-size: 3.6rem;
  color: #082d4a;
  font-style: italic;
  text-align: center;
  font-weight: 700;
}
#slant {
  position: absolute;
  bottom: -55px;
  left: -25px;
  transform: rotate(-3deg);
  z-index: 999;
  padding-left: 50px;
  padding-right: 50px;
  max-width: calc(100vw + 27px);
  width: calc(100% + 50px);
}
#slant .quote {
  max-width: 1400px;
  margin: auto;
}
#slant blockquote {
  color: #082d4a;
  font-size: 3.8rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
#slant blockquote cite {
  color: #e8e8e8;
  font-size: 3.2rem;
  margin-left: 15px;
  text-transform: capitalize;
}
body section#coaching .limit {
  max-width: 1100px;
  margin: auto;
}
body section#coaching .limit p:first-of-type {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
body section#coaching .limit h3 {
  font-size: 3.5rem;
  text-align: center;
  color: #caaa3d;
  font-weight: 700;
}
body section#coaching .limit ul {
  padding-inline-start: 30px;
  list-style: none;
}
body section#coaching .limit ul li {
  color: #477a67;
  font-weight: 700;
  font-size: 3.5rem;
  position: relative;
  padding-left: 50px;
  margin: 5px;
}
body section#coaching .limit ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/stellar-classic/assets/images/checked-list-icon-your-budget-mates.svg) no-repeat center/contain;
}
body section#work {
  overflow: visible;
}
body section#work .vc_row {
  overflow: visible;
}
body section#work .left p {
  font-size: 4rem;
  color: #caaa3d;
  font-weight: 700;
}
body section#work .center p {
  color: #fff;
  font-size: 2.4rem;
}
body section#work .center a {
  color: #caaa3d;
  font-size: 2.4rem;
}
body section#work .right .pig img {
  margin: -75px 0 -50px;
  z-index: 999;
  position: relative;
}
body section#habits h3 {
  font-size: 3.5rem;
  color: #caaa3d;
  font-weight: 700;
  text-align: center;
}
body section#help {
  overflow: visible;
}
body section#help:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  pointer-events: none;
}
body section#help h2 {
  text-align: center;
  font-size: 8rem;
  color: #aaaa00;
}
body section#help p {
  color: #fff;
  text-align: center;
}
body section#help a {
  color: #b6d43d;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 40px;
}
body section#help .btn.quiz {
  background-color: #b6d43d;
  color: #fff;
  width: fit-content;
  display: block;
  margin: auto;
  line-height: 2.6rem;
  padding: 12px 24px;
}
body section#help .txt-block p {
  color: #aaaa00;
  font-size: 4.4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
body section#help #slant {
  position: absolute;
  bottom: -55px;
  left: -25px;
  transform: rotate(-3deg);
  z-index: 999;
  width: calc(100% + 50px);
}
body section#help #slant .quote {
  max-width: 1400px;
  margin: auto;
}
body section#help #slant blockquote {
  color: #082d4a;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}
body section#help #slant blockquote cite {
  color: #e8e8e8;
  font-size: 3rem;
  margin-left: 5px;
  text-transform: capitalize;
}
body section#help #tabs .grid .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll {
  background-color: #fff;
  opacity: 0.8;
  cursor: pointer;
  border: 0;
  margin: auto;
  text-align: center;
  padding: 25px 20px;
  height: 100%;
  position: relative;
  border-radius: 0px;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll:not(.is-active) {
  background: transparent !important;
  border: 1px solid white !important;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll span {
  font-size: 3.6rem;
  text-align: center;
  color: #aaaa00;
  font-weight: 700;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll.is-active, body section#help #tabs .grid .wpb_wrapper button.noscroll:active, body section#help #tabs .grid .wpb_wrapper button.noscroll:focus {
  opacity: 1;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll.is-active span, body section#help #tabs .grid .wpb_wrapper button.noscroll:active span, body section#help #tabs .grid .wpb_wrapper button.noscroll:focus span {
  color: #477a67;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll:before {
  content: "";
  position: absolute;
  bottom: calc(-30% + 0.3px);
  left: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0;
}
body section#help #tabs .grid .wpb_wrapper button.noscroll.is-active::before {
  opacity: 1;
}
body section#help #pageable {
  max-width: 1100px;
  margin: auto;
}
body section#help #pageable p {
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
}
body section#plan p.darkblue {
  font-weight: 700;
}
body section#plan a.btn {
  background-color: #477a67;
  padding: 10px 45px;
}
body section#win .limit {
  max-width: 1100px;
  margin: auto;
}
body section#win .limit p:first-of-type {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
}
body section#win .limit h3 {
  font-size: 3.5rem;
  text-align: center;
  color: #caaa3d;
  font-weight: 700;
}
body section#win .limit img {
  max-width: 600px;
  margin: auto;
}
body section#realdeal h2 {
  text-align: center;
  font-size: 4.8rem;
  color: #caaa3d;
  font-weight: 700;
}
body section#stories .intro_text {
  margin-top: 30px;
}
body section#stories #stories-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body section#stories #stories-grid article.story-card {
  padding: 50px 0 60px;
  border-bottom: 1px solid #477a67;
}
body section#stories #stories-grid article.story-card:last-of-type {
  border: 0;
}
body section#stories #stories-grid article.story-card .flex {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  clear: both;
}
body section#stories #stories-grid article.story-card .flex .title-wrap, body section#stories #stories-grid article.story-card .flex .right {
  flex: 1;
}
body section#stories #stories-grid article.story-card .flex .title-wrap h4 {
  font-size: 4.8rem;
  margin-bottom: 0;
  color: #aaaa00;
  font-style: italic;
  font-weight: 700;
}
body section#stories #stories-grid article.story-card .flex .title-wrap h3 {
  font-size: 4.8rem;
  color: #082d4a;
  font-weight: 700;
  line-height: 5.2rem;
  margin-bottom: 20px !important;
}
body section#stories #stories-grid article.story-card .flex .title-wrap h5 {
  padding: 10px;
  text-align: center;
  background: white;
  color: #082d4a;
  border: 5px solid #082d4a;
  border-radius: 200px;
}
body section#stories #stories-grid article.story-card .flex .title-wrap .ss_author a {
  text-align: left;
  color: #477a67;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 15px;
}
body section#stories #stories-grid article.story-card .flex .title-wrap em {
  font-size: 2rem;
}
body section#stories #stories-grid article.story-card .flex .content {
  flex: 2;
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 20px;
}
body section#stories #stories-grid article.story-card .flex .content h5 {
  font-size: 3rem;
  margin-bottom: 15px;
}
body section#stories #stories-grid article.story-card .flex .content p, body section#stories #stories-grid article.story-card .flex .content li {
  font-size: 2.4rem;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review {
  max-width: 650px;
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  padding: 45px 30px;
  border: 5px solid #668c88;
  border-radius: 20px;
  position: relative;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: white;
  transform: rotate(45deg);
  border: 5px solid #668c88;
  border-radius: 10px 0px 0px 0px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -29.5px;
  position: absolute;
  right: 30px;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -25px;
  background-image: url("https://yourbudgetmates.com.au/wp-content/uploads/2025/10/quotes.png");
  background-size: contain;
  bottom: 25px;
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review blockquote {
  padding: 0;
  margin: 0;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review blockquote p {
  font-style: italic;
  text-align: justify;
  font-size: 2rem;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review .float {
  float: right;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review .float .g-review-stars span.g-star {
  font-size: 5rem;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review .float .g-review-stars span.g-star.is-on {
  color: #f5b905;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review .float figcaption {
  font-size: 2rem;
  text-align: right;
  font-style: italic;
  font-weight: 600;
}
body section#stories #stories-grid article.story-card .story-review figure.g-review .float a.g-review-link {
  text-align: right;
}
body section#slogan a.btn {
  background-color: #477a67;
  margin: auto;
  display: block;
  width: fit-content;
}
body section#g-reviews h2 {
  font-size: 8rem;
  text-align: center;
  font-weight: 700;
  color: #082d4a;
  margin-bottom: 20px;
}
body section#g-reviews h2 span {
  font-size: 8rem;
  color: #aaaa00;
  font-style: italic;
}
body section#g-reviews .flex {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}
body section#g-reviews .flex p {
  text-align: center;
  width: 100%;
  font-size: 2.8rem;
}
body section#g-reviews .review {
  max-width: 1500px;
  margin: 0 auto 65px;
}
body.page-template-quiz-template .wpb-content--blank {
  display: flex;
  height: 100vh;
}
body.page-template-quiz-template .wpb-content--blank article {
  width: 100%;
}
body.page-template-quiz-template .wpb-content--blank .gform_wrapper {
  max-width: 800px;
  margin: auto;
  padding: 10% 5%;
}
body.page-template-quiz-template #gform_1 .gfield_required, body.page-template-quiz-template #gform_1 .gfield_label .gfield_required_text {
  display: none !important;
}
body.post-template-default.admin-bar #masthead.is-stuck {
  top: 32px;
}
body.post-template-default header#masthead {
  background-color: #fff;
  position: relative;
  top: 0;
}
body.post-template-default header#masthead.is-stuck {
  position: fixed;
}
body.post-template-default header#masthead.is-stuck .current-menu-item::after {
  filter: unset !important;
}
body.post-template-default header#masthead .navs .site-nav .menu > li a {
  color: #082d4a;
}
body.post-template-default #top-banner {
  position: relative;
  margin-bottom: 45px;
}
body.post-template-default #top-banner .top-banner-inner {
  position: relative;
  aspect-ratio: 3.488372093;
  overflow: hidden;
}
body.post-template-default #top-banner .top-banner-inner img {
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
body.post-template-default h1.entry-title {
  text-transform: uppercase;
  color: #082d4a;
  text-align: center;
  margin-bottom: 45px;
  font-size: 3.6rem;
}
body.post-template-default .entry-content p, body.post-template-default .entry-content span, body.post-template-default .entry-content a, body.post-template-default .entry-content li, body.post-template-default .entry-content td {
  line-height: 3.2rem;
}
body.post-template-default .entry-content ul {
  padding-bottom: 2.5rem;
}
body.post-template-default .entry-content p {
  margin: 0 0 2.5rem;
}
body.post-template-default .entry-content a {
  color: #aaaa00;
}
body.post-template-default .entry-content hr {
  margin: 30px 0;
}
body.post-template-default .entry-content em {
  line-height: 2.5rem;
}
body.post-template-default hr {
  margin: 60px 0;
}
body.post-template-default aside.author-box {
  display: flex;
  gap: 5%;
  margin-bottom: 60px;
}
body.post-template-default aside.author-box .author-box-avatar {
  flex: 25%;
}
body.post-template-default aside.author-box .author-box-content {
  width: 100%;
}
.ybm-share {
  margin: 2rem 0 1rem;
  text-align: center;
}
.ybm-share .ybm-share__btn {
  position: relative;
}
.ybm-share .ybm-share__btn::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background: #111;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.ybm-share .ybm-share__btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.ybm-share .ybm-share__btn:hover::after, .ybm-share .ybm-share__btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.ybm-share .ybm-share__btn:hover::after {
  transform: translateX(-50%) translateY(-2px);
}
.ybm-share__title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.ybm-share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ybm-share__btn {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}
.ybm-share__btn:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
}
.ybm-share__btn:hover svg {
  filter: invert(1);
}
.ybm-share__btn svg {
  display: block;
}
.ybm-share__btn--facebook:hover {
  background: #1877f2;
}
.ybm-share__btn--x:hover {
  background: #111;
}
.ybm-share__btn--pinterest:hover {
  background: #e60023;
}
.ybm-share__btn--linkedin:hover {
  background: #0a66c2;
}
.ybm-share__btn--tumblr:hover {
  background: #36465d;
}
.ybm-share__btn--reddit:hover {
  background: #ff4500;
}
.ybm-share__btn--email:hover {
  background: #0ea5e9;
}
.ybm-share__btn--copy.is-copied {
  outline: 2px solid #22c55e;
}
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
#slogg > :not(div) {
  color: #082d4a;
}
#slogg {
  margin-bottom: 10px !important;
  color: #082d4a !important;
  /* font-size: inherit !important; */
}
body section#hero:before {
  display: none;
}
body section#hero h1 {
  font-size: 4.5rem;
  text-align: center;
  color: #aaaa00;
}
body section#archive .limit {
  max-width: 750px;
  margin: auto;
}
body section#archive .limit p {
  font-size: 2rem;
}
body section#archive .vc_gitem-zone:before {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
body section#archive .vc_gitem-zone h2, body section#archive .vc_gitem-zone p {
  color: #fff;
}
body section#archive .vc_gitem-zone h2 {
  font-size: 3rem;
}
body section#archive .vc_gitem-zone p {
  font-size: 1.8rem;
}
.calendly-overlay, .calendly-badge-widget, .calendly-popup, .calendly-popup-content {
  z-index: 999999 !important;
}
.sd-has-vimeo-bg {
  position: relative;
  overflow: hidden;
}
.sd-has-vimeo-bg .sd-vimeo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.sd-has-vimeo-bg .sd-vimeo-bg iframe {
  border: 0;
  pointer-events: none;
}
.sd-has-vimeo-bg .vc_row, .sd-has-vimeo-bg .vc_column-inner {
  position: relative;
  z-index: 1;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  40% {
    transform: translate(-50%, -50%) translateY(8px);
  }
  60% {
    transform: translate(-50%, -50%) translateY(4px);
  }
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  pointer-events: auto;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 14rem;
  color: #477a67;
  display: block;
}
.owl-nav .owl-prev {
  margin-left: -5%;
}
.owl-nav .owl-next {
  margin-right: -5%;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-dots button.owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #f2f2f2;
  transition: transform 0.18s ease, background-color 0.18s ease, opacity 0.18s ease, width 0.18s ease;
  opacity: 1;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: #000;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: #000;
  --gf-color-in-ctrl-contrast: #000;
  --gf-color-in-ctrl-dark: #000;
  --gf-radius: 0;
  /* kill GF’s embedded SVG icons if you don’t want their colors */
  --gf-icon-ctrl-select: none;
  --gf-icon-ctrl-number: none;
  --gf-icon-ctrl-search: none;
}
.gform-theme .gform-theme--api, .gform-theme .gform-theme--framework, .gravity-theme .gform-theme--api, .gravity-theme .gform-theme--framework, .gform_wrapper .gform-theme--api, .gform_wrapper .gform-theme--framework {
  --gf-field-pg-prog-font-size: 24px !important;
}
/* 1) Set the tick/fill color (Chrome/Edge/Firefox/Safari) */
.gform-theme input[type="checkbox"], .gform-theme input[type="radio"], .gravity-theme input[type="checkbox"], .gravity-theme input[type="radio"] {
  accent-color: #000;
}
/* 2) Recolor the focus ring (instead of the default blue) */
.gform-theme input[type="checkbox"]:focus, .gform-theme input[type="checkbox"]:focus-visible, .gform-theme input[type="radio"]:focus, .gform-theme input[type="radio"]:focus-visible, .gravity-theme input[type="checkbox"]:focus, .gravity-theme input[type="checkbox"]:focus-visible, .gravity-theme input[type="radio"]:focus, .gravity-theme input[type="radio"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  box-shadow: none;
}
/* 3) If GF adds its own box-shadow on focus, nuke it with specificity */
.gform-theme .gfield-choice-input:focus, .gform-theme .gfield-choice-input:focus-visible, .gravity-theme .gfield-choice-input:focus, .gravity-theme .gfield-choice-input:focus-visible {
  box-shadow: none !important;
}
/* ---- brand tokens ---- */
:root {
  --gf-box:   #000;
  /* box fill/border when checked */
  --gf-mark:  #000;
  /* tick/dot color */
  --gf-ring:  #000;
  /* focus outline */
}
/* hide the real control but keep it focusable/clickable via the label */
.gform-theme .gfield-choice-input[type="checkbox"], .gform-theme .gfield-choice-input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* label gets the visual control */
.gform-theme .gchoice label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
  line-height: 1.3;
}
/* control shape */
.gform-theme .gchoice label::before, .gform-theme .gchoice label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.12s ease, opacity 0.12s ease, background-color 0.12s, border-color 0.12s;
}
/* box/circle */
.gform-theme .gchoice label::before {
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  /* checkbox */
}
.gform-theme .gfield-choice-input[type="radio"] + label::before {
  border-radius: 50%;
  /* radio */
}
/* marker: ✓ for checkbox */
.gform-theme .gchoice label::after {
  left: 0.2em;
  top: 0.25em;
  width: 0.75em;
  height: 0.55em;
  border: 0.2em solid transparent;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg) scale(0.8);
  opacity: 0;
}
/* marker: dot for radio */
.gform-theme .gfield-choice-input[type="radio"] + label::after {
  left: 0.32em;
  top: 0.42em;
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-radius: 50%;
  background: var(--gf-mark);
  transform: scale(0.6);
}
/* checked states */
.gform-theme .gfield-choice-input:checked + label::before {
  background: var(--gf-box);
  border-color: var(--gf-box);
}
.gform-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
  border-color: var(--gf-mark);
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.gform-theme .gfield-choice-input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
/* focus ring */
.gform-theme .gfield-choice-input:focus-visible + label::before {
  outline: 2px solid var(--gf-ring);
  outline-offset: 2px;
}
body .gform_wrapper {
  text-align: left;
  width: 100%;
}
body .gform_wrapper form .gform_fields {
  row-gap: 20px;
}
body .gform_wrapper form input.gform_button, body .gform_wrapper form .gform_button_select_files {
  margin: auto !important;
  background-color: #d9bc54 !important;
  border-radius: 200px !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  border: none !important;
  width: 100% !important;
  max-width: 150px !important;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #000 !important;
}
footer section#top-footer {
  background-color: #D7D7D7;
  padding-bottom: 50px;
}
footer section#top-footer .save p {
  font-size: 4.8rem;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}
footer section#top-footer h2 {
  font-size: 3.6rem;
  color: #092d4a;
  font-weight: 600;
}
footer section#top-footer p {
  font-size: 2.4rem;
}
footer section#top-footer p strong {
  font-size: 2.7rem;
}
footer section#top-footer a.btn {
  background-color: #477a67;
  font-size: 2rem;
  padding: 18px 34px;
}
footer section#top-footer ul {
  padding-inline-start: 0;
  list-style: none;
}
footer section#top-footer ul li a {
  font-size: 2.7rem;
  font-style: italic;
  font-weight: 600;
  line-height: 4rem;
  padding: 10px 0;
}
footer section#top-footer .flex {
  justify-content: space-between;
}
footer section#top-footer .right {
  margin-top: -50px;
  max-width: 550px;
}
footer section#top-footer .right .logo img {
  max-width: 550px;
}
footer section#top-footer .right .center {
  text-align: center;
}
footer section#top-footer .right .center a.btn {
  background-color: #477a67;
}
footer section#amc {
  background-color: #fff;
}
footer section#amc p, footer section#amc a, footer section#amc td {
  color: #ff7700;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
footer section#amc .flex {
  display: flex;
  gap: 5%;
  align-items: center;
  margin-bottom: 15px;
}
footer section#amc .flex p {
  color: #7a00c6;
  margin-bottom: 10px;
  font-size: 2.4rem;
}
footer section#amc .flex a.btn {
  background-color: #7a00c6;
  border-radius: 205px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
footer section#amc p i {
  font-size: 2.8rem;
}
footer section#amc p:last-of-type {
  margin: 0;
}
footer .site-info {
  background-color: #000;
  padding: 20px;
}
footer .site-info p, footer .site-info a {
  font-size: 1.3rem;
  color: #fff;
}
.highlighted_heading {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-size: 8rem;
  color: #aaaa00;
  font-style: italic;
}
.highlighted_heading span {
  text-transform: uppercase;
  font-size: 8rem;
  color: #082d4a;
  font-style: italic;
}
.tick_yes::before {
  content: "✓";
  display: inline-block;
  color: #38c172;
  margin-right: 10px;
}
.cross_no::before {
  content: "X";
  display: inline-block;
  color: #e3342f;
  margin-right: 10px;
}
.tick_yes::before, .cross_no::before {
  font-weight: 900;
  line-height: 1;
  font-size: 4rem;
}
.comparison_table {
  padding: 20px;
  background: #ffffff78;
  margin-bottom: 50px;
  border-radius: 20px;
}
.comparison_table .tableheading th {
  font-weight: 700;
  text-transform: uppercase;
  color: #477a67;
}
.comparison_table th, .comparison_table td {
  font-size: 3rem;
  padding: 35px 10px;
  vertical-align: top;
  align-items: center;
  line-height: 1.5em;
  width: 33%;
  font-weight: bold;
}
.comparison_table .tick_yes, .comparison_table .cross_no {
  padding-left: 35px !important;
  position: relative;
}
.comparison_table .tick_yes::before, .comparison_table .cross_no::before {
  position: absolute;
  left: 0px;
}
.comparison_table tr:not(:first-child):not(:last-child) td {
  border-bottom: 1px solid #c3c3c3;
}
.comparison_table tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid gray;
}
#masthead ul.menu > li.current-menu-item::after, #masthead ul.menu > li.current-menu-ancestor::after {
  content: "";
  background: url(/wp-content/themes/stellar-classic/assets/images/your-budget-mate-underline-graphic.png) no-repeat;
  background-size: auto;
  width: 65px;
  position: absolute;
  bottom: -45%;
  height: 45%;
  left: 0;
  background-size: contain;
  filter: hue-rotate(9deg) brightness(9);
}
.sub-menu li.current-menu-item {
  background: #092d4a;
}
.ss_cl_nm {
  /* font-size: inherit !important; */
  font-size: 3rem !important;
  color: #477a67;
}
.ss_cl_pr {
  margin: 20px 0px;
  font-size: 2rem;
  font-style: italic;
  border-top: 1px solid #00000045;
  padding-top: 20px;
  border-bottom: 1px solid #00000045;
  padding-bottom: 20px;
}
.wpb-content-wrapper li {
  margin-bottom: 15px;
}
#gform_wrapper_1 {
  padding-top: unset;
}
#gform_wrapper_1 legend {
  font-weight: bold;
  font-size: 2.5rem !important;
}
#post-10283 h2 {
  padding: 30px;
}
blockquote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#hero > .vc_row {
  background-color: #ffffff75 !important;
  border: 1px solid white;
  border-radius: 20px;
}
body section#hero .rotate-words {
  background: white;
  padding: 15px 30px;
  border-radius: 90px;
}
#hero .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
#slogg {
  line-height: 1em !important;
}
.no_b_pad {
  padding-bottom: unset !important;
}
.opc-readmore {
  line-height: 1em !important;
  padding: 15px 30px;
  background: #ffffff17;
  border-radius: 200px;
  font-weight: bold;
  color: #d9bb53 !important;
  font-size: 2rem !important;
}
.cff-text, .cff-more {
  font-size: 1.6rem !important;
}
.about_w_buttons a.vc_btn3 {
  border-radius: 200px;
  font-weight: bold;
  color: #668c88 !important;
}
.about_w_buttons .wpb_wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.gform_wrapper .gform_footer input.gform_button {
  background-color: #d9bc54 !important;
  border-radius: 200px !important;
}
#rmp-container-10927 #rmp-menu-additional-content-10927 {
  padding-left: unset;
  padding-right: unset;
  padding-bottom: unset !important;
}
#rmp-container-10927 ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 0px solid #1d4354;
  font-family: inherit;
  color: #545454;
  text-align: left;
  background-color: inherit;
  font-weight: normal;
  letter-spacing: 0px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.5s, border-color 0.5s, 0.5s;
  padding: 0 5%;
  padding-right: 5%;
  padding-right: 50px;
}
#rmp-container-10927 ul[class*="left"] {
  padding: unset !important;
  list-style: none;
  margin-bottom: unset !important;
}
#rmp-container-10927 ul[class*="left"] .sub-menu {
  padding-left: unset !important;
}
#rmp-container-10927 ul[class*="left"] li:hover {
  background: #d9bc54;
}
#rmp-container-10927 ul[class*="left"] li.current-menu-item {
  background: #477a67;
}
#rmp-container-10927 ul[class*="left"] li.current-menu-item a {
  color: white !important;
}
#rmp_menu_trigger-10927.is-active {
  background: #477a67;
}
#rmp_menu_trigger-10927:hover, #rmp_menu_trigger-10927:focus {
  background: #caa93e;
  text-decoration: unset;
}
#rmp_menu_trigger-10927 {
  background: #092d4a;
}
#gform_page_1_1 h1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f6edbb;
  padding: 20px;
  border-radius: 20px;
}
#gform_page_1_1 p {
  text-align: center;
  font-size: 2.5rem;
}
#footer_3cols h2 {
  font-size: 3rem !important;
}
#reachout p, #reachout strong {
  font-size: 2rem !important;
}
.single-post header#masthead:not(.is-stuck) {
  background: white !important;
}
#gform_wrapper_1 {
  max-width: 100% !important;
  box-sizing: border-box;
}
#field_1_33 {
  font-size: 2.5rem;
}
span[class*="air_quotes"] {
  font-size: inherit;
}
span[class*="air_quotes"]:before, span[class*="air_quotes"]:after {
  content: '"';
  display: inline-block;
}
.arrow_point {
  padding-top: 50px;
  padding-bottom: 50px;
}
.arrow_point .the_arrow {
  width: 5% !important;
  margin-top: 70px !important;
}
.arrow_point .the_arrow .wpb_single_image {
  position: absolute;
  width: 320%;
  z-index: 9;
  left: -95%;
  height: 200%;
}
.arrow_point .cubed_col {
  background: #eaeaea;
  border-radius: 20px;
  padding: 30px;
  width: 43% !important;
}
.arrow_point .cubed_col p:last-child, .arrow_point .cubed_col .wpb_text_column {
  margin-bottom: 0px !important;
}
.arrow_point .cubed_col:last-child {
  margin-top: 50px;
}
.partner_item {
  position: relative;
}
.partner_item:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.partner_item .network_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.partner_item * {
  text-align: center;
}
.partner_item .opc-title {
  font-size: 2rem !important;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: unset !important;
}
body div#slant {
  transform: unset !important;
  background: transparent !important;
  padding: unset !important;
}
body div#slant > div.wpb_column {
  background: #caaa3d !important;
  transform: rotate(-3deg) !important;
  padding: 20px 50px;
}
.sep_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sep_heading span {
  margin: unset !important;
  border: unset !important;
  padding: unset !important;
}
.sep_heading span svg:first-child {
  margin-right: -30px;
}
.bi.bi-facebook, .bi.bi-instagram {
  width: 30px !important;
  height: 35px !important;
}
.ginner-container {
  height: 50vh !important;
  min-height: 650px;
}
.ginner-container iframe {
  max-height: 100% !important;
}
.gslide-media #rmp_menu_trigger-10927 {
  display: none !important;
}
.gclose.gbtn {
  background: #caaa3d;
}
.tabbys .vc_tta-panels {
  display: flex;
  flex-direction: column;
  gap: 20px !important;
}
.tabbys .vc_tta-tabs-list {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 70px !important;
  overflow: visible !important;
}
.tabbys .vc_tta-tabs-list li {
  position: relative;
}
.tabbys .vc_tta-tabs-list li a {
  border-radius: 0px !important;
  margin-top: unset !important;
  background: transparent !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
}
.tabbys .vc_tta-tabs-list li a:before, .tabbys .vc_tta-tabs-list li a:after {
  display: none !important;
}
.tabbys .vc_tta-tabs-list li a span {
  font-weight: 900 !important;
}
.tabbys .vc_tta-tabs-list .vc_tta-tab.vc_active {
  background: white !important;
}
.tabbys .vc_tta-tabs-list .vc_tta-tab.vc_active span {
  color: #477a67 !important;
}
.tabbys .vc_tta-tabs-list .vc_tta-tab.vc_active::before {
  content: "";
  position: absolute;
  bottom: calc(-30% + 0.3px);
  left: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 1;
}
.tabbys .vc_tta-tabs-list .vc_tta-title-text {
  font-size: 3.6rem;
  text-align: center;
  color: #aaaa00;
  font-weight: 700;
}
.tabbys .vc_tta-panels {
  background: transparent !important;
  border: unset !important;
}
.tabbys .vc_tta-panels .vc_tta-panel-body {
  width: 1100px;
  max-width: 95%;
  margin: auto;
}
.tabbys .vc_tta-panels .wpb_text_column * {
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
}
.myflex .flex p {
  width: 100% !important;
  display: flex;
  gap: 20px;
}
#wpfront-scroll-top-container {
  background: white !important;
  border-radius: 200px !important;
}
.site-info .col.text-left {
  display: flex;
  gap: 5px;
}
.site-info .col.text-left p {
  margin: unset !important;
}
.site-info .col.text-right p {
  text-align: right !important;
}
.site-info .col.text-right p a {
  font-size: inherit;
  color: white;
}
#post-10283 .wpb-content-wrapper {
  max-width: 100%;
}
#post-10283 h2.wp-block-heading {
  text-align: center;
  background: linear-gradient(to bottom right, #6f41e4, #02bffe);
  color: white;
}
#gform_wrapper_1 {
  width: 720px;
}
.ginner-container {
  border-radius: 20px !important;
  overflow: hidden;
}
.page-id-10355 {
  /* Gold*/
}
.page-id-10355 section#hero > .block {
  border: unset !important;
  background: transparent !important;
}
.page-id-10355 #hero h1 {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  background-clip: text;
  color: transparent !important;
  font-weight: 900;
  font-size: 10rem;
  line-height: 1em !important;
  -webkit-text-stroke: 2px #d4bb57;
}
.page-id-10353 {
  /* Silver */
}
.page-id-10353 section#hero > .block {
  border: unset !important;
  background: transparent !important;
}
.page-id-10353 #hero h1 {
  background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%);
  background-clip: text;
  color: transparent !important;
  font-weight: 900;
  font-size: 10rem;
  line-height: 1em !important;
  -webkit-text-stroke: 2px #959595;
}
.page-id-10349 {
  /* Bronze */
}
.page-id-10349 section#hero > .block {
  border: unset !important;
  background: transparent !important;
}
.page-id-10349 #hero h1 {
  background: linear-gradient(45deg, #673208, #db6c2b);
  background-clip: text;
  color: transparent !important;
  font-weight: 900;
  font-size: 10rem;
  line-height: 1em !important;
  -webkit-text-stroke: 2px #d5895a;
}
.seps.sep_inhrt svg:first-child {
  margin-right: -0.5em;
}
/* Marquee-only styles */
.owl-grid-slider.is-marquee[data-marquee="true"] {
  overflow: hidden;
  position: relative;
  width: 100%;
  opacity: 0;
  /* will get set to 1 in JS after sizing */
  visibility: hidden;
  /* will get set to visible in JS after sizing */
  display: block !important;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage-outer {
  width: 100%;
  overflow: hidden;
  display: block;
  min-height: 1px;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage {
  /* JS will also enforce flex on this element */
  min-height: 1px;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-stage .owl-item {
  /* JS sets width, maxWidth, minWidth, marginRight, etc. */
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-item .item {
  display: block;
  height: auto;
}
.owl-grid-slider.is-marquee[data-marquee="true"] .owl-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
#gform_1 label {
  font-size: 2.2rem;
}
.social_lnks {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.navs.navsright {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.navs.navsright .social_lnks path {
  fill: white !important;
}
.site-header.is-stuck .navs.navsright .social_lnks path {
  fill: inherit !important;
}
.owl-dot.active span {
  background: #092d4a !important;
}
body.single-success-story {
  padding-top: 280px;
  background-color: #668C88;
  color: #fff;
}
@media (max-width: 980px) {
  body.single-success-story {
    padding-top: 100px;
  }
}
.ybm-404 {
  background-color: #668C88;
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 280px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 980px) {
  .ybm-404 {
    padding-top: 100px;
  }
}
.ybm-404 .wrap {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}
@media (max-width: 980px) {
  .ybm-404 .wrap {
    grid-template-columns: 1fr;
  }
}
.ybm-404 .ybm-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.2em;
  font-size: clamp(32px, 4.5vw, 56px);
}
.ybm-404 .ybm-kicker {
  font-size: clamp(16px, 2.1vw, 20px);
  opacity: 0.8;
  margin: 0 0 1rem;
}
.ybm-404 .ybm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 6px;
}
.ybm-404 .ybm-actions .btn {
  background-color: #477a67;
}
.ybm-404 .ybm-search {
  margin-top: 18px;
}
.ybm-404 .ybm-search form {
  display: flex;
  gap: 10px;
}
.ybm-404 .ybm-search form input[type="search"] {
  flex: 1;
  min-width: 200px;
  padding: 0.8em 1em;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ybm-404 .ybm-search form input[type="submit"] {
  padding: 0.8em 1.1em;
  border-radius: 10px;
  border: 0;
  background: var(--ybm-accent, #0ea5e9);
  color: #fff;
  font-weight: 700;
}
.ybm-404 .ybm-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
}
@media (max-width: 800px) {
  .ybm-404 .ybm-panels {
    grid-template-columns: 1fr;
  }
}
.ybm-404 .ybm-panels .ybm-panel {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 16px;
}
.ybm-404 .ybm-panels .ybm-panel h3 {
  margin: 0.2rem 0 0.8rem;
  font-size: 1.05rem;
}
.ybm-404 .ybm-panels .ybm-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ybm-404 .ybm-panels .ybm-panel ul li {
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.ybm-404 .ybm-panels .ybm-panel ul li:last-child {
  border-bottom: 0;
}
.ybm-404 .ybm-panels .ybm-panel ul li a {
  text-decoration: none;
}
.single-post .button_holder {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body.home section#formula a.btn {
  background-color: #caaa3d !important;
  color: #477a67 !important;
}
@media (max-width: 1800px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
  body.home section#intro .portrait p.absolute {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1150px) {
  .tableheading * {
    text-align: left !important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
  body section#formula h2 span {
    display: block;
    font-size: 6rem;
    width: fit-content;
    margin: 15px auto;
  }
}
@media (max-width: 1190px) {
  .secondary-nav {
    display: none !important;
  }
}
@media (max-width: 1090px) and (min-width: 769px) {
  .tabbys .vc_tta-tabs-list {
    flex-direction: column;
    align-items: center;
  }
  .tabbys .vc_tta-tabs-list li.vc_tta-tab.vc_active::before {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .sep_heading {
    display: flex;
    flex-flow: column !important;
    gap: 0px !important;
  }
  .sep_heading .seps {
    transform: rotate(90deg);
  }
}
@media (max-width: 992px) {
  #top-footer * {
    text-align: center !important;
    justify-content: center !important;
  }
  #top-footer .right {
    width: 100% !important;
    max-width: 100% !important;
  }
  .myflex .flex p {
    align-items: center !important;
  }
  #we p {
    background: #00000069;
    padding: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 980px) {
  body section#blog .owl-carousel .owl-stage-outer .owl-item article.owl-post-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 801px) {
  #contact_right {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #d7d7d7;
  }
  #gform_submit_button_4 {
    margin-left: 0px !important;
  }
  #big_empty {
    height: 20px !important;
  }
  #contact_social {
    padding-top: unset !important;
  }
  #contact_inner {
    margin-top: 0px !important;
  }
  #ourstory .vc_column-inner {
    padding-top: unset !important;
  }
  #stories-grid .right {
    order: 1;
  }
  #stories-grid .content {
    order: 2;
  }
  #slider.vc_row .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  #slider.vc_row .wpb_wrapper h2, #slider.vc_row .wpb_wrapper h3 {
    position: relative !important;
    transition: unset !important;
    transform: unset !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
    left: unset !important;
  }
  .comparison_table th, .comparison_table td {
    font-size: 2rem !important;
  }
  body .container div#slant, body .container div#slant > div.wpb_column {
    transform: unset !important;
    box-sizing: border-box !important;
    bottom: unset !important;
    position: relative !important;
  }
  .pig img {
    margin: unset !important;
    width: 90% !important;
  }
  body section#help #tabs .grid .wpb_wrapper {
    display: flex !important;
    flex-direction: column !important;
  }
  body section#help #tabs .grid .wpb_wrapper > button {
    width: 100%;
    padding: 15px !important;
    font-size: 3rem !important;
    border-radius: 20px !important;
  }
  body section#help #tabs .grid .wpb_wrapper > button.noscroll.is-active {
    border-radius: 20px !important;
  }
  body section#help #tabs .grid .wpb_wrapper > button.noscroll.is-active::before {
    display: none;
  }
  #stories-grid .flex {
    flex-direction: column !important;
  }
}
@media (max-width: 783px) {
  html {
    font-size: 45%;
  }
  body section#formula h2 span {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  #fb {
    padding: unset !important;
  }
  p, span, a, li, td {
    font-size: 3rem;
  }
  #stories {
    padding-bottom: 0px !important;
  }
  #plan, #reviews {
    padding-top: 30px !important;
  }
  #slider {
    width: 100% !important;
    padding: 0px 20px !important;
    box-sizing: border-box;
  }
  #amc .wpb_single_image {
    text-align: center;
  }
  #amc .wpb_single_image img {
    width: 100% !important;
    max-width: 300px !important;
  }
  #stories .vc_col-sm-3 {
    width: 50% !important;
  }
  .arrow_point .cubed_col {
    width: 100% !important;
  }
  .arrow_point div.the_arrow {
    width: 100% !important;
  }
  .arrow_point div.the_arrow .wpb_single_image {
    width: 100% !important;
    left: unset;
    transform: rotate(90deg);
    width: 35% !important;
  }
  .vc_tta-panels .vc_tta-panel-heading {
    background: transparent !important;
  }
  .vc_tta-panels .vc_tta-panel-heading h4 a {
    margin: unset !important;
  }
  .vc_tta-panels .vc_tta-panel-heading h4 span {
    font-size: 3.6rem;
    text-align: center;
    color: #aaaa00;
    font-weight: 700;
  }
  .vc_tta-panels .vc_tta-panel-body {
    box-sizing: border-box !important;
    background: transparent !important;
    border: unset !important;
  }
}
@media (max-width: 632px) {
  body section#win .limit img {
    max-width: 100% !important;
  }
  #slant, body section#help #slant {
    left: unset !important;
    width: 100% !important;
  }
  body section#coaching .limit ul {
    padding-inline-start: 10px !important;
  }
  a.btn {
    font-size: 3rem !important;
  }
  #stable > div:first-child {
    padding-top: unset !important;
  }
  #stable > div:first-child .wpb_text_column {
    margin-top: unset !important;
  }
  .comparison_table tr:not(:first-child):not(:last-child) td, .comparison_table tr:not(:first-child):not(:last-child) {
    border-bottom: unset !important;
  }
  .wpb-content-wrapper > * {
    overflow-x: hidden !important;
  }
  header#masthead .header-wrap .site-branding {
    padding: 20px 30px 40px 30px !important;
  }
  header#masthead .header-wrap .site-branding img {
    max-width: 140px !important;
  }
  #stories .vc_col-sm-3 {
    width: 100% !important;
  }
  #colophon .site-info .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    width: 100% !important;
  }
  #colophon .site-info .row .col.text-left {
    flex-direction: column;
  }
  #colophon .site-info .row .col.text-right p {
    text-align: center !important;
  }
  #amc img {
    width: 200px !important;
  }
  .myflex .flex p {
    flex-direction: column !important;
  }
  html {
    font-size: 40%;
  }
  .comparison_table td:not(.tick_yes):not(.cross_no) {
    padding-top: 20px !important;
    background: #d9bc54;
    padding-bottom: 20px !important;
    font-size: 3rem !important;
    /* border-radius: 20px; */
  }
  .comparison_table .tableheading {
    display: none !important;
  }
  .comparison_table td, .comparison_table th {
    padding-top: 50px !important;
  }
  .comparison_table td:first-child, .comparison_table th:first-child {
    width: 100%;
    text-align: center;
  }
  .comparison_table td:not(:first-child), .comparison_table th:not(:first-child) {
    width: 50% !important;
    box-sizing: border-box !important;
  }
  .comparison_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .comparison_table .tick_yes::after {
    content: "Your Budget Mates";
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    color: #477a67;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
  }
  .comparison_table .cross_no::after {
    content: "Other 'Budget' Managers";
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    color: #477a67;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
  }
  #we {
    padding-bottom: 230px !important;
  }
  #ourstory {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #reachout {
    padding-bottom: 30px;
  }
  #reachout * {
    text-align: center !important;
  }
  #amc * {
    text-align: center !important;
  }
  #masthead .navs {
    display: none;
  }
  #help {
    display: flex !important;
    flex-direction: column !important;
  }
  #help #tabs {
    order: 10 !important;
  }
  body header#masthead.is-stuck .site-branding img {
    max-width: 55px !important;
  }
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    top: 32px;
  }
}
