
#tt, #tt.amp-tooltip {
	position: absolute;
	opacity: .95;
	width: auto;
	display: none;
}

#tt.amp-tooltip {
	display: block;
	max-width: 300px;
}

#tt iframe {
	max-width: 99%;
}

.centerflp-content {
	opacity: 0 !important;
	transform: scale3d(0, 1, 0);
	transform-origin: 50% 120%;
	transition: opacity .5s, transform .5s;
	transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	display: block;
}

.force-hide {
	visibility: hidden;
}

.flipInY {
	display: block !important;
}

.no-ani-with-flip {
	opacity: 1 !important;
	transform: scale3d(1, 1, 1);
}

.zoomIn, .zoomOut {
	transform-origin: top center;
}

.centerflp-content.tooltip-bloated-content {
	opacity: 1 !important;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1) !important;
	transform: scale3d(1, 1, 1) !important;
}

.no-in {
	display: none;
}

.has-in {
	transform: scale3d(0, 1, 0);
	transform-origin: 50% 120%;
}

#tt.out {
	-webkit-animation-name: out;
	-webkit-animation-duration: 4s;
	animation-name: out;
	animation-duration: .5s;
	animation-iteration-count: 1;
	transform: scale3d(0, 1, 0);
	transform-origin: 50% 120%;
}

#tt.in {
	-webkit-animation-name: in;
	-webkit-animation-duration: 4s;
	animation-name: in;
	animation-duration: .5s;
	animation-iteration-count: 1;
	transform: scale3d(1, 1, 1);
	transform-origin: 50% 120%;
}

@keyframes in {
	from {
		transform: scale3d(0, 1, 0);
		transform-origin: 50% 120%;
	}
	
	to {
		transform: scale3d(1, 1, 1);
		transform-origin: 50% 120%;
	}
}

@keyframes out {
	from {
		transform: scale3d(1, 1, 1);
		transform-origin: 50% 120%;
	}
	
	to {
		transform: scale3d(0, 1, 0);
		transform-origin: 50% 120%;
	}
}

#tt.vertical_top:before {
	z-index: 111;
	content: "";
	position: absolute;
	border: 9px solid rgba(255, 255, 255, 0);
	border-top: 0;
	border-bottom: 9px solid rgba(255, 255, 255, 0);
	top: -9px;
	left: 48%;
}

#tt.vertical_top:after {
	z-index: 111;
	content: "";
	position: absolute;
	border: 9px solid rgba(255, 255, 255, 0);
	border-top: 0;
	border-bottom: 9px solid rgba(255, 255, 255, 0);
	top: -8px;
	left: 48%;
}

#tt.vertical_bottom:before {
	z-index: 111;
	content: "";
	position: absolute;
	border: 9px solid rgba(255, 255, 255, 0);
	border-bottom: 0;
	border-top: 9px solid rgba(255, 255, 255, 0);
	bottom: -9px;
	left: 170px;
}

#tt.vertical_bottom:after {
	content: "";
	position: absolute;
	border: 9px solid rgba(255, 255, 255, 0);
	border-bottom: 0;
	border-top: 9px solid rgba(255, 255, 255, 0);
	bottom: -8px;
	left: 170px;
	z-index: 113;
}

#tttop {
	display: block;
}

#ttcont {
	display: block;
	padding: 20px;
	margin-left: 5px;
	background: #333;
	color: #fff;
	overflow: auto;
}

#ttbot {
	display: block;
	margin-left: 5px;
}

#ttcont iframe {
	max-width: 99%;
}

#ttcont ol, #ttcont ul {
	list-style-position: inside;
}

#ttcont > img {
	display: block;
}

.cmtt-clearfix {
	clear: both;
}

.cmtt-backlink {
	display: block;
	margin: 10px 0;
}

.cmtt-glossary-tooltip-toggle-wrapper {
	margin: 10px 0;
}

.cmtt-tooltip-overlay {
	display: inline-block;
	position: relative;
}

.cmtt-tooltip-overlay-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.cmtt_longtext {
	width: 300px;
}

.cmtt-tooltip-overlay-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 15px;
	height: 15px;
	background: url("https://cdn-ilelmmb.nitrocdn.com/hmKOAzWGUxmDtbfaDRKAtDWXPuMZJBRo/assets/images/optimized/rev-d5a5f3c/availinfra.com/wp-content/plugins/TooltipProEcommerce/assets/css/images/tooltip-image-overlay-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1400;
	background-size: 100%;
}

