/* 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 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#plastic-banner {
  width: 100%;
  height: 280px;
}

#main-content #plastic-img, #main-content #plastic-img-fr {
  width: 1024px;
  height: 258px;
  object-fit: cover;
  object-position: 0% 0%;
  padding: 0;
}
#main-content #plastic-img-med, #main-content #plastic-img-med-fr {
  display: none;
}
#main-content #plastic-img-mobile, #main-content #plastic-img-mobile-fr {
  display: none;
}

#plastic-btn, #plastic-btn-fr {
  position: relative;
  background-color: #00B068;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 7px;
  border: none;
  text-decoration: none;
}
#plastic-btn {
  left: 237px;
  bottom: 68px;
  width: 405px;
  height: 41px;
}
#plastic-btn-fr {
  left: 236px;
  bottom: 67px;
  width: 532px;
  height: 40px;
}
#plastic-btn:hover, #plastic-banner #plastic-btn-fr:hover {
  cursor: pointer;
  color: #00B068;
  background-color: #fff;
}

.nav li a {
	font-weight: 400 !important;
}

/* The dropdown container */
.mhsip-dropdown {
  float: left;
  overflow: hidden;
	height: 100%;
}

/* Dropdown button */
.mhsip-dropdown .dropbtn {
	height: 100%;
  border: none;
  outline: none;
  padding: 14px 16px;
	background-color: #ffffff;
  margin: 0; /* Important for vertical align on mobile phones */
	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.5px;

	color: rgba(0, 0, 0, 0.87);
}

.mhsip-dropdown .dropbtn {
	display: flex;
	align-items: center;
}

.mhsip-dropdown .dropbtn p {
	padding: 0;
	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;

	text-align: center;
	letter-spacing: 0.5px;

	color: rgba(0, 0, 0, 0.87);
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .mhsip-dropdown:hover .dropbtn {
/*  background-color: red;*/
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 2px;
}

.navbar a, .mhsip-dropdown .dropbtn img {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.navbar a:hover, .mhsip-dropdown:hover .dropbtn img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}


/* Dropdown content (hidden by default) */
.dropdown-content {
 	display: none;
 	position: absolute;
	margin-left: -16px;
  	min-width: 220px;
/*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	border: 1px solid rgba(0,0,0,.10);
	border-top: none;
 	z-index: 100;
/*	height: 200px;*/
	background-color: #ffffff;
	padding: 5px 0px 10px 0px;
	text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
/*	height: 30px;*/
/*	min-height: 40px;*/
	margin: 10px 0px;
	font-weight: 500;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
/*  background-color: #ddd;*/
}

#forms-dropdown {
	margin-left: -460px;
	max-width: 600px;
/*	display: flex;*/
}

#forms-dropdown div {
	width: 50%;
}

#oop-dropdown {
	max-width: 330px;
}

/* Show the dropdown menu on hover */
.mhsip-dropdown:hover .dropdown-content {
	display: block;
}

.mhsip-dropdown:hover #forms-dropdown {
	display: flex;
}


.mhsip-nav-links {
	height: 100%;
	display: flex;
	align-items: center;
}

.mhsip-nav-links a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */

	text-align: left;
	letter-spacing: 0.5px;

	color: rgba(0, 0, 0, 0.87);
	padding: 5px 30px;

/*	height: 100%;*/
	display: flex;
	align-items: center;
}

.mhsip-nav-links .arrow {
	width: 24px;
	margin-left: 2px;
	margin-bottom: 1px;
}

/*
.mhsip-nav-links a:last-of-type {
	padding: 0px 0px 0px 30px;
}
*/










.auto-scrolling-main {
	display: flex;
	width: 100%;
	color: #000000;
	
/*	overflow-x: hidden;*/
}

#mbhealth-logo {
	margin-top: 5px;
	padding: 0px;
}

#mbhealth-logo #mbhealth-nav-img {
	padding: 0px 0px 0px 0px;
}

.mhsip-nav-container {
	display: flex;
	justify-content: center;
	width: calc(100vw - 14px);
	margin-left: calc((100vw - 1034px)/-2);
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	z-index: 20;
}

.mhsip-top-nav {
	height: 65px;
	width: 100%;
	max-width: 1024px;
	display: flex;
	align-items: center;
	justify-content: space-between;
/*	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);*/
}

