/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "interstate";
	src: url("../fonts/interstate.eot");
	src: url("../fonts/interstate.eot?iefix") format("eot"), url("../fonts/interstate.woff") format("woff"), url("../fonts/interstate.ttf") format("truetype"), url("../fonts/interstate.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

.drop-menu-list,
ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #616365;
	background: #fff;
	font: 16px/1.2 "interstate", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1;
}

h1,
.h1 {
	position: relative;
	padding: 4vw 1vw 3vw;
	margin-bottom: 0;
	font-size: 3.8vw;
	text-align: center;
	color: #007ac9;
}

h1:before,
.h1:before {
	width: 96%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #007ac9;
	content: "";
}

h2,
.h2 {
	font-size: 2.7vw;
	margin-bottom: 0;
	letter-spacing: .6px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 2vw;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.drop-menu {
	position: relative;
	width: 32vw;
	font-size: 1.6vw;
	color: #fff;
	background-color: rgba(0, 122, 201, .9);
}

.drop-menu .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1vw .65vw;
	text-align: center;
}

.drop-menu a {
	display: block;
}

.drop-menu .chevron-down {
	width: 2.7vw;
	height: 2.7vw;
	position: relative;
	display: inline-block;
	margin-right: 1vw;
	border: .2vw solid #fff;
	border-radius: 50%;
}

.drop-menu .chevron-down:before,
.drop-menu .chevron-down:after {
	width: 1.3vw;
	height: .4vw;
	display: block;
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	content: "";
}

.drop-menu .chevron-down:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.drop-menu .chevron-down:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.drop-menu-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 53.1vw;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0, 122, 201, .9);
}

.drop-menu-list:not(.js-slide-hidden) {
	opacity: 1;
}

.drop-menu-list a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 1vw 4.3vw;
	font-size: 2.1vw;
	text-align: left;
	min-height: 7vw;
}

.drop-menu-list a:before {
	width: 77%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 52%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	background-color: #fff;
	content: "";
}

.drop-menu-list a:hover {
	background-color: rgba(0, 61, 86, .75);
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: .5vw 2.6vw;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: #007ac9;
	font-size: 1.7vw;
	box-shadow: 0 0 .5vw 0 rgba(0, 0, 0, .2);
	-webkit-transition: opacity .3s ease-in-out .6s, background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out .6s, background-color .3s ease-in-out;
}

.btn:hover {
	background-color: #003d56 !important;
}

.btn.btn-vertical-hx {
	background-color: #5eb6e4;
}

.btn.btn-bottom-intake {
	background-color: #005172;
}

.btn.btn-parallel-flow {
	background-color: #e17000;
}

.btn.btn-end-of-header {
	background-color: #58a618;
}

.btn.btn-bundle-hxs {
	background-color: #adafaf;
}

.btn.btn-compressor {
	background-color: #275e37;
}

