@charset "ISO-8859-1";
/* use to hide h1s or h2s you don't want visible to the sighted but read by screen readers */

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

h1.hidden,h2.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.alert-success-overwrite{
	padding: 1.2rem; !important
}

.p-no-margin {
	margin:0; !important
}

.order-summary-margin-bottom {
	margin-bottom: 2rem; !important
}

.order-summary-list-100p-max-width {
	max-width: 100%;!important
}

.button-min-width-none {
	min-width:2rem;!important
}

.ontario-footer-margin-top-1rem {
	margin-top: 1rem; !important
}

.visibility_hidden {
	visibility: hidden; !important
}

.display_none{
	display:none !important;
}

.margin-bottom-alert{
	margin-bottom:1.5rem; 
}

.ontario-alert--custom{
	border-color: #367a76;
    background-color: #f2f2f2;
} 