@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Publico Headline Web';
	src: url('../fonts/PublicoHeadline-Bold-Web.woff2') format('woff2'),
  url('../fonts/PublicoHeadline-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Publico Headline Web';
  src: url('../fonts/PublicoHeadline-BoldItalic-Web.woff2') format('woff2'),
  url('../fonts/PublicoHeadline-BoldItalic-Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
/* --- Interim style to be removed ------ */
.cbf {
	border: 8px solid red;
	padding: 20px;
	margin: 40px;
}
/* ------------------- colours ------------------- */
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
:root {
  --b-navy: #20354f; /* not #10253a */
  --b-mid-blue: #385477;
  
  --g-blue: #293f5b;
  --g-blue-rgb: 41, 63, 91;
  --g-accent-cyan: #63cae1;
  
  --g-mid-blue: #12487e;
  --g-mid-blue-rgb: 18, 72, 126;
  --g-accent-yellow: #ffe583;
  
  --g-teal: #01434f;
  --g-teal-rgb: 1, 67, 79;
  --g-accent-salmon: #f7a08d;
  
  --g-green: #144d3a;
  --g-green-rgb: 20, 77, 58;
  --g-accent-lilac: #d5b4ff;
   
  --g-purple: #4e3c75;
  --g-purple-rgb: 78, 60, 117;
  --g-accent-orange: #faab60;
	
	--g-accent-mint: #86e2d5;
  
  --ui-almost-black: #333;
  --ui-dark-grey: #666;
  --ui-grey: #c4c4c4;
  --ui-light-grey: #e5e5e5;
  --ui-lightest-grey: #f7f8fa;
}

.colour-1-primary {
  background-color: var(--b-navy);
  color: #fff;
}
.colour-2-secondary {
  background-color: var(--g-accent-cyan);
  color: var(--b-navy);
}
.colour-4-light {
  background-color: var(--ui-lightest-grey);
  color: #000;
}
.colour-5-dark {
  background-color: var(--g-blue);
  color: #fff;
}
.colour-6-light-grey {
  background-color: var(--ui-light-grey);
  color: #000;
}
.colour-7-mid-blue {
  background-color: var(--b-mid-blue);
  color: #fff;
}
.colour-8-lightest-grey {
  background-color: var(--ui-lightest-grey);
  color: #000;
}
.colour-overview {
  background-color: var(--g-accent-cyan);
  color: var(--b-navy);
}
.colour-resilient{
  background-color: var(--g-accent-salmon);
  color: var(--b-navy);    
}
.text-accent-cyan {
	color: var(--g-accent-cyan);
}
.text-accent-yellow {
	color: var(--g-accent-yellow);
}
.text-accent-salmon {
	color: var(--g-accent-salmon);
}
.text-accent-lilac {
	color: var(--g-accent-lilac);
}
.text-accent-orange {
	color: var(--g-accent-orange);
}
.text-accent-mint	{
	color: var(--g-accent-mint);
}


/* ------------------- sectional elements ------------------- */
html {
  scroll-behavior: smooth;
}
html.short {
  height: 100%;
}
.short body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.short main {
  flex: 1 0 auto;
}
.top-banner {
  background-color: #216383;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
.top-banner p {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 14px 0;
  margin: 0;
}
.top-banner a {
  color: #fff;
  text-decoration: underline;
}
.top-banner a:hover {
  color: #000 !important;
}
.masthead,
.masthead-bg {
  background: url("../img/header_12px_shift_left.png") repeat-x;
  background-position: 50% 0; /* see responsive styles for variations */
  background-color: var(--g-blue);
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
}
.masthead-bg {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 10000;
}
.logo a {
  width: 100%;
}
.banner-toggle {
  z-index: 10;
}
.banner-toggle.hidden {
  height: 0;
  opacity: 0;
  display: none;
}
body {
  background-repeat: no-repeat;
  overflow-target: none;
  overscroll-behavior: none;
}
main {
  /*background-image: url(../img/budget_hero_placeholder.png);
    background-repeat: no-repeat;*/
}
.base-strip {
  padding: 76px 0 76px; /* was 54px 0 38px then 38px 0 38px */
}
main .base-strip.measures {
  padding: 60px 0 160px;
}
.base-strip.measures .col-md-1.align-self-center, .base-strip.measures .col-sm-2.align-self-center {
  padding-right: 0;
}
.base-strip.measures .stretched-link::after {
  right: 15px;
  left: 15px;
}
.base-strip.measures .stretched-link:hover::after {
  /*box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);*/
}
.base-strip.measures .vid-right-col {
  background-color: #fff;
	padding-left: 0;
}
.base-strip.measures .vid-left-col {
	padding-right: 0;
}
.my-budget {
  background-color: var(--g-blue);
}
.hero-image {
  top: -697px;
  z-index: -1;
  height: 0;
  padding: 0;
}
.hero-image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.filter-box {
  vertical-align: text-top;
  padding: 33px 1.8em 35px;
  border-radius: 3px;
}
.fc-row {
  margin-top: -60px;
}
footer {
  color: #fff;
  background-color: var(--g-blue);
}

/* ------------------- glossy styles ------------------- */
.feature-cards .item {
  padding: 2rem;
	height: calc(100% - 1.65em);
}
.feature-cards.list .item p {
  border-bottom: 2px solid var(--ui-light-grey);
	padding-bottom: 1rem;
}
.feature-cards.list .item p:last-of-type {
  border-bottom: 0;
	padding-bottom: 0;
}
.glossy h1 {
	color: #fff;
}
.glossy .feature-cards h2 {
  color: var(--ui-almost-black);
  font-size: 1.625rem;
  margin-top: 0;
}
.overview .feature-cards.list .item {
  border: 1px solid var(--g-accent-cyan);
  border-left: 12px solid var(--g-accent-cyan);
}
.jobs .feature-cards.list .item {
  border: 1px solid var(--g-accent-lilac);
  border-left: 12px solid var(--g-accent-lilac);
}
.essentials .feature-cards.list .item {
  border: 1px solid var(--g-accent-orange);
  border-left: 12px solid var(--g-accent-orange);
}
.resilient .feature-cards.list .item {
  border: 1px solid var(--g-accent-salmon);
  border-left: 12px solid var(--g-accent-salmon);
}
.safety .feature-cards.list .item {
  border: 1px solid var(--g-accent-yellow);
  border-left: 12px solid var(--g-accent-yellow);
}
.feature-cards.solid h2,
.feature-cards.outline h2 {
  font-family: 'Public Sans', sans-serif;
  font-size: 18px;
	font-weight: 600;
}
.overview .feature-cards.outline .item {
  border: 1px solid var(--g-accent-cyan);
}
.jobs .feature-cards.outline .item {
  border: 1px solid var(--g-accent-lilac);
}
.essentials .feature-cards.outline .item {
  border: 1px solid var(--g-accent-orange);
}
.resilient .feature-cards.outline .item {
  border: 1px solid var(--g-accent-salmon);
}
.safety .feature-cards.outline .item {
  border: 1px solid var(--g-accent-yellow);
}
.feature-cards.solid .item.cyan {
  background-color: var(--g-accent-cyan);
}
.feature-cards.solid .item.lilac {
  background-color: var(--g-accent-lilac);
}
.feature-cards.solid .item.orange {
  background-color: var(--g-accent-orange);
}
.feature-cards.solid .item.salmon {
  background-color: var(--g-accent-salmon);
}
.feature-cards.solid .item.yellow {
  background-color: var(--g-accent-yellow);
}
.glossy .item ul {
  padding-inline-start: 0;
  margin-bottom: 0.5rem;
}
.glossy .item li {
  list-style: none;
  border-bottom: 1px solid var(--ui-light-grey);
  padding: .75rem 0;
}
.glossy .item li:last-of-type {
  border-bottom: none;
}
.glossy .item p:last-child {
  margin-bottom: 0;
}
.glossy .item p:last-child span {
  font-size: 1.25rem;
}
.overview #title-area,
.default #title-area {
  background-color: var(--g-blue);
}
.jobs #title-area {
  background-color: var(--g-green);
}
.essentials #title-area {
  background-color: var(--g-purple);
}
.resilient #title-area {
  background-color: var(--g-teal);
}
.safety #title-area {
  background-color: var(--g-mid-blue);
}
.list-group-item,
.list-group-item.active {
  color: var(--ui-almost-black);
}
.overview .list-group-item.active {
  background-color: var(--g-accent-cyan);
}
.jobs .list-group-item.active {
  background-color: var(--g-accent-lilac);
}
.essentials .list-group-item.active {
  background-color: var(--g-accent-orange);
}
.resilient .list-group-item.active {
  background-color: var(--g-accent-salmon);
}
.safety .list-group-item.active {
  background-color: var(--g-accent-yellow);
}

