
.wpseo_custom_glogo {
	width: 50px;
	height: 50px;
}

.wpseo_custom_short_avg {
	color: #fabb05;
	font-weight: 700;
	font-size: 22px;
}

/* START FROM HERE */
[data-star] {
	text-align: left;
	font-style: normal;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 28px;
	unicode-bidi: bidi-override;
}

[data-star]::before {
	display: block;
	content: "★★★★★";
	color: #eee;
}

[data-star]::after {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	content: "★★★★★";
	width: 0;
	color: #fabb05;
	overflow: hidden;
	height: 100%;
}

[data-star^="0.1"]::after {
	width: 2%;
}

[data-star^="0.2"]::after {
	width: 4%;
}

[data-star^="0.3"]::after {
	width: 6%;
}

[data-star^="0.4"]::after {
	width: 8%;
}

[data-star^="0.5"]::after {
	width: 10%;
}

[data-star^="0.6"]::after {
	width: 12%;
}

[data-star^="0.7"]::after {
	width: 14%;
}

[data-star^="0.8"]::after {
	width: 16%;
}

[data-star^="0.9"]::after {
	width: 18%;
}

[data-star^="1"]::after {
	width: 20%;
}

[data-star^="1.1"]::after {
	width: 22%;
}

[data-star^="1.2"]::after {
	width: 24%;
}

[data-star^="1.3"]::after {
	width: 26%;
}

[data-star^="1.4"]::after {
	width: 28%;
}

[data-star^="1.5"]::after {
	width: 30%;
}

[data-star^="1.6"]::after {
	width: 32%;
}

[data-star^="1.7"]::after {
	width: 34%;
}

[data-star^="1.8"]::after {
	width: 36%;
}

[data-star^="1.9"]::after {
	width: 38%;
}

[data-star^="2"]::after {
	width: 40%;
}

[data-star^="2.1"]::after {
	width: 42%;
}

[data-star^="2.2"]::after {
	width: 44%;
}

[data-star^="2.3"]::after {
	width: 46%;
}

[data-star^="2.4"]::after {
	width: 48%;
}

[data-star^="2.5"]::after {
	width: 50%;
}

[data-star^="2.6"]::after {
	width: 52%;
}

[data-star^="2.7"]::after {
	width: 54%;
}

[data-star^="2.8"]::after {
	width: 56%;
}

[data-star^="2.9"]::after {
	width: 58%;
}

[data-star^="3"]::after {
	width: 60%;
}

[data-star^="3.1"]::after {
	width: 62%;
}

[data-star^="3.2"]::after {
	width: 64%;
}

[data-star^="3.3"]::after {
	width: 66%;
}

[data-star^="3.4"]::after {
	width: 68%;
}

[data-star^="3.5"]::after {
	width: 70%;
}

[data-star^="3.6"]::after {
	width: 72%;
}

[data-star^="3.7"]::after {
	width: 74%;
}

[data-star^="3.8"]::after {
	width: 76%;
}

[data-star^="3.9"]::after {
	width: 78%;
}

[data-star^="4"]::after {
	width: 80%;
}

[data-star^="4.1"]::after {
	width: 82%;
}

[data-star^="4.2"]::after {
	width: 84%;
}

[data-star^="4.3"]::after {
	width: 86%;
}

[data-star^="4.4"]::after {
	width: 88%;
}

[data-star^="4.5"]::after {
	width: 90%;
}

[data-star^="4.6"]::after {
	width: 92%;
}

[data-star^="4.7"]::after {
	width: 94%;
}

[data-star^="4.8"]::after {
	width: 96%;
}

[data-star^="4.9"]::after {
	width: 98%;
}

[data-star^="5"]::after {
	width: 100%;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

#tt, #tt.amp-tooltip {
	position: absolute;
	display: block;
	z-index: 1500;
}

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

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

#tttop {
	display: block;
}

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

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

#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-aofib.nitrocdn.com/BlKYaaOmnXJFedbeNSRWNpSaeNWhkPwz/assets/images/optimized/rev-e08e156/wpseo.it/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/tooltip-image-overlay-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	z-index: 1400;
	background-size: 100%;
}

#tt #tt-btn-close {
	width: 16px;
	height: 16px;
	background-position: -80px -128px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 20px;
	color: #222;
	direction: rtl;
	z-index: 10000;
}

