.table-hover tbody tr:focus-within {
	color: #212529;
	background-color: rgba(0,0,0,.075);
}
.table-slanted-headings thead th {
	position: sticky;
	top: 75px;
	z-index: 10;
}
.table-slanted-headings thead th:nth-child(2) {
	background: #fff;
	z-index: 11;
}
.table-slanted-headings thead th:nth-child(1), .table-slanted-headings thead th:nth-child(3) {
	background-color: #fff;
}
.table-slanted-headings thead th:nth-child(1) {
	box-shadow: inset 0 -1px 0 #ddd;
}
.table-slanted-headings {
  border-collapse: collapse;
}
.table-slanted-headings td {
  width: 30px;
}
.table-slanted-headings th {
  border-top: 0;
}
.table-slanted-headings td {
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
}
.table-slanted-headings th.rotate {
	height: 120px;
/* 	width: 4rem; */
/* 	min-width: 4rem; */
/* 	max-width: 4rem; */
/*	position: relative;*/
	vertical-align: bottom;
	padding: 0;
	font-size: 1.5rem;
	/* line-height: 0.8; */
	border-top: 0;
}
.table-slanted-headings th.rotate > div {
	position: relative;
	top: 0px;
	left: 60px;
	height: 100%;
	max-width: 100%;
	-ms-transform: skew(-45deg,0deg);
	-moz-transform: skew(-45deg,0deg);
	-webkit-transform: skew(-45deg,0deg);
	-o-transform: skew(-45deg,0deg);
	transform: skew(-45deg,0deg);
	overflow: hidden;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-color: #002d61;
}
.table-slanted-headings th.rotate > div > p {
	-ms-transform: skew(45deg,0deg) rotate(315deg);
	-moz-transform: skew(45deg,0deg) rotate(315deg);
	-webkit-transform: skew(45deg,0deg) rotate(315deg);
	-o-transform: skew(45deg,0deg) rotate(315deg);
	transform: skew(45deg,0deg) rotate(315deg);
	position: absolute;
	bottom: 25px;
	left: 0rem;
	display: inline-block;
	width: 9rem;
	text-align: left;
	font-size: 1.7rem;
	color: #fff;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: normal;
}
.table-help-text {
	font-weight: normal;
	line-height: 1.2;
	font-size: 1.5rem;
}
.table-slanted-headings th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  width: 10%;
}
.table-slanted-headings .product-heading .armor {
    color: #002d61;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.table-slanted-headings .product-heading h3 {
    line-height: 1.3;
    font-size: 3.5rem;
    color: #002d61;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 0;
}
.table-slanted-headings tbody tr td {
  max-width: 50px;
}
.table-slanted-headings a {
  color: #002d61;
}
.table-slanted-headings a.tech-sheet-download {
  font-size: 1.25rem;
}
a {
  color: #002d61;
}
.tech-sheet-download:focus {
	color: #0056b3;
	/* border: 5px solid #fff; */
}
table.table-header-rotated {
  box-sizing: border-box;
  border-collapse: collapse;
}
.table-header-rotated thead th {
  border: 0;
}
 .table-header-rotated tr, .table-header-rotated td, .table-header-rotated th {
  border: 1px solid #ddd;
  position: relative;
  padding: 10px;
}
.table-header-rotated th span {
  transform-origin: 0 50%;
  transform: rotate(-45deg); 
  white-space: nowrap; 
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.table-header-rotated thead th span {
  font-size: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.table-header-rotated thead th {
  border-top: 0;
}
.table-slanted-headings tbody tr td {
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 1rem .5rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.table-slanted-headings .border-none {
  border: 0 !important;
}
.trait-select-form .form-check-inline {
  padding-left: 0;
}
.product-heading {
  position: relative;
  padding: .5rem 0;
}
.table-slanted-headings a i {
	font-size: 3rem;
	margin-top: .5rem;
}
.modal-title {
  color: #002d61 !important;
}
.product-table tbody th.modal-attribute-heading {
  background-color: #002d61;
  color: #fff !important;
}
.product-btn {
  font-size: 3rem !important;
  position: relative;
}
small {
  color: #060606;
}
.trait-select-form {
  background-color: #f6f6f6;
}
.trait-select-form label.form-check-label {
	font-size: 1.8rem !important;
	margin-left: 1rem;
}
.trait-container {
	margin-left: 1rem;
	padding: 1rem 1.5rem !important;
	background: #ddd;
	color: #fff;
	width: calc(32% - 2rem);
	margin-bottom: 2rem;
}
.text-hide {
    margin-bottom: 0;
}




/* Medium Small devices (portrait phones, 375px and up)*/
@media (min-width: 375px) {

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.trait-container {
	width: auto;
	margin-bottom: 0rem;
}
.table-slanted-headings th.rotate > div > p {
	left: -1.5rem;
}
.table-slanted-headings thead th {
	top: 63px;
}
.table-slanted-headings tbody tr td {
  font-size: 1.3rem;
}
.trait-help-box {
	font-size: 1.1rem;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.table-slanted-headings th.rotate > div > p {
	left: -1rem;
}
.table-slanted-headings thead th {
	top: 74px;
}
.table-slanted-headings tbody tr td {
  font-size: 1.5rem;
}
.trait-help-box {
	font-size: 1.3rem;
}
}

/* Extra Extra large devices (larger desktops, 1520px and up)*/
@media (min-width: 1520px) {
.table-slanted-headings th.rotate > div > p {
	left: 0rem;
}
.table-slanted-headings thead th {
	top: 75px;
}
.trait-help-box {
	font-size: 1.6rem;
}
}

/* Above max size (larger than 1920px screens)*/
@media (min-width: 1920px) {

}