.sky-light-shadow {
	box-shadow: -1rem 1rem #B6E2F5;
}

.sky-lightest-shadow {
	box-shadow: -1rem 1rem #DCF2FC;
}

.bg-sky-light {
	background-color: #B6E2F5;
}

.bg-sky-lightest {
	background-color: #DCF2FC;
}

.bottom-right-icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bg-absolute-grid {
	background: url(/modules/contrib/tttb_brand_update/images/grid-repeat-right-double.svg) repeat;
  height: 93px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--color-blue);
  position: absolute;
  background-size: 24px;
  width: 100%;
}

.bg-absolute-grid:before {
	content: "";
	background: url(/modules/contrib/tttb_brand_update/images/grid-repeat-right-double.svg) space;
	height: 100%;
	width: 24px;
	background-size: 24px;
}

.bg-absolute-red-code {
	background: url(/modules/contrib/tttb_brand_update/images/code-circles-bg-light-red-thin.svg) space;
  height: 93px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--color-blue);
  position: absolute;
  background-size: 24px;
  width: 100%;
}

.bg-tetris:before {
	content: "";
	margin: -3.05rem 0rem 0 -1rem;
	background: url(/modules/contrib/tttb_brand_update/images/tetris-right.svg) no-repeat;
	width: 7rem;
	height: 10.5rem;
	transform: rotate(180deg);
	display: block;
	position: absolute;
}

.bg-tetris:after {
	content: "";
	margin: -5.8rem 2.6rem 0 0rem;
	background: url(/modules/contrib/tttb_brand_update/images/tetris-left.svg) no-repeat;
	width: 7rem;
	height: 10.5rem;
	transform: rotate(270deg);
	display: block;
	position: absolute;
	right: 0;
}


.bg-tetris:has(> img):before{
	margin: -1rem 0rem 0 -1rem;
}

.bg-tetris:has(> img):after{
	margin: -8rem 1.5rem 0 0rem;
}

.brochure-two-col-list {
	column-count:2;
	column-gap:20px;
}

.bg-gray-grid:before {
	content: '';
  left: -10rem;
  position: absolute;
  width: 41rem;
  height: 20rem;
  background: url(/modules/contrib/tttb_brand_update/images/gray-grid.png) no-repeat;
  top: -3rem;
  background-size: cover;
}

.red-block {
    position:absolute;
    z-index: 2;
    width: 50%;
    top: 25%;
}

.software-list {
	padding: .75rem 0 .75rem 0;
}

.bg-blue-shadow-grid {
	background: url(/sites/engr/files/images/2026/brochure/wireFrameBG.png) no-repeat;
	background-position: center;
	background-size: 90%;
}

.blue-square-corners {
	height: 0px;
	width: 100%;
}

.blue-square-corners:before {
	content: '';
  height: 1rem;
  width: 1rem;
  display: block;
  background-color: #0051ba;
  z-index: 2;
  position: absolute;
}

.blue-square-corners:after {
	content: '';
  height: 1rem;
  width: 1rem;
  display: block;
  background-color: #0051ba;
  z-index: 2;
  position: absolute;
}

.blue-square-corners.lead:before {
	top: -.5rem;
	left: -.5rem;
}

.blue-square-corners.lead.for-img:before {
	left: .5rem;
}

.blue-square-corners.lead:after {
	top: -.5rem;
	right: -.5rem;
}

.blue-square-corners.lead.for-img:after {
	right: .5rem;	
}

.blue-square-corners.follow:before {
	bottom: -.5rem;
	left: -.5rem;
}

.blue-square-corners.follow.for-img:before {
	left: .5rem;	
}

.blue-square-corners.follow:after {
	bottom: -.5rem;
	right: -.5rem;
}

.blue-square-corners.follow.for-img:after {
	right: .5rem;	
}

.bg-blue-grid {
	position: relative;
	margin-bottom: 9rem !important;
}

.bg-blue-grid:after {
	content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 197px;
  background: url(/sites/engr/files/images/2026/brochure/blueGridNoBg.png) no-repeat;
  z-index: -1;
  bottom: -8.25rem;
  background-position: center;
}

.brochure-h1 {
	font-size: 3.98625rem;
  line-height: 3.5625rem;
  font-family: "moret-variable", serif !important;
  font-weight: 500;
  font-style: normal;
}

.brochure-h3 {
  font-size: 2.07375rem;
  line-height: 3rem;
  font-family: "moret-variable", serif !important;
  font-weight: 900;
  font-style: normal;
}

.brochure-h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 600;
  /*font-family: var(--tttb-font-family-sans-serif);*/
}

.ku-blue {
	color: #0051ba;
}