/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,450;0,500;0,550;0,600;0,650;0,700;0,750;0,800;1,400;1,500;1,600;1,700&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	display: grid;
}

.footer {
	order: 2;
}

.col-3 {
/*	margin-bottom: 60px;*/
}

body .col-inside-2 {
	background-color: #FAFAFA;
	padding-bottom: 20px;
}

.sticky-menu {
	position: -webkit-sticky;
 	position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;

    padding: 30px 0;

    top: 20px;
    bottom: auto;
	
	z-index: 10;
/*	margin-bottom: 60px !important;*/
}

.back-to-top {
	visibility: hidden;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
/*	max-width: 100px;*/
/*  height: 500px;*/
  padding: 20px 5px;
/*	margin-left: 10px;*/
/*  background: #555;*/
/*  color: #fff;*/
  top: 500px;
  bottom: auto;
	opacity: 0;
	z-index: 2;
	text-decoration: none;
	
	color: #0063B2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 150%;
	
	display: flex;
	align-items: center;
	height: 50px;
	gap: 5px;
	
/*	transition: visibility 0s, opacity 0.2s ease;*/
}
.back-to-top:hover {
	color: #0063B2;
	text-decoration: underline;
	cursor: pointer;
}
.back-to-top:visited {
	color: #0063B2;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 150%;
}

/* plastic health card green banner */
#plastic-banner {
  width: 100%;
}
#main-content #plastic-img, #main-content #plastic-img-med-fr {
/*  width: 1024px;*/
/*  height: 360px;*/
/*  object-fit: cover;*/
/*  object-position: 0% 0%;*/
  padding: 0;
}
#main-content #plastic-img-med, #main-content #plastic-img-mobile-fr {
  display: none;
}
#main-content #plastic-img-mobile {
  display: none;
}
#plastic-btn, #plastic-btn-fr {
  position: relative;
  background-color: #00B068;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 7px;
  border: none;
  text-decoration: none;
}
#plastic-btn {
  height: 95px;
  left: 43px;
  bottom: 140px;
  width: 345px;
}
#plastic-btn-fr {
  left: 21px;
  bottom: 67px;
  width: 530px;
  height: 39px;
}
#plastic-btn:hover, #plastic-banner #plastic-btn-fr:hover {
  cursor: pointer;
  color: #00B068;
  background-color: #fff;
}

/* Dropdowns with CSS */
#subpage-container .dropdown-title{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  border-top: solid 2px #EBEBEB;
  width: 100%;
  text-decoration: none;
}
#subpage-container .dropdown-title:hover {
  text-decoration: none;
}
#subpage-container .dropdown-title > p {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .25px;
  margin: 0;
  max-width: 650px;
}
#subpage-container .dropdown-title:hover {
  background-color: #f8f8fa;
}
#subpage-container .dropdown-input {
  display: none;
}

#subpage-container .dropdown-input:not(checked) + label > .dropdown-content {
  display: none;
}
#subpage-container .dropdown-input:checked + label > .dropdown-content {
  display: flex;
  padding: 1em;
  background-color: #f8f8fa;
  font-size: 17px;
}
#subpage-container .dropdown-input:checked + label > .dropdown-content ul {
  margin-top: 0;
}
#subpage-container .dropdown-input + label > .dropdown-title {
  border-radius: 5px;
}
#subpage-container .dropdown-input:checked + label > .dropdown-title {
/*  background-color: #f8f8fa;*/
  background-color: #2676D3;
}
#subpage-container .dropdown-input:checked + label > .dropdown-title p, #subpage-container .dropdown-input:checked + label > .dropdown-title svg path {
  color: white;
  stroke: white;
}
#subpage-container .dropdown-input:checked + label > .dropdown-title svg {
  transform: rotate(180deg);
}
#subpage-container .dropdown-input + label > .dropdown-title svg {
  margin-left: 15px;
}
#subpage-container .dropdown-content p {
  margin: 0 0 1.125em 0;
}
#subpage-container .dropdown-content {
  display: flex;
  flex-direction: column;
}


#subpage-container .to-top-btn {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	color: #005AA3;
	display: inline-flex;
	margin-top: 20px;
}

.show-top {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.2s linear;
}

.hide-top {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 1s, opacity 0.2s linear;
}

.nav li a {
	font-weight: 400 !important;
}

.narrow-title-green {
	font-weight: 600 !important;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 0.5px;
	padding-bottom: 16px !important;
	padding-top: 5px;
	
}
.narrow-title-green a {
	color: #000;
}
.narrow-title-green a:visited {
	color: #000;
}