/* ----- OLD GLOSSY STYLES - TO CHECK/REMOVE ----- */
.glossy + footer.container-fluid {
  padding: 0;
}
.glossy + footer .footer-links {
  padding-top: 4em;
}
.glossy .card {
  border: 1px solid #eee;
  margin: 15px 0 15px 0 !important;
}
.glossy .card-text {
  padding: 10px;
}
.glossy .card-header h2, .glossy .card-header h3 {
  color: var(--ui-almost-black);
}
.overview .card-header {
  background-color: var(--g-accent-cyan);
  color: var(--b-navy);
}
.jobs .card-header {
  background-color: var(--g-accent-lilac);
  color: var(--b-navy);
}
.essentials .card-header {
  background-color: var(--g-accent-orange);
  color: var(--b-navy);
}
.resilient .card-header {
  background-color: var(--g-accent-salmon);
  color: var(--b-navy);
}
.safety .card-header {
  background-color: var(--g-accent-yellow);
  color: var(--b-navy);
}
.icon-cards .card {
    background-color: transparent;
    border: none!important;
}
.icon-cards .card-body, .icon-cards .card-footer {
    padding: .25rem;
    background-color: transparent;
}
.icon-cards .card-footer {
    border-top: none!important;
}
/* ------------------- homepage calculator ------------------- */
.calculator-wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  top: -92px;
}
.calculator {
  padding: 16% 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 6px var(--g-accent-cyan);
  background-image: linear-gradient(to right, #162b43 0%, var(--g-blue) 100%);
  justify-content: space-around;
}
.calculator h2 {
  color: #fff;
  margin: 1em 0 0.5em;
}
.calculator input {
  color: var(--ui-dark-grey);
  width: 74%;
  font-size: 16px;
  text-align: right;
  padding: 0 16px 0 0;
  border: none;
  border-radius: 0;
  min-height: 56px;
}
.calculator a:hover {
	text-decoration: none;
}
.calculator a .fa-arrow-circle-right {
    font-size: 2.5rem;
	color: #fff;
	text-decoration: none;
}
.calculator:hover .fal.fa-arrow-circle-right {
	display: none; 
}
.calculator .fas.fa-arrow-circle-right {
	display: none;
}
.calculator:hover a .fas.fa-arrow-circle-right {
	color: var(--g-accent-cyan);
	text-decoration: none;
	display: inline;
}
/*
.calculator .dollar-sign,
.calculator .fa-arrow-right {
  position: relative;
  font-size: 16px;
}
.calculator .dollar-sign {
  color: var(--ui-dark-grey);
  right: -24px;
}
.calculator .fa-arrow-right {
  color: var(--g-accent-cyan);
  left: 6px;
  background-color: #fff;
  padding: 20px 16px;
	min-height: 56px;
}*/
/*
.calculator {
  padding: 28px 31px;
  margin-bottom: 4.688em;
}
*/

/* ------------------- content ------------------- */
.content, #title-area {
  padding-top: 55px;
  padding-bottom: 44px;
}
#title-area + .content {
  padding-top: 40px;
}
.partial-bg {
  color: #10253a;
  background: linear-gradient(#f8f9fa, #f8f9fa 1112px, #fff 1113px);
}
.band {
  padding: 2em 0 2em;
}
.item {
  margin-bottom: 1.65em;
}
.item-body {
  background-color: #fff;
  border: 1px solid #ddd;
}
.img-fluid + .item-body {
  border-top: none;
}
.item img.img-fluid {
  border: 1px solid #ddd;
  border-bottom: none;
}
.no-gutters .item-body, .item-body {
  padding: 1.8em;
}
#rh-nav {
  font-family: 'Public Sans', sans-serif;
  color: #000;
  position: relative;
  top: 20px;
  height: 0;
  transition: top 1s;
}
.js-is-sticky #rh-nav {
  top: 20px;
}
#jump-nav {
	overflow-y: auto;
}
.rounded-box {
  background-color: #fff;
  font-size: 17px;
  font-weight: 700;
  /*padding: 2em;*/
  border: 1px solid #efefef;
  border-radius: 3px; /* was  28px */
  margin: 0;
}