#tt #tt-btn-close, #amp-tt #tt-btn-close {
	width: 16px;
	height: 16px;
	z-index: 999999;
	background-position: -80px -128px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 20px;
	font-family: dashicons;
	color: #222;
	direction: rtl;
	background-color: transparent !important;
	padding: 10px !important;
	border: none !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#tt #tt-btn-close:focus, #amp-tt #tt-btn-close:focus {
	caret-color: transparent !important;
}

ul#glossaryList, ul.glossary_latest_terms {
	padding: 0;
	margin: 0 0 30px 0;
	list-style-type: none !important;
}

div.glossary-container > ul.pageNumbers {
	padding-top: 20px;
}

div.glossary-container > p br {
	display: none;
}

span.glossaryLink, a.glossaryLink, div.glossaryLink {
	text-decoration: none !important;
	border-bottom: dotted 1px;
}

span.glossaryLink.hasDashicon, a.glossaryLink.hasDashicon {
	border-bottom: none !important;
}

a.glossaryLink:hover {
	text-decoration: none !important;
}

span.glossaryLink.hasDashicon:hover, a.glossaryLink.hasDashicon:hover {
	border-bottom: none !important;
	text-decoration: none !important;
}

span.glossaryLink:focus, a.glossaryLink:focus, #tt-btn-close {
	outline: none;
}

#glossary-categories {
	float: right;
	margin: 0;
}

.glossary-category-wrapper {
	float: right;
	display: flex;
	align-items: center;
}

.glossary-category-wrapper label {
	margin-right: 10px;
}

.mobile-link {
	margin: 10px 0;
	font-size: 14px;
}

.mobile-link:before {
	content: "Term link: ";
}

h4.cmtt_related_title {
	margin-bottom: 0;
	margin-top: 20px;
}

div.cmtt_related_title {
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 700;
}

.glossary_itemdesc .cmtt_related_title {
	margin-top: 5px;
}

ul.cmtt_related {
	margin-top: 0;
	clear: none;
}

li.cmtt_related_item {
	margin-bottom: 10px;
}

div.cmtt_synonyms {
	margin-bottom: 1em;
	font-style: italic;
}

div.cmtt_synonyms_title {
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 700;
}

div.glossaryItemTitle {
	margin: 10px 0;
}

#ttcont div.glossaryTooltipMoreLinkWrapper {
	padding: 2px 12px 3px 7px;
}

#ttcont div.glossaryTooltipMoreLinkWrapper:after {
	content: " →";
}

.glossary_top_filter {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

.cmtt-tags-filter {
	margin: 10px 0 0;
}

.cmtt-tags-filter a.cmtt-glossary-tag {
	cursor: pointer;
	border-left: 1px solid;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

.cmtt-tags-filter a.cmtt-glossary-tag:first-child {
	border: none;
	padding: 0;
	margin: 0;
}

.cmtt-tags-filter a.cmtt-glossary-tag.selected {
	text-decoration: underline;
	font-weight: 700;
}

.cmtt-categories-filter a.cmtt-glossary-category {
	cursor: pointer;
	margin: 0 0 0 1px;
	background: #a8a8a8;
	color: white !important;
	border: 1px solid;
	border-radius: 25px;
	padding: 5px;
	font-weight: 700 !important;
}

.cmtt-categories-filter a.selected {
	background: #696969 !important;
	color: white !important;
}

.cmtt-categories-filter {
	margin: 10px 0 0;
	padding: 10px 0;
	line-height: 35px;
}

.cmtt-categories-filter a.cmtt-glossary-category:first-child {
	border: none;
}

.cmtt-categories-filter a.cmtt-glossary-category.selected {
	text-decoration: underline;
	font-weight: 700;
}

.glossary_top_filter .right {
	float: right;
}

.cm-showhide-handle {
	cursor: pointer;
}

.glossary-container {
	position: relative;
}

.glossary-search-clear {
	margin-left: 1em;
	cursor: pointer;
}

#glossary-search-term {
	padding-left: 5px;
	padding-right: 5px;
}

#tt .mobile-link a.glossaryLinkMain, #tt div.glossary_mw_dictionary, #tt div.mw-thesaurus-container, #tt h1, #tt h2, #tt h3, #tt h4 {
	color: #fff;
}