.mhsip-top-nav a {
	text-decoration: none;
}

.mhsip-top-nav a:hover {
	cursor: pointer;
	text-decoration-thickness: 1.5px;
}

.mhsip-nav-vert-line {
	margin: 0px 28px;
	height: 38px;
	width: 1px;
	background-color: #2C3135;
}

.mhsip-top-nav-left {
	display: flex;
	height: 100%;
	align-items: center;
}



.hsip-head {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.7px;
	color: #000000;
}

.hsip-head #hsip-head-l2 {
	letter-spacing: 1px;
}

#mbh-landing-main {
	display: flex;
	justify-content: center;
	width: calc(100vw - 14px);
	margin-left: calc((100vw - 1034px)/-2);

/*	background-color: rgba(245,246,248,.4);*/
	background-color: #FAFAFA;
}

.auto-scroll-navigation a {
	text-decoration: none;
	color: #000000;
/*	padding: 0px 15px;*/
/*	text-align: center;*/
/*	min-height: 30px;*/
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
}

.auto-scroll-navigation a:hover {
	text-decoration: none;
	color: inherit;
}

.auto-scroll-navigation {
	width: 240px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
/*	border: 1px solid #ccc;*/
    border-radius: 24px;
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
/*	background-color: #EEF0F4;*/
/*	background-color: rgba(238, 240, 244, 0.6);*/
	padding: 20px 0px;
}

.auto-scroll-inner {
/*	margin-left: 270px;*/
	min-height: 60vh;
	width: 100%;
	max-width: 1024px;
/*	max-width: 774px;*/
	padding-bottom: 0px;
/*	width: 1500px;*/
}

.auto-scroll-inner h2 {
	font-weight: bold; 
	font-size: 28px;
	letter-spacing: 1px;
	margin: 30px 0px 10px 0px;
}

.nav-active {
/*	background-color: #337ab7;*/
	background-color: #0E62DE;
	color: #ffffff;
}
.nav-active a {
	color: #ffffff;
}

.nav-active a:visited {
	color: #ffffff;
}

.nav-containers {
	min-height: 30px;
	height: 100%;
/*	width: 178px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
/*	padding: 5px 15px;*/
	line-height: 18px;
/*	border-radius: 6px;*/
}

.sticky {
  position: fixed;
  top: 20px;
/*  width: 100%;*/
}

.nav-sub-heading {
	padding-left: 30px;
	font-size: 13px;
	
}

.coverage-content {
	margin-top: 50px;
}

.coverage-content p {
	font-size: 16px;
	line-height: 160%;
	padding: 0px;
}

#eligibility-content p {
	line-height: 200%;
}

.inline-span {
	display: flex;
/*	align-items: center;*/
}
.inline-span p {
	margin-left: 10px;
}



.mbh-h1 {
	font-size: 30px;
	font-weight: 600;
	color: #2C3135;
	letter-spacing: 0.5px;
	line-height: 120%;
	margin-top: 10px;
}

.mbh-landing-h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
/*	font-size: 48px;*/
	font-size: 36px;
	line-height: 150%;
	
	text-align: center;
	letter-spacing: -0.7px;

	color: rgba(0, 0, 0, 0.87);
/*	text-align: left;*/
	margin-top: 40px;
}

.h1-small {
	font-weight: 600;
	font-size: 28px;
	line-height: 100.02%;
	letter-spacing: -0.7px;
	color: rgba(0, 0, 0, 0.87);
}

.h1-large {
	font-weight: 600;
	font-size: 48px;
	line-height: 100.02%;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.87);
}

.mbh-landing-desc {
	width: 100%;
	display: flex; 
	justify-content: center;
}

.mbh-landing-desc p {
/*	margin: 0px 150px;*/
	font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 12px 0px 40px 0px;
    color: rgba(0,0,0,1);
	max-width: 880px;
	text-align: center;
}

.green-banner {
	width: 60px;
	height: 5px;
	background-color: #DA54CD;
	opacity: 0.8;
	margin: 30px 0px 10px 0px;
}