ul#glossaryList {
	padding: 0;
	margin: 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 {
	text-decoration: none !important;
	border-bottom: dotted 1px;
}

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

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;
}

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

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

.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: 0;
	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;
	border-left: 1px solid;
	margin: 0 0 0 1px;
	padding: 0 0 0 5px;
	padding: 5px !important;
	background: #a8a8a8;
	color: #fff !important;
	border: 1px solid !important;
	border-radius: 25px;
	font-weight: 700 !important;
}

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

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

.cmtt-categories-filter a.cmtt-glossary-category:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}

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

.glossary_top_filter .right {
	float: right;
}

.cmtt-glossary-replacement-add {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #eee;
	margin-top: 30px;
	padding-bottom: 12px;
}

.cmtt-glossary-replacement-add input.invalid {
	border: 1px solid red;
}

.glossary_loading {
	background: url("https://cdn-aofib.nitrocdn.com/BlKYaaOmnXJFedbeNSRWNpSaeNWhkPwz/assets/images/optimized/rev-e08e156/wpseo.it/wp-content/plugins/enhanced-tooltipglossary/assets/css/images/ajax-loader.gif") no-repeat center center;
	background-color: #ddd;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .5;
	display: none;
}

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

.glossary_replacements_list tr:hover {
	background-color: #eee;
}

.glossary_replacements_list th {
	font-weight: 700;
}

.glossarySettingsTabs .block {
	border: 1px solid gray;
	border-radius: 13px;
	padding: 20px;
	margin: 5px;
	float: none;
	width: auto;
}

.glossarySettingsTabs .block h3 {
	padding-top: 0;
	margin-top: 0;
}

#glossary-exclude-box label.blocklabel, #glossary-disable-box label.blocklabel {
	display: block;
}

.floated-form-table {
	clear: none;
}

.floated-form-table tr {
	float: left;
	width: 49%;
	clear: none;
}

.floated-form-table tr.whole-line {
	width: 99%;
}

.glossarySettingsTabs table th {
	position: relative;
	padding-right: 25px;
}

div.cm_field_help {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMOSURBVHjaPMtPbFN1AMDx7+/33mu7dl03RiddCWywKdgYYmSIxrFMXJTMBD1wMVzcSRNNzLh4MHLSA4lGQmLkYiQSMg3JhhFRxzBKRtgOZMbIcIibazpwpWu7177/7/08mPi5f8RvJQ8AhegJ/Ghwa0rGpeDDREwkNAENR+FH0bmle6vz1erGVL1WMXP57eTy29H5T49U6ot8uza0NS2RUuABgYJcK0jUWymjm5sLjZ8qlXAUsAF0pegQSr3fm9WGknGNOw34swJWw8Z2FI6fYEdGMvxokpFnCsOXZhrfR0qNAg3pudFALiNfjxkaF27B51dsjPUyIzmPV/t89ndafHu9yckJDycyGDpQOBSGwZQQIiuTcfFuZ1rn4lzE+csmO0WRFwfauDTvcvZKjSd3xTi8x+TaXIkzU2Vy2Q4SIjxcq1WPibUNP9Cl1N7+rELpQZX9vTb5rnbOTT/EbDpMn3qcTVvnzdPLJBM6Z8f7Uc4a878Xy3q6RbPmFxvp4loFlMfMrwFBuI6KFK8dSrIr38qpifvYjo8fBCyubHKwT6e28TApdU1QN20syyIKI+IGaFIyXIg4Obab81erXLj6D/EYBIGP2XRAgWXWI2m5YSq3RYLyUUqhlEBFPq88t4VS1eCTi6toukAiUGFAV0bD9UP8IEA2XT4t9CTZ2SVp2h6ahJih89WsxwdfrhIpiOsSx/XoysDA3nYW75YwjFhSLv21cj0eF7zx8jaiwKXpBEDIgT7BC0+1kTAEtuNh2zZjRx6hI23wy42b9Pb3z0qhx72FP9Z56dkc7x3vpkVz2DSbtLeEdHfomA0LGdmcONbF8SN9TEz+gO24d9PpzKhY+NuiUqmMJ6X/0cF9eZaW63w9s0qx7GEYBt2dcY4ObqPQl2Xy8jV+nPmZwedH3tF147S4tWyyWa9Tq9XGvUZ1bN+eHYVsRytSNzB0A6UCVor3+W56lgflMnsLT5xIt7V/DPB/th2Le3dut7ak0pMiCp/2nAaua2GaNk3bIdWanOvd/dgZ33e/icUSSCn5dwCBU3Hcr3rapwAAAABJRU5ErkJggg==");
	cursor: pointer;
	margin: 0 -20px 0 0;
	float: right;
}

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