div.mw-dictionary-container {
	margin-top: 1em;
}

div.mw-thesaurus-container {
	margin-top: 2em;
}

.mw-wikipedia-container table.infobox, .mw-wiktionary-container table.infobox {
	float: right;
	font-size: 8pt;
	margin-left: 5px;
}

div.glossary_mw_dictionary, div.glossary_mw_wikipedia, .glossary_mw_wiktionary {
	font-size: 14pt;
	margin: .5em 0 .5em 0;
}

div.mw-group {
	margin: .5em 0 .5em 0;
}

div.mw-group .group-title {
	font-size: 12pt;
	margin-top: .5em;
	margin-bottom: .5em;
}

div.mw-group .term {
	margin-top: .3em;
}

div.mw-group div.term-number {
	float: left;
	font-weight: 700;
}

div.mw-group div.dd {
	margin: 0 0 0 1.5em;
}

div.mw-group dd {
	margin: 0 0 0 1.5em;
}

div.mw-group .type-vt {
	margin-left: 1em;
}

div.mw-group .sn {
	margin-left: 2em;
	margin-right: .5em;
}

div.mw-group .prdiv {
	margin-left: .5em;
}

div.mw-group .prdiv + .sn {
	margin-left: .5em;
}

#tt span.example:before {
	content: "<";
}

#tt span.example:after {
	content: ">";
}

span.definition {
	margin-left: .5em;
}

div.mw-group.mw-definitnion {
	font-family: monospace;
	border: 1px #ccc solid;
	border-radius: 5px;
	display: block;
	padding: 10px;
}

div.scnt {
	margin-top: 1em;
}

.progress-indicator {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 1000;
	background-color: #fff;
	display: none;
}

.progress-indicator img {
	margin-top: 75px;
}

.cmtt-post-format-icon:before {
	font: 200 14px/1 dashicons;
	position: relative;
	left: -5px;
}

.cmtt-post-format-icon.cmtt-post-format-audio:before {
	content: "";
	font-size: .8em;
}

.cmtt-post-format-icon.cmtt-post-format-new:before {
	content: "";
}

.cmtt-post-format-icon.cmtt-post-format-new {
	display: inline;
}

.cmtt-audio-shortcode {
	margin: 10px;
}

.cmtt-audio-player.cmtt-limited {
	float: right;
	font: 200 14px/1 dashicons;
}

.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls > *:not(.mejs-playpause-button) {
	display: none !important;
}

.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode.mejs-container {
	width: auto !important;
	height: auto !important;
	background: none !important;
}

.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls {
	width: auto !important;
	background: none !important;
	position: initial !important;
}

.cmtt-audio-player .cmtt-audio-shortcode .mejs-controls {
	position: initial !important;
}

.cmtt-woocommerce-product-container {
	padding: .2em;
}

.cmtt-woocommerce-product-image-container {
	float: left;
	padding: 5px 10px 10px 0;
}

.cmtt-woocommerce-product-description {
	padding-bottom: 1em;
	display: block;
}

.cmtt-woocommerce-product-desc-container {
	min-width: 275px;
}

.cmtt-woocommerce-product-name {
	width: 100%;
	display: block;
	font-weight: 800;
}

.cmtt-woocommerce-product-button-container {
	width: 100%;
	display: block;
	float: inline-end;
	margin: 0 0 10px 0;
}

.cmtt-woocommerce-product-price ins {
	background: none;
}

.cmtt-woocommerce-product-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
	margin: 30px 0;
}