.rounded-box > p {
  padding: 12px 1em 0;
}
.rounded-box > p > span {
  margin-left: auto;
}
.rounded-box .list-group-item {
  padding: .375rem 1em 0.375em;
}
.rounded-box .list-group-item:last-child {
  padding-bottom: 0.75em;
}
footer {
  font-family: 'Public Sans', sans-serif;
  padding: 1em 0;
}

/* ------------------- typography and cards ------------------- */
body {
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #20607F;
	text-underline-offset: 0.1em;
}
a:hover {
  color: #20607F;
  text-decoration: underline;
}
a:hover span {
	text-underline-offset: 0.1em;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
h1, h2, .h2 {
  font-family: 'Publico Headline Web', sans-serif;
  color: var(--b-navy);
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-family: 'Public Sans', sans-serif;
  color: var(--b-navy);
}
h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
.masthead h1 {
  line-height: 0.97;
  color: #fff;
  margin: 1rem 0 .5rem;
}
.my-budget h2.card-title {
  font-family: 'Publico Headline Web';
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}
h2 {
  font-weight: 400;
  margin-top: 1rem;
}
.glossy h2 {
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
h4 {
  font-weight: 400;
  margin-bottom: 0.6rem;
}
h5, h6 {
  font-weight: 600;
  margin-top: 1rem;
}
.tag-line {
  font-weight: 300;
  font-size: 2rem;
  color: #FFF;
}
.lead {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.43;
}
.masthead .lead {
  font-size: 1.6rem;
  font-family: 'Public Sans', sans-serif;
  font-weight: 300;
}
.glossy .lead {
  color: var(--b-mid-blue);
  font-family: 'Public Sans', sans-serif;
  font-size: 1.65rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
figcaption {
  font-weight: 600;
}
.base-strip .card-img, .base-strip .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.base-strip.measures h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--ui-almost-black);
  margin-top: 0;
}
.base-strip.measures .lead, .base-strip.update .lead {
  font-size: 1.3125rem;
  margin: 0;
}
.base-strip.measures a {
  color: var(--ui-almost-black);
}
.base-strip.measures a:hover {
  color: #fff;
  text-decoration: none;
}
.base-strip.measures .row.measures a span {
  color: #fff;
	line-height: 1.5;
}
.base-strip.measures .overview .item {
  background-color: var(--g-blue);
}
.base-strip.measures .jobs .item {
  background-color: var(--g-green);
}
.base-strip.measures .essentials .item {
  background-color: var(--g-purple);
}
.base-strip.measures .resilient .item {
  background-color: var(--g-teal);
}
.base-strip.measures .safety .item {
  background-color: var(--g-mid-blue);
}
.base-strip.measures .measures a:hover span {
  color: #fff;
}
.base-strip.measures .jobs a:hover span {
    background-color: var(--g-green);
}
.base-strip.measures .essentials a:hover span {
    background-color: var(--g-purple);
}
.base-strip.measures .resilient a:hover span {
    background-color: var(--g-teal);
}
.base-strip.measures .safety a:hover span {
    background-color: var(--g-mid-blue);
}
.base-strip.measures .fal.fa-arrow-circle-right,
.base-strip.measures .fas.fa-arrow-circle-right {
  color: #fff;
  position: absolute;
  bottom: 26px;
  right: 42px;
}
.base-strip.measures .fal.fa-arrow-circle-right {
  color: #fff;
}
.base-strip .overview span.fas.fa-arrow-circle-right {
    color: var(--g-accent-cyan);
}
.base-strip .jobs span.fas.fa-arrow-circle-right {
    color: var(--g-accent-lilac);
}
.base-strip .essentials span.fas.fa-arrow-circle-right {
    color: var(--g-accent-orange);
}
.base-strip .resilient span.fas.fa-arrow-circle-right {
    color: var(--g-accent-salmon);
}
.base-strip .safety span.fas.fa-arrow-circle-right {
    color: var(--g-accent-yellow);
}
.base-strip.measures .fas.fa-arrow-circle-right {
    display: none;
}
.base-strip.measures .item-body:hover .fas.fa-arrow-circle-right {
    display: block;
}
.base-strip.measures .item-body:hover .fal.fa-arrow-circle-right {
    display: none;
}
.base-strip.measures .fal.fa-arrow-circle-right.text-right {
  color: var(--ui-almost-black);
  position: relative;
  bottom: unset;
  right: unset;
  background-color: transparent;
}
.base-strip.measures a:hover .fal.fa-arrow-circle-right.text-right {
  color: #fff;
  transition: 0.15s;
}
.base-strip .item-body p:last-of-type {
  margin-bottom: 0;
}
.base-strip .item {
  margin-bottom: 0;
  height: 100%;
}
.base-strip .item-body {
  background-color: transparent;
  border: none;
  min-height: 100%;
  padding: 10px 26px 26px;
  justify-content: flex-start;
}
.base-strip .item-body:hover {
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
}
.light {
  font-weight: 100;
  color: #373d3f;
}
.filter {
  font-size: 9px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.item-body .families, .item-body .business, .item-body .individuals, .item-body .jobs, .item-body .health,
.item-body .households, .item-body .security, .item-body .regional, .item-body .aged-care, .item-body .women {
  color: #fff;
  background-color: #fff;
  border-color: var(--b-mid-blue);
}
/*
.item .item-body span::after {
  min-width: 75px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-width: 2px;
  border-style: solid;
  border-radius: 11px;
  margin-right: 1em;
}
*/
#main .item-body span:last-of-type {
  margin-right: 0;
}
.budget-papers .item {
  margin-bottom: 0;
  min-height: 100%;
}
.budget-papers .item-body {
  height: 100%;
  padding: 1.8em 1.8em 1.6em;
}
.budget-papers .item-body p {
  margin-bottom: 0;
}
.budget-papers .item span.fa-arrow-circle-right {
    font-size: 1.85rem;
}
.budget-papers .item:hover span.fal.fa-arrow-circle-right {
    display: none;
}
.budget-papers .item span.fas.fa-arrow-circle-right {
    display: none;
}
.budget-papers .item:hover span.fas.fa-arrow-circle-right {
    display: block;
}
h3.card-title {
  font-size: 20px;
}
h3.card-title a, a h3.card-title {
  color: #000;
  text-decoration: underline;
}
.inner-wrapper {
  position: relative; /* inner wrapper div used to make stretched-link and hover state better behaved */
}
.inner-wrapper:hover, .budget-papers .item:hover {
  box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.17);
}
.rounded-box .list-group-item {
  border: none;
}
.rounded-box .list-group-item a {
  color: var(--ui-almost-black);
}
blockquote {
  color: #000;
  font-family: 'Publico Headline Web', serif;
  font-weight: 700;
  font-size: 30px;
  padding: 2em 2em 1em;
}
.glossy blockquote {
  font-family: 'Publico Headline Web', serif;
  font-size: 24px;
  font-weight: 700;
  padding: 1em;
  /*text-align: center*/
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote p:last-of-type em {
  font-weight: 100;
}
.callout {
	font-family: 'Publico Headline Web', serif;
	font-weight: 700;
	font-size: 18px; 
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.callout p {
	margin-bottom: 0!important;
}
.overview .callout {
	border-left: 8px solid var(--g-accent-cyan);
}
.essentials .callout {
	border-left: 8px solid var(--g-accent-orange);
}
.jobs .callout {
	border-left: 8px solid var(--g-accent-lilac);
}
.resilient .callout {
	border-left: 8px solid var(--g-accent-salmon);
}
.safety .callout {
	border-left: 8px solid var(--g-accent-yellow);
}

footer.container-fluid {
  color: #FFF;
  padding: 4em 0 0;
}
footer .social a {
  font-size: 36px;
  margin-left: 1em;
}
footer .social a:first-of-type {
  margin-left: 0;
}
footer .social p {
  margin: 0;
}
footer .footer-links {
  padding-left: 5%;
  padding-right: 5%;
}
footer .footer-links h2 {
  color: #fff;
  font-family: 'Public Sans', sans-serif;
  font-weight: 700;
  font-size: 1.3125rem;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  color: #fff;
  padding-left: 0;
  font-size: 16px;
  line-height: 2;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

/* ------------------- navigation ------------------- */
#toggle {
  background: none;
  border: none;
  padding: 0 12px 6px;
  margin-top: 8px;
}
#toggle span {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #fff;
  font-size: 1.75em;
  margin-top: 10px;
  margin-bottom: 0;
  /* width: 0; */
}
/*
.js-is-sticky #toggle, .js-is-sticky #toggle span {
  position: relative;
  top: -7px;
  transition: 0.25s;
  padding-top: 4px;
  padding-bottom: 0px;
}*/
#navbarToggleBannerContent {
  transition-property: height 0.5s;
  overflow: hidden;
  opacity: 1;
}
nav {
  align-items: normal;
  padding: 0;
}
nav a {
  color: #fff;
}
nav a.nav-link:hover, nav a.nav-link:focus, nav a.nav-link:active {
  color: #fff;
  text-decoration: underline;
}
.nav-link {
    font-size: 16px;
    font-weight: 700;
    padding: 1px 5px 0;
    margin: 0.8em;
    display: inline-block;
}
.nav-link:hover:before,
.nav-link.disabled:before {
    content: "\f061";
    position: absolute;
    left: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.nav-link:last-of-type {
  margin-bottom: 48px;
}
.nav-link.active {
  color: rgba(255, 255, 255, 0.55);
}

/* ------------------- buttons and form controls ------------------- */
.btn {
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.btn-dark{
  color: var(--b-navy);
	background-color: transparent;
	font-family: 'Publico Headline Web', serif;
  font-size: 18px;
  text-align: left;
  padding: 6px 32px 6px;
  border-radius: 32px;
	border: 3px solid var(--b-navy);
}
.btn-dark:hover{
  color: #fff;
	background-color: var(--b-navy);
	border: 3px solid var(--b-navy);
}
.base-strip a.btn {
  font-family: 'Publico Headline Web', serif;
  font-size: 18px;
  text-align: left;
  padding: 16px 32px 14px;
  border-radius: 32px;
  width: 100%;
  display: flex;
  align-items: center;
}
.base-strip a.btn {
  color: var(--b-navy);
  background-color: transparent;
  border: 3px solid var(--b-navy);
}
.base-strip a.btn:hover {
  color: #fff;
  background-color: var(--b-navy);
  transition: 0.15s;
  /*box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.17);*/
  border: 3px solid var(--b-navy);
}
.base-strip a.btn span.far {
  font-size: 1rem;
	line-height: 1;
  top: -1px;
  margin-left: auto;
  position: relative;
}
.base-strip a:hover span.txt {
    text-decoration: underline;
		transition: 0.15s;
}
.filter-box #fblabel {
  color: #fff;
  padding-right: 0.5em;
  /*vertical-align: -moz-middle-with-baseline;
  vertical-align: -webkit-baseline-middle;
  vertical-align: sub;*/
}
.filter-box .btn {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ui-almost-black);
  background-color: #fff;
	border: 0;
  border-radius: 32px;
  margin-right: 10px;
  padding: 4px 12px 2px;
  min-width: 124px;
  margin-top: 0.5em;
  height: 33px;
}
.filter-box .btn:last-of-type {
  margin-right: 0;
}
.filter-box .btn:focus {
  outline: none;
  box-shadow: none;
}
.filter-box .btn.filter-active {
  color: var(--ui-almost-black);
  background-color: var(--g-accent-cyan);
}
.item-body .btn {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  min-width: 75px;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 8px 0;
  border: 1px solid var(--ui-light-grey);
  border-radius: 32px;
  margin-right: 10px;
}
.btn.filter-active {
  color: #fff;
  background-color: var(--b-mid-blue);
  border: 1px solid var(--b-mid-blue);
  outline: none;
  box-shadow: none;
  transition: 0.15s;
}
@media (hover: hover) {
  .filter-box .btn:hover, .item-body .btn:hover {
    color: var(--ui-almost-black);
		text-decoration: underline;
    outline: none;
    transition: 0.15s;
    /*box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.17);*/
  }
	.filter-box .btn:hover {
    background-color: var(--g-accent-cyan);
  }
	.btn.filter-active:hover {
    color: #fff;
	}
	.filter-box .btn.filter-active:hover {
    color: var(--ui-almost-black);
  }
}
#rh-nav .btn {
  background-color: #fff;
  text-align: left;
  font-size: 17px;
  padding: 12px 1em 8px;
  border: 1px solid #efefef;
  border-radius: 3px; /* was  28px */
  width: 100%;
  display: flex;
  align-items: center;
}
#rh-nav .btn span.fa, #rh-nav .btn span.fas, #rh-nav .btn span.far,
#rh-nav .btn span.fa-regular, #rh-nav .btn span.fa-solid, #rh-nav .btn span.fa-light, #rh-nav .btn span.fa-thin {
  margin-left: auto;
}
#rh-nav p {
  margin-bottom: 8px;
}
.rh-buttons {
  background-color: #fff;
  padding-bottom: 8px;
  margin-bottom: -8px;
	border-radius: 3px;
}