div.cm_field_help:hover {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALsSURBVHjaZJBdaFt1HIaf8885SZo0ttU1Lu2oLe10I4ypTNyEblSYWCp4JYjsxg1FygTZsN6I+AFeCAoyENyVgkMZQqeoqFsrTje2LNPCYB917eratdIsaZJzcr7P+XkxVhBfeC7eiwdeXu3SLR8AQesPg3h4Q1allMb76aSWTmhguUIQx5/Pzt0sra3VTjTqVbPQu4lC7yZ07qRfiXzW25nYsyGnUErDB0KBQjso5GDW6OHcjPVLtRqNAQ6ALkKXJvLWQHdiTyaV4KoF16tgWw6OK7hBmr4OxciDGfbuKo58M2X9GIuMARblOfep281Agkjk2EWR14/bEgr/YfxTSya+8KTWEllercnXpy6eunB9rZvLS960iMiXZyMZfbf5P/EuO16dl3eOrYqIyHdTJTlZnh9XnRm1u9KIOXG6illb4W4ePlBm8Pnf17sWmkyXK1xbChjsy7O8dOttPdeWsEtXrNzichXE55EDZcIoRuKIF3Zn1mXHDQjCkCsLTXYO6dRrtzNKT2g0TAfbtomjmJQBCaUYKca8N/7onRUvlkglIQwDzJYLArbZiJXtRdnCvQokQEQQ0ZA44MgbuwDY8dIFErqGQkOikHxHAi+ICMIQveXxSbE/c/CBvGJuxSeTNkgaOi9/cAkwiMUkbSgc1yffAY9t7aRU/hPDSGbU7PzCb6mUxivPbCQOPVpuCEQcndjG0YktpA0Nx/VxHIf9o/fTlTM4ffYcA5s3n1GanvJnrq3y9BMF3tzXQ1vCpWm21o8yLRsVOxx+Ls++0SG+mvwJx/X+yuU6xrSZv22q1eqhjAo+3Lm9l9kbDY5P3WSx4mMYBj33pXh2eCPFoW4mv5/m56lfGX5y72u6bnys/XHDpNloUK/XD/nW2v7tW/qK3V3tKN3A0A1EQhYWV/jh5Bn+qVTYWtx2OHdP50cA67Lj2sxdvdzels1NanH0uO9aeJ6NaTq0HJdse+b8wOBDR4LA+zaZTKOU4t8BAMeWkeCMnZOsAAAAAElFTkSuQmCC");
}

div.cm_field_help:hover.nitro-lazy {
	background-image: none !important;
}

div.cm_help {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMOSURBVHjaPMtPbFN1AMDx7+/33mu7dl03RiddCWywKdgYYmSIxrFMXJTMBD1wMVzcSRNNzLh4MHLSA4lGQmLkYiQSMg3JhhFRxzBKRtgOZMbIcIibazpwpWu7177/7/08mPi5f8RvJQ8AhegJ/Ghwa0rGpeDDREwkNAENR+FH0bmle6vz1erGVL1WMXP57eTy29H5T49U6ot8uza0NS2RUuABgYJcK0jUWymjm5sLjZ8qlXAUsAF0pegQSr3fm9WGknGNOw34swJWw8Z2FI6fYEdGMvxokpFnCsOXZhrfR0qNAg3pudFALiNfjxkaF27B51dsjPUyIzmPV/t89ndafHu9yckJDycyGDpQOBSGwZQQIiuTcfFuZ1rn4lzE+csmO0WRFwfauDTvcvZKjSd3xTi8x+TaXIkzU2Vy2Q4SIjxcq1WPibUNP9Cl1N7+rELpQZX9vTb5rnbOTT/EbDpMn3qcTVvnzdPLJBM6Z8f7Uc4a878Xy3q6RbPmFxvp4loFlMfMrwFBuI6KFK8dSrIr38qpifvYjo8fBCyubHKwT6e28TApdU1QN20syyIKI+IGaFIyXIg4Obab81erXLj6D/EYBIGP2XRAgWXWI2m5YSq3RYLyUUqhlEBFPq88t4VS1eCTi6toukAiUGFAV0bD9UP8IEA2XT4t9CTZ2SVp2h6ahJih89WsxwdfrhIpiOsSx/XoysDA3nYW75YwjFhSLv21cj0eF7zx8jaiwKXpBEDIgT7BC0+1kTAEtuNh2zZjRx6hI23wy42b9Pb3z0qhx72FP9Z56dkc7x3vpkVz2DSbtLeEdHfomA0LGdmcONbF8SN9TEz+gO24d9PpzKhY+NuiUqmMJ6X/0cF9eZaW63w9s0qx7GEYBt2dcY4ObqPQl2Xy8jV+nPmZwedH3tF147S4tWyyWa9Tq9XGvUZ1bN+eHYVsRytSNzB0A6UCVor3+W56lgflMnsLT5xIt7V/DPB/th2Le3dut7ak0pMiCp/2nAaua2GaNk3bIdWanOvd/dgZ33e/icUSSCn5dwCBU3Hcr3rapwAAAABJRU5ErkJggg==");
	cursor: pointer;
	margin-right: 5px;
}

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