.top-banner {
	color: #DA54CD;
	margin: 30px 0px 15px 0px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.top-banner:visited {
	color: #DA54CD;
	margin: 30px 0px 15px 0px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.top-banner:hover {
	cursor: pointer; 
	text-decoration-thickness: 2px;
	color: #2C3135;
}

.mobile-br {
	display: none;
}

.green-bullet {
	min-width: 9px; 
	height: 9px;
	background-color: #057D3E;
	opacity: 0.7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 12px;
}

.red-bullet {
	min-width: 9px; 
	height: 9px;
	background-color: #FF0000;
	opacity: 0.7;
	border-radius: 5px;
	display: inline-block;
	margin-top: 12px;
}

.health-card-tiles {
	margin: 0px 0px 50px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.health-tile {
	box-sizing: border-box;
	width: 325px;
	height: 132px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.16);

	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-bottom: 28px;
	
	transition: all 0.1s ease-in-out;
}
.health-tile:hover {
	cursor: pointer;
	
/*	box-shadow: 0 6px 18px rgba(0,0,0,0.20), 0 2px 2px rgba(0,0,0,0.15);*/
	box-shadow: 0 6px 14px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.20);

}

.tile-p-wrapper {
	
}

.tile-image {
/*	width: 85px;*/
	max-width: 90px;
	height: 100%;
	max-height: 60px;
	margin-bottom: 5px;
	margin-top: 0px;
/*	position: absolute;*/
}

.health-tile a {
	text-align: center;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	display: flex;
/*	flex-direction: column;*/
/*	justify-content: space-between;*/
	justify-content: center;
	align-items: center;
	color: #002175;
/*	position: relative;*/
}

.health-tile a:hover {
/*	color: #002175;*/
	text-decoration: none;
/*	text-decoration-thickness: 1px;*/
}

.tile-p-wrapper {
/*	height: 30px;*/
	width: 60%;
	display: flex;
	align-items: center;
	margin-left: 20px;
/*	justify-content: center;*/
}

.tile-image-wrapper {
/*	height: 100%;*/
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tile-image-wrapper .tile-image {
/*	width: 100%;*/
}

.health-tile p {
/*	text-align: center;*/
	text-align: left;
	text-decoration: none;
	padding-bottom: 0px;
	
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	letter-spacing: 0.5px;

	color: #001423;
/*	color: rgba(0,30,60,0.87);*/
/*	color: rgba(44,49,53,0.87);*/
}



.mbh-hr {
	width: 370px;
/*	color: #DA54CD;*/
	border: none; 
	height: 2px;
	background-color: #DA54CD;
	margin: 50px auto;
}


#send-to-top {
	background-color: #27A448;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	font-weight: bolder;
	font-size: 20px;
	position: fixed;
	bottom: 100px;
	right: 0px;
	width: 30px;
	height: 30px;
}

#send-to-top:hover {
	cursor: pointer;
}

/*
.health-coverage-tiles {
	display: grid;
	grid-template-columns: repeat(3);
	grid-template-rows: 1fr 1fr;
	width: 100%;
	height: 200px;
	border-collapse: collapse;
}
*/

.health-coverage-tiles {
	display: flex;
	width: 100%;
	height: 600px;
	flex-wrap: wrap;
	margin: 30px 0px 100px 0px;
}

.hct-tile {
/*	border: 1px solid #000000;*/
	background-color: rgba(238,240,244,.4);
	width: 32%;
	margin: 5px;
	position: relative;
/*	justify-content: center;*/
}

.hct-tile a {
	text-decoration: none; 
	font-size: 22px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 140%;
	display: flex;
	align-items: center;
	padding: 20px;
	color: #ffffff;
	background-color: rgba(44,49,53,.7);
}
.hct-tile a:hover {
	text-decoration-thickness: 2px;
	color: #ffffff;
	text-decoration: underline;
}

.hct-tile a:visited {
	color: #ffffff; 
}

.tile-arrow {
	position: absolute;
	top: 75%;
	left: 18px;
}

.addthis_inline_share_toolbox {
	display: none;
}

.mbh-footer-container {
	display: flex;
	justify-content: center;
	width: calc(100vw - 14px);
	margin-left: calc((100vw - 1034px)/-2);
/*	background-color: rgba(245,246,248,.3);*/
	background-color: #FAFAFA;
	margin-top: 100px;
	padding: 20px 0px 20px 0px;	
}

