@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

.ieonly {
	display: block !important;
}

.mod-cols {
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.single-product .mod-cols,
.page-template-template-industry .mod-cols {
	-ms-grid-columns: 1fr 1fr;
}
.modular .images .mod-cols {
	-ms-grid-columns: 1fr 1fr 1fr;
}
.modular .images .mod-cols div {
	padding: 0 20px;
}

.images .mod-cols > div:nth-child(1) {
	-ms-grid-column: 1;
}
.images .mod-cols > div:nth-child(2) {
	-ms-grid-column: 2;
}
.images .mod-cols > div:nth-child(3) {
	-ms-grid-column: 3;
}

.modular > .mod-cols > div {
	padding-top: 30px;
	padding-bottom: 30px;
}
.modular > .mod-cols > div:nth-child(1),
.modular > .mod-cols > div:nth-child(2) {
	padding-top: 0;
}
.modular > .mod-cols > div:nth-child(2n) {
	padding-left: 30px;
}
.modular > .mod-cols > div:nth-child(2n-1) {
	padding-right: 30px;
}
.modular > .mod-cols > div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
.modular > .mod-cols > div:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}
.modular > .mod-cols > div:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}
.modular > .mod-cols > div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}
.modular > .mod-cols > div:nth-child(5) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}
.modular > .mod-cols > div:nth-child(6) {
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}
.modular > .mod-cols > div:nth-child(7) {
	-ms-grid-column: 1;
	-ms-grid-row: 4;
}
.modular > .mod-cols > div:nth-child(8) {
	-ms-grid-column: 2;
	-ms-grid-row: 4;
}

.blue-overlay,
.industry-cols {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}
main.about .blue-overlay {
	-ms-grid-columns: 1fr 1fr 1fr;
}
.blue-overlay > *,
.industry-cols > * {
	margin: 0 6px;
}
.blue-overlay > :first-child,
.industry-cols > :first-child {
	margin-left: 0;
}
.blue-overlay > :last-child,
.industry-cols > :last-child {
	margin-right: 0;
}
.blue-overlay > :nth-child(1),
.industry-cols > :nth-child(1) {
	-ms-grid-column: 1;
}
.blue-overlay > :nth-child(2),
.industry-cols > :nth-child(2) {
	-ms-grid-column: 2;
}
.blue-overlay > :nth-child(3),
.industry-cols > :nth-child(3) {
	-ms-grid-column: 3;
}
.blue-overlay > :nth-child(4),
.industry-cols > :nth-child(4) {
	-ms-grid-column: 4;
}
.blue-overlay > :nth-child(5),
.industry-cols > :nth-child(5) {
	-ms-grid-column: 5;
}
.blue-overlay > :nth-child(6),
.industry-cols > :nth-child(6) {
	-ms-grid-column: 6;
}
/*main.about .blue-overlay > :nth-child(1) {
  -ms-grid-column: 1;
}
main.about .blue-overlay > :nth-child(2) {
  -ms-grid-column: 2;
}
main.about .blue-overlay > :nth-child(3) {
  -ms-grid-column: 3;
}
main.about .blue-overlay > :nth-child(4) {
  -ms-grid-column: 4;
}*/

.home section.news ul {
	-ms-grid-columns: 1fr 1fr 1fr;
}
.home section.news ul li {
	margin-left: 10px;
	margin-right: 10px;
}
.home section.news ul li:first-child {
	margin-left: 0;
}
.home section.news ul li:last-child {
	margin-right: 0;
}
.home section.news ul :nth-child(1) {
	-ms-grid-column: 1;
}
.home section.news ul :nth-child(2) {
	-ms-grid-column: 2;
}
.home section.news ul :nth-child(3) {
	-ms-grid-column: 3;
}
.home section.products ul {
	-ms-grid-columns: 1fr 1fr;
	margin: -22px;
}
.home section.products ul li {
	margin: 22px;
}
.home section.products ul li:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
.home section.products ul li:nth-child(2) {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}
.home section.products ul li:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}
.home section.products ul li:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

form.hs-form .input select {
	padding-right: 0 !important;
}

.resources .accordian div ul.cols {
	display: block;
	text-align: left;
}
.resources .accordian div ul.cols li {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	text-align: center;
}

.contact .offices ul {
	display: block;
	text-align: center;
}
.contact .offices ul li h3,
.contact .offices ul li p {
	text-align: left;
	display: block;
}
.contact .offices ul li {
	display: inline-block;
	vertical-align: top;
	width: 350px;
    margin: 0 20px;
	margin-bottom: 35px;
}
.contact .offices ul li:nth-child(4n) {
    margin-right: 0;
}
.contact .offices ul li:nth-child(4n+1) {
    margin-left: 0;
}