.cmtt-woocommerce-product-list .cmtt-woocommerce-product-button-container {
	display: grid;
	grid-gap: 5px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cmtt-woocommerce-product-list .cmtt-woocommerce-product-button-container > a {
	padding: 7px !important;
	text-align: center;
}

.cmtt-woocommerce-product-list .cmtt-woocommerce-product-name {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cmtt-woocommerce-product-list .cmtt-woocommerce-product-desc-container {
	min-width: unset;
}

@media screen and (max-width:768px) {
	.cmtt-woocommerce-product-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width:451px) {
	.cmtt-woocommerce-product-list {
		grid-template-columns: 1fr;
	}
	
	.glossary-search-wrapper {
		display: inline-block !important;
		align-items: center !important;
	}
}

.cmtt-post-tags a {
	cursor: pointer;
}

.cmtt-taxonomy-single a {
	cursor: pointer;
}

.server-info-table span {
	color: green;
	font-weight: 700;
}

.server-info-table strong {
	color: red;
	font-weight: 700;
}

.cmtt-social-box {
	width: auto;
	display: flex;
	margin-bottom: 10px;
	padding: 0;
}

.cmtt-social-box > div {
	height: 25px;
	max-width: 68px;
	margin: 4px 4px 0 0;
}

.cmtt-social-box .sharetitle {
	border-right: 1px solid #d2d2d2;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height: 25px;
	vertical-align: middle;
	display: inline-block;
	font-size: large;
	font-weight: 700;
	max-width: fit-content;
}

.cmtt-social-box > div * {
	vertical-align: top !important;
}

select#cmtt_glossaryID {
	max-width: 350px;
}

li.cmtt-has-thumbnail {
	list-style-position: inside;
	list-style-type: none;
	margin-left: -25px;
}

li.cmtt-has-thumbnail .cmtt-thumbnail {
	position: relative;
}

li.cmtt-has-thumbnail .cmtt-thumbnail-link {
	position: relative;
	display: inline-block;
	border: 0 !important;
	outline: none;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

body.cmtt-embed {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #fff;
}

body.cmtt-embed .cmtt-embedded {
	margin: 25px 5px;
}

.cmtt-embed-btn {
	margin: 5px 0;
}

.cmtt-embed-modal {
	display: none;
	background: #fff;
	padding: 2em;
	width: 600px;
}

.cmtt-embed-modal textarea {
	width: 100%;
	height: 7em;
	margin-top: 1em;
}

body.cmtt-embed .zopim {
	display: none !important;
	visibility: hidden !important;
}

.cmtt-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 50, 50, .9);
	z-index: 9999998;
}

.cmtt-overlay-content-outer {
	position: fixed;
	top: 10%;
	left: 50%;
	width: auto;
	z-index: 9999999;
}

.cmtt-overlay-content {
	background: #fff;
	margin-left: -50%;
	width: 100%;
	position: relative;
}

.cmtt-overlay-close {
	font: normal 24px Arial;
	color: #666;
	position: absolute;
	top: 0;
	right: 3px;
	cursor: pointer;
}

.cmtt_help {
	background-image: url("https://cdn-ilelmmb.nitrocdn.com/hmKOAzWGUxmDtbfaDRKAtDWXPuMZJBRo/assets/images/optimized/rev-d5a5f3c/availinfra.com/wp-content/plugins/TooltipProEcommerce/assets/css/images/help.png");
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
}

.cmtt_help.nitro-lazy {
	background-image: none !important;
}

.cmtt_field_help {
	margin: 0 -20px 0 0;
	float: right;
}

.cmtt_field_help:hover, .cmtt_help:hover {
	background-image: url("https://cdn-ilelmmb.nitrocdn.com/hmKOAzWGUxmDtbfaDRKAtDWXPuMZJBRo/assets/images/optimized/rev-d5a5f3c/availinfra.com/wp-content/plugins/TooltipProEcommerce/assets/css/images/help_hover.png");
}

.cmtt_field_help:hover.nitro-lazy, .cmtt_help:hover.nitro-lazy {
	background-image: none !important;
}

.cmtt_help {
	margin-right: 5px;
}

.glossaryLink.ampGlossaryLink {
	position: relative;
}

.glossaryLink.ampGlossaryLink #tt {
	top: 110%;
	left: -50%;
}

.cmtt-related-term {
	margin: 20px 0 30px 0;
}

.cmtt-related-term h4 {
	margin: 20px 0 10px 0;
}

div.cmtt_abbreviation_title, div.cmtt_translation_title {
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 700;
}

.cmtt-footnote-header-border {
	border-top: 1px solid lightgrey;
	width: 100%;
	margin-bottom: 15px;
}