#mbh-mhsip-footer {
	margin-top: 0px;
/*	padding-top: 60px;*/
}

#mbh-landing-footer {
	margin-top: 60px;
	padding-top: 0px;
}

.mb-health-coverage-footer {
	width: 100%;
	max-width: 1024px;
/*	height: 300px;*/
	margin: 20px 0px;
	padding: 20px 5px;

/*	display: grid;*/
/*	grid-template-columns: 1fr;*/
/*	grid-template-rows: 1fr;*/
/*	grid-template-columns: 340px 400px 260px;*/
/*	grid-template-rows: 120px 120px;*/
	
	display: flex;
	justify-content: space-between;
}

.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: 1px;
	text-decoration-color: rgba(0,0,0,0.4);
	text-underline-offset: 3px;
}
.mb-health-coverage-footer .footer-section1 a:hover {
	cursor: pointer;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}

.footer-section1 {
	min-width: 240px;
	margin-top: 0px;
/*	background-color: aqua;*/
/*	border-right: 1px solid rgba(0,0,0,.2);*/
}

.footer-section1 p {
/*
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: rgba(0,0,0,.87);
*/
	
	font-weight: 600;
	padding: 0;
}

.footer-section2 {
	margin-left: 20px;
	margin-top: -3px;
/*	border-right: 1px solid rgba(0,0,0,.2);*/
/*	background-color: pink;*/
}

.footer-section3 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start:1;
	grid-row-end: 2;
	margin-left: 20px;
/*	background-color: green;*/
}

.footer-section4 {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start:2;
	grid-row-end: 3;
/*	background-color: yellow;*/
	margin: 0px 20px;
/*	text-align: center;*/
	display: flex;
	flex-direction: column;
/*	align-items: center;*/
	justify-content: flex-end;
}



.mbh-full {
	width: 100%;
}

.mbh-sub-heading {
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
}


/*
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 {
	display: none;
}


.underline {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.reg-steps {
	display: flex;
	margin-top: 60px;
	margin-bottom: 20px;
}

.reg-steps h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #2C3135;
}

.reg-steps p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: #2C3135;
}

.reg-steps li {
	margin: 5px 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2C3135;
}

.reg-steps #reg-ul1 {
	padding: 0px 0px 0px 20px;
	margin: 0;
}
#reg-ul1 li:first-of-type {
	margin-top: 0px;
}
.reg-steps #reg-ul2 {
	padding: 0px 0px 0px 20px;
	margin: 0;
}
#reg-ul2 li:first-of-type {
	margin-top: 0px;
}

.large-numbers {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	background-color: #27A448;
/*	color: #27A448;*/
/*	border: 3px solid #27A448;*/
	border-radius: 50px;
	min-width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 33px;
}

#register-sub {
/*	color:#27A448;*/
/*	color: #068443;*/
	font-weight: 500;
	font-size: 20px;
}

.template-mid-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 60px;
}

.template-mid-content .reg-steps {
	width: 100%;
	max-width: 800px;
}

.template-column-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 100px;
}

.template-column-middle .tcm-inner {
	max-width: 820px;
}

.template-column-middle .tcm-inner p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	color: rgba(0,0,0,0.87);
}

.numbered-span p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-top: 10px;
}


.docs-list {
	margin-left: 100px;
}


.mbh-content-section {
/*	min-height: 300px;*/
}

#currently-processing {
	margin: 50px 0px 50px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#currently-processing h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 0.87);
  margin-bottom: 10px;
}

#currently-processing #cph {
	padding: 0;
}

#currently-processing .pc-in {
	display: flex; 
	flex-direction: column;
	height: 170px;
/*	justify-content: space-between;*/
/*	width: 280px;*/
}

#currently-processing .times {
	margin-top: auto;
  font-size: 16px;
}

#currently-processing .vert-line {
	width: 1px;
/*	height: 100px;*/
	height: 150px;
	background-color: rgba(44,49,53,0.4);
}

#currently-processing #process-container {
	margin-top: 40px;
	display: flex;
	width: 1025px;
/*	max-width: 915px;*/
	justify-content: space-between;
	align-items: center;
}