div.cm_help:hover {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAALsSURBVHjaZJBdaFt1HIaf8885SZo0ttU1Lu2oLe10I4ypTNyEblSYWCp4JYjsxg1FygTZsN6I+AFeCAoyENyVgkMZQqeoqFsrTje2LNPCYB917eratdIsaZJzcr7P+XkxVhBfeC7eiwdeXu3SLR8AQesPg3h4Q1allMb76aSWTmhguUIQx5/Pzt0sra3VTjTqVbPQu4lC7yZ07qRfiXzW25nYsyGnUErDB0KBQjso5GDW6OHcjPVLtRqNAQ6ALkKXJvLWQHdiTyaV4KoF16tgWw6OK7hBmr4OxciDGfbuKo58M2X9GIuMARblOfep281Agkjk2EWR14/bEgr/YfxTSya+8KTWEllercnXpy6eunB9rZvLS960iMiXZyMZfbf5P/EuO16dl3eOrYqIyHdTJTlZnh9XnRm1u9KIOXG6illb4W4ePlBm8Pnf17sWmkyXK1xbChjsy7O8dOttPdeWsEtXrNzichXE55EDZcIoRuKIF3Zn1mXHDQjCkCsLTXYO6dRrtzNKT2g0TAfbtomjmJQBCaUYKca8N/7onRUvlkglIQwDzJYLArbZiJXtRdnCvQokQEQQ0ZA44MgbuwDY8dIFErqGQkOikHxHAi+ICMIQveXxSbE/c/CBvGJuxSeTNkgaOi9/cAkwiMUkbSgc1yffAY9t7aRU/hPDSGbU7PzCb6mUxivPbCQOPVpuCEQcndjG0YktpA0Nx/VxHIf9o/fTlTM4ffYcA5s3n1GanvJnrq3y9BMF3tzXQ1vCpWm21o8yLRsVOxx+Ls++0SG+mvwJx/X+yuU6xrSZv22q1eqhjAo+3Lm9l9kbDY5P3WSx4mMYBj33pXh2eCPFoW4mv5/m56lfGX5y72u6bnys/XHDpNloUK/XD/nW2v7tW/qK3V3tKN3A0A1EQhYWV/jh5Bn+qVTYWtx2OHdP50cA67Lj2sxdvdzels1NanH0uO9aeJ6NaTq0HJdse+b8wOBDR4LA+zaZTKOU4t8BAMeWkeCMnZOsAAAAAElFTkSuQmCC");
}

div.cm_help:hover.nitro-lazy {
	background-image: none !important;
}

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

.glossary-container {
	position: relative;
}

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

#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;
}

div.glossary_mw_dictionary, div.glossary_mw_wikipedia {
	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, div.mw-group .prdiv+.sn, span.definition {
	margin-left: .5em;
}

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

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

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: 0 0 !important;
}

.cmtt-audio-player.cmtt-limited .cmtt-audio-shortcode .mejs-controls {
	width: auto !important;
	background: 0 0 !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 {
	font-weight: 600;
}

.cmtt-woocommerce-product-button-container {
	float: right;
}

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

.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: 69px;
	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;
}

div.cminds_settings_description {
	float: left;
	max-width: 55%;
	margin-bottom: 20px;
}

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

.glossaryLink.ampGlossaryLink {
	position: relative;
}

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

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

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