.btn.btn-elevated {
	background-color: #616365;
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-holder {
	position: relative;
}

.content-holder .main-img {
	max-height: 81vh;
	max-width: 80vw;
}

.content-holder .btn {
	position: absolute;
}

.content-holder .btn.btn-surface-condenser {
	left: 23.6%;
	top: 43.5%;
}

.content-holder .btn.btn-bottom-intake {
	left: 28.7%;
	top: 28%;
}

.content-holder .btn.btn-vertical-hx {
	left: 35%;
	top: 76.5%;
}

.content-holder .btn.btn-parallel-flow {
	left: 44%;
	top: 14%;
}

.content-holder .btn.btn-end-of-header {
	left: 50.5%;
	top: 36.5%;
}

.content-holder .btn.btn-bundle-hxs {
	left: 44%;
	top: 50%;
}

.content-holder .btn.btn-compressor {
	left: 70%;
	top: 25.5%;
}

.content-holder .btn.btn-elevated {
	left: 75%;
	top: 55.5%;
}

.zoom-img {
	position: absolute;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: z-index .3s, visibility .3s, transform .3s, opacity .5s, -webkit-transform .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.omni-audit-img-1 {
	top: -9%;
	right: 4.5%;
	width: 42%;
}

.omni-audit-img-2 {
	top: 61%;
	right: 4.2%;
	width: 16%;
}

.omni-audit-img-3 {
	top: 0;
	right: 0;
}

.surface-condanser-img-1 {
	top: 30%;
	left: 14%;
	width: 41%;
}

.bottom-intake-img-1 {
	top: 5%;
	left: 10%;
	width: 54%;
}

.parallel-flow-img-1 {
	top: -5%;
	left: 14.5%;
	width: 55%;
}

.end-of-header-img-1 {
	top: 1%;
	left: auto;
	right: 16%;
	width: 41%;
}

.bundle-hxs-img-1 {
	top: 19%;
	left: 37%;
	width: 46%;
}

.vertical-hx-img-1 {
	top: 22%;
	left: 18%;
	width: 48%;
}

.compressor-img-1 {
	top: -14%;
	width: 60%;
	left: auto;
	right: 1%;
}

.elevated-img-1 {
	top: 13%;
	left: auto;
	right: 3%;
	width: 50%;
}

[id="wrapper"] {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

[id="main"] {
	width: 100%;
/* 	height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content {
	width: 100%;
	max-height: 100%;
}

ul:not([class]) {
	margin-bottom: 2.2vw;
}

ul:not([class]) li {
	position: relative;
	padding-left: 2.2vw;
	margin-bottom: .8vw;
}

ul:not([class]) li:before {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: .75vw;
	background-color: #616365;
	border-radius: 50%;
	content: "";
}

.visible-block,
.about-us-popup-active .about-us-popup,
.omni-audit-popup-active .omni-audit-popup,
.omni-simulator-popup-active .omni-simulator-popup,
.omni-sensor-popup-active .omni-sensor-popup,
.trasar-popup-active .trasar-popup,
.system-assurance-popup-active .system-assurance-popup,
.surface-condanser-popup-active .surface-condanser-popup,
.bottom-intake-popup-active .bottom-intake-popup,
.parallel-flow-popup-active .parallel-flow-popup,
.end-of-header-active .end-of-header-popup,
.bundle-hxs-popup-active .bundle-hxs-popup,
.vertical-hx-popup-active .vertical-hx-popup,
.compressor-popup-active .compressor-popup,
.elevated-popup-active .elevated-popup {
	opacity: 1;
	visibility: visible;
}

.visible-img,
.omni-audit-popup-active .omni-audit-img-1,
.omni-audit-popup-active .omni-audit-img-2,
.omni-audit-popup-active .omni-audit-img-3,
.surface-condanser-popup-active .surface-condanser-img-1,
.bottom-intake-popup-active .bottom-intake-img-1,
.parallel-flow-popup-active .parallel-flow-img-1,
.end-of-header-active .end-of-header-img-1,
.bundle-hxs-popup-active .bundle-hxs-img-1,
.vertical-hx-popup-active .vertical-hx-img-1,
.compressor-popup-active .compressor-img-1,
.elevated-popup-active .elevated-img-1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup-holder {
	position: relative;
}

.popup-holder:before {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: visible;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, z-index .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, z-index .3s ease-in-out;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	content: "";
}

.popup-holder.about-us-popup-active:before,
.popup-holder.omni-audit-popup-active:before,
.popup-holder.omni-simulator-popup-active:before,
.popup-holder.omni-sensor-popup-active:before,
.popup-holder.trasar-popup-active:before,
.popup-holder.system-assurance-popup-active:before,
.popup-holder.bottom-intake-popup-active:before,
.popup-holder.surface-condanser-popup-active:before,
.popup-holder.vertical-hx-popup-active:before,
.popup-holder.parallel-flow-popup-active:before,
.popup-holder.end-of-header-active:before,
.popup-holder.bundle-hxs-popup-active:before,
.popup-holder.compressor-popup-active:before,
.popup-holder.elevated-popup-active:before {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-holder.about-us-popup-active .btn-hidden,
.popup-holder.omni-audit-popup-active .btn-hidden,
.popup-holder.omni-simulator-popup-active .btn-hidden,
.popup-holder.omni-sensor-popup-active .btn-hidden,
.popup-holder.trasar-popup-active .btn-hidden,
.popup-holder.system-assurance-popup-active .btn-hidden,
.popup-holder.bottom-intake-popup-active .btn-hidden,
.popup-holder.surface-condanser-popup-active .btn-hidden,
.popup-holder.vertical-hx-popup-active .btn-hidden,
.popup-holder.parallel-flow-popup-active .btn-hidden,
.popup-holder.end-of-header-active .btn-hidden,
.popup-holder.bundle-hxs-popup-active .btn-hidden,
.popup-holder.compressor-popup-active .btn-hidden,
.popup-holder.elevated-popup-active .btn-hidden {
	left: -9999px;
	top: -9999px;
	opacity: 0;
}

.popup {
	position: absolute;
	z-index: 4;
	width: 37%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	font-size: 1.5vw;
	letter-spacing: -.4px;
	line-height: 1.3;
	box-shadow: 0 0 10px 1px black;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.popup.two-columns {
	width: 80.2%;
}

.popup-header {
	padding: 1.6vw 6vw 1.6vw 2vw;
	color: #fff;
	background-color: #007ac9;
	font-size: 3.5vw;
}

.popup-body {
	padding: 2vw;
}

.popup-body.two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup-body.two-columns .col {
	width: 50%;
}

.popup-body.two-columns .col:first-child {
	padding-right: 5vw;
}

.popup-body.two-columns .col:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #d8d8d8;
}

.popup-footer {
	padding: 3vw 1vw;
	text-align: center;
	background-color: #d8d8d8;
}

.popup img {
	width: 100%;
}

.popup .btn-wrap {
	margin-top: auto;
	padding: 3vw 0;
	text-align: center;
}

.popup .btn {
	text-transform: uppercase;
	padding: .5vw 2vw;
}

.popup .alt-color {
	color: #007ac9;
}

.popup.bottom-intake-popup .popup-header {
	background-color: #005172;
}

.popup.parallel-flow-popup .popup-header {
	background-color: #e17000;
}

.popup.end-of-header-popup .popup-header {
	background-color: #58a618;
}

.popup.bundle-hxs-popup .popup-header {
	background-color: #adafaf;
}

.popup.vertical-hx-popup .popup-header {
	background-color: #5eb6e4;
}

.popup.compressor-popup .popup-header {
	background-color: #275e37;
}

.popup.elevated-popup .popup-header {
	background-color: #616365;
}

.popup .close {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 3.5vw;
	height: 3.5vw;
	position: absolute;
	right: 2vw;
	top: 1.2vw;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
}

.popup .close:before,
.popup .close:after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 2vw;
	height: .5vw;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	content: "";
}

.popup .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup .close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .close:hover {
	border-color: #003d56;
}

.popup .close:hover:before,
.popup .close:hover:after {
	background-color: #003d56;
}

.about-us-popup {
	top: 34%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.omni-audit-popup {
	left: 2.5%;
	top: 22%;
}

.omni-simulator-popup {
	top: 19.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.omni-sensor-popup {
	top: 27%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.trasar-popup {
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.system-assurance-popup {
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.surface-condanser-popup {
	top: 12%;
	left: auto;
	right: 13%;
}

.bottom-intake-popup {
	top: 16%;
	left: auto;
	right: 13%;
}

.parallel-flow-popup {
	top: .5%;
	left: auto;
	right: 8%;
}

.end-of-header-popup {
	top: 15%;
	left: 9%;
}

.bundle-hxs-popup {
	top: 36%;
	left: 8%;
}

.vertical-hx-popup {
	top: 29%;
	left: auto;
	right: 13.5%;
}

.compressor-popup {
	top: 23%;
	left: 9%;
}

.elevated-popup {
	top: 36%;
	left: 14.5%;
}

.alert-popup {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60%;
	font-size: 3vw;
	-webkit-transition: none;
	transition: none;
}

.alert-popup h2 {
	font-size: 4vw;
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		padding: 1.45vw 0;
		font-size: 3.2vw;
	}

	h2,
	.h2 {
		font-size: 2.4vw;
	}

	.drop-menu {
		width: 25vw;
		font-size: 1.4vw;
	}

	.drop-menu .opener {
		padding: 1vh .65vh;
	}

	.drop-menu .chevron-down {
		width: 2vw;
		height: 2vw;
	}

	.drop-menu .chevron-down:before,
	.drop-menu .chevron-down:after {
		width: .7vw;
		height: .2vw;
		border: .2vh solid #fff;
	}

	.drop-menu-list {
		height: calc(100vh - 19vh);
	}

	.drop-menu-list a {
		padding: .5vw 2vw;
		font-size: 1.5vw;
		min-height: 5vw;
	}

	.drop-menu-list a:before {
		width: 88%;
	}

	.btn {
		font-size: 1.4vw;
		padding: .25vw 1.5vw;
	}

	.popup {
		font-size: 1.25vw;
	}

	.popup-header {
		padding: .7vw 3.2vw .7vw 1.7vw;
	}

	.popup-body {
		padding: .7vw 1.7vw;
	}

	.popup-footer {
		padding: 3vh 1vh;
	}

	.popup .btn-wrap {
		padding: 3vh 0;
	}

	.popup .btn {
		padding: .5vh 2vh;
	}

	.popup .close {
		width: 2vw;
		height: 2vw;
		right: 1vw;
		top: .9vw;
	}

	.popup .close:before,
	.popup .close:after {
		width: 1.2vw;
		height: .3vw;
	}
}

@media (max-width: 767px) {
	.popup-holder.alert-popup-active:before {
		opacity: 1;
		visibility: visible;
		z-index: 2;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.alert-popup-active .alert-popup {
		opacity: 1;
		visibility: visible;
	}
}