#currently-processing p:not(#process-container *) {
/*	font-family: 'Open Sans';*/
	font-style: normal;
  font-size: 17px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 1.125em;
  letter-spacing: .125px;
  padding: 0;
/*	text-align: left;*/
/*	font-weight: 500;*/
/*	color: rgba(44,49,53,0.8);*/
}

#currently-processing .p-align {
	color: rgba(0,0,0,0.87);
	margin-bottom: 0px;
	padding: 0px;
	
	font-size: 17px;
	font-weight: 500;
	min-height: 2.7em;
}

#currently-processing .p-large {
	font-size: 28px;
	font-weight: 600;
	padding: 0px;
	color: #27A448;
	margin-bottom: 5px;
}

#currently-processing .p-med {
	font-size: 24px;
	font-weight: 400;
	padding: 0px;
}

#currently-processing #last-updated {
	color: rgba(0,0,0,0.6);
	margin-top: 60px;
}

.temp-leave-grid {
	display: grid;
	grid-template-columns: 375px 375px;
	grid-template-rows: 140px 140px;
	grid-gap: 20px;
}

.moving-temp-tile {
/*
	width: 375px;
	height: 140px;
*/
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid rgba(78,80,82,.7);
	border-radius: 10px;
}

.moving-temp-tile a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
	text-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.moving-temp-tile a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}


/*
.container {
	background-color: rgba(245,246,248,.3);
}*/

.default-header {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.content .introduction {
	width: 0px;
}

#mb-health-card-img {
/*	max-width: 100%;*/
}

#yourhealthcard-content {
	display: flex;
}

.yhc-inner1 {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 10px;
}

.yhc-inner2 {
	width: 60%;
}


.mobile-menu-container {
	display: none;
}

.sticky-nav {
  position: fixed;
  top: 0;
	width: 100%;
}

.sticky-nav + .auto-scrolling-main {
	padding-top: 60px;
}


.hs1 {
	font-size: 30px;
	font-weight: 600;
}

.middle-align {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 100px 80px 100px;
}

.hospital-icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	margin-top: 40px;
}

.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;
}


.mhsip-breadcrumb {
	margin-top: 20px;
	padding-left: 5px;
}

.mhsip-breadcrumb a {
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;

	letter-spacing: 0.5px;

	color: rgba(0, 0, 0, 0.8);
}
.mhsip-breadcrumb a:visited {
	color: rgba(0, 0, 0, 0.8);
}

.mhsip-breadcrumb .mhsip-bc-sep {
	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.8);
}

.mhsip-breadcrumb .mhsip-bc-active {
/*	color: rgba(0, 0, 0, 0.7);*/
}

#mhsip-landing-breadcrumb {
	display: flex;
	justify-content: center;
	margin: 0;
	padding-top: 20px;
	width: calc(100vw - 14px);
	margin-left: calc((100vw - 1034px)/-2);
/*	background-color: rgba(245, 246, 248, 0.4);*/
	background-color: rgba(245,246,248,.4);
}

.mhsip-breadcrumb .mhsip-bc-inner {
	width: 100%;
	max-width: 1024px; 
}