.content .introduction {
    display: none;
}

#sidemenu ul li a {
	margin: 1px 0px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 500;
}

#sidemenu ul li.on a {
	font-weight: 700;
}

/*
.nav-header-style {
		
}
*/

div.breadcrumb {
	border: none !important;
}

div.breadcrumb a {
	text-decoration: none;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;

	letter-spacing: 0.5px;

	color: rgba(0, 0, 0, 0.87);
}

div.breadcrumb .mhsip-bc-active {
/*	color: rgba(0, 0, 0, 0.7);*/
}

.mhsip-subpage-main {
/*	margin-bottom: 100px;*/
}

.mbh-h1 {
	font-family: 'Open Sans';
	font-style: normal;
/*	font-weight: 600;*/
/*	font-size: 32px;*/
/*	line-height: 130%;*/
	letter-spacing: -0.7px;
/*	color: rgba(0, 0, 0, 0.87);*/
	
	font-size: 36px; 
	color: rgba(0,0,0,0.75); 
	font-weight: 650; 
	line-height: 120%;
}

.mbh-h2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 0.87);
	
	padding-bottom: 0px;
}

.mbh-h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 0.87);
	
	margin-top: 2em;
}

#subpage-container .mbh-h3 + p {
	margin-top: 0px;
}
#subpage-container .mbh-h3 + ul {
	margin-top: 0px;
}

.mbh-p-bold {
	font-weight: 700;
	letter-spacing: 0.3px;
}
#subpage-container .mbh-p-bold + p {
	margin-top: 5px;
}

.mbh-p-semibold {
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 140%;
}
#subpage-container .mbh-p-semibold + p {
	margin-top: 5px;
}

#subpage-container .mbh-h2 + .mbh-h3 {
	margin-top: 1em;
}

#subpage-container {
/*	scroll-behavior: smooth;*/
	padding-left: 20px;
	margin-bottom: 80px;
}

#subpage-container a {
	text-decoration: none;
/*	color: #0063B2;*/
	color: #005AA3;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 150%;
}
#subpage-container a:hover {
	text-decoration: underline;
}

#subpage-container p {
	padding: 0;
	line-height: 28px;
	font-size: 17px;
	color: rgba(0,0,0,0.87);
	
	margin-top: 20px;
}

#subpage-container .mbh-subtext {
	padding: 0;
	line-height: 150%;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	
	margin-top: 5px;
}

#subpage-container ul {
	font-size: 17px;
}

#subpage-container ol {
	font-size: 17px;
}

#register-page p {
	line-height: 150%;
	margin: 20px 0px;
	font-size: 17px;
}
#register-page ul li {
	font-size: 16px;
}

#eligibility-page .inline-span p {
	line-height: 150%;
	margin: 5px 0px 5px 10px;
	font-size: 17px;
}

#subpage-container ul#contents-ul {
	margin: 5px 0px;
	padding: 0 0 0 20px;
}

#contents-ul a {
	text-decoration: none;
/*	color: #0063B2;*/
	color: #005AA3;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 150%;
	font-size: 16px;
}
#contents-ul a:hover {
	text-decoration: underline;
}

#reg-steps {
	margin: 20px 0px;
}

#register-page p.follow-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.5px;
	color: rgba(0,0,0,0.87);
	margin: 15px 0px 30px 0px;
}

.numbered-step {
	display: flex;
	flex-direction: column;
	gap: 20px;
/*	align-items: center;*/
/*	margin-bottom: 50px;*/
	position: relative;
	border: 4px solid #E1F5E6;
	border-bottom: none;
	border-top: none;
	
	padding-bottom: 80px;
}
.numbered-step:last-of-type {
	border-bottom: 4px solid #E1F5E6;
	padding-bottom: 40px;
}

.step-header {
	display: flex;
/*	background-color: rgba(247,241,246,0.8);*/
	background-color: #E1F5E6;
/*	min-height: 66px;*/
/*	align-items: center;*/
	padding: 20px 25px;
	gap: 25px;
	box-sizing: border-box;
}

#update-page .step-header h2 {
/*	color: rgba(0,0,0,0.8);*/
	color: #3E363D;
	font-weight: 700;
	letter-spacing: 0.1px;
}

#update-page .step-header .large-number {
	font-weight: 800;
	font-size: 25px;
