#owdPopupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 19999999;
	display: none;
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.owdPopup, .owdPopup * {
	box-sizing: border-box;
}
.owdPopup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 288px;
	min-height: 100px;
	max-width: calc(100% - 2em);
	max-height: calc(100% - 2em);
	background: #e9ecee;
	text-align: left;
	z-index: 20000000;
	opacity: 0;
	border-radius: 1em;
	font-size: 1rem;
	color: #575859;
	overflow: hidden;
}
.owdPopup .owdPopupHead {
}
.owdPopup .owdPopupWrap {
	min-height: 100px;
	max-height: 100%;
	height: 100%;
	max-width: 1312px;
	position: relative;
	padding-top: 5.25em;
}
.owdPopup .owdPopupTitle {
	padding: 1em 2em 1em 1em;
	min-height: 2.25em;
	font-size: 1.5em;
	z-index: 1;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #e9ecee;
}

.owdPopup .owdPopupTitle .tabs {
	display: flex;
	justify-content: flex-start;
}
.owdPopup .owdPopupTitle .tabs .tab {
	position: relative;
	font-size: 1.5rem;
	margin-left: 1em;
	padding: 0 0.5em 0.1em;
	font-weight: 300;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s;
}
.owdPopup .owdPopupTitle .tabs .tab:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: currentColor;
	opacity: 0;
	transition: all 0.3s;
}
.owdPopup .owdPopupTitle .tabs .tab:first-of-type {
	margin-left: 0;
}
.owdPopup .owdPopupTitle .tabs .tab.active {
	opacity: 1;
	cursor: default;
}
.owdPopup .owdPopupTitle .tabs .tab.active:after {
	opacity: 1;
}
.owdPopup .owdPopupTitle .tabs .tab.active {
	border-bottom: 5px solid #575859;
}
.owdPopup .owdPopupTitle .tabs .tab A, .owdPopup .owdPopupTitle .tabs .tab A:hover {
	display: block;
	height: 100%;
	color: currentColor;
	text-decoration: none;
}

.owdPopup .owdPopupClose {
	position: absolute;
	top: 2.125em;
	right: 1.5em;
	color: #575859;
	z-index: 2;
	line-height: 0;
}
.owdPopup .owdPopupClose .owdPopupCloseButton {
	display: block;
	width: 1em;
	height: 1em;
	cursor: pointer;
}
.owdPopup .owdPopupClose .owdPopupCloseButton svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.owdPopup .owdPopupClose .owdPopupCloseButton:hover svg {
	fill: #d2440e;
}

.owdPopup.no-title .owdPopupTitle {
	display: none;
}
.owdPopup.no-title .owdPopupWrap {
	padding-top: 0;
}
.owdPopup.no-title .owdPopupClose {
	top: 1em;
	right: 1em;
}

.owdPopup .owdPopupContent {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	padding: 0 1.5em 1.5em;
	margin: 0;
	position: relative;
}
.owdPopup.no-title .owdPopupContent {
	padding-top: 1.5em;
}
.owdPopup.iframe .owdPopupContent {
	line-height: 0;
}