@media only screen and (max-width: 1050px) {
	
	.addthis_inline_share_toolbox {
		display: none;
	}
	
  	.mhsip-nav-container {
		width: calc(100vw - 18px);
/*		width: 100vw;*/
		margin-left: -9px;
		overflow-x: hidden;
	}
	
	#mhsip-landing-breadcrumb {
		width: calc(100vw - 18px);
		margin-left: -9px;
		padding-left: 10px;
	}
	
	#mbh-landing-main {
		width: calc(100vw - 18px);
		margin-left: -9px;
		padding: 15px;
	}
	
	.mbh-landing-h1 {
		margin-top: 40px;
		line-height: 120%;
		margin-bottom: 30px;
	}
	
	.mbh-footer-container {
		width: calc(100vw - 18px);
		margin-left: -10px;
	}
	
	.mb-health-coverage-footer {
		width: 100%;
		height: 100%;
		margin: 20px 0px;
		padding: 20px;
	}
	
	#currently-processing {
		margin-left: 0px;
	}
	
	.health-card-tiles {
		margin: 0px 0px 50px 0px;
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		width: 100%;
	}

	.health-tile {
		box-sizing: border-box;
		width: 325px;
		height: 132px;
		border-radius: 8px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.16);

		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #ffffff;
		margin-bottom: 0px;

		transition: all 0.2s ease-in-out;
	}
	
	
	
	#currently-processing {
		margin: 50px 0px 50px 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	#currently-processing h2 {
		font-weight: 600;
		font-size: 22px;
		line-height: 130%;
		letter-spacing: 0px;
		color: rgba(0, 0, 0, 0.87);
		text-align: center;
	}

	#currently-processing #cph {
		padding: 0;
	}

	#currently-processing .pc-in {
		display: flex; 
		flex-direction: column;
		height: 100%;
	/*	justify-content: space-between;*/
		width: 320px;
	}

	#currently-processing .times {
		margin-top: auto;
	}

	#currently-processing .vert-line {
		width: 1px;
	/*	height: 100px;*/
		height: 150px;
		background-color: rgba(44,49,53,0.4);
		display: none;
	}

	#currently-processing #process-container {
		margin-top: 40px;
		display: flex;
		min-width: 100%;
		width: 100%;
	/*	max-width: 915px;*/
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 80px;
	}

	#currently-processing p {
	/*	font-family: 'Open Sans';*/
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
	/*	text-align: left;*/
	/*	font-weight: 500;*/
		color: rgba(44,49,53,0.8);
	}

	#currently-processing .p-align {
		color: rgba(0,0,0,0.87);
		margin-bottom: 0px;
		padding: 0px;

		font-size: 17px;
		font-weight: 500;
		min-height: 2.7em;
	}

	#currently-processing .p-large {
		font-size: 28px;
		font-weight: 600;
		padding: 0px;
		color: #27A448;
		margin-bottom: 5px;
	}

	#currently-processing .p-med {
		font-size: 24px;
		font-weight: 400;
		padding: 0px;
	}
}



@media only screen and (max-width: 1030px) {
  #main-content #plastic-img-fr {
    display: none;
  }
  #main-content #plastic-img-med-fr {
    display: block;
    padding: 0;
    object-fit: cover;
    object-position: 0% 0%;
  }
  #plastic-banner {
    height: fit-content;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 860px) {
  #main-content #plastic-img {
    display: none;
  }
  #main-content #plastic-img-med {
    display: block;
    padding: 0;
  }
  #plastic-banner {
    height: fit-content;
    display: flex;
    justify-content: center;
  }
	.mhsip-nav-links {
		display: none;
		flex-direction: column;
		align-items: flex-start;
/*		justify-content: center;*/
		width: 100%;
		margin-top: 60px;
/*		margin-top: 20px;*/
		height: 100vh;
		background-color: white;
		z-index: 50;
	}
	
	.mhsip-nav-links .arrow {
		display: none;
	}
	
	.mhsip-dropdown {
/*		height: 100%;*/
		width: 100%;
	}
	
	.mhsip-dropdown .dropbtn {
/*		position: absolute;*/
		position: static;
		height: 30px;
		width: 100%;
		border: none;
		outline: none;
		padding: 0px 7px;
		background-color: #ffffff;
		margin: 0;
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		letter-spacing: 0.5px;
		color: rgba(0, 0, 0, 0.87);
	}
	
	.dropdown-content {
		display: block;
		position: static;
		height: 100%;
		margin-left: 0px;
		min-width: 220px;
		width: 100%;
		border: none;
		border-top: none;
		z-index: 100;
		background-color: #ffffff;
		padding: 5px 0px 10px 0px;
		text-align: left;
	}
	
	.mhsip-top-nav {
		padding: 10px;
		height: 100%;
/*		height: 100vh;*/
		width: 100%;
/*		max-width: 1024px;*/
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		/* box-shadow: 0px 0px 4px rgb(0 0 0 / 25%); */
	}
	
	.mobile-menu-container {
		display: flex;
		align-items: center;
		padding: 10px;
	}
	
	.mhsip-top-nav-left {
		display: flex;
		height: 60px;
		align-items: center;
		width: 100%;
	}
	
	.mobile-menu-container {
		margin-left: auto;
	}
	
	.mobile-menu-container .menu-btn:hover {
		cursor: pointer;
	}
	
	#mbh-menu-close {
		display: none;
	}
	
	#mbh-mobile-menu-button {
		display: block;
	}
	
	
  	.health-card-tiles {
		margin: 0px 0px 50px 0px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.health-tile {
		width: 45%;
/*		height: 215px;*/
		margin: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #ffffff;
	}
	
	
	
	
	.middle-align {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0px;
	}

	.hospital-icons {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 40px;
	}
	
	#currently-processing {
/*		margin: 60px 0px 80px 0px;*/
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px 10px;
	}
	
	#currently-processing h2 {
		font-size: 22px;
		line-height: 135%;
		margin-bottom: 60px;
		letter-spacing: 0px;
		text-align: left;
