.tippy-popper {
}
.tippy-popper[x-placement^=top] .tippy-tooltip.bl-theme .tippy-arrow {
	border-top: 7px solid #f2f2f2;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.bl-theme .tippy-arrow {
	border-bottom: 7px solid #f2f2f2;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.bl-theme .tippy-arrow {
	border-left: 7px solid #f2f2f2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.bl-theme .tippy-arrow {
	border-right: 7px solid #f2f2f2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.tippy-tooltip.bl-theme {
	color: #26323d;
	background-color: #f2f2f2;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #4c5356;
	padding: 13px 20px 16px;
	border-radius: 0;
	text-align: left;
}
.tippy-tooltip.bl-theme .tippy-backdrop {
	background-color: #fff
}
.tippy-tooltip.bl-theme .tippy-roundarrow {
	fill: #f2f2f2
}
.tippy-tooltip.bl-theme[data-animatefill] {
	background-color: transparent
}
.tippy-popper .blue {
	color: #004666;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.gallery-theme .tippy-arrow {
	border-top: 7px solid #4C5356;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.gallery-theme .tippy-arrow {
	border-bottom: 7px solid #4C5356;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent
}
.tippy-popper[x-placement^=left] .tippy-tooltip.gallery-theme .tippy-arrow {
	border-left: 7px solid #4C5356;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.tippy-popper[x-placement^=right] .tippy-tooltip.gallery-theme .tippy-arrow {
	border-right: 7px solid #4C5356;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent
}
.tippy-tooltip.gallery-theme {
	background-color: #4C5356;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