.owdPopup.iframe.video .owdPopupContent {
}
.owdPopup.iframe.video .owdPopupContent > DIV {
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.owdPopup.iframe.video .owdPopupContent IFRAME {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.owdPopup.snap_top, .owdPopup.snap_right, .owdPopup.snap_bottom, .owdPopup.snap_left {
	border-radius: 0;
	transform: none;
}

.owdPopup .owdPopupContent .ajax_form_content {
	min-height: 100px;
	height: 100%;
}
.owdPopup .owdPopupContent .ajax_form_content P {
	margin: 1em 0 0;
}
.owdPopup .owdPopupContent .ajax_form_content P:first-of-type {
	margin-top: 0;
}

.owdPopup .popup {
	opacity: 1;
	box-shadow: none;
}

.owdPopup .owdPopupContent .iFrameWrap {
	width: auto !important;
	max-width: 100%;
}
.owdPopup .owdPopupContent IFRAME {
	width: 100%;
	height: 100%;
}

.owdPopup.subscribe .owdPopupContent {
	position: relative;
}
.owdPopup.subscribe .img {
	position: absolute;
	top: 0;
	right: 1.5em;
	width: 250px;
	height: 200px;
}
.owdPopup.subscribe .img svg {
	width: 100%;
	height: 100%;
}
.owdPopup.subscribe .img IMG {
	max-width: 100%;
	max-height: 100%;
}
.owdPopup.subscribe .text {
	padding-right: 282px;
}
.owdPopup.subscribe .text IFRAME {
	margin-top: 24px;
	width: 100%;
	height: 50px;
}
.owdPopup.subscribe .info {
	margin-top: 32px;
}

.owdPopup.webinar_register_form .node .title {
	font-size: 2em;
	font-weight: 300;
}
.owdPopup.webinar_register_form .webinar_register_form_content {
	padding-bottom: 1.5em;
}
.owdPopup.webinar_register_form .webinar_register_form_content FORM .form-item-registered-sessions-list LABEL {
	display: block;
}
.owdPopup.webinar_register_form .webinar_register_form_content FORM .form-item-selected-sessions-list LABEL {
	display: inline;
}
.owdPopup.webinar_register_form .webinar_register_form_content FORM INPUT[type=submit] {
	margin-top: 1em;
}


.owdPopup.zoom_info .owdPopupContent .content {
	padding-bottom: 1.5em;
}
.owdPopup.zoom_info .owdPopupContent .content > P:first-of-type {
	margin-top: 0;
}
.owdPopup.zoom_info .owdPopupContent .countries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-between;
}
.owdPopup.zoom_info .owdPopupContent .countries .country {
	width: 50%;
	min-width: 240px;
}


.owdPopup.contact_us_ajax_form {
	max-width: 800px;
}
.owdPopup.contact_us_ajax_form FORM {
	padding-top: 0.5em;
	text-align: left;
}
.owdPopup.contact_us_ajax_form FORM > DIV > .form-item {
	margin-top: 1em;
	break-inside: avoid;
}
.owdPopup.contact_us_ajax_form FORM > DIV > .form-item:first-of-type {
	margin-top: 0;
}
.owdPopup.contact_us_ajax_form FORM .form-item > LABEL {
	display: none;
}
.owdPopup.contact_us_ajax_form FORM .form-item.webform-component-checkboxes .form-item, .owdPopup.contact_us_ajax_form FORM .form-item.webform-component-radios .form-item {
	display: table;
	width: 100%;
}
.owdPopup.contact_us_ajax_form FORM .form-item.webform-component-checkboxes .form-item INPUT, .owdPopup.contact_us_ajax_form FORM .form-item.webform-component-radios .form-item INPUT {
	display: table-cell;
	vertical-align: top;
	width: 13px;
	margin: 6px 8px 4px 17px;
}
.owdPopup.contact_us_ajax_form FORM .form-item.webform-component-checkboxes .form-item LABEL, .owdPopup.contact_us_ajax_form FORM .form-item.webform-component-radios .form-item LABEL {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.owdPopup.contact_us_ajax_form FORM .form-item.webform-component--tungsten-cluster-subscription-plan {
	display: none;
}
.owdPopup.contact_us_ajax_form FORM .form-actions {
	text-align: right;
}
.owdPopup.contact_us_ajax_form FORM.webform-client-form-1351 .webform-component--upgrade-from LABEL {
	display: block;
	padding: 0 1em 0.25em;
}
.owdPopup.contact_us_ajax_form FORM.webform-client-form-1351 .webform-component--upgrade-from LABEL .form-required {
	display: none;
}
.owdPopup.contact_us_ajax_form FORM.webform-client-form-1351 .webform-component--comments TEXTAREA {
	height: 5em;
}


.owdPopup.owdvideopopup .mediaelement-video {
	font-size: 0;
}


@media only screen and (min-width: 500px) {
	.owdPopup.contact_us_ajax_form FORM {
		column-count: 2;
		column-gap: 2em;
	}
}


@media only screen and (max-width: 499px) {
	.owdPopup.no-title .owdPopupWrap {
		padding: 1em 0 0;
	}

	.owdPopup .owdPopupContent {
		padding: 1.5em 1em 1em;
	}
}