/* ------------------- graphics ------------------- */
.zero-space-after {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.base-strip .item {
	min-height: 287px;
}
.base-strip .jobs .item {
}
.base-strip .essentials .item {
}
.base-strip .resilient .item {
}
.base-strip .safety .item {
}
.overview .base-strip .overview {
  display: none !important;
}
.jobs .base-strip .jobs {
  display: none !important;
}
.essentials .base-strip .essentials {
  display: none !important;
}
.resilient .base-strip .resilient {
  display: none !important;
}
.safety .base-strip .safety {
  display: none !important;
}
.process-layout .step {
  position: relative;
  z-index: 1;
  min-height: 1em;
  color: var(--b-mid-blue);
}
.process-layout .title {
  line-height: 2.5em;
  font-weight: bold;
}
.process-layout .caption {
  font-size: 1em;
}
.process-layout .step + .step {
  margin-top: 2.5em;
}
.process-layout .step > div:first-child {
  position: static;
  height: 0;
}
.process-layout .step > div:not(:first-child) {
  margin-left: 2.5em;
  padding-left: 1em;
}
.process-layout .circle {
  background: var(--b-navy);
  position: relative;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.process-layout .circle:after {
  content: " ";
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.process-layout .step:last-child .circle:after {
  display: none;
}
.process-layout .step.step-active {
  color: var(--b-mid-blue);
}
.process-layout .step.step-active .circle {
  background-color: var(--b-navy);
}

/* ------------- 2rem spacing classes ------------*/
.m-2r {
  margin: 2rem !important;
}
.mx-2r {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.my-2r {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mt-2r {
  margin-top: 2rem !important;
}
.mb-2r {
  margin-bottom: 2rem !important;
}
.ml-2r {
  margin-left: 2rem !important;
}
.mr-2r {
  margin-right: 2rem !important;
}
.p-2r {
  padding: 2rem !important;
}
.px-2r {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.py-2r {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pt-2r {
  padding-top: 2rem !important;
}
.pb-2r {
  padding-bottom: 2rem !important;
}
.pl-2r {
  padding-left: 2rem !important;
}
.pr-2r {
  padding-right: 2rem !important;
}

/* ------------------- tables ------------------- */
th {
  padding: .5em;
}
table tbody td {
  padding: .5em;
}
tr.border-bottom {
    border-bottom: 1px solid var(--b-mid-blue)!important;
}
td.border-left {
    border-left: 1px solid var(--b-mid-blue)!important;
}
caption {
  caption-side: top;
  font-size: 20px;
  font-weight: 600;
    color: #000;
}
.table-banded, .table-glossy {
	margin: 3em 0 2em;
	border: 2px solid var(--b-mid-blue);
	border-top: 12px solid var(--b-mid-blue);
}
.table-banded tr:nth-of-type(2n+1) {
    background-color: var(--ui-lightest-grey);
}
.table-banded tr {
  border-bottom: 1px solid var(--ui-lightest-grey);
}
.table-small {
	font-size: 14px;
}
.boring-table {
	margin-bottom: 2rem;
}
.boring-table thead,
.boring-table th {
	font-weight: 700;
}
.boring-table tr {
	border-bottom: 1px solid var(--ui-lightest-grey);
}
.boring-table tr:hover {
    background-color: var(--ui-lightest-grey);
}
.boring-table th,
.boring-table td {
    padding: 1em 0 2em;
}
.boring-table td.indent {
  padding: 8px 8px 8px 20px;
}
.boring-table td.indent-double {
  padding: 8px 8px 8px 40px;
}
.info-table th {
	font-weight: 400;
}
#main table.info-table thead tr {
  background-color: #fff;
  color: #000;
}
.fancy-table th {
	font-family: 'Publico Headline Web';
	font-size: 30px;
	font-weight: 700;
	border-bottom: 3px solid var(--ui-grey);
}
.fancy-table tr:nth-of-type(2n+1) {
	color: #fff;
  background-color: var(--b-mid-blue);
}
table.table-glossy thead tr {
  background-color: var(--b-mid-blue);
  color: #fff;
  font-weight: 700;
}

/* ------------------- glossy boxes ---------------- */
.callout_box_plain {
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 20px;
}
.chapter-box {
  position: relative;
  color: var(--b-navy);
  background-color: var(--g-accent-cyan);
}
.chapter-box p {
	font-size: 20px;
	font-weight: 600;
}
.glossy .cameo-box {
	margin-bottom: 2em;
}
.glossy .row.cameo-box,
.overview .row.chapter-box {
  margin-left: 0;
  margin-right: 0;
}
.glossy .cameo-box h3 {
	font-family: 'Public Sans', sans-serif;
	font-size: 1rem;
}
.glossy .cameo-box h3, .glossy .cameo-box p, .glossy .cameo-box a {
    color: #fff;
}
.overview .cameo-box {
  background-color: var(--g-blue);
}
.jobs .cameo-box {
  background-color: var(--g-green);
}
.essentials .cameo-box {
  background-color: var(--g-purple);
}
.resilient .cameo-box {
  background-color: var(--g-teal);
}
.safety .cameo-box {
  background-color: var(--g-mid-blue);
}
.chapter-box .col-lg-7,
.cameo-box .col-lg-7 {
  /* text column */
  padding: 40px;
}
.chapter-box .col-lg-5,
.cameo-box .col-lg-5 {
  /* image column */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.chapter-box img,
.cameo-box img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.cameo-box .col-lg-7,
.cameo-box .col-lg-8,
.chapter-box .col-lg-7 {
  position: static;
}
.cameo-box span.fa-arrow-circle-right,
.chapter-box span.fa-arrow-circle-right {
    font-size: 32px;
}
.cameo-box .fas.fa-arrow-circle-right,
.chapter-box .fas.fa-arrow-circle-right {
    display: none;
}
.cameo-box:hover .fas.fa-arrow-circle-right,
.chapter-box:hover .fas.fa-arrow-circle-right {
    display: inline-flex;
}
.cameo-box:hover .fal.fa-arrow-circle-right,
.chapter-box:hover .fal.fa-arrow-circle-right {
    display: none;
}
.chapter-box a {
	color: var(--b-navy);
}
.chapter-box a:hover {
	text-decoration: none;
}

/* ------------------- JS and jQuery related styles ------------------- */
/*.js-is-sticky #coa img {
  transform: scale(0.8);
  position: relative;
}*//*
#coa img {
    transform: scale(0.8);
    transform-origin: 0;
}
/*
#coa img {
  transform: scale(1);
  transform-origin: top left;
  transition: 0.25s;
}*/
#coa {
  overflow: auto;
  height: 120px;
  transition: 0.25s;
}
/*.js-is-sticky #coa {
  height: 120px;
}*/
/* Bootstrap extensions/overrides */
.card {
  margin: 15px;
}
.navbar {
  padding-right: 0;
}
.navbar-toggler {
  background-color: #fff;
}
div#navbar.show {
  position: absolute;
  top: 9px;
  right: 70px;
}
.grid-row {
  margin-right: -15px;
  margin-left: -15px;
}
.tool #calc-questions {
    position: relative;
    z-index: 1;
}
.tool input#q1-income {
	font-family: 'Publico Headline Web', sans-serif;
	font-size: 1.5rem;
    border: 0;
    background-color: var(--ui-lightest-grey);
    padding: 1rem;
    min-width: 150px;
    display: inline;
}
.tool span#answer-income {
    background-color: var(--ui-lightest-grey);
    padding: 1rem;
    color: #000;
    margin-left: 1rem;
    display: inline-block;
}
.tool .process-layout h3.h2 {
	margin-top: 0;
}
.tool .budget-papers {
	display: none;
}
.tool .process-layout .circle:after {
  content: unset;
}
.tool #calc-answers .item .inner-wrapper {
    display: flex;
	  height: 100%;
}
.tool #calc-answers .item .inner-wrapper:hover {
	box-shadow: none;
}
.tool #budget-papers {
  display: none;
}
.tool .cameo-box {
    margin-bottom: 0;
}
.tool .cameo-box .col-lg-8 {
    padding-left: 39px;
    padding-right: 39px;
}
.tool .budget-papers .item span.fa-arrow-circle-right {
    font-size: 1.85rem;
}
.tool .budget-papers .item:hover span.fal.fa-arrow-circle-right {
    display: none;
}
.tool .budget-papers .item span.fas.fa-arrow-circle-right {
    display: none;
}
.tool .budget-papers .item:hover span.fas.fa-arrow-circle-right {
    display: block;
}
video.d-block.img-fluid {
  position: relative;  
	z-index: 1;
}