/*		font-weight: 500;*/
	}
	
	#currently-processing #cp-head {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	
	#currently-processing .cp-break {
		display: none;
	}
	
	.mobile-br {
		display: block;
	}
	
	#currently-processing .pc-in {
		width: 100%;
		height: 100%;
	}
	
	#currently-processing #process-container {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 915px;
		justify-content: space-between;
		align-items: center;
	}
	
	#currently-processing .vert-line {
		width: 100%;
		height: 1px;
		margin: 50px 0px;
		background-color: rgba(44,49,53,0.4);
	}
	
	#currently-processing .p-large {
		font-size: 26px;
		margin-bottom: 10px;
	}
	
	#currently-processing .p-align {
		font-size: 20px;
		line-height: 126%;
		margin-bottom: 0px;
		min-width: 100%;
	}
	
	#currently-processing .pc-in-title {
		width: 100%;
	}
	
	#currently-processing .times {
		color: #2C3135;
	}
	
	#currently-processing #cp-disclaimer {
		text-align: left;
	}
	
	#currently-processing #last-updated {
		text-align: left;
	}
	
	
	.template-mid-content .reg-steps {
		width: 100%;
		max-width: 800px;
		flex-direction: column;
	}
	
	.large-numbers {
		max-width: 55px;
		margin-bottom: 20px;
	}
	
	#register-h1 {
/*		text-align: center;*/
	}

}

@media only screen and (max-width: 545px) {
  #main-content #plastic-img-med, #main-content #plastic-img-med-fr {
    display: none;
  }
  #main-content #plastic-img-mobile, #main-content #plastic-img-mobile-fr {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
	.health-tile {
/*		width: 238px;*/
		width: 100%;
/*		height: 215px;*/
		margin: 0px 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #ffffff;
	}
	
	.mhsip-top-nav {
		padding: 10px 10px 10px 15px;
	}
	
	.addthis_inline_share_toolbox {
		display: block;
		margin-top: -100px;
		padding-bottom: 40px;
		margin-left: 10px;
		width: 150px;
	}
	
	.mb-health-coverage-footer {
		width: 100%;
		max-width: 795px;
	/*	height: 300px;*/
		margin: 20px 0px;
		margin-left: 0px;
		padding: 20px;
		padding-bottom: 100px;

		display: flex;
		flex-direction: column;
		gap: 50px;
	}
	
	
	.mhsip-nav-container {
/*		width: calc(100vw - 1px);*/
		width: calc(100vw - 20px);
		margin: auto;
/*		width: 100vw;*/
/*		margin-left: -10px;*/
/*		overflow-x: hidden;*/
	}
	
	#mhsip-landing-breadcrumb {
		width: calc(100vw - 20px);
		margin-left: -10px;
		padding-left: 10px;
	}
	
	#mbh-landing-main {
		width: calc(100vw - 20px);
		margin-left: -10px;
		padding: 10px;
	}
	
	.mbh-landing-desc p {
		text-align: left;
		margin: 0px 0px 40px 0px;
	}
	
	.mbh-landing-h1 {
		margin-top: 20px;
		line-height: 110%;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.mbh-footer-container {
		
/*		margin: 0;*/
	}
	
	.footer-section2 {
		margin: 0;
	}
	
	#currently-processing .vert-line {
		display: block;
		width: 100%;
		max-height: 1px;
		margin: 0px;
		background-color: rgba(44,49,53,0.2);
	}
	
	#currently-processing #process-container {
		gap: 40px;
	}
	
	.health-card-tiles {
		gap: 10px;
	}
	
}