/*	color: rgba(0,0,0,0.8);*/
	color: #3E363D;
	margin-top: 1px;
}

#reg-steps .step-header .large-number {
	font-weight: 800;
	font-size: 25px;
/*	color: rgba(0,0,0,0.8);*/
	color: #3E363D;
	margin-top: 1px;
}

#subpage-container .form-link {
	border-radius: 4px;
	padding: 10px 20px;
	display: inline-flex;
  background-image: linear-gradient(to right, #26A146, #1D7935);
  color: white;
}
#subpage-container .form-link:hover {
/*	opacity: 0.7;*/
  filter: brightness(120%);
  text-decoration: none;
}

.white-line {
	background-color: #ffffff;
	margin: -20px 0px;
	align-self: stretch;
	
	width: 2px;
}

.inner-step {
	padding: 0px 25px;
}

.side-line {
	position: absolute;
	left: 16px;
	top: 56px;
/*	background-color: rgba(242,224,240,0.60);*/
	background-color: #F1E8F0;
	display: flex;
	width: 9px;
	height: calc(100% - 22px);
	border-radius: 4px;
}
#last-side-line {
	height: calc(100% - 66px);
}

.circled-number {
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #3E3E3E;
	border-radius: 100px;
	
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #3E3E3E;
	
/*	margin-right: 20px;*/
}

.numbered-step h2 {
	font-size: 24px;
	font-weight: 700;
	padding: 0;
	color: rgba(0,0,0,0.8);
}

.inline-span {
	display: flex;
/*	align-items: center;*/
}
.inline-span p {
	margin-left: 10px;
}

.page-contents {
	margin-bottom: 50px;
}

.green-bullet {
	min-width: 9px; 
	height: 9px;
	background-color: #057D3E;
	opacity: 0.7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 14px;
}

.red-bullet {
	min-width: 9px; 
	height: 9px;
	background-color: #FF0000;
	opacity: 0.7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 14px;
}

.subpage-sections {
	padding: 50px 0px;
}

.subpage-sections:first-of-type {
	padding: 0px 0px 50px 0px;
}

.hospital-icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	margin-top: 10px;
}

.hi-inner {
	display: flex;
/*	justify-content: center;*/
	align-items: center;
	padding: 20px 0px;
}

.hi-img {
	min-width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#reg-steps p {
	margin: 10px 0px;
	line-height: 150%;
}


#btn-links-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#btn-links-container .health-card-btns {
	display: flex;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	
	padding: 25px 20px;
	gap: 20px;
	width: 100%;
}
#btn-links-container .health-card-btns p {
	margin: 0;
	line-height: 140%;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.ext-link-16 {
	width: 26px;
	height: 26px;
	position: relative;
	top: 2px;
}

.ext-link-17 {
	width: 28px;
	height: 28px;
	position: relative;
	top: 4px;
}


.accordian-option {
	width: 100%;
	min-height: 70px;
	border: 1px solid rgba(0,0,0,0.3);
	border-top: none;
/*	border-radius: 4px;*/
	
	display: flex; 
	align-items: center;
	flex-wrap: wrap;
/*	margin-bottom: 15px; */
}

.doc-select-container {
	margin-top: 15px;
}

.doc-select-container .document-info {
/*	display: none;*/
	width: 100%;
	background-color: #FAFAFA;
/*	border: 1px solid rgba(0,0,0,0.3);*/
/*	border-top: none;*/
/*	border-bottom: none;*/
	padding: 0px 25px;
	margin-top: -2px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.doc-select-container .document-info p {
	padding: 20px 25px;	
}

.doc-select-container .doc-select {
	width: 100%;
/*	min-height: 70px;*/
	border: 1px solid rgba(0,0,0,0.3);
	border-top: none;
/*	border-radius: 4px;*/
	
	display: flex; 
	align-items: center;
	flex-wrap: wrap;
/*	margin-bottom: 15px; */
}

#subpage-container .doc-select-container .doc-title {
	margin:0;
}

.doc-select-container .doc-select:first-of-type {
	border-top: 1px solid rgba(0,0,0,0.3);
}

.doc-select-container .doc-select .doc-active img {
	transform: rotate(180deg);
}

.doc-select-container .doc-expand {
	display: flex;
	width: 100%;
	min-height: 30px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 25px 12px 20px;
/*	border-left: 1px solid rgba(0,0,0,0.3);*/
}

.doc-select-container .doc-expand:hover {
	cursor: pointer;
}