.people.cols {
	display: block;
}
.people li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
	width: 372px;
}
.people.mgmt li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
	width: 368px;
}
.people.cols li:nth-child(4n-2),
.people.cols li:nth-child(4n-1) {
    margin: 0 9px;
}
	
.people.cols li .ieonly {
    width: 100%;
    height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 30%;
	margin-bottom: 12px;
}
.people.cols li .bio {
    height: 480px;
}
.people.cols li img {
	display: none;
}

.people.cols li a.contact span {
    -ms-transform: translate(-50%, -58%);
    -webkit-transform: translate(-50%, -58%);
    transform: translate(-50%, -58%);
}	

.careers .why .slide .ieonly {
    width: 100%;
    height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.careers .why .slide img {
	display: none;
}
.careers .why .bxslider .slide {
	display: block;
}
.careers .why .bxslider .slide div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.careers .why .bxslider .slide div:first-child {
	width: 428px;
}
.careers .why .bxslider .slide div:last-child {
	padding-left: 55px;
	width: calc(100% - 445px);
}

.process .sub-columns.count-1 {
	-ms-grid-columns: 1fr;
}
.process .sub-columns.count-2 {
	-ms-grid-columns: 1fr 1fr;
}
.process .sub-columns.count-3 {
	-ms-grid-columns: 1fr 1fr 1fr;
}
.process .sub-columns.count-4 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.process .sub-columns.count-5 {
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}
.process .sub-columns > :nth-child(1) {
	-ms-grid-column: 1;
}
.process .sub-columns > :nth-child(2) {
	-ms-grid-column: 2;
}
.process .sub-columns > :nth-child(3) {
	-ms-grid-column: 3;
}
.process .sub-columns > :nth-child(4) {
	-ms-grid-column: 4;
}
.process .sub-columns > :nth-child(5) {
	-ms-grid-column: 5;
}

ul.tech-partners {
	display: block;
}
ul.tech-partners > li {
    width: 264px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    margin-bottom: 42px;
}

ul.tech-partners > li img {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.search-results .result-boxes {
	display: block;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.search-results .result-boxes .result-item {
    display: inline-block;
    margin: 0 10px 30px;
    width: 463px;
    vertical-align: top;
}

.addl-images {
	display: block;
}
.addl-images > * {
	margin-right: 50px;
}
/*.addl-images > :nth-child(1) {
	-ms-grid-column: 1;
}
.addl-images > :nth-child(2) {
	-ms-grid-column: 2;
}
.addl-images > :nth-child(3) {
	-ms-grid-column: 3;
}*/
.addl-images img {
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
	width: 27%;
	vertical-align: middle;
	display: inline-block;
}
.people.cols {
	text-align: center;
}
.people.cols li {
	text-align: left;
}
.home .total-test h2 {
    font-size: 5.4vw;
}
.home .total-test p {
	font-size: 16px;
}
.home .total-test > div {
	top: 80px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

}

@media screen and (-ms-high-contrast: active) and (min-width: 1101px), screen and (-ms-high-contrast: none) and (min-width: 1101px) {
	#header #menu-secondary-navigation {
		display: block;
		width: 100%;
		text-align: right;
	}
	#header #menu-secondary-navigation li {
		display: inline-block;
		margin-left: 10px;
	}
	#header #menu-secondary-navigation li#menu-item-507 {
		margin-left: 10px;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 1600px), screen and (-ms-high-contrast: none) and (max-width: 1600px) {  
	.people.cols.mgmt li {
		margin: 0 !important;
		margin-bottom: 35px !important;
	}
	.people.cols.mgmt li:nth-child(3n-1) {
		margin: 0 9px !important;
	}
	.people.mgmt li {
		width: 29vw;
	}
	.people li {
		width: 21vw;
	}
	.people.cols:not(.mgmt) li .ieonly {
		height: 30vw;
	}
	.contact .offices ul li {
		width: 21vw;
	}
	/*.people.cols {
		grid-template-columns: repeat( 4, 1fr );
	}*/	
}

@media screen and (-ms-high-contrast: active) and (max-width: 1500px), screen and (-ms-high-contrast: none) and (max-width: 1500px) {  
	.home section.news ul li {
		margin-left: 0;
		margin-right: 0;
	}
	.contact .offices ul li {
		width: 28vw;
		margin: 0 10px !important;
		margin-bottom: 25px !important;
	}
	.contact .offices ul li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.contact .offices ul li:nth-child(3n+1) {
		margin-left: 0 !important;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 1100px), screen and (-ms-high-contrast: none) and (max-width: 1100px) {  
	.people.cols:not(.mgmt) li .ieonly {
		height: 37vw;
	}
	.people.cols:not(.mgmt) li {
		margin: 0 !important;
		width: 24vw;
	}
	.people.cols:not(.mgmt) li:nth-child(3n-1) {
		margin: 0 9px !important;
		margin-bottom: 35px !important;
	}
}


@media screen and (-ms-high-contrast: active) and (max-width: 900px), screen and (-ms-high-contrast: none) and (max-width: 900px) {  
	.contact .offices ul li {
		width: 41vw;
		margin-bottom: 25px !important;
	}
	.contact .offices ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.contact .offices ul li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.people.cols.mgmt li .ieonly,
	.people.cols.mgmt li .bio {
		height: 56vw;
	}
	.people.cols.mgmt li {
		width: 42vw;
	}
	.people.cols.mgmt li:nth-child(2n) {
		margin: 0 !important;
		margin-left: 4px !important;
		margin-bottom: 15px !important;
	}
	.people.cols.mgmt li:nth-child(2n-1) {
		margin: 0 !important;
		margin-right: 4px !important;
		margin-bottom: 15px !important;
	}
}
@media screen and (-ms-high-contrast: active) and (max-width: 665px), screen and (-ms-high-contrast: none) and (max-width: 665px) {  
	
	.mod-cols {
		display: block;
	}
	.modular .images .mod-cols div {
		padding: 20px 0;
	}
	.modular > .mod-cols > div {
		padding-top: 0;
		padding-bottom: 0;
	}
	.modular > .mod-cols > div:nth-child(2n) {
		padding-left: 0;
	}
	.modular > .mod-cols > div:nth-child(2n-1) {
		padding-right: 0;
	}
	.mod-cols > *:not(:first-child) {
		padding-top: 20px !important;
	}

	.people.cols:not(.mgmt) li .ieonly {
		height: 56vw;
	}
	.people.cols:not(.mgmt) li {
		margin: 0 !important;
		width: 38vw;
	}
	.people.cols:not(.mgmt) li:nth-child(2n) {
		margin: 0 !important;
		margin-left: 4px !important;
		margin-bottom: 15px !important;
	}
	.people.cols:not(.mgmt) li:nth-child(2n-1) {
		margin: 0 !important;
		margin-right: 4px !important;
		margin-bottom: 15px !important;
	}
	
	.contact .offices ul li {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 25px !important;
	}
	
	.home section.products ul {
		margin: -7px;
	}
	.home section.products ul li {
		margin: 7px;
	}
	.blue-overlay,
	.industry-cols {
		-ms-grid-columns: 1fr 1fr 1fr;
	}
	.blue-overlay > *,
	.industry-cols > * {
		margin: 6px;
	}
	.blue-overlay > :nth-child(1),
	.industry-cols > :nth-child(1) {
		margin-left: 0;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.blue-overlay > :nth-child(2),
	.industry-cols > :nth-child(2) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	.blue-overlay > :nth-child(3),
	.industry-cols > :nth-child(3) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		margin-right: 0;
	}
	.blue-overlay > :nth-child(4),
	.industry-cols > :nth-child(4) {
		margin-left: 0;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.blue-overlay > :nth-child(5),
	.industry-cols > :nth-child(5) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		margin-right: 6px;
	}
	.blue-overlay > :nth-child(6),
	.industry-cols > :nth-child(6) {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		margin-right: 0;
	}
	.internal-links li {
		width: 44vw;
	}
	.product-pdf {
		font-size: 3.8vw;
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 425px), screen and (-ms-high-contrast: none) and (max-width: 425px) {  
	.addl-images img {
		display: block;
	}
	.about .three-blocks .blue-overlay {
		padding-left: 10px;
		padding-right: 10px;
	}
	.about .three-blocks .blue-overlay li h3 {
		font-size: 3vw;
	}
	
	.blue-overlay,
	.industry-cols {
		-ms-grid-columns: 1fr 1fr;
	}
	.blue-overlay > :nth-child(1),
	.industry-cols > :nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		margin-left: 0;
		margin-right: 4px;
	}
	.blue-overlay > :nth-child(2),
	.industry-cols > :nth-child(2) {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		margin-right: 0;
		margin-left: 4px;
	}
	.blue-overlay > :nth-child(3),
	.industry-cols > :nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		margin-left: 0;
		margin-right: 4px;
	}
	.blue-overlay > :nth-child(4),
	.industry-cols > :nth-child(4) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		margin-right: 0;
		margin-left: 4px;
	}
	.blue-overlay > :nth-child(5),
	.industry-cols > :nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		margin-left: 0;
		margin-right: 4px;
	}
	.blue-overlay > :nth-child(6),
	.industry-cols > :nth-child(6) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
		margin-right: 0;
		margin-left: 4px;
	}
}