/* ------------------- masonry 3, 2, and 1 column layouts ------------------- */
.grid-item {
  width: 33%;
}
.grid-item--width2 {
  width: 66%;
}
/* fluid 2 columns */
@media (max-width: 991.98px) {
  .grid-item, .grid-item--width2 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .grid-item, .grid-item--width2 {
    width: 100%;
  }
}

/* ------------------- responsive styles ------------------- */
@media all and (max-width: 1199.98px) {
  h1.display {
    font-size: 2.5rem;
  }
  .masthead {
    background-position: 60% 0;
  }
  .masthead h2 {
    font-size: 3rem;
    margin: 0 0 .5rem;
  }
  .masthead h2.alt {
    font-size: 2.2rem;
    margin-top: 0.5em;
    margin-bottom: 39px;
  }
  .lead {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  main .base-strip.measures {
    padding: 60px 0 130px;
  }
	.base-strip.measures h2 {
	  font-size: 26px;
	}
	.base-strip .item-body {
    padding: 10px 20px 26px;
	}
	.base-strip.measures .fal.fa-arrow-circle-right {
    bottom: 20px;
    right: 36px;
  }
  .calculator-wrapper {
    top: -80px;
  }
  .calculator input {
    padding: 0;
		padding-right: 12px;
    min-height: 32px;
  }
  .calculator h2 {
    font-size: 1.5rem;
		margin: 1.75em 0 0.5em;
  }
  .calculator a .fa-arrow-circle-right {
    font-size: 2rem;
  }
  /*
  .calculator .dollar-sign {
    font-size: 16px;
    /*top: 1px;*//*
  }
	.calculator .fa-arrow-right {
    font-size: 16px;
    padding: 8px;
	min-height: 32px;
  }*/
  .filter-box .btn {
    margin-right: 0px;
  }
}
@media all and (max-width: 991.98px) {
  #coa {
    height: 138px;
  }
  .js-is-sticky #coa img {
    top: 7px;
  }
  .js-is-sticky #toggle, .js-is-sticky #toggle span {
    top: -4px;
  }
  .content, #title-area {
    padding-top: 0.75em;
  }
  h1,
  .my-budget h2.card-title {
    font-size: 1.9rem;
  }
  .masthead {
    background-position: 80% 0;
  }
  .masthead h2.alt {
    font-size: 1.65rem;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.6;
  }
  .banner-toggle nav {
    margin-bottom: 2.5em;
  }
	.base-strip.measures {
    min-height: 270px;
  }
  .base-strip.measures .lead, .base-strip.update .lead {
    font-size: 1.125rem;
  }
  .base-strip.measures h2 {
    font-size: 18px;
  }
	.base-strip .item {
    min-height: 200px;
  }
	.base-strip .item-body {
    padding: 16px;
	}
  .base-strip.measures .stretched-link::after {
    right: 6px;
    left: 6px;
  }
	.base-strip.measures .fal.fa-arrow-circle-right {
    bottom: 18px;
    right: 26px;
    font-size: 26px;
  }
	.base-strip.measures a.btn.btn-lg.btn-light {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator-wrapper {
    width: 80%;
    padding-bottom: 80%;
    top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator h2 {
    margin: 1.5em 0 0.25em;
    font-size: 1.5rem;
  }
  #rh-nav {
    top: 142px;
  }
  #rh-nav .btn {
    font-size: 16px;
    padding: 10px 1em 10px;
    border-radius: 3px; /* was  26px */
  }
  .rounded-box {
    font-size: 1rem;
    /*padding: 1em;*/
    border-radius: 3px; /* was  26px */
  }
  .chapter-box .col-lg-5,
  .chapter-box .col-lg-4,
  .cameo-box .col-lg-5,
  .cameo-box .col-lg-4,
	.tool .cameo-box .col-lg-4 {
    /* image column */
    display: none;
  }
  footer.container-fluid {
    padding: 1em 0 1em;
  }
  footer .col-md, footer .col-md-3 {
    padding-left: 6px;
    padding-right: 6px;
  }
  footer h2 {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  footer ul {
    font-size: 14px;
  }
  footer .social a {
    font-size: 30px;
    margin-left: 0.5em;
  }
}
@media all and (max-width: 767.98px) {
  .content, #title-area {
    padding-top: 0.75em;
  }
  .masthead {
    background-image: none;
    background-color: var(--g-blue);
  }
  .masthead h2 {
    font-size: 3rem;
    margin: 0 0 0.5rem;
  }
  .lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .banner-toggle nav {
    margin-bottom: 2.5em;
  }
  .nav-link {
    margin-left: 0;
  }
  .nav-link:hover:before, .nav-link.disabled:before {
    left: 0px;
  }
  .base-strip.update .lead {
    text-align: center;
    margin-bottom: 1em;
  }
  .base-strip .item {
    min-height: 100px;
  }
  .base-strip.measures h2 {
    font-size: 22px;
  }
  .base-strip.measures .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .base-strip.measures .bg-white p {
    max-width: 540px;
  }
	.base-strip a.btn.btn-lg.btn-light {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator input {
    min-height: 56px;
		padding-right: 20px;
  }
  .calculator-wrapper {
    top: 80px;
  }
  .calculator h2 {
    font-size: 2rem;
		margin: 2.5em 0 0.25em;
  }
	.calculator a .fa-arrow-circle-right {
    font-size: 2.75rem;
	}
  /*
  .calculator .dollar-sign,
  .calculator .fa-arrow-right {
    font-size: 16px;
    /*top: 3px;*//*
  }
  .calculator .fa-arrow-right {
    min-height: 56px;
    padding: 20px;
  }*/
  .filter-box {
    margin-top: 60px;
  }
  .filter-box #fblabel {
    /*display: block;*/
  }
  .filter-box .btn {
    margin-right: 2px;
  }
  footer .base-strip.measures {
    padding: 0;
  }
  .item.secondary {
    /*display: none;*/
  }
}
@media all and (max-width: 575.98px) {
  .masthead > .logo-controls {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.25s;
  }
  #coa, .js-is-sticky #coa {
    height: unset;
    padding: 0.75em 0 0.75em;
  }
  .logo img {
    min-width: 250px;
  }
  .js-is-sticky #coa img {
    transform: scale(1);
    top: 0;
  }
  #toggle, #toggle span, .js-is-sticky #toggle, .js-is-sticky #toggle span {
    position: relative;
    top: -4px;
    padding-top: 4px;
    padding-bottom: 0px;
  }
  button#toggle:focus {
    outline: none;
  }
  
  /* menu alignment/spacing on small screens */
  #banner-toggle .offset-xl-1 {
    margin-left: 15px;
    margin-top: 0.5em;
  }
  .nav-link:last-of-type {
    margin-bottom: 0;
  }
  
  .masthead h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .masthead h2 {
    font-size: 1.95rem;
    margin-top: 0.25em;
    /*margin-bottom: 1em;*/
  }
  h2 {
    margin-top: 0.5em;
  }
  .glossy h2 {
    font-size: 2.2rem;
  }
  .lead {
    font-size: 1rem;
    line-height: 1.4;
  }
  #banner-toggle p.lead.white {
    display: none;
  }
  .base-strip {
    padding: 25px 0;
  }
  .base-strip.measures {
    padding: 30px 0;
  }
  .measures .d-if {
    /*display: inline-flex;*/
    display: none;
  }
  /*
  .measures img.img-fluid {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
  */
  .base-strip.measures h2 {
    font-size: 22px;
  }
	.base-strip .item {
    min-height: 120px;
  }
  .calculator h2 {
    margin: 2.75rem 0 0.25rem;
    font-size: 2rem;
  }
  .calculator-wrapper p {
    font-size: 15px;
  }
  .filter-box .btn {
    font-size: 12px;
    min-width: 48%;
  }
  .item-body .btn {
    margin-right: 6px;
  }
  .see-all button, .see-all a {
    margin-bottom: 0;
  }
  .glossy .card-img-top {
    width: unset;
  }
}