.cmtt-footnote-bottom-border {
	border-top: 1px solid lightgrey;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cmtt-footnote-def.hidden {
	display: none;
}

.cmtt-footnote-def-key {
	font-style: oblique;
	font-weight: 500;
}

.cmtt-footnote-def-content {
	font-size: small;
}

.cmtt-footnote-def-content .cmtt_meanings_wrapper {
	display: inline-table;
}

.single-sidebar-glossary #primary {
	margin-left: 0;
	width: 70%;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-sidebar-glossary #secondary {
	width: 30%;
	float: left;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tt_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.tt-box-bottom {
	bottom: 0 !important;
	right: 0 !important;
	left: 0 !important;
	top: auto !important;
	width: 100% !important;
	max-width: 100% !important;
}

.tt-box-bottom::before {
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 34px;
	height: 28px;
	background: url("data:image/svg+xml;utf8,<svg width='34' height='14' viewBox='0 0 34 14' xmlns='http://www.w3.org/2000/svg'><path d='M2 2 L17 12 L32 2' stroke='%23fff' stroke-width='4' fill='none' stroke-linecap='round'/></svg>") no-repeat top center;
	background-size: 34px 14px, cover;
}

.tt-box-bottom::before, .tt-box-right::before, .tt-box-left::before {
	content: "";
	position: absolute;
	cursor: pointer;
	pointer-events: auto;
	z-index: 99999;
}

.tt-box-left::before {
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	width: 28px;
	height: 34px;
	background: url("data:image/svg+xml;utf8,<svg width='14' height='34' viewBox='0 0 14 34' xmlns='http://www.w3.org/2000/svg'><path d='M12 2 L2 17 L12 32' stroke='%23fff' stroke-width='4' fill='none' stroke-linecap='round'/></svg>") no-repeat center center;
	background-size: 14px 34px;
}

.tt-box-right::before {
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	width: 28px;
	height: 34px;
	background: url("data:image/svg+xml;utf8,<svg width='14' height='34' viewBox='0 0 14 34' xmlns='http://www.w3.org/2000/svg'><path d='M2 2 L12 17 L2 32' stroke='%23fff' stroke-width='4' fill='none' stroke-linecap='round'/></svg>") no-repeat center center;
	background-size: 14px 34px;
}

.tt-box-bottom #ttcont, .tt-box-right #ttcont, .tt-box-left #ttcont {
	max-height: 100%;
	min-height: 30%;
	margin: 0px !important;
	width: 100% !important;
}

#tt.tt-box-bottom {
	flex-direction: column;
	will-change: transform;
	transition: transform .25s ease;
	max-height: 50%;
}

#tt.tt-box-bottom.dragging {
	transition: none !important;
}

#tt.tt-box-bottom.dragging {
	transition: none;
}

.tt-drag-handle {
	position: absolute;
	cursor: grab;
	touch-action: none;
	background: rgba(255, 255, 255, 0);
	z-index: 9999999;
}

.tt-box-bottom .tt-drag-handle {
	top: 0;
	left: 0;
	right: 0;
	height: 32px;
	transform: translateY(-100%);
}

.tt-box-right .tt-drag-handle {
	top: auto;
	bottom: auto;
	left: 0;
	width: 32px;
	transform: translateX(-100%);
}

.tt-box-left .tt-drag-handle {
	top: auto;
	bottom: auto;
	right: 0;
	width: 32px;
	transform: translateX(100%);
}

.tt-box-right, .tt-box-left {
	top: 0 !important;
	width: 300px !important;
	max-width: 400px;
	min-width: 200px;
	height: 100%;
}

body.admin-bar .tt-box-right, body.admin-bar .tt-box-left {
	top: 32px !important;
	max-height: calc(100% - 32px) !important;
}

.tt-box-left {
	right: auto !important;
	left: 0 !important;
}

.tt-box-right {
	right: 0 !important;
	left: auto !important;
}

#tt.tt-box-right #tt-btn-close, #amp-tt.tt-box-right #tt-btn-close, #tt.tt-box-left #tt-btn-close, #amp-tt.tt-box-left #tt-btn-close {
	right: 10px;
}

@keyframes slideUp {
	from {
		transform: translateY(60px);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	
	to {
		transform: translateY(60px);
		opacity: 0;
	}
}

@keyframes slideInLeft {
	from {
		transform: translate(-400px, 0);
		opacity: 0;
	}
	
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes slideInRight {
	from {
		transform: translate(400px, 0);
		opacity: 0;
	}
	
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes slideOutLeft {
	from {
		transform: translate(0, 0);
		opacity: 1;
	}
	
	to {
		transform: translate(-400px, 0);
		opacity: 0;
	}
}

@keyframes slideOutRight {
	from {
		transform: translate(0, 0);
		opacity: 1;
	}
	
	to {
		transform: translate(400px, 0);
		opacity: 0;
	}
}
