/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		4.1.4
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

html { font-size: 16px; } 
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }
h1, h2, h3, h4, h5, h6 { font-family: forma-djr-text, sans-serif; font-weight: 800; }
p, li { font-family: forma-djr-text, sans-serif; font-weight: 400; color: #272728; }

.splash-top {
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #151d26;
	background-image: url('images/blue-background.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	box-shadow: 0rem 2rem 4rem #00000054;
	padding-top: 10%;
	padding-bottom: 14%;
	position: relative;
	padding-right: 10%;
	padding-left: calc(8% + 4rem);
}

.st-left-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
	height: 100%;
	background-color: #0e1216;
}

.splash-top img {
	width: 55%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.splash-top p a {
	color: white;
	font-size: 2rem;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 700;
	font-style: normal;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.splash-top p a span {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.splash-top p a:hover {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.splash-top p a:hover span {
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.splash-page .navbar {
	display: none !important;
}

.splash-services {
	width: 50%;
	float: left;
	height: 44vh;
	background-color: #565a5f;
	padding: 2% 4%;
}

.splash-contact {
	width: 100%;
	float: none;
	height: auto;
	background-color: #8695a5;
	padding: 5% 7%;
}

.sc-left {
	width: 40%;
	float: left;
	padding-left: 4%;
	padding-right: 4%;
}

.sc-right {
	width: 60%;
	float: left;
	padding-left: 4%;
	padding-right: 4%;
}

.splash-contact h5 {
	color: #151c25;
	font-family: "forma-djr-text", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
}

ul.serv-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
}

.serv-list > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.875rem 8%;
	border: 0;
	background: #161d27;
	color: white;
	text-align: center;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.serv-list > li span {
	display: block;
	font-size: 1rem;
    color: #8695a5;
    opacity: 1;
}

p.soon {
	margin-top: 0.25rem;
	font-size: 1.5rem;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 700;
	color: #8695a5;
}

p.st-phone {
	position: absolute;
	right: 5%;
	top: 5%;	
}

p.tagline {
	color: #8695a5;
	font-weight: 900;
	font-size: 2.75rem;
	font-family: "forma-djr-text", sans-serif;
}

.splash-top hr {
	border-top: transparent;
	opacity: 0.5;
	width: 100%;
	background-color: white;
	height: 1px;
	margin-top: 0;
}

.splash-info {
	background-color: #dbdbdb;
	padding-top: 7%;
	padding-bottom: 15%;
	padding-left: calc(8% + 4rem);
	padding-right: 45%;
	background-image: url('images/transparent-dark-b.png');
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: 80% 146%;
}

.splash-info h2 {
	font-family: "forma-djr-text", sans-serif;
	font-weight: 900;
	color: #161d27;
	font-size: 2.75rem;
	line-height: 1.1;
	margin-bottom: 1.65rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #161d27;
}

.splash-info p {
	font-family: "forma-djr-text", sans-serif;
	font-weight: 400;
	font-size: 1.4375rem;
	max-width: 80%;
	color: #272728;
}

.splash-info h2 span {
	display: table;
	position: relative;
	z-index: 2;
}

.splash-info h2 span:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 106%;
    height: 108%;
    left: -3%;
    bottom: -7%;
    background-color: #fe7902;
}

.sc-left img {
	width: 80%;
}

p.footer-phone {
	font-family: "forma-djr-text", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: #161d27;
	margin-top: 0.5rem;
}

p.footer-phone a {
	color: #161d27;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

p.footer-phone a:hover {
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

p.footer-phone a:hover span {
	color: #161d27;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.benchmark-header {
	background-color: #151d26;
	border-top: 6px solid #fe7902;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.header-logo img {
	display: table;
	margin-left: 0;
	margin-right: auto;
	max-width: 80%;
}

.header-menu {
	text-align: right;
}

.header-menu ul.benchmark-main-nav {
	list-style-type: none;
	margin-left: 0;
}

.header-menu ul.benchmark-main-nav li {
	display: inline-block;
}

.header-menu ul.benchmark-main-nav li a {
	font-family: forma-djr-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	text-transform: uppercase;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-size: 1.3125rem;
	letter-spacing: 0.75px;
	margin-top: 1.75rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.header-menu ul.benchmark-main-nav li a:hover {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.header-menu ul.benchmark-main-nav li:last-child a {
	margin-right: 0;
}

.home-hero {
	padding-top: 13%;
	padding-bottom: 16%;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-color: #19222c;
}

.hero-inner h5 {
	font-family: forma-djr-display, sans-serif;
	font-weight: 400;
	color: white;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.75rem;
}

.hero-inner h2 {
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	color: white;
	margin-bottom: 0;
}

.hero-inner p {
	margin-bottom: 0;
}

.hero-inner img {
	max-width: 1369px;
	display: table;
	margin: 0 auto;
	width: 72%;
}

.home-info-text {
	background-color: #778593;
	background-size: cover;
	background-position: center center;
	padding-top: 7%;
	padding-bottom: 8%;
}

.bench-text h5 {
	font-family: forma-djr-display, sans-serif;
	font-weight: 400;
	color: white;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.75rem;
	font-size: 1.0625rem;
	background-color: #151d26;
	padding-top: 0.5rem;
	padding-bottom: 0.625rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	display: table;
}

.bench-text h2, .bench-text h1 {
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	color: white;
	font-size: 3rem;
	padding-bottom: 1rem;
	line-height: 1.2;
	border-bottom: 0.25rem solid #151d26;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.bench-text p {
	font-family: forma-djr-text, sans-serif;
	font-weight: 400;
	font-size: 1.3875rem;
	color: white;
}

button {
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 1.75rem;
	padding-top: 0.75rem;
	padding-bottom: 1.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	background-color: #151d26;
	margin-left: 1.5rem;
	position: relative;
	border: 0;
	text-transform: uppercase;
	line-height: 1.0;
	margin-top: 1rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:before {
	position: absolute;
	left: -1.5rem;
	top: 0;
	width: 1rem;
	height: 100%;
	background-color: #fe7902;
	content: " ";
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:hover {
	color: #fe7902;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:hover:before {
	width: 1.5rem;
	background-color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.nav-tabs {
	width: 50%;
	float: left;
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
}

ul.nav-tabs li {
	display: block;
	width: 100%;
	border-radius: 0;
}

ul.nav-tabs li .nav-link {
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 2.5rem;	
	text-transform: uppercase;
	color: white;
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
	background-color: #fe7902;
	position: relative;
	padding-right: 1rem;
	padding-left:6rem;
}

ul.nav-tabs li .nav-link:after {
	content: " ";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 1rem;
	height: 1.5rem;
	left: 50px;
	top: 57px;
	background-color: white;
	display: inline-block;
	position: absolute;
}

div.tab-content {
	width: 50%;
	float: left;
	background-color: #151d26;
	background-image: url('images/tab-content-bg.jpg');
	background-size: cover;
	background-position: right bottom;
}

.tab-pane {
	padding-top: 5.5rem;
	padding-right: 10%;
	padding-left: 6%;
}

.tab-pane h3 {
	color: white;
	background-color: #8695a5;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 2.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: table;
	margin-right: auto;
	margin-bottom: 1.75rem;
	text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: transparent;
	border: 0;
	border-radius: 0;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.nav-tabs li .nav-link.active {
	color: white;
	background-color: #151d26;
}

ul.nav-tabs li .nav-link.active:after {
	background-color: #fe7902;
}

.trusted-across-industries {
	background-size: cover;
	background-position: center center;
	background-image: url('images/trusted-across-industries-background.jpg');
	background-color: white;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: calc(3% + 2rem);
	padding-right: calc(3% + 2rem);
}

.tai-inner {
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 25%;
	padding-top: 0;
	border: 0.75rem solid #fe7902;
}

.tai-inner h2, h2.topbarh2 {
	color: white;
	background-color: #fe7902;
	padding-top: 0.75rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-bottom: 2.25rem; 
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0;
	text-align: center;
}

.tai-inner p {
	color: #272728;
	max-width: 86%;
	margin-left: auto;
	margin-right: auto;
}

ul.category-tabs {
	list-style-type: none;
	column-count: 3;
	column-gap: 1rem;
	padding-left: 0;
	margin-top: 2.5rem;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

ul.category-tabs li {
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 1.25rem;
	background-color: #151d26;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

ul.category-tabs li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	height: 0.25rem;
	width: 0%;
	background-color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.category-tabs li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	height: 0.25rem;
	width: 0%;
	background-color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.category-tabs li:hover:before, ul.category-tabs li:hover:after {
	width: 100%;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.category-tabs a {
	text-decoration: none;
}

.footer {
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #151d26;
	border-bottom: 0.5rem solid #fe7902;
	background-image: url('images/footer-bg.jpg');
	background-size: cover;
	background-position: center center;
}

.footer-contact p {
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 1.3875rem;
	position: relative;
	padding-left: 5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.footer-contact p:after {
	content: " ";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 0.75rem;
	height: 1rem;
	left: 2.25rem;
	top: 0.5rem;
	background-color: #fe7902;
	display: inline-block;
	position: absolute;
}

ul.benchmark-footer-nav {
	list-style-type: none;
	padding-left: 0;
	column-count: 2;
	column-gap: 1rem;
}

ul.benchmark-footer-nav li a, a.subbutton {
	font-size: 1.825rem;
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.benchmark-footer-nav li a:hover {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.footer-logo img {
	width: 62%;
	margin-left: 16%;
	margin-right: auto;
	display: table;	
}

.footer-nav {
	padding-left: 12%;
}

.nav-opener {
	display: none;
    margin-left: auto;
    margin-right: 0;
    border: 2px solid white;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 30px;
}

.nav-opener i {
	font-size: 1.5rem;
	color: white;
}

ul.benchmark-mobile-nav {
	list-style-type: none;
	padding-left: 0;
}

ul.benchmark-mobile-nav li {
	display: block;
	width: 100%;
}

ul.benchmark-mobile-nav li a {
	font-size: 1.5rem;
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;	
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100;
	right: 0;
	top: 0;
	background-color: #fe7902;
	overflow-x: hidden;
	transition: 0.5s;
    background-image: url(images/b-on-white-02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 110% auto;
}

.overlay-content {
    position: absolute;
    width: 100%;
    text-align: left;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 10%;
    padding-top: 30%;
}

.overlay a {
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.overlay .closebtn {
	position: absolute;
	top: 2rem;
	right: 3rem;
	z-index: 10;
	color: white;
	font-size: 3rem;
}

.subpage-hero h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 6rem;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;	
	color: white;
}

.subpage-hero h5 {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.subpage-hero h5:after {
	content: " ";
	width: calc(100% - 0.75rem);
	height: 1.5px;
	bottom: -1rem;
	left: 0;
	background-color: #fe7902;
	display: inline-block;
	position: absolute;
}

.info-block-standard {
	background-color: white;
	padding-top: 6%;
	padding-bottom: 6%;
	background-size: 40% auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.info-block-standard.bench-text h5 {
	color: white;
	background-color: #fe7902;
}

.info-block-standard.bench-text h2 {
	color: #151d26;
}

.info-block-standard.bench-text p {
	color: #272728;
}

.subpage-hero {
    padding-top: 9%;
    padding-bottom: 11%;
}

.what-sets-us-apart {
	padding-top: 0;
	padding-bottom: 7%;
	background-image: url('images/sets-us-apart-bg.jpg');
	background-size: cover;
	background-position: center center;
	border-top: 0.75rem solid #151d26;
}

.what-sets-us-apart h2.topbarh2 {
	color: white;
	background-color: #151d26;
	margin-bottom: 4.5rem;
}

.sua-block {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3rem;
	background-color: #151d26;
	box-shadow: -1rem 1rem 3rem #00000069;
	padding-top: 4rem;
	padding-bottom: 5.25rem;
	padding-left: 8%;
	padding-right: 8%;
}

.sua-block h3 {
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;	
	color: white;
	position: relative;	
	text-transform: uppercase;
	margin-bottom: 1rem; 
}

.sua-block h3:before {
	content: " ";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 0.75rem;
	height: 1rem;
	left: 0rem;
	top: 0rem;
	background-color: #fe7902;
	display: inline-block;
	position: relative;
	margin-right: 1rem;
}

.sua-block p {
	color: white;
}

.sua-block p:last-child {
	margin-bottom: 0;
}

.leadership-team {
	background-color: #fe7902;
	padding-top: 7%;
	padding-bottom: 7%;
    box-shadow: inset 0rem 3rem 5rem #0000003b;
}

.top-line {
	text-align: center;
}

.leadership-team .top-line {
	text-align: center;
	margin-bottom: 3.5rem;
}

.leadership-team .top-line h5 {
    background-color: #151d26;
    margin-left: auto;
    margin-right: auto;
}

.leadership-team .top-line h2 {
	color: white;
}

.person-block {
	width: 100%;
	background-color: dimgray;
	padding-top: 115%;
	position: relative;
    background-size: cover;
    background-position: center center;
}

.pb-inner {
	position: absolute;
	width: 100%;
	padding-right: 1rem;
	bottom: 12%;
	left: 0;
}

.pb-inner h4 {
	background-color: #151d26;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	color: white;
	padding: 0.5rem 1.75rem 0.75rem 1.75rem;
	margin-bottom: 0;
	display: table;
	text-transform: uppercase; 
}

.pb-inner h6 {
    font-family: forma-djr-display, sans-serif; 
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 5px;
    margin-left: 0.75rem;
    margin-bottom: 0;
    padding: 0.25rem 1rem 0.25rem 1rem;
    background-color: #fe7902;
    color: white;
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: -3px;
}

.info-block-dark {
	background-color: #151d26;
}

.ibsd-img {
	padding-right: 6%;
}

.ibsd-img img {
	width: 100%;
	box-shadow: -1rem 1rem 0rem #fe7902;
}

.info-block-dark.bench-text h5 {
	background-color: #fe7902;
}

.info-block-dark.bench-text h2 {
	color: white;
	border-color: #fe7902;
}

.info-block-dark.bench-text p {
	color: white;
}

.info-block-dark .ibs-inner {
	padding-left: 6%;
}

.call-to-action {
	padding-top: 4.5%;
	padding-bottom: 4.5%;
	text-align: center;
	background-color: white;
}

.top-line h5 {
	margin-left: auto;
	margin-right: auto;
}

.call-to-action.bench-text p {
	color: #272728;
}

.call-to-action.bench-text h2 {
	color: #151d26;
}

.call-to-action.bench-text h5 {
	background-color: #fe7902;
}

.services-blocks {
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #687480;
	background-image: url('images/brushed-steel-texture.jpg');
	background-size: cover;
	background-position: center center;
}

.service-block {
	margin-bottom: 4rem;
	box-shadow: -2rem 2rem 4rem #00000047;
}

.sb-left {
	width: 33%;
	float: left;
	position: relative;
}

.sb-right {
	width: 67%;
	float: left;
	background-color: white;
	padding-top: 3.25rem;
	padding-bottom: 5rem;
	padding-left: 3.5%;
	padding-right: 8%;
	position: relative;
}

.sb-right p {
	color: #272728;
}

.sb-right p:last-child {
	margin-bottom: 0;
}

.sb-right h3 {
    position: relative;
    left: calc(-6% - 10rem);
    top: 0;
    color: white;
    text-transform: uppercase;
    background-color: #151d26;
    border-bottom: 0.625rem solid #fe7902;
    display: table;
    margin-left: 0;
    margin-right: auto;
    font-family: forma-djr-text, sans-serif;
    font-weight: 800;
    line-height: 1.0;
    font-size: 2.75rem;
    padding: 0.75rem 2rem 0.75rem 2rem;
	margin-bottom: 1.5rem;
}

.sb-left-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: dimgray;
}

.call-to-action button:hover:before, .accordion-body button:hover:before {
	background-color: #fe7902;
}

.industry-blocks {
	padding-top: 0%;
	padding-bottom: 7%;
	background-color: #687480;
	background-image: url('images/brushed-steel-texture.jpg');
	background-size: cover;
	background-position: center center;
	border-top: 0.75rem solid #fe7902;
}

.industry-blocks h2.topbarh2 { 
    background-color: #fe7902;
    color: white;
	margin-bottom: 4.5rem;
}

.industry-block {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 3rem;
	box-shadow: -2rem 2rem 4rem #00000047;
	background-color: #151d26;
}

.industry-block a {
	text-decoration: none;
}

.ibby-title {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: #151d26;
	width: 100%;
	border-bottom: 1px solid #fe7902;
}

.ibby-icon {
	width: 100px;
	height: 100px;
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 1.5rem;
	display: inline-block;
}

.ibby-title h4 {
	font-size: 2.25rem;
	color: white;
	text-transform: uppercase;
	display: inline-block; 
	margin-bottom: 0;
	position: relative;
	top: -1.8375rem;
}

/* .ibby-text {
	width: 100%;
	padding-top: 2.75%;
	padding-bottom: 3.75%;
	background-color: #192431;
	padding-left: 5%;
	padding-right: 10%;
} */

.ibby-text {
	width: 100%;
	padding-top: 1.75%;
	padding-bottom: 2.25%;
	background-color: #192431;
	padding-left: 5%;
	padding-right: 10%;
}

.ibby-text p {
	color: white;
}

.ibby-button {
	background-color: #151d26;
	text-align: right;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 5%;
	padding-right: 5%;
	color: white;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	position: relative;
	text-transform: uppercase;
	display: table;
	margin-left: auto;
	margin-right: 0;
}

.ibby-button:before {
	content: " ";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 0.75rem;
	height: 1rem;
	left: 0.75rem;
	top: 1.25rem;
	background-color: #fe7902;
	display: inline-block;
	position: absolute;
	margin-right: 1rem;
}

.ibby-button-outer {
	width: 100%;
	text-align: right;
	display: block;
	background-color: #151d26;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
	margin-top: 2rem;
}

.tg i {
	font-size: 2.3875rem;
	color: #fe7902;
}

.tg p {
    font-family: forma-djr-text, sans-serif;
    font-weight: 800;
	line-height: 1.2;
	color: #151d26;
	font-size: 2rem;
}

.tg td {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    padding: 0.5rem;
    word-break: normal;
}

.tg .tg-0pky {
    border-color: inherit;
    text-align: left;
    vertical-align: top;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top;
}

.ibs-map-outer {
	position: relative;
}

.ibs-map-outer iframe {
	position: absolute;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 28rem;
	box-shadow: -2rem 2rem 3rem #00000033;
	border: 1px solid gainsboro !important;
}

.form-embed-section {
	padding-top: 8%;
	padding-bottom: 8%;
	background-image: url('images/sets-us-apart-bg.jpg');
	background-size: cover;
	background-position: center center;
}

.form-embed-section p {
	color: #272728;
}

.form-embed-section h2 {
	border-color: #fe7902;
}

.form-embed-section h5 {
	background-color: #fe7902;
}

.form-embed-section h2 {
	color: #151d26;
}

.form-embed-inner {
	margin-top: 3rem;
}

.career-positions {
	padding-bottom: 7%;
	background-image: url('images/brushed-steel-texture.jpg');
	background-size: 100% auto;
	background-repeat: repeat-x;
	border-top: 0.75rem solid #151d26;
}
 
.career-positions h2.topbarh2 {
	background-color: #151d26;
	margin-bottom: 4.5rem;
}

.accordion-button {
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	color: #151d26;
	text-transform: uppercase;
	font-size: 1.75rem;
	padding: 1.25rem 1.5rem;
	color: white;
	background-color: #151d26;
	box-shadow: 0 0 0 transparent;
}

.accordion-button:before {
	content: " ";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	width: 0.75rem;
	height: 1rem;
	left: 0rem;
	top: 0rem;
	background-color: #fe7902;
	display: inline-block;
	position: relative;
	margin-right: 1rem;	
}

.accordion-body p {
	color: #272728;
}

.accordion-body {
	padding: 3% 5%;
}

.accordion-item {
	margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    color: #fe7902;
    background-color: #151d26;
    box-shadow: 0 0 0 transparent;
}

.accordion-flush .accordion-item {
	border-bottom: 0;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fe7902' d='M8 11L3 5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em; 
  transition: transform 0.2s ease-in-out;
}

/* When open (accordion expanded): rotate to point up */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Apply to a wrapper (e.g., .accordion) or globally via :root */
.accordion {
  /* Size tied to text */
  --bs-accordion-btn-icon-width: 1em;

  /* Your filled triangle in #fe7902 for both states */
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fe7902' d='M8 11L3 5h10z'/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fe7902' d='M8 11L3 5h10z'/%3E%3C/svg%3E");
}

/* Optional: keep the smooth flip animation */
.accordion-button::after {
  transition: transform 0.2s ease-in-out;
}

.career-form {
	padding-bottom: 7%;
	background-image: url('images/careers-form-bg.jpg');
	background-size: cover;
	background-position: center top;
	border-top: 0.75rem solid #fe7902;
}

.form-embed-inner iframe {
	overflow: visible !important;
}

.testimonials-section {
	padding-top: 0;
	padding-bottom: 6rem;
	background-image: url('images/testimonial-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #8c4301;
	border-top: 0.75rem solid #151d26;
}

.test-slide {
	padding: 4rem 7rem;
	background-color: #fe7902;
}

.testimonials-section h2.topbarh2 {
	background-color: #151d26;
	margin-bottom: 5rem;
}

.test-slide p {
	font-size: 1.5625rem;
	line-height: 1.75;
	margin-bottom: 1.5rem;
}

.test-slide h6 {
	text-transform: uppercase;
	font-size: 1.75rem;
	text-align: center;
}

.modal-content {
    border-radius: 0;
}

.btn-close {
    right: 0.5rem;
    top: 0.5rem;
    position: absolute;
	z-index: 10;
}

.modal-body {
    padding: 0;
}

.mb-left {
	width: 25%;
	float: left;
	background-color: #151d26;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}

.mb-left img {
	width: 100%;
	margin-top: 6.5rem;
}

.mb-right {
	width: 75%;
	float: left;
	background-color: white;
	padding-top: 2rem;
	padding-left: 5%;
	padding-bottom: 2rem;
	padding-right: 8%;
}

.mb-right h6 {
	background-color: #fe7902;
    position: relative;
    left: calc(-5% - 18rem);
    color: white;
    font-size: 2.25rem;
    padding: 0.5rem 3rem 0.75rem 3rem;
    display: table;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.mb-right p {
	color: #272728;
}

.home-projects {
	position: relative; 
}

.h3p-title {
	position: absolute;
	width: 25%;
	height: auto;
	left: 50%;
	margin-left: -12.5%;
	top: -1.4rem;
	color: white;
	background-color: #fe7902;
	padding: 0.35rem 1rem 0.7rem;
	line-height: 1;
	font-family: forma-djr-text, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
	font-size: 1.75rem;
}

.home-projects a {
	text-decoration: none;
}

.project-block {
	width: 33.333333333%;
	padding-top: 33.333333333%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.project-block-inner {
	width: calc(100% - 6rem);
	height: calc(100% - 6rem);
	position: absolute;
	left: 3rem;
	top: 3rem;
	border: 0.5rem solid white;
	background-color: transparent;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.project-block-inner h4 {
    position: absolute;
    left: 0; 
    bottom: 0;
    padding-left: 5%;
    padding-bottom: 4%;
    padding-right: 8%;
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;  
    text-shadow: 0rem 0rem 2rem #000000d6;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.pb-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; 
	top: 0;
    background: transparent;
    background: linear-gradient(138deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.project-block:hover .pb-shader {
	background: #151d26a1;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.project-block:hover .project-block-inner {
	border: 0.5rem solid #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.project-block:hover .project-block-inner h4 {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.project-header {
    padding-top: 6%;
    padding-bottom: 7%;
	background-image: url('images/about-us-bg.jpg');
}

.project-info-block.bench-text h2 {
	color: white;
	background-color: #fe7902;
	border-bottom: 0;
	padding: 0.5rem 1.5rem 0.9rem 1.5rem;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

.pib-inner img {
    position: relative;
    top: calc(-22% - 1.75rem);
    width: 100%;
    height: auto !important;
    box-shadow: -1rem 1rem 0rem #fe7902;
}

.project-info-block {
	padding-top: 4%;
	padding-bottom: 4.5%;
}

.project-info-block .ibs-inner {
	padding-right: 10%;
}

.single-projects .call-to-action {
	background-color: #c3c3c3;
}

.ibo-row {
	width: 100%;
	padding: 9px 9px 0 9px;
}

.ibo-block {
	width: calc(33.33333% - 6px);
	padding-top: calc(20% - 6px);
	float: left;
	background-size: cover;
	background-position: center center;
	margin-right: 9px;
	position: relative;
}

.ibo-block-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 6px solid transparent; 
}

.ibo-block:hover .ibo-block-inner {
	border: 6px solid #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.ibo-row a:last-of-type .ibo-block {
	margin-right: 0px;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.ibby-button:hover {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.ibo-row-nonproj .ibo-block:nth-child(3) {
	margin-right: 0px;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.ibo-row-nonproj .ibo-block:hover .ibo-block-inner {
	border: 0;
}

.ibby-text p {
	margin-bottom: 0;
}



















.industry-hero {
	padding-top: 6%;
	padding-bottom: 7%;	
}

.industry-info-block {
	padding-top: 6.5rem;
	padding-bottom: 6.5%;
	padding-left: 9%;
	padding-right: 21%;
	background-color: #fe7902;
	background-image: url(images/b-on-white-02.png), url(images/orange-bg-texture.jpg);
	background-size: 30% auto, cover;
	background-position: 98% bottom, center center;
	background-repeat: no-repeat;
	box-shadow: inset 0rem 3rem 3rem #00000054;
}

.iib-inner {
	padding: 4%;
	background-color: white;
	box-shadow: 0.5rem 0.5rem 2rem #00000040;
}

.iib-inner h2 {
	color: #151d26;
	border-color: #fe7902;
}

.iib-inner p {
	color: #272728;
}

.parent-pageid-29 .h3p-title { 
	background-color: #151d26; 
}

.info-block-dark button {
	color: #151d26;
	background-color: white;
}

.info-block-dark button:hover {
	background-color: #fe7902;
	color: #151d26;
}

.splash-page .benchmark-header, .splash-page .footer {
	display: none;
}

.news-page {
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: #687480;
	background-image: url(images/brushed-steel-texture.jpg);
	background-size: cover;
	background-position: center center;
}

.news-post-block {
	width: 100%;
	padding: 0.5rem 0.5rem 3rem 0.5rem;
	position: relative;
	background-color: #151d26;
	margin-bottom: 1.75rem;
	box-shadow: -0.5rem 0.5rem 2rem #00000036;
	border: 4px solid #151d26;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-image {
	width: 100%;
	padding-top: 61.1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
	opacity: 0.75;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
}

.news-outer a {
	text-decoration: none;
}

.news-post-content {
	padding-left: 6%;
	padding-right: 6%;
}

.news-post-content h3 {
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	width: 80%;
}

.news-post-content p {
	font-size: 1.125rem;
	color: white;
	opacity: 0.85;
}

.datetime {
	padding: 0.125rem 0.5rem;
	color: white;
	margin-bottom: 0.5rem;
	background-color: #75829273;
	font-family: forma-djr-display, sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: table;
	margin-left: 0;
	margin-right: auto;
}

.readmore {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: forma-djr-text, sans-serif;
    font-weight: 800;
    color: #151d26;
	background-color: #fe7902;
	position: absolute;
	right: 4px;
	bottom: 4px;
	padding: 0.25rem 1.25rem; 
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.readmore span {
	color: white;  
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-block:hover {
	border: 4px solid white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-block:hover .readmore {
	background-color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-block:hover .readmore span {
	color: #fe7902;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.news-post-block:hover .news-post-image {
	opacity: 1;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.single-news-pane {
	background-color: white;
	padding: 5% 10% 5% 5%;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.single-news-outer {
	padding-top: 6%;
	padding-bottom: 6%;
    background-image: url(images/news-top-bg-min.png);
    background-size: cover;
    background-position: center top;
	background-repeat: no-repeat;
	background-color: #7a8797;
}

.snp-image {
	width: 100%;
	margin-bottom: 1.5rem;
}

.snp-image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.news-button-row button {
	display: table;
	margin-left: auto;
	margin-right: 0;
}

.single-news-pane h1 {
	color: #151d26;
}

.single-news-pane .datetime {
    background-color: #758292;
}

.single-news-pane p {
	color: #272728;
}

.single-news-more {
    background-image: url(images/testimonial-bg.jpg); 
    background-size: cover;
    background-position: center center;
    background-color: #8c4301;
	position: relative;
}

.single-news-more .h3p-title {
	background-color: #151d26;
}

.project-inclusion {
	padding-top: 6%;
	padding-bottom: 6%;
    background-color: #151d26;
    border-bottom: 0.75rem solid #fe7902; 
}

.project-inclusion .project-block {
	width: 24%;
	padding-top: 24%;
	float: none;
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	box-shadow: -0.5rem 0.5rem 1.5rem #00000029; 
}

.project-inclusion .project-block-inner {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    left: 1.5rem;
    top: 1.5rem;
    border: 0.25rem solid white; 
	text-align: left;
}

.project-inclusion .project-block-inner:hover {
	border: 0.25rem solid #fe7902;
}

.project-inclusion .project-block-inner h4 {
    font-size: 1.5rem;
    width: 100%;
    padding-right: 10%;
}

.top-text {
	margin-bottom: 6rem; 
}

.top-text h5 {
	background-color: #fe7902;
}

.top-text h2 {
	border-color: #fe7902;
}

.grid {
	text-align: center;
}

.project-filters h6 {
	color: white;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-right: 0.75rem;
	display: inline-block;
}

.project-filters .project-filter {
	margin-left: 0;
	margin-right: auto;
	width: auto;
	display: inline-block;
}

.grid .project-block:hover .project-block-inner {
	border: 0.25rem solid #fe7902 !important;
}

.project-filters .project-filter {
    margin-left: 0;
    margin-right: auto;
    width: auto;
    display: inline-block;
    border-radius: 0;
    background-color: #92a1b2;
    border: 0;
    color: #151d26;
    font-family: forma-djr-text, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.25rem;
}

select:not(:-internal-list-box):not([multiple]) option {

    font-size: 1.25rem;
}

.sublink a {
	text-decoration: none; 
}

a.subbutton:hover {
	color: #fe7902;
}

.page-id-338 .subpage-hero h1 {
	font-size: 5rem;
}

.single-bid-opp {
    background-color: #1e262f;
    margin-bottom: 1.25rem;
	width: 100%;
	display: block;
}

.single-bid-opp p {
	color: white;
	font-size: 1.125rem;
}

.single-bid-opp h6 {
	color: #fe7902;
	font-size: 1.125rem;
	text-transform: uppercase;	
}

.sbo-title, .sbo-desc, .sbo-docs, .sbo-date {
	float: left;
	padding: 1.25rem 3rem 2rem 1.5rem;
}

.sbo-title {
	width: 22%;
}

.sbo-desc {
	width: 33%;
}

.sbo-docs {
	width: 28%;
}

.sbo-date {
	width: 17%;
}

.sbo-title h4 {
    color: white;
    text-transform: uppercase;
    font-size: 1.3875rem;
}

.benchmark-gallery {
	border-top: 0.75rem solid #;
	border-bottom: 0.75rem solid #;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; 
}

.home-news-page {
	background-image: url('images/home-news-bg.jpg');
	background-size: cover;
	background-position: center center;
	border-top: 0.75rem solid #fe7902;
	padding-top: 0;
}

.home-news-page h2.topbarh2 {
	margin-bottom: 5rem;
}

.button-row button {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.button-row a {
	text-decoration: none;
}

.button-row button:hover:before {
	background-color: #fe7902;
}

.apart-two {
    background-color: #687480;
    padding-top: 5.5%;
    padding-bottom: 5.5%;
    background-image: url('images/apart-two-02.jpg');
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0rem 2rem 4rem #0000006b;
    border-top: 0.75rem solid #151d26;
}

.apart-two ul {
	padding-left: 0;
	margin-bottom: 0;
}

.apart-two ul li {
	display: block;
	margin-bottom: 1.825rem;
	position: relative;
	padding-left: 2.75rem;
}

.apart-two ul li:last-child {
	margin-bottom: 0;
}

.apart-two ul li h3, .apart-two ul li p {
	display: block;
	margin-bottom: 0; 
}

.apart-two h3 {
	text-transform: uppercase;
	margin-bottom: 0.25rem !important;
	color: #151d26; 
}

.apart-two ul li:before {
    width: 1.75rem;
    height: 1.75rem;
    background-size: contain;
    background-position: center center;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('images/checkmark-benchmark.png');
    left: 0;
    top: 0.15rem;
    position: absolute;
}

.apart-two h2 {
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}

.fancybox__nav button:before {
	display: none;
}

.projects-two .project-block {
	width: 50%;
}

.news-button-row a {
	text-decoration: none;
}


/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
.header-logo img { max-width: 78%; }
.header-menu ul.benchmark-main-nav li a { margin-left: 0.4rem; margin-right: 0.4rem; font-size: 1rem; margin-top: 1.25rem; }
ul.nav-tabs li .nav-link { font-size: 1.625rem; padding-left: 4rem; }
ul.nav-tabs li .nav-link:after { width: 0.75rem; height: 1rem; left: 32px; top: 50px; }
.tab-pane h3 { font-size: 1.75rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; }
ul.category-tabs { column-count: 2; width: 96%; }
ul.benchmark-footer-nav li a, a.subbutton { font-size: 1.5rem; }
.footer-contact p { font-size: 1.125rem; padding-left: 2rem; }
.footer-contact p:after { width: 0.5rem; height: 0.75rem; left: 0rem; top: 0.4rem; }
.ibby-icon { width: 70px; height: 70px; margin-right: 1rem; }
.ibby-title h4 { font-size: 1.25rem; } 
.page-id-29 .info-block-standard { background-size: auto 100%; background-position: 158% center; }
.ibby-button { font-size: 1.25rem; }
.ibby-button:before { width: 0.5rem; height: 0.75rem; left: 0.5rem; top: 1.0625rem; }
.industry-block { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 1.25rem; }
.info-block-standard.bench-text h2 { font-size: 2.25rem; }
.test-slide { padding: 3rem 5rem; }
.project-block-inner { width: calc(100% - 3rem); height: calc(100% - 3rem); position: absolute; left: 1.5rem; top: 1.5rem; }
.project-block-inner h4 { font-size: 1.5rem; }
.pib-inner img { top: calc(-22% - -1.25rem); }
.industry-hero h1 { font-size: 4rem; margin-top: 1rem; }
.h3p-title { font-size: 1.5rem; }
.industry-info-block { padding-right: 14%; padding-bottom: 12.5%; }
.project-inclusion .project-block { width: 31%; padding-top: 31%; }
.page-id-338 .subpage-hero h1 { font-size: 3.5rem; }
.page-id-338 .info-block-standard { background-size: auto 100%; background-position: 124% center; }

}

@media only screen and (max-width: 1199px) { 

html { font-size: 15px; }
.splash-info { padding-left: calc(3% + 4rem); padding-right: 28%; background-size: auto 66%; background-repeat: no-repeat; background-position: 92% 146%; }
.header-menu ul.benchmark-main-nav { display: none; }
.nav-opener { display: table; }
.hero-inner h5 { letter-spacing: 0.5rem; font-size: 1rem; }
.bench-text h5 { letter-spacing: 0.5rem; font-size: 0.875rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.25rem; padding-right: 1.25rem; }
.bench-text h2, .bench-text h1 { font-size: 2.25rem; }
.bench-text p { font-size: 1.25rem; }
.tab-pane { padding-top: 2.5rem; }
ul.category-tabs { column-gap: 0.5rem; }
ul.category-tabs li { font-size: 1.125rem; padding-top: 1rem; padding-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; margin-bottom: 0.5rem; }
ul.benchmark-footer-nav li a, a.subbutton { font-size: 1.25rem; }
.subpage-hero h1 { font-size: 4.5rem; }
.subpage-hero h5:after { width: calc(100% - 0.5rem); bottom: -0.75rem; }
.info-block-standard { background-size: auto 100%; }
.sb-right h3 { font-size: 2.25rem; }
.sb-right { padding-top: 2.75rem; padding-bottom: 3rem; } 
.ibs-map-outer iframe { position: relative; width: 100%; margin-top: 3rem; }
.info-block-standard.bench-text h2 { font-size: 2rem; }
.test-slide { padding: 2.5rem 4rem; } 
.mb-right h6 { left: calc(-5% - 13.25rem); }
.industry-hero h1 { font-size: 3.5rem; margin-top: 1rem; }
.project-inclusion .project-block { width: 47%; padding-top: 47%; } 
.page-id-338 .subpage-hero h1 { font-size: 3rem; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.splash-top { width: 100%; height: auto; padding-top: 38%; padding-bottom: 38%; }
.splash-top .vert-center { top: 0; transform: none; }
.splash-top img { width: 75%; }
.splash-services { width: 100%; float: none; height: auto; background-color: #565a5f; padding: 8% 4%; }
.splash-contact { width: 100%; float: none; height: auto; background-color: #8695a5; padding: 6% 4%; }
.nav-opener { margin-top: 16px; }
.footer .vert-center { top: 0; transform: none; }
.footer-logo img { width: 34%; margin-left: auto; margin-right: auto; max-width: 392px; margin-bottom: 3rem; }
.footer-nav { padding-left: 0; text-align: center; }
.footer-contact { text-align: center; margin-bottom: 3rem; }
.footer-contact p { padding-left: 0; }
.footer-contact p:after { display: none; }
.subpage-hero h1 { font-size: 3.5rem; }
.info-block-standard { background-position: 160% center; }
.info-block-standard { background-image: none !important; } 
.info-block-standard.bench-text h2 { font-size: 1.75rem; }
.accordion-button { font-size: 1.25rem; padding: 0.75rem 1rem; }
.accordion-item { margin-bottom: 0.5rem; }
.mb-right h6 { left: calc(-5% - 8.5rem); }
.project-block { width: 100%; padding-top: 100%; }
.project-block-inner { width: calc(100% - 6rem); height: calc(100% - 6rem); position: absolute; left: 3rem; top: 3rem; }
.project-block-inner h4 { font-size: 2rem; } 
.pib-inner img { top: calc(-15% - -1.25rem); }
.industry-hero h1 { font-size: 3rem; margin-top: 1rem; }
.h3p-title { width: 52%; margin-left: -26%; } 
.page-id-338 .subpage-hero h1 { font-size: 2.5rem; }
.sbo-title, .sbo-desc, .sbo-docs, .sbo-date { width: 100%; }
.sbo-title, .sbo-desc, .sbo-docs, .sbo-date { padding: 1.25rem 3rem 1rem 1.5rem; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.splash-home img { width: 90%; }
.splash-home p { font-size: 1.0625rem; }
.splash-info { background-color: #dbdbdb; padding-left: calc(2% + 3rem); padding-right: calc(2% + 3rem);}
.hero-inner h5 { letter-spacing: 0.35rem; font-size: 0.75rem; }
.bench-text h2, .bench-text h1 { font-size: 1.75rem; }
.bench-text p { font-size: 1.125rem; }
ul.nav-tabs li .nav-link { font-size: 1.125rem; padding-left: 2rem; line-height: 1.2; }
ul.nav-tabs li .nav-link:after { width: 0.5rem; height: 0.75rem; left: 13px; top: 34px; }
.tab-pane h3 { font-size: 1.25rem; margin-bottom: 1rem; }
.tai-inner h2, h2.topbarh2 { text-align: center; }
.tai-inner p { max-width: 100%; }
ul.category-tabs li { font-size: 0.9375rem; }
ul.category-tabs { width: 100%; }
.what-sets-us-apart h2.topbarh2 { margin-bottom: 2.5rem; } 
.sua-block { padding-top: 2rem; padding-bottom: 3.25rem; } 
.sb-right h3 { font-size: 1.625rem; }
.sb-right { padding-top: 2.25rem; padding-bottom: 2.75rem; }  
.test-slide { padding: 2rem 3.5rem; } 
.test-slide p { font-size: 1.25rem; line-height: 1.61; margin-bottom: 1.25rem; }
.test-slide h6 { font-size: 1.5rem; }
.pib-inner img { top: 0; margin-top: 2rem; margin-bottom: 2rem; }
.industry-hero h1 { font-size: 2.5em; margin-top: 1rem; }
.industry-info-block { padding-top: 3.5rem; }
.single-news-outer { padding-top: 10%; padding-bottom: 16%; }
.project-inclusion .project-block { width: 100%; padding-top: 100%; }  
.page-id-338 .subpage-hero h1 { font-size: 2rem; margin-top: 1rem; }
.person-block { margin-bottom: 1.5rem; }

}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }
ul.serv-list { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.splash-info { background-size: auto 56%; }
.sc-left { width: 100%; margin-bottom: 2rem; }
.sc-left .vert-center { top: 0; transform: none; }
.sc-right { width: 100%; }
p.tagline { font-size: 2.25rem; line-height: 1.1; }
.nav-opener i { font-size: 1.125rem; }
.nav-opener { padding-top: 0.2rem; padding-bottom: 0.1rem; padding-left: 0.25rem; padding-right: 0.25rem; margin-top: 4px; }
.bench-text h5 { letter-spacing: 0.4rem; font-size: 0.75rem; }
.bench-text h2, .bench-text h1 { font-size: 1.5rem; }
.bench-text p { font-size: 1rem; }
button { font-size: 1.25rem; padding-top: 0.6rem; padding-bottom: 0.75rem; padding-left: 1rem; padding-right: 1rem; background-color: #151d26; margin-left: 1rem; }
button:before { left: -1rem; width: 0.625rem; }
button:hover { color: #fe7902; padding-left: 1.25rem; padding-right: 1.25rem; }
button:hover:before { width: 1rem; }
.tab-pane h3 { font-size: 1.25rem; margin-bottom: 1rem; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; color: #8695a5; background-color: transparent; }
ul.category-tabs { column-count: 1; }
.subpage-hero h1 { font-size: 2.5rem; }
.subpage-hero h5:after { width: calc(100% - 0.35rem); bottom: -0.5rem; height: 1px; }
.sb-right h3 { font-size: 1.5rem; }
.sb-left { display: none; }
.sb-right { width: 100%; }
.sb-right h3 { left: calc(-6% - 0.5rem); }
.sb-right { padding-top: 1.75rem; padding-bottom: 2rem; }
.service-block { margin-bottom: 2rem; }
.ibby-icon { width: 35px; height: 35px; }
.tai-inner h2, h2.topbarh2 { padding-top: 0.5rem; padding-bottom: 1rem; }
.ibby-title h4 { top: -0.625rem; } 
.ibby-button { font-size: 1rem; }
.ibby-button:before { top: 0.825rem; }
.test-slide { padding: 2rem 3.5rem; } 
.test-slide p { font-size: 1.25rem; line-height: 1.61; margin-bottom: 1.25rem; }
.test-slide h6 { font-size: 1.5rem; }
.mb-right h6 { left: calc(-5% - 7.25rem); font-size: 1.25rem; padding: 0.5rem 1.5rem 0.75rem 1.5rem; } 
.project-block-inner { width: calc(100% - 4.5rem); height: calc(100% - 4.5rem); position: absolute; left: 2.25rem; top: 2.25rem; }
.project-block-inner h4 { font-size: 1.625rem; } 
.project-info-block { padding-top: 8%; padding-bottom: 5.5%; }
.industry-hero h1 { font-size: 1.7em; margin-top: 1rem; }
.industry-hero { padding-top: 9%; padding-bottom: 11% }
.h3p-title { width: 70%; margin-left: -35%; padding: 0.6rem 1rem 0.7rem; }
.home-hero { padding-top: 19%; padding-bottom: 22%; } 
.industry-info-block { padding-right: 14%; padding-bottom: 17.5%; padding-top: 3rem; }
.project-inclusion .project-block { width: 100%; padding-top: 100%; }  
.page-id-338 .subpage-hero h1 { font-size: 1.8rem; margin-top: 1rem; }
.home-news-page h2.topbarh2 { margin-bottom: 2rem; }
.apart-two { padding-top: 8.5%; padding-bottom: 8.5%; }
.apart-two h2 { margin-bottom: 1rem; }

}
 