@media all and (max-width: 440px) {
  .calculator {
    padding: 6% 12px;
  }
  .calculator input {
    min-height: 32px;
		font-size: 14px;
		padding-right: 12px;
  }
	.calculator h2 {
    margin: 2.75rem 1rem 0.25rem;
    font-size: 1.5rem;
  }
	.calculator a .fa-arrow-circle-right {
		font-size: 2rem;
	}
	/*
  .calculator .dollar-sign,
  .calculator .fa-arrow-right {
    font-size: 14px;
  }
	.calculator .fa-arrow-right {
    padding: 8px;
		min-height: 32px;
  }*/
}

/* extra extra small screens down to 320px wide */
@media all and (max-width: 360px) {
  #coa, .js-is-sticky #coa {
    height: unset;
    padding: 0.75em 0 0.75em;
  }
  .logo img {
    min-width: 230px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
  }
  .masthead h1 {
    font-size: 8.7vw;
  }
  .masthead h2 {
    font-size: 9.7vw;
    margin-bottom: 10px;
  }
  .masthead h2.alt {
    font-size: 8vw;
    margin-bottom: 0.75em;
  }
  .masthead .lead {
    font-size: 4.25vw;
    margin-bottom: 12px;
  }
  #toggle, #toggle span, .js-is-sticky #toggle, .js-is-sticky #toggle span {
    position: relative;
    top: 2px;
    padding: 0;
    margin: 0;
  }
  .nav-link {
    font-size: 5vw;
    margin: 0.5em;
  }
  .base-strip {
    padding: 25px 0;
  }
	.base-strip .item {
    min-height: 140px;
  }
  .base-strip.measures {
    padding: 20px 0;
  }
  .base-strip.measures h2 {
    font-size: 22px;
  }
  .calculator-wrapper h2 {
    font-size: 20px;
  }
  .calculator-wrapper p {
    font-size: 12.5px;
    margin-bottom: 0.75rem;
  }
	.calculator a .fa-arrow-circle-right {
    margin-bottom: 0.75rem;
	}
	/*
  .calculator .dollar-sign {
    right: -16px;
  }
  .calculator .fa-arrow-right {
    left: 6px;
  }*/
  .filter-box .btn {
    min-width: 100%;
  }
  .item .item-body span::after {
    min-width: unset;
    font-size: 3.3vw;
  }
  .see-all button, .see-all a {
    margin-bottom: 0;
  }
  body {
    font-size: 4.5vw;
  }
  h2 {
    font-size: 8.9vw;
    margin-top: 0.5em;
  }
  h3 {
    font-size: 7.75vw;
  }
  h4 {
    font-size: 6.75vw;
  }
  h5 {
    font-size: 5.75vw;
  }
  h6 {
    font-size: 5.25vw;
  }
}
.dollar-prefix {
    padding-right: 10px;
    font-size: 1.5rem;
    font-weight: 700;
}