/* For ITPSTS-936 these were created to try to return to the old style so the might not be needed or may need to be altered */
.footerLinks {
	color: #163a56;
	text-decoration: none;
}
.footerIcons {
	text-decoration: none;
	border: 0;
	width: 16px;
	height: 16px;
	padding: 2px;
	margin: 2px;
	color: #ffffff;
	border-radius: 35%;
	background-color: #183957;
}
/* This next is to override bootstrap.min.css's settings */
/*
*,
::after,
::before {
	box-sizing: content-box;
}
*/
* {
	-webkit-box-sizing: unset;
	box-sizing: unset;
}
.button_link,
.button_link:hover {
	text-decoration: none;
}
a.button_link {
	color: #222222;
}
h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.catalog_card {
	box-sizing: content-box;
}
label {
	display: inherit;
}
/*
input[type="radio"] {
	transform: initial;
}
*/