#dw-end .doc-expand {
	width: 100%;
	padding: 20px 25px 20px 25px;
}

.doc-select-container .doc-select:first-of-type {
	border-radius: 4px 4px 0px 0px
}

.doc-select-container .doc-select:last-of-type {
	border-radius: 0px 0px 4px 4px
}

#subpage-container .doc-select-container .doc-expand p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #000000;
	margin-top: 0;
}

.doc-select-header h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	color: #000000;
}


#update-page p {
	color: #000000;
	line-height: 150%;
	margin-top: 40px;
}
#update-page p:first-of-type {
	margin-top: 20px;
}

#update-page .header-caption:first-of-type {
	margin-top: 20px;
}
#update-page .header-caption {
	margin-top: 20px;
}

#register-page .header-caption:first-of-type {
	margin-top: 20px;
}
#register-page .header-caption {
	margin-top: 20px;
}

#update-page .health-card-update-banner {
/*	color: #9D5B96;*/
	color: #26A146;
	line-height: 150%;
	margin-top: -10px;
	font-weight: 650;
	font-size: 19px;
	letter-spacing: 0.5px;
}
#update-page .health-card-update-banner:first-of-type {
/*	color: #9D5B96;*/
	color: #26A146;
	line-height: 150%;
	margin-top: -10px;
	font-weight: 650;
	font-size: 19px;
	letter-spacing: 0.5px;
}


/*FOOTER*/
.addthis_inline_share_toolbox {
/*
	width: 200px;
	
	display: flex;
	align-items: center;
*/
	display: none;
}

.mbh-footer-container {
	display: flex;
	justify-content: center;
	width: calc(100vw - 18px);

	background-color: #FAFAFA;
	margin-top: 300px;
	padding: 20px 0px 20px 0px;	
	
	order: 1;
}

#mbh-mhsip-footer {
	margin-top: 0px;
}

#mbh-landing-footer {
	margin-top: 60px;
	padding-top: 0px;
}

.mb-health-coverage-footer {
	width: 100%;
	max-width: 1024px;
/*	height: 300px;*/
	margin: 20px 0px;
/*	margin-left: 220px;*/
	padding: 20px 5px;
	
	display: flex;
}

.mb-health-coverage-footer p {	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 14.4px;
	line-height: 167.5%;
/*	color: #000000;*/
	color: rgba(0,0,0,.87);
	
/*	padding: 0;*/
}

.mb-health-coverage-footer .footer-section1 a {	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14.4px;
	line-height: 170%;
	color: rgba(0,0,0,.87);
	
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-decoration-color: rgba(0,0,0,0.4);
	text-underline-offset: 4px;
}
.mb-health-coverage-footer .footer-section1 a:hover {
	cursor: pointer;
	text-decoration-thickness: 1.5px;
	text-decoration-color: rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}

.footer-section1 {
	min-width: 240px;
	margin-top: 0px;
}

.footer-section1 p {	
	font-weight: 600;
	padding: 0;
}

.footer-section2 {
	margin-left: 20px;
	margin-top: -3px;
}




/*ACCORDIAN */
.accordion { 
/*  background-color: #fefffa;*/
/*  max-width: 600px;*/
/*  margin: 50px 0px;*/
/*  border-top: 6px solid #44BBA4;*/
/*  line-height: 1.6;*/
/*  box-shadow: 5px 5px 10px 0px #a4bac1;*/
}

.accordion__item {
/*border-bottom: 1px solid #dce7eb;*/
}

/*
.accordion__title {
padding: 15px 15px 15px 40px;
display: block;
position: relative;
font-weight: 400;
}
*/

/*
.accordion__title:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 12px;
  color: #44BBA4;
}
    
*/
.accordion__title h5 {
  border-bottom: 1px solid #fefffa;
  display:inline-block;
	color: #005AA3;
	font-size: 17px;
	font-weight: 600;
}

.accordion__title:hover,
.accordion__title:focus {
  cursor: pointer;
  outline: none;
}
.accordion__title:focus h5, .accordion__title:hover h5 {
border-bottom-color: #a8bdc4;
display:inline-block;
}
    

/*
.is-expanded .accordion__title:before {
content: "\f056";
}
*/


.accordion__content-inner {
	padding: 0 0px 10px 0px;
}

.accordion__content {
	transition: height 0.3s ease-out;
	height: 0;
	overflow: hidden;
}





/*UPDATE PAGES*/
#update-request-options {
	margin: 40px 0px;
/*	border: 1px solid rgba(0,0,0,0.15);*/
	border-top: 1px solid rgba(0,0,0,0.3);
/*	border-bottom: 1px solid rgba(0,0,0,0.3);*/
/*	border-radius: 8px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0px;
}

#update-request-options .update-option {
	height: 55px;
	text-align: left;
/*	width: 100%;*/
	width: 100%;
/*	margin-top: -1px;*/
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
/*	border-top: 1px solid #D9D9D9;*/
	border-bottom: 1px solid rgba(0,0,0,0.3);
	
	font-family: 'Open Sans';
    font-style: normal;
	color: rgba(0,0,0,1);
	font-weight: 500;
	font-size: 17px;
}
#update-request-options .update-option:hover {
	cursor: pointer;
	background-color: #f8f8f8;
	text-decoration: none;
/*	width: 100%;*/
/*	padding: 0px 25px;*/
	
	color: #000;
/*	border-top: 1px solid #D9D9D9;*/
}

#update-request-options .update-option:first-of-type {
	border-top: none;
}
#update-request-options .update-option:last-of-type {
	border-bottom: none;
}

#update-request-options .mbh-h3 {
	font-size: 20px;
	font-weight: 550;
	width: 100%;
	text-align: left;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	
/*	font-size: 21px; */
/*	font-weight: 600; */
	color: rgba(0,0,0,0.87);
}

#update-page .header-caption {
	font-size: 20px; 
	color: rgba(0,0,0,0.8); 
	font-weight: 500; 
	line-height: 140%;
}

#register-page .header-caption {
	font-size: 20px; 
	color: rgba(0,0,0,0.8); 
	font-weight: 500; 
	line-height: 140%;
}

#update-page .inline-span {
	margin: 10px 0px;
}

#update-page .inline-span p {
	line-height: 150%;
	margin: 5px 0px 5px 10px;
	font-size: 17px;
	color: rgba(0,0,0,0.87);
	font-weight: 450;
}

.info-container {
	margin: 40px 0px;
	padding: 20px 0px;
	border-top: 1px solid rgba(0,0,0,0.20);
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

.purple-bullet {
	min-width: 10px; 
	height: 10px;
/*	background-color: #92488A;*/
	background-color: #259E44;
	border-radius: 20px;
	display: inline-block;
	margin-top: 13px;
}


@media only screen and (max-width: 1050px) {
	.mbh-footer-container {
		width: calc(100vw - 18px);
		margin-left: -9px;
	}
	
	.mb-health-coverage-footer {
		width: 100%;
		height: 100%;
		margin: 20px 0px;
		padding: 20px;
	}
}

@media only screen and (max-width: 600px) {
  #plastic-btn-fr, #main-content #plastic-img-med-fr , #main-content #plastic-img {
    display: none;
  }

  #main-content #plastic-img-mobile-fr, #main-content #plastic-img-mobile {
    display: block;
  }
  #plastic-banner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .content:has(#subpage-container) div.breadcrumb {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
	#subpage-container {
		padding-left: 0px;
	}
	
	.inner-step {
		padding: 0px;
	}
	
	.hospital-icons {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 40px;
	}
	
	.addthis_inline_share_toolbox {
		margin-top: -100px;
		padding-bottom: 40px;
		margin-left: 10px;
		width: 150px;
	}
	
	.mb-health-coverage-footer {
		width: 100%;
		max-width: 795px;
		margin: 0px;
		margin-left: 0px;
		padding: 30px;
		padding-bottom: 20px;

		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.mbh-footer-container {
		width: 100%;
		margin: 0;
		margin-left: 0px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.footer-section2 {
		margin: 0;
	}
	
	body .col-inside-2 {
		background-color: #FAFAFA;
		padding-top: 30px;
		padding-bottom: 5px;
/*
		width: calc(100vw - 28px);
		margin: 0;
		margin-left: -10px;
*/
	}
	
	.numbered-step {
		border:none;
	}
	
	.numbered-step:last-of-type {
		border-bottom: none;
		padding-bottom: 40px;
	}
	
/*
	.step-header {
		display: flex;
		flex-direction: column;
		

		padding: 20px 10px;
		gap: 25px;
		box-sizing: border-box;
	}
*/
	
	#subpage-container {
		margin-bottom: 40px;
	}
	
	#btn-links-container {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	
	#btn-links-container .health-card-btns {  
		justify-content: space-between;
	}
	
	#btn-links-container .health-card-btns p {
		max-width: 200px;
	}
	
}