/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.bootstrapWrapper {
}
.bootstrapWrapper html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.bootstrapWrapper body {
  margin: 0;
}
.bootstrapWrapper article,
.bootstrapWrapper aside,
.bootstrapWrapper details,
.bootstrapWrapper figcaption,
.bootstrapWrapper figure,
.bootstrapWrapper footer,
.bootstrapWrapper header,
.bootstrapWrapper hgroup,
.bootstrapWrapper main,
.bootstrapWrapper menu,
.bootstrapWrapper nav,
.bootstrapWrapper section,
.bootstrapWrapper summary {
  display: block;
}
.bootstrapWrapper audio,
.bootstrapWrapper canvas,
.bootstrapWrapper progress,
.bootstrapWrapper video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrapWrapper audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrapWrapper [hidden],
.bootstrapWrapper template {
  display: none;
}
.bootstrapWrapper a {
  background-color: transparent;
}
.bootstrapWrapper a:active,
.bootstrapWrapper a:hover {
  outline: 0;
}
.bootstrapWrapper abbr[title] {
  border-bottom: 1px dotted;
}
.bootstrapWrapper b,
.bootstrapWrapper strong {
  font-weight: 700;
}
.bootstrapWrapper dfn {
  font-style: italic;
}
.bootstrapWrapper h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
.bootstrapWrapper mark {
  color: #000;
  background: #ff0;
}
.bootstrapWrapper small {
  font-size: 80%;
}
.bootstrapWrapper sub,
.bootstrapWrapper sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrapWrapper sup {
  top: -0.5em;
}
.bootstrapWrapper sub {
  bottom: -0.25em;
}
.bootstrapWrapper img {
  border: 0;
}
.bootstrapWrapper svg:not(:root) {
  overflow: hidden;
}
.bootstrapWrapper figure {
  margin: 1em 40px;
}
.bootstrapWrapper hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bootstrapWrapper pre {
  overflow: auto;
}
.bootstrapWrapper code,
.bootstrapWrapper kbd,
.bootstrapWrapper pre,
.bootstrapWrapper samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
.bootstrapWrapper button,
.bootstrapWrapper input,
.bootstrapWrapper optgroup,
.bootstrapWrapper select,
.bootstrapWrapper textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.bootstrapWrapper button {
  overflow: visible;
}
.bootstrapWrapper button,
.bootstrapWrapper select {
  text-transform: none;
}
.bootstrapWrapper button,
.bootstrapWrapper html input[type=button],
.bootstrapWrapper input[type=reset],
.bootstrapWrapper input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrapWrapper button[disabled],
.bootstrapWrapper html input[disabled] {
  cursor: default;
}
.bootstrapWrapper button::-moz-focus-inner,
.bootstrapWrapper input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrapWrapper input {
  line-height: normal;
}
.bootstrapWrapper input[type=checkbox],
.bootstrapWrapper input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.bootstrapWrapper input[type=number]::-webkit-inner-spin-button,
.bootstrapWrapper input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrapWrapper input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.bootstrapWrapper input[type=search]::-webkit-search-cancel-button,
.bootstrapWrapper input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrapWrapper fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
.bootstrapWrapper legend {
  padding: 0;
  border: 0;
}
.bootstrapWrapper textarea {
  overflow: auto;
}
.bootstrapWrapper optgroup {
  font-weight: 700;
}
.bootstrapWrapper table {
  border-spacing: 0;
  border-collapse: collapse;
}
.bootstrapWrapper td,
.bootstrapWrapper th {
  padding: 0;
}
@media print {
  .bootstrapWrapper *,
  .bootstrapWrapper :after,
  .bootstrapWrapper :before {
    color: #000 !important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  .bootstrapWrapper a,
  .bootstrapWrapper a:visited {
    text-decoration: underline;
  }
  .bootstrapWrapper a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrapWrapper abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrapWrapper a[href^="javascript:"]:after,
  .bootstrapWrapper a[href^="#"]:after {
    content: "";
  }
  .bootstrapWrapper blockquote,
  .bootstrapWrapper pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrapWrapper thead {
    display: table-header-group;
  }
  .bootstrapWrapper img,
  .bootstrapWrapper tr {
    page-break-inside: avoid;
  }
  .bootstrapWrapper img {
    max-width: 100% !important;
  }
  .bootstrapWrapper h2,
  .bootstrapWrapper h3,
  .bootstrapWrapper p {
    orphans: 3;
    widows: 3;
  }
  .bootstrapWrapper h2,
  .bootstrapWrapper h3 {
    page-break-after: avoid;
  }
  .bootstrapWrapper .navbar {
    display: none;
  }
  .bootstrapWrapper .btn > .caret,
  .bootstrapWrapper .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrapWrapper .label {
    border: 1px solid #000;
  }
  .bootstrapWrapper .table {
    border-collapse: collapse !important;
  }
  .bootstrapWrapper .table td,
  .bootstrapWrapper .table th {
    background-color: #fff !important;
  }
  .bootstrapWrapper .table-bordered td,
  .bootstrapWrapper .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
/*@font-face {*/
/*  font-family: 'Glyphicons Halflings';*/
/*  src: url(../fonts/glyphicons-halflings-regular.eot);*/
/*  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');*/
/*}*/
.bootstrapWrapper .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrapWrapper .glyphicon-asterisk:before {
  content: "\002a";
}
.bootstrapWrapper .glyphicon-plus:before {
  content: "\002b";
}
.bootstrapWrapper .glyphicon-eur:before,
.bootstrapWrapper .glyphicon-euro:before {
  content: "\20ac";
}
.bootstrapWrapper .glyphicon-minus:before {
  content: "\2212";
}
.bootstrapWrapper .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrapWrapper .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrapWrapper .glyphicon-pencil:before {
  content: "\270f";
}
.bootstrapWrapper .glyphicon-glass:before {
  content: "\e001";
}
.bootstrapWrapper .glyphicon-music:before {
  content: "\e002";
}
.bootstrapWrapper .glyphicon-search:before {
  content: "\e003";
}
.bootstrapWrapper .glyphicon-heart:before {
  content: "\e005";
}
.bootstrapWrapper .glyphicon-star:before {
  content: "\e006";
}
.bootstrapWrapper .glyphicon-star-empty:before {
  content: "\e007";
}
.bootstrapWrapper .glyphicon-user:before {
  content: "\e008";
}
.bootstrapWrapper .glyphicon-film:before {
  content: "\e009";
}
.bootstrapWrapper .glyphicon-th-large:before {
  content: "\e010";
}
.bootstrapWrapper .glyphicon-th:before {
  content: "\e011";
}
.bootstrapWrapper .glyphicon-th-list:before {
  content: "\e012";
}
.bootstrapWrapper .glyphicon-ok:before {
  content: "\e013";
}
.bootstrapWrapper .glyphicon-remove:before {
  content: "\e014";
}
.bootstrapWrapper .glyphicon-zoom-in:before {
  content: "\e015";
}
.bootstrapWrapper .glyphicon-zoom-out:before {
  content: "\e016";
}
.bootstrapWrapper .glyphicon-off:before {
  content: "\e017";
}
.bootstrapWrapper .glyphicon-signal:before {
  content: "\e018";
}
.bootstrapWrapper .glyphicon-cog:before {
  content: "\e019";
}
.bootstrapWrapper .glyphicon-trash:before {
  content: "\e020";
}
.bootstrapWrapper .glyphicon-home:before {
  content: "\e021";
}
.bootstrapWrapper .glyphicon-file:before {
  content: "\e022";
}
.bootstrapWrapper .glyphicon-time:before {
  content: "\e023";
}
.bootstrapWrapper .glyphicon-road:before {
  content: "\e024";
}
.bootstrapWrapper .glyphicon-download-alt:before {
  content: "\e025";
}
.bootstrapWrapper .glyphicon-download:before {
  content: "\e026";
}
.bootstrapWrapper .glyphicon-upload:before {
  content: "\e027";
}
.bootstrapWrapper .glyphicon-inbox:before {
  content: "\e028";
}
.bootstrapWrapper .glyphicon-play-circle:before {
  content: "\e029";
}
.bootstrapWrapper .glyphicon-repeat:before {
  content: "\e030";
}
.bootstrapWrapper .glyphicon-refresh:before {
  content: "\e031";
}
.bootstrapWrapper .glyphicon-list-alt:before {
  content: "\e032";
}
.bootstrapWrapper .glyphicon-lock:before {
  content: "\e033";
}
.bootstrapWrapper .glyphicon-flag:before {
  content: "\e034";
}
.bootstrapWrapper .glyphicon-headphones:before {
  content: "\e035";
}
.bootstrapWrapper .glyphicon-volume-off:before {
  content: "\e036";
}
.bootstrapWrapper .glyphicon-volume-down:before {
  content: "\e037";
}
.bootstrapWrapper .glyphicon-volume-up:before {
  content: "\e038";
}
.bootstrapWrapper .glyphicon-qrcode:before {
  content: "\e039";
}
.bootstrapWrapper .glyphicon-barcode:before {
  content: "\e040";
}
.bootstrapWrapper .glyphicon-tag:before {
  content: "\e041";
}
.bootstrapWrapper .glyphicon-tags:before {
  content: "\e042";
}
.bootstrapWrapper .glyphicon-book:before {
  content: "\e043";
}
.bootstrapWrapper .glyphicon-bookmark:before {
  content: "\e044";
}
.bootstrapWrapper .glyphicon-print:before {
  content: "\e045";
}
.bootstrapWrapper .glyphicon-camera:before {
  content: "\e046";
}
.bootstrapWrapper .glyphicon-font:before {
  content: "\e047";
}
.bootstrapWrapper .glyphicon-bold:before {
  content: "\e048";
}
.bootstrapWrapper .glyphicon-italic:before {
  content: "\e049";
}
.bootstrapWrapper .glyphicon-text-height:before {
  content: "\e050";
}
.bootstrapWrapper .glyphicon-text-width:before {
  content: "\e051";
}
.bootstrapWrapper .glyphicon-align-left:before {
  content: "\e052";
}
.bootstrapWrapper .glyphicon-align-center:before {
  content: "\e053";
}
.bootstrapWrapper .glyphicon-align-right:before {
  content: "\e054";
}
.bootstrapWrapper .glyphicon-align-justify:before {
  content: "\e055";
}
.bootstrapWrapper .glyphicon-list:before {
  content: "\e056";
}
.bootstrapWrapper .glyphicon-indent-left:before {
  content: "\e057";
}
.bootstrapWrapper .glyphicon-indent-right:before {
  content: "\e058";
}
.bootstrapWrapper .glyphicon-facetime-video:before {
  content: "\e059";
}
.bootstrapWrapper .glyphicon-picture:before {
  content: "\e060";
}
.bootstrapWrapper .glyphicon-map-marker:before {
  content: "\e062";
}
.bootstrapWrapper .glyphicon-adjust:before {
  content: "\e063";
}
.bootstrapWrapper .glyphicon-tint:before {
  content: "\e064";
}
.bootstrapWrapper .glyphicon-edit:before {
  content: "\e065";
}
.bootstrapWrapper .glyphicon-share:before {
  content: "\e066";
}
.bootstrapWrapper .glyphicon-check:before {
  content: "\e067";
}
.bootstrapWrapper .glyphicon-move:before {
  content: "\e068";
}
.bootstrapWrapper .glyphicon-step-backward:before {
  content: "\e069";
}
.bootstrapWrapper .glyphicon-fast-backward:before {
  content: "\e070";
}
.bootstrapWrapper .glyphicon-backward:before {
  content: "\e071";
}
.bootstrapWrapper .glyphicon-play:before {
  content: "\e072";
}
.bootstrapWrapper .glyphicon-pause:before {
  content: "\e073";
}
.bootstrapWrapper .glyphicon-stop:before {
  content: "\e074";
}
.bootstrapWrapper .glyphicon-forward:before {
  content: "\e075";
}
.bootstrapWrapper .glyphicon-fast-forward:before {
  content: "\e076";
}
.bootstrapWrapper .glyphicon-step-forward:before {
  content: "\e077";
}
.bootstrapWrapper .glyphicon-eject:before {
  content: "\e078";
}
.bootstrapWrapper .glyphicon-chevron-left:before {
  content: "\e079";
}
.bootstrapWrapper .glyphicon-chevron-right:before {
  content: "\e080";
}
.bootstrapWrapper .glyphicon-plus-sign:before {
  content: "\e081";
}
.bootstrapWrapper .glyphicon-minus-sign:before {
  content: "\e082";
}
.bootstrapWrapper .glyphicon-remove-sign:before {
  content: "\e083";
}
.bootstrapWrapper .glyphicon-ok-sign:before {
  content: "\e084";
}
.bootstrapWrapper .glyphicon-question-sign:before {
  content: "\e085";
}
.bootstrapWrapper .glyphicon-info-sign:before {
  content: "\e086";
}
.bootstrapWrapper .glyphicon-screenshot:before {
  content: "\e087";
}
.bootstrapWrapper .glyphicon-remove-circle:before {
  content: "\e088";
}
.bootstrapWrapper .glyphicon-ok-circle:before {
  content: "\e089";
}
.bootstrapWrapper .glyphicon-ban-circle:before {
  content: "\e090";
}
.bootstrapWrapper .glyphicon-arrow-left:before {
  content: "\e091";
}
.bootstrapWrapper .glyphicon-arrow-right:before {
  content: "\e092";
}
.bootstrapWrapper .glyphicon-arrow-up:before {
  content: "\e093";
}
.bootstrapWrapper .glyphicon-arrow-down:before {
  content: "\e094";
}
.bootstrapWrapper .glyphicon-share-alt:before {
  content: "\e095";
}
.bootstrapWrapper .glyphicon-resize-full:before {
  content: "\e096";
}
.bootstrapWrapper .glyphicon-resize-small:before {
  content: "\e097";
}
.bootstrapWrapper .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.bootstrapWrapper .glyphicon-gift:before {
  content: "\e102";
}
.bootstrapWrapper .glyphicon-leaf:before {
  content: "\e103";
}
.bootstrapWrapper .glyphicon-fire:before {
  content: "\e104";
}
.bootstrapWrapper .glyphicon-eye-open:before {
  content: "\e105";
}
.bootstrapWrapper .glyphicon-eye-close:before {
  content: "\e106";
}
.bootstrapWrapper .glyphicon-warning-sign:before {
  content: "\e107";
}
.bootstrapWrapper .glyphicon-plane:before {
  content: "\e108";
}
.bootstrapWrapper .glyphicon-calendar:before {
  content: "\e109";
}
.bootstrapWrapper .glyphicon-random:before {
  content: "\e110";
}
.bootstrapWrapper .glyphicon-comment:before {
  content: "\e111";
}
.bootstrapWrapper .glyphicon-magnet:before {
  content: "\e112";
}
.bootstrapWrapper .glyphicon-chevron-up:before {
  content: "\e113";
}
.bootstrapWrapper .glyphicon-chevron-down:before {
  content: "\e114";
}
.bootstrapWrapper .glyphicon-retweet:before {
  content: "\e115";
}
.bootstrapWrapper .glyphicon-shopping-cart:before {
  content: "\e116";
}
.bootstrapWrapper .glyphicon-folder-close:before {
  content: "\e117";
}
.bootstrapWrapper .glyphicon-folder-open:before {
  content: "\e118";
}
.bootstrapWrapper .glyphicon-resize-vertical:before {
  content: "\e119";
}
.bootstrapWrapper .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.bootstrapWrapper .glyphicon-hdd:before {
  content: "\e121";
}
.bootstrapWrapper .glyphicon-bullhorn:before {
  content: "\e122";
}
.bootstrapWrapper .glyphicon-bell:before {
  content: "\e123";
}
.bootstrapWrapper .glyphicon-certificate:before {
  content: "\e124";
}
.bootstrapWrapper .glyphicon-thumbs-up:before {
  content: "\e125";
}
.bootstrapWrapper .glyphicon-thumbs-down:before {
  content: "\e126";
}
.bootstrapWrapper .glyphicon-hand-right:before {
  content: "\e127";
}
.bootstrapWrapper .glyphicon-hand-left:before {
  content: "\e128";
}
.bootstrapWrapper .glyphicon-hand-up:before {
  content: "\e129";
}
.bootstrapWrapper .glyphicon-hand-down:before {
  content: "\e130";
}
.bootstrapWrapper .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.bootstrapWrapper .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.bootstrapWrapper .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.bootstrapWrapper .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.bootstrapWrapper .glyphicon-globe:before {
  content: "\e135";
}
.bootstrapWrapper .glyphicon-wrench:before {
  content: "\e136";
}
.bootstrapWrapper .glyphicon-tasks:before {
  content: "\e137";
}
.bootstrapWrapper .glyphicon-filter:before {
  content: "\e138";
}
.bootstrapWrapper .glyphicon-briefcase:before {
  content: "\e139";
}
.bootstrapWrapper .glyphicon-fullscreen:before {
  content: "\e140";
}
.bootstrapWrapper .glyphicon-dashboard:before {
  content: "\e141";
}
.bootstrapWrapper .glyphicon-paperclip:before {
  content: "\e142";
}
.bootstrapWrapper .glyphicon-heart-empty:before {
  content: "\e143";
}
.bootstrapWrapper .glyphicon-link:before {
  content: "\e144";
}
.bootstrapWrapper .glyphicon-phone:before {
  content: "\e145";
}
.bootstrapWrapper .glyphicon-pushpin:before {
  content: "\e146";
}
.bootstrapWrapper .glyphicon-usd:before {
  content: "\e148";
}
.bootstrapWrapper .glyphicon-gbp:before {
  content: "\e149";
}
.bootstrapWrapper .glyphicon-sort:before {
  content: "\e150";
}
.bootstrapWrapper .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.bootstrapWrapper .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.bootstrapWrapper .glyphicon-sort-by-order:before {
  content: "\e153";
}
.bootstrapWrapper .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.bootstrapWrapper .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.bootstrapWrapper .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.bootstrapWrapper .glyphicon-unchecked:before {
  content: "\e157";
}
.bootstrapWrapper .glyphicon-expand:before {
  content: "\e158";
}
.bootstrapWrapper .glyphicon-collapse-down:before {
  content: "\e159";
}
.bootstrapWrapper .glyphicon-collapse-up:before {
  content: "\e160";
}
.bootstrapWrapper .glyphicon-log-in:before {
  content: "\e161";
}
.bootstrapWrapper .glyphicon-flash:before {
  content: "\e162";
}
.bootstrapWrapper .glyphicon-log-out:before {
  content: "\e163";
}
.bootstrapWrapper .glyphicon-new-window:before {
  content: "\e164";
}
.bootstrapWrapper .glyphicon-record:before {
  content: "\e165";
}
.bootstrapWrapper .glyphicon-save:before {
  content: "\e166";
}
.bootstrapWrapper .glyphicon-open:before {
  content: "\e167";
}
.bootstrapWrapper .glyphicon-saved:before {
  content: "\e168";
}
.bootstrapWrapper .glyphicon-import:before {
  content: "\e169";
}
.bootstrapWrapper .glyphicon-export:before {
  content: "\e170";
}
.bootstrapWrapper .glyphicon-send:before {
  content: "\e171";
}
.bootstrapWrapper .glyphicon-floppy-disk:before {
  content: "\e172";
}
.bootstrapWrapper .glyphicon-floppy-saved:before {
  content: "\e173";
}
.bootstrapWrapper .glyphicon-floppy-remove:before {
  content: "\e174";
}
.bootstrapWrapper .glyphicon-floppy-save:before {
  content: "\e175";
}
.bootstrapWrapper .glyphicon-floppy-open:before {
  content: "\e176";
}
.bootstrapWrapper .glyphicon-credit-card:before {
  content: "\e177";
}
.bootstrapWrapper .glyphicon-transfer:before {
  content: "\e178";
}
.bootstrapWrapper .glyphicon-cutlery:before {
  content: "\e179";
}
.bootstrapWrapper .glyphicon-header:before {
  content: "\e180";
}
.bootstrapWrapper .glyphicon-compressed:before {
  content: "\e181";
}
.bootstrapWrapper .glyphicon-earphone:before {
  content: "\e182";
}
.bootstrapWrapper .glyphicon-phone-alt:before {
  content: "\e183";
}
.bootstrapWrapper .glyphicon-tower:before {
  content: "\e184";
}
.bootstrapWrapper .glyphicon-stats:before {
  content: "\e185";
}
.bootstrapWrapper .glyphicon-sd-video:before {
  content: "\e186";
}
.bootstrapWrapper .glyphicon-hd-video:before {
  content: "\e187";
}
.bootstrapWrapper .glyphicon-subtitles:before {
  content: "\e188";
}
.bootstrapWrapper .glyphicon-sound-stereo:before {
  content: "\e189";
}
.bootstrapWrapper .glyphicon-sound-dolby:before {
  content: "\e190";
}
.bootstrapWrapper .glyphicon-sound-5-1:before {
  content: "\e191";
}
.bootstrapWrapper .glyphicon-sound-6-1:before {
  content: "\e192";
}
.bootstrapWrapper .glyphicon-sound-7-1:before {
  content: "\e193";
}
.bootstrapWrapper .glyphicon-copyright-mark:before {
  content: "\e194";
}
.bootstrapWrapper .glyphicon-registration-mark:before {
  content: "\e195";
}
.bootstrapWrapper .glyphicon-cloud-download:before {
  content: "\e197";
}
.bootstrapWrapper .glyphicon-cloud-upload:before {
  content: "\e198";
}
.bootstrapWrapper .glyphicon-tree-conifer:before {
  content: "\e199";
}
.bootstrapWrapper .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.bootstrapWrapper .glyphicon-cd:before {
  content: "\e201";
}
.bootstrapWrapper .glyphicon-save-file:before {
  content: "\e202";
}
.bootstrapWrapper .glyphicon-open-file:before {
  content: "\e203";
}
.bootstrapWrapper .glyphicon-level-up:before {
  content: "\e204";
}
.bootstrapWrapper .glyphicon-copy:before {
  content: "\e205";
}
.bootstrapWrapper .glyphicon-paste:before {
  content: "\e206";
}
.bootstrapWrapper .glyphicon-alert:before {
  content: "\e209";
}
.bootstrapWrapper .glyphicon-equalizer:before {
  content: "\e210";
}
.bootstrapWrapper .glyphicon-king:before {
  content: "\e211";
}
.bootstrapWrapper .glyphicon-queen:before {
  content: "\e212";
}
.bootstrapWrapper .glyphicon-pawn:before {
  content: "\e213";
}
.bootstrapWrapper .glyphicon-bishop:before {
  content: "\e214";
}
.bootstrapWrapper .glyphicon-knight:before {
  content: "\e215";
}
.bootstrapWrapper .glyphicon-baby-formula:before {
  content: "\e216";
}
.bootstrapWrapper .glyphicon-tent:before {
  content: "\26fa";
}
.bootstrapWrapper .glyphicon-blackboard:before {
  content: "\e218";
}
.bootstrapWrapper .glyphicon-bed:before {
  content: "\e219";
}
.bootstrapWrapper .glyphicon-apple:before {
  content: "\f8ff";
}
.bootstrapWrapper .glyphicon-erase:before {
  content: "\e221";
}
.bootstrapWrapper .glyphicon-hourglass:before {
  content: "\231b";
}
.bootstrapWrapper .glyphicon-lamp:before {
  content: "\e223";
}
.bootstrapWrapper .glyphicon-duplicate:before {
  content: "\e224";
}
.bootstrapWrapper .glyphicon-piggy-bank:before {
  content: "\e225";
}
.bootstrapWrapper .glyphicon-scissors:before {
  content: "\e226";
}
.bootstrapWrapper .glyphicon-bitcoin:before {
  content: "\e227";
}
.bootstrapWrapper .glyphicon-btc:before {
  content: "\e227";
}
.bootstrapWrapper .glyphicon-xbt:before {
  content: "\e227";
}
.bootstrapWrapper .glyphicon-yen:before {
  content: "\00a5";
}
.bootstrapWrapper .glyphicon-jpy:before {
  content: "\00a5";
}
.bootstrapWrapper .glyphicon-ruble:before {
  content: "\20bd";
}
.bootstrapWrapper .glyphicon-rub:before {
  content: "\20bd";
}
.bootstrapWrapper .glyphicon-scale:before {
  content: "\e230";
}
.bootstrapWrapper .glyphicon-ice-lolly:before {
  content: "\e231";
}
.bootstrapWrapper .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.bootstrapWrapper .glyphicon-education:before {
  content: "\e233";
}
.bootstrapWrapper .glyphicon-option-horizontal:before {
  content: "\e234";
}
.bootstrapWrapper .glyphicon-option-vertical:before {
  content: "\e235";
}
.bootstrapWrapper .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.bootstrapWrapper .glyphicon-modal-window:before {
  content: "\e237";
}
.bootstrapWrapper .glyphicon-oil:before {
  content: "\e238";
}
.bootstrapWrapper .glyphicon-grain:before {
  content: "\e239";
}
.bootstrapWrapper .glyphicon-sunglasses:before {
  content: "\e240";
}
.bootstrapWrapper .glyphicon-text-size:before {
  content: "\e241";
}
.bootstrapWrapper .glyphicon-text-color:before {
  content: "\e242";
}
.bootstrapWrapper .glyphicon-text-background:before {
  content: "\e243";
}
.bootstrapWrapper .glyphicon-object-align-top:before {
  content: "\e244";
}
.bootstrapWrapper .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.bootstrapWrapper .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.bootstrapWrapper .glyphicon-object-align-left:before {
  content: "\e247";
}
.bootstrapWrapper .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.bootstrapWrapper .glyphicon-object-align-right:before {
  content: "\e249";
}
.bootstrapWrapper .glyphicon-triangle-right:before {
  content: "\e250";
}
.bootstrapWrapper .glyphicon-triangle-left:before {
  content: "\e251";
}
.bootstrapWrapper .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.bootstrapWrapper .glyphicon-triangle-top:before {
  content: "\e253";
}
.bootstrapWrapper .glyphicon-console:before {
  content: "\e254";
}
.bootstrapWrapper .glyphicon-superscript:before {
  content: "\e255";
}
.bootstrapWrapper .glyphicon-subscript:before {
  content: "\e256";
}
.bootstrapWrapper .glyphicon-menu-left:before {
  content: "\e257";
}
.bootstrapWrapper .glyphicon-menu-right:before {
  content: "\e258";
}
.bootstrapWrapper .glyphicon-menu-down:before {
  content: "\e259";
}
.bootstrapWrapper .glyphicon-menu-up:before {
  content: "\e260";
}
.bootstrapWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrapWrapper :after,
.bootstrapWrapper :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrapWrapper html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrapWrapper body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.bootstrapWrapper button,
.bootstrapWrapper input,
.bootstrapWrapper select,
.bootstrapWrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrapWrapper a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrapWrapper a:focus,
.bootstrapWrapper a:hover {
  color: #23527c;
  text-decoration: underline;
}
.bootstrapWrapper a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrapWrapper figure {
  margin: 0;
}
.bootstrapWrapper img {
  vertical-align: middle;
}
.bootstrapWrapper .carousel-inner > .item > a > img,
.bootstrapWrapper .carousel-inner > .item > img,
.bootstrapWrapper .img-responsive,
.bootstrapWrapper .thumbnail a > img,
.bootstrapWrapper .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrapWrapper .img-rounded {
  border-radius: 6px;
}
.bootstrapWrapper .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bootstrapWrapper .img-circle {
  border-radius: 50%;
}
.bootstrapWrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.bootstrapWrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrapWrapper .sr-only-focusable:active,
.bootstrapWrapper .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrapWrapper [role=button] {
  cursor: pointer;
}
.bootstrapWrapper .h1,
.bootstrapWrapper .h2,
.bootstrapWrapper .h3,
.bootstrapWrapper .h4,
.bootstrapWrapper .h5,
.bootstrapWrapper .h6,
.bootstrapWrapper h1,
.bootstrapWrapper h2,
.bootstrapWrapper h3,
.bootstrapWrapper h4,
.bootstrapWrapper h5,
.bootstrapWrapper h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrapWrapper .h1 .small,
.bootstrapWrapper .h1 small,
.bootstrapWrapper .h2 .small,
.bootstrapWrapper .h2 small,
.bootstrapWrapper .h3 .small,
.bootstrapWrapper .h3 small,
.bootstrapWrapper .h4 .small,
.bootstrapWrapper .h4 small,
.bootstrapWrapper .h5 .small,
.bootstrapWrapper .h5 small,
.bootstrapWrapper .h6 .small,
.bootstrapWrapper .h6 small,
.bootstrapWrapper h1 .small,
.bootstrapWrapper h1 small,
.bootstrapWrapper h2 .small,
.bootstrapWrapper h2 small,
.bootstrapWrapper h3 .small,
.bootstrapWrapper h3 small,
.bootstrapWrapper h4 .small,
.bootstrapWrapper h4 small,
.bootstrapWrapper h5 .small,
.bootstrapWrapper h5 small,
.bootstrapWrapper h6 .small,
.bootstrapWrapper h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.bootstrapWrapper .h1,
.bootstrapWrapper .h2,
.bootstrapWrapper .h3,
.bootstrapWrapper h1,
.bootstrapWrapper h2,
.bootstrapWrapper h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrapWrapper .h1 .small,
.bootstrapWrapper .h1 small,
.bootstrapWrapper .h2 .small,
.bootstrapWrapper .h2 small,
.bootstrapWrapper .h3 .small,
.bootstrapWrapper .h3 small,
.bootstrapWrapper h1 .small,
.bootstrapWrapper h1 small,
.bootstrapWrapper h2 .small,
.bootstrapWrapper h2 small,
.bootstrapWrapper h3 .small,
.bootstrapWrapper h3 small {
  font-size: 65%;
}
.bootstrapWrapper .h4,
.bootstrapWrapper .h5,
.bootstrapWrapper .h6,
.bootstrapWrapper h4,
.bootstrapWrapper h5,
.bootstrapWrapper h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrapWrapper .h4 .small,
.bootstrapWrapper .h4 small,
.bootstrapWrapper .h5 .small,
.bootstrapWrapper .h5 small,
.bootstrapWrapper .h6 .small,
.bootstrapWrapper .h6 small,
.bootstrapWrapper h4 .small,
.bootstrapWrapper h4 small,
.bootstrapWrapper h5 .small,
.bootstrapWrapper h5 small,
.bootstrapWrapper h6 .small,
.bootstrapWrapper h6 small {
  font-size: 75%;
}
.bootstrapWrapper .h1,
.bootstrapWrapper h1 {
  font-size: 36px;
}
.bootstrapWrapper .h2,
.bootstrapWrapper h2 {
  font-size: 30px;
}
.bootstrapWrapper .h3,
.bootstrapWrapper h3 {
  font-size: 24px;
}
.bootstrapWrapper .h4,
.bootstrapWrapper h4 {
  font-size: 18px;
}
.bootstrapWrapper .h5,
.bootstrapWrapper h5 {
  font-size: 14px;
}
.bootstrapWrapper .h6,
.bootstrapWrapper h6 {
  font-size: 12px;
}
.bootstrapWrapper p {
  margin: 0 0 10px;
}
.bootstrapWrapper .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrapWrapper .lead {
    font-size: 21px;
  }
}
.bootstrapWrapper .small,
.bootstrapWrapper small {
  font-size: 85%;
}
.bootstrapWrapper .mark,
.bootstrapWrapper mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrapWrapper .text-left {
  text-align: left;
}
.bootstrapWrapper .text-right {
  text-align: right;
}
.bootstrapWrapper .text-center {
  text-align: center;
}
.bootstrapWrapper .text-justify {
  text-align: justify;
}
.bootstrapWrapper .text-nowrap {
  white-space: nowrap;
}
.bootstrapWrapper .text-lowercase {
  text-transform: lowercase;
}
.bootstrapWrapper .text-uppercase {
  text-transform: uppercase;
}
.bootstrapWrapper .text-capitalize {
  text-transform: capitalize;
}
.bootstrapWrapper .text-muted {
  color: #777;
}
.bootstrapWrapper .text-primary {
  color: #337ab7;
}
.bootstrapWrapper a.text-primary:focus,
.bootstrapWrapper a.text-primary:hover {
  color: #286090;
}
.bootstrapWrapper .text-success {
  color: #3c763d;
}
.bootstrapWrapper a.text-success:focus,
.bootstrapWrapper a.text-success:hover {
  color: #2b542c;
}
.bootstrapWrapper .text-info {
  color: #31708f;
}
.bootstrapWrapper a.text-info:focus,
.bootstrapWrapper a.text-info:hover {
  color: #245269;
}
.bootstrapWrapper .text-warning {
  color: #8a6d3b;
}
.bootstrapWrapper a.text-warning:focus,
.bootstrapWrapper a.text-warning:hover {
  color: #66512c;
}
.bootstrapWrapper .text-danger {
  color: #a94442;
}
.bootstrapWrapper a.text-danger:focus,
.bootstrapWrapper a.text-danger:hover {
  color: #843534;
}
.bootstrapWrapper .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bootstrapWrapper a.bg-primary:focus,
.bootstrapWrapper a.bg-primary:hover {
  background-color: #286090;
}
.bootstrapWrapper .bg-success {
  background-color: #dff0d8;
}
.bootstrapWrapper a.bg-success:focus,
.bootstrapWrapper a.bg-success:hover {
  background-color: #c1e2b3;
}
.bootstrapWrapper .bg-info {
  background-color: #d9edf7;
}
.bootstrapWrapper a.bg-info:focus,
.bootstrapWrapper a.bg-info:hover {
  background-color: #afd9ee;
}
.bootstrapWrapper .bg-warning {
  background-color: #fcf8e3;
}
.bootstrapWrapper a.bg-warning:focus,
.bootstrapWrapper a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bootstrapWrapper .bg-danger {
  background-color: #f2dede;
}
.bootstrapWrapper a.bg-danger:focus,
.bootstrapWrapper a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bootstrapWrapper .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.bootstrapWrapper ol,
.bootstrapWrapper ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrapWrapper ol ol,
.bootstrapWrapper ol ul,
.bootstrapWrapper ul ol,
.bootstrapWrapper ul ul {
  margin-bottom: 0;
}
.bootstrapWrapper .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrapWrapper .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.bootstrapWrapper .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrapWrapper dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrapWrapper dd,
.bootstrapWrapper dt {
  line-height: 1.42857143;
}
.bootstrapWrapper dt {
  font-weight: 700;
}
.bootstrapWrapper dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrapWrapper .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrapWrapper .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrapWrapper abbr[data-original-title],
.bootstrapWrapper abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.bootstrapWrapper .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrapWrapper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.bootstrapWrapper blockquote ol:last-child,
.bootstrapWrapper blockquote p:last-child,
.bootstrapWrapper blockquote ul:last-child {
  margin-bottom: 0;
}
.bootstrapWrapper blockquote .small,
.bootstrapWrapper blockquote footer,
.bootstrapWrapper blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.bootstrapWrapper blockquote .small:before,
.bootstrapWrapper blockquote footer:before,
.bootstrapWrapper blockquote small:before {
  content: '\2014 \00A0';
}
.bootstrapWrapper .blockquote-reverse,
.bootstrapWrapper blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.bootstrapWrapper .blockquote-reverse .small:before,
.bootstrapWrapper .blockquote-reverse footer:before,
.bootstrapWrapper .blockquote-reverse small:before,
.bootstrapWrapper blockquote.pull-right .small:before,
.bootstrapWrapper blockquote.pull-right footer:before,
.bootstrapWrapper blockquote.pull-right small:before {
  content: '';
}
.bootstrapWrapper .blockquote-reverse .small:after,
.bootstrapWrapper .blockquote-reverse footer:after,
.bootstrapWrapper .blockquote-reverse small:after,
.bootstrapWrapper blockquote.pull-right .small:after,
.bootstrapWrapper blockquote.pull-right footer:after,
.bootstrapWrapper blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
.bootstrapWrapper address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrapWrapper code,
.bootstrapWrapper kbd,
.bootstrapWrapper pre,
.bootstrapWrapper samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrapWrapper code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.bootstrapWrapper kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrapWrapper kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrapWrapper pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrapWrapper pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrapWrapper .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrapWrapper .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrapWrapper .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrapWrapper .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .container {
    width: 1170px;
  }
}
.bootstrapWrapper .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrapWrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrapWrapper .col-lg-1,
.bootstrapWrapper .col-lg-10,
.bootstrapWrapper .col-lg-11,
.bootstrapWrapper .col-lg-12,
.bootstrapWrapper .col-lg-2,
.bootstrapWrapper .col-lg-3,
.bootstrapWrapper .col-lg-4,
.bootstrapWrapper .col-lg-5,
.bootstrapWrapper .col-lg-6,
.bootstrapWrapper .col-lg-7,
.bootstrapWrapper .col-lg-8,
.bootstrapWrapper .col-lg-9,
.bootstrapWrapper .col-md-1,
.bootstrapWrapper .col-md-10,
.bootstrapWrapper .col-md-11,
.bootstrapWrapper .col-md-12,
.bootstrapWrapper .col-md-2,
.bootstrapWrapper .col-md-3,
.bootstrapWrapper .col-md-4,
.bootstrapWrapper .col-md-5,
.bootstrapWrapper .col-md-6,
.bootstrapWrapper .col-md-7,
.bootstrapWrapper .col-md-8,
.bootstrapWrapper .col-md-9,
.bootstrapWrapper .col-sm-1,
.bootstrapWrapper .col-sm-10,
.bootstrapWrapper .col-sm-11,
.bootstrapWrapper .col-sm-12,
.bootstrapWrapper .col-sm-2,
.bootstrapWrapper .col-sm-3,
.bootstrapWrapper .col-sm-4,
.bootstrapWrapper .col-sm-5,
.bootstrapWrapper .col-sm-6,
.bootstrapWrapper .col-sm-7,
.bootstrapWrapper .col-sm-8,
.bootstrapWrapper .col-sm-9,
.bootstrapWrapper .col-xs-1,
.bootstrapWrapper .col-xs-10,
.bootstrapWrapper .col-xs-11,
.bootstrapWrapper .col-xs-12,
.bootstrapWrapper .col-xs-2,
.bootstrapWrapper .col-xs-3,
.bootstrapWrapper .col-xs-4,
.bootstrapWrapper .col-xs-5,
.bootstrapWrapper .col-xs-6,
.bootstrapWrapper .col-xs-7,
.bootstrapWrapper .col-xs-8,
.bootstrapWrapper .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrapWrapper .col-xs-1,
.bootstrapWrapper .col-xs-10,
.bootstrapWrapper .col-xs-11,
.bootstrapWrapper .col-xs-12,
.bootstrapWrapper .col-xs-2,
.bootstrapWrapper .col-xs-3,
.bootstrapWrapper .col-xs-4,
.bootstrapWrapper .col-xs-5,
.bootstrapWrapper .col-xs-6,
.bootstrapWrapper .col-xs-7,
.bootstrapWrapper .col-xs-8,
.bootstrapWrapper .col-xs-9 {
  float: left;
}
.bootstrapWrapper .col-xs-12 {
  width: 100%;
}
.bootstrapWrapper .col-xs-11 {
  width: 91.66666667%;
}
.bootstrapWrapper .col-xs-10 {
  width: 83.33333333%;
}
.bootstrapWrapper .col-xs-9 {
  width: 75%;
}
.bootstrapWrapper .col-xs-8 {
  width: 66.66666667%;
}
.bootstrapWrapper .col-xs-7 {
  width: 58.33333333%;
}
.bootstrapWrapper .col-xs-6 {
  width: 50%;
}
.bootstrapWrapper .col-xs-5 {
  width: 41.66666667%;
}
.bootstrapWrapper .col-xs-4 {
  width: 33.33333333%;
}
.bootstrapWrapper .col-xs-3 {
  width: 25%;
}
.bootstrapWrapper .col-xs-2 {
  width: 16.66666667%;
}
.bootstrapWrapper .col-xs-1 {
  width: 8.33333333%;
}
.bootstrapWrapper .col-xs-pull-12 {
  right: 100%;
}
.bootstrapWrapper .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrapWrapper .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrapWrapper .col-xs-pull-9 {
  right: 75%;
}
.bootstrapWrapper .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrapWrapper .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrapWrapper .col-xs-pull-6 {
  right: 50%;
}
.bootstrapWrapper .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrapWrapper .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrapWrapper .col-xs-pull-3 {
  right: 25%;
}
.bootstrapWrapper .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrapWrapper .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrapWrapper .col-xs-pull-0 {
  right: auto;
}
.bootstrapWrapper .col-xs-push-12 {
  left: 100%;
}
.bootstrapWrapper .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrapWrapper .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrapWrapper .col-xs-push-9 {
  left: 75%;
}
.bootstrapWrapper .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrapWrapper .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrapWrapper .col-xs-push-6 {
  left: 50%;
}
.bootstrapWrapper .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrapWrapper .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrapWrapper .col-xs-push-3 {
  left: 25%;
}
.bootstrapWrapper .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrapWrapper .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrapWrapper .col-xs-push-0 {
  left: auto;
}
.bootstrapWrapper .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrapWrapper .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrapWrapper .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrapWrapper .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrapWrapper .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrapWrapper .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrapWrapper .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrapWrapper .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrapWrapper .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrapWrapper .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrapWrapper .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrapWrapper .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrapWrapper .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrapWrapper .col-sm-1,
  .bootstrapWrapper .col-sm-10,
  .bootstrapWrapper .col-sm-11,
  .bootstrapWrapper .col-sm-12,
  .bootstrapWrapper .col-sm-2,
  .bootstrapWrapper .col-sm-3,
  .bootstrapWrapper .col-sm-4,
  .bootstrapWrapper .col-sm-5,
  .bootstrapWrapper .col-sm-6,
  .bootstrapWrapper .col-sm-7,
  .bootstrapWrapper .col-sm-8,
  .bootstrapWrapper .col-sm-9 {
    float: left;
  }
  .bootstrapWrapper .col-sm-12 {
    width: 100%;
  }
  .bootstrapWrapper .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrapWrapper .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrapWrapper .col-sm-9 {
    width: 75%;
  }
  .bootstrapWrapper .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrapWrapper .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrapWrapper .col-sm-6 {
    width: 50%;
  }
  .bootstrapWrapper .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrapWrapper .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrapWrapper .col-sm-3 {
    width: 25%;
  }
  .bootstrapWrapper .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrapWrapper .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrapWrapper .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrapWrapper .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrapWrapper .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrapWrapper .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrapWrapper .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrapWrapper .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrapWrapper .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrapWrapper .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrapWrapper .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrapWrapper .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrapWrapper .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrapWrapper .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrapWrapper .col-sm-pull-0 {
    right: auto;
  }
  .bootstrapWrapper .col-sm-push-12 {
    left: 100%;
  }
  .bootstrapWrapper .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrapWrapper .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrapWrapper .col-sm-push-9 {
    left: 75%;
  }
  .bootstrapWrapper .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrapWrapper .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrapWrapper .col-sm-push-6 {
    left: 50%;
  }
  .bootstrapWrapper .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrapWrapper .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrapWrapper .col-sm-push-3 {
    left: 25%;
  }
  .bootstrapWrapper .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrapWrapper .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrapWrapper .col-sm-push-0 {
    left: auto;
  }
  .bootstrapWrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrapWrapper .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrapWrapper .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrapWrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrapWrapper .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrapWrapper .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrapWrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrapWrapper .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrapWrapper .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrapWrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrapWrapper .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrapWrapper .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrapWrapper .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrapWrapper .col-md-1,
  .bootstrapWrapper .col-md-10,
  .bootstrapWrapper .col-md-11,
  .bootstrapWrapper .col-md-12,
  .bootstrapWrapper .col-md-2,
  .bootstrapWrapper .col-md-3,
  .bootstrapWrapper .col-md-4,
  .bootstrapWrapper .col-md-5,
  .bootstrapWrapper .col-md-6,
  .bootstrapWrapper .col-md-7,
  .bootstrapWrapper .col-md-8,
  .bootstrapWrapper .col-md-9 {
    float: left;
  }
  .bootstrapWrapper .col-md-12 {
    width: 100%;
  }
  .bootstrapWrapper .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrapWrapper .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrapWrapper .col-md-9 {
    width: 75%;
  }
  .bootstrapWrapper .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrapWrapper .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrapWrapper .col-md-6 {
    width: 50%;
  }
  .bootstrapWrapper .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrapWrapper .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrapWrapper .col-md-3 {
    width: 25%;
  }
  .bootstrapWrapper .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrapWrapper .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrapWrapper .col-md-pull-12 {
    right: 100%;
  }
  .bootstrapWrapper .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrapWrapper .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrapWrapper .col-md-pull-9 {
    right: 75%;
  }
  .bootstrapWrapper .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrapWrapper .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrapWrapper .col-md-pull-6 {
    right: 50%;
  }
  .bootstrapWrapper .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrapWrapper .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrapWrapper .col-md-pull-3 {
    right: 25%;
  }
  .bootstrapWrapper .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrapWrapper .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrapWrapper .col-md-pull-0 {
    right: auto;
  }
  .bootstrapWrapper .col-md-push-12 {
    left: 100%;
  }
  .bootstrapWrapper .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrapWrapper .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrapWrapper .col-md-push-9 {
    left: 75%;
  }
  .bootstrapWrapper .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrapWrapper .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrapWrapper .col-md-push-6 {
    left: 50%;
  }
  .bootstrapWrapper .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrapWrapper .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrapWrapper .col-md-push-3 {
    left: 25%;
  }
  .bootstrapWrapper .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrapWrapper .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrapWrapper .col-md-push-0 {
    left: auto;
  }
  .bootstrapWrapper .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrapWrapper .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrapWrapper .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrapWrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrapWrapper .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrapWrapper .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrapWrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrapWrapper .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrapWrapper .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrapWrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrapWrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrapWrapper .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrapWrapper .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .col-lg-1,
  .bootstrapWrapper .col-lg-10,
  .bootstrapWrapper .col-lg-11,
  .bootstrapWrapper .col-lg-12,
  .bootstrapWrapper .col-lg-2,
  .bootstrapWrapper .col-lg-3,
  .bootstrapWrapper .col-lg-4,
  .bootstrapWrapper .col-lg-5,
  .bootstrapWrapper .col-lg-6,
  .bootstrapWrapper .col-lg-7,
  .bootstrapWrapper .col-lg-8,
  .bootstrapWrapper .col-lg-9 {
    float: left;
  }
  .bootstrapWrapper .col-lg-12 {
    width: 100%;
  }
  .bootstrapWrapper .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrapWrapper .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrapWrapper .col-lg-9 {
    width: 75%;
  }
  .bootstrapWrapper .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrapWrapper .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrapWrapper .col-lg-6 {
    width: 50%;
  }
  .bootstrapWrapper .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrapWrapper .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrapWrapper .col-lg-3 {
    width: 25%;
  }
  .bootstrapWrapper .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrapWrapper .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrapWrapper .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrapWrapper .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrapWrapper .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrapWrapper .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrapWrapper .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrapWrapper .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrapWrapper .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrapWrapper .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrapWrapper .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrapWrapper .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrapWrapper .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrapWrapper .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrapWrapper .col-lg-pull-0 {
    right: auto;
  }
  .bootstrapWrapper .col-lg-push-12 {
    left: 100%;
  }
  .bootstrapWrapper .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrapWrapper .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrapWrapper .col-lg-push-9 {
    left: 75%;
  }
  .bootstrapWrapper .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrapWrapper .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrapWrapper .col-lg-push-6 {
    left: 50%;
  }
  .bootstrapWrapper .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrapWrapper .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrapWrapper .col-lg-push-3 {
    left: 25%;
  }
  .bootstrapWrapper .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrapWrapper .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrapWrapper .col-lg-push-0 {
    left: auto;
  }
  .bootstrapWrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrapWrapper .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrapWrapper .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrapWrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrapWrapper .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrapWrapper .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrapWrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrapWrapper .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrapWrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrapWrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrapWrapper .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrapWrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrapWrapper .col-lg-offset-0 {
    margin-left: 0;
  }
}
.bootstrapWrapper table {
  background-color: transparent;
}
.bootstrapWrapper caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.bootstrapWrapper th {
  text-align: left;
}
.bootstrapWrapper .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrapWrapper .table > tbody > tr > td,
.bootstrapWrapper .table > tbody > tr > th,
.bootstrapWrapper .table > tfoot > tr > td,
.bootstrapWrapper .table > tfoot > tr > th,
.bootstrapWrapper .table > thead > tr > td,
.bootstrapWrapper .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrapWrapper .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrapWrapper .table > caption + thead > tr:first-child > td,
.bootstrapWrapper .table > caption + thead > tr:first-child > th,
.bootstrapWrapper .table > colgroup + thead > tr:first-child > td,
.bootstrapWrapper .table > colgroup + thead > tr:first-child > th,
.bootstrapWrapper .table > thead:first-child > tr:first-child > td,
.bootstrapWrapper .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.bootstrapWrapper .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrapWrapper .table .table {
  background-color: #fff;
}
.bootstrapWrapper .table-condensed > tbody > tr > td,
.bootstrapWrapper .table-condensed > tbody > tr > th,
.bootstrapWrapper .table-condensed > tfoot > tr > td,
.bootstrapWrapper .table-condensed > tfoot > tr > th,
.bootstrapWrapper .table-condensed > thead > tr > td,
.bootstrapWrapper .table-condensed > thead > tr > th {
  padding: 5px;
}
.bootstrapWrapper .table-bordered {
  border: 1px solid #ddd;
}
.bootstrapWrapper .table-bordered > tbody > tr > td,
.bootstrapWrapper .table-bordered > tbody > tr > th,
.bootstrapWrapper .table-bordered > tfoot > tr > td,
.bootstrapWrapper .table-bordered > tfoot > tr > th,
.bootstrapWrapper .table-bordered > thead > tr > td,
.bootstrapWrapper .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.bootstrapWrapper .table-bordered > thead > tr > td,
.bootstrapWrapper .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.bootstrapWrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrapWrapper .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrapWrapper table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrapWrapper table td[class*=col-],
.bootstrapWrapper table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrapWrapper .table > tbody > tr.active > td,
.bootstrapWrapper .table > tbody > tr.active > th,
.bootstrapWrapper .table > tbody > tr > td.active,
.bootstrapWrapper .table > tbody > tr > th.active,
.bootstrapWrapper .table > tfoot > tr.active > td,
.bootstrapWrapper .table > tfoot > tr.active > th,
.bootstrapWrapper .table > tfoot > tr > td.active,
.bootstrapWrapper .table > tfoot > tr > th.active,
.bootstrapWrapper .table > thead > tr.active > td,
.bootstrapWrapper .table > thead > tr.active > th,
.bootstrapWrapper .table > thead > tr > td.active,
.bootstrapWrapper .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.bootstrapWrapper .table-hover > tbody > tr.active:hover > td,
.bootstrapWrapper .table-hover > tbody > tr.active:hover > th,
.bootstrapWrapper .table-hover > tbody > tr:hover > .active,
.bootstrapWrapper .table-hover > tbody > tr > td.active:hover,
.bootstrapWrapper .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.bootstrapWrapper .table > tbody > tr.success > td,
.bootstrapWrapper .table > tbody > tr.success > th,
.bootstrapWrapper .table > tbody > tr > td.success,
.bootstrapWrapper .table > tbody > tr > th.success,
.bootstrapWrapper .table > tfoot > tr.success > td,
.bootstrapWrapper .table > tfoot > tr.success > th,
.bootstrapWrapper .table > tfoot > tr > td.success,
.bootstrapWrapper .table > tfoot > tr > th.success,
.bootstrapWrapper .table > thead > tr.success > td,
.bootstrapWrapper .table > thead > tr.success > th,
.bootstrapWrapper .table > thead > tr > td.success,
.bootstrapWrapper .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.bootstrapWrapper .table-hover > tbody > tr.success:hover > td,
.bootstrapWrapper .table-hover > tbody > tr.success:hover > th,
.bootstrapWrapper .table-hover > tbody > tr:hover > .success,
.bootstrapWrapper .table-hover > tbody > tr > td.success:hover,
.bootstrapWrapper .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.bootstrapWrapper .table > tbody > tr.info > td,
.bootstrapWrapper .table > tbody > tr.info > th,
.bootstrapWrapper .table > tbody > tr > td.info,
.bootstrapWrapper .table > tbody > tr > th.info,
.bootstrapWrapper .table > tfoot > tr.info > td,
.bootstrapWrapper .table > tfoot > tr.info > th,
.bootstrapWrapper .table > tfoot > tr > td.info,
.bootstrapWrapper .table > tfoot > tr > th.info,
.bootstrapWrapper .table > thead > tr.info > td,
.bootstrapWrapper .table > thead > tr.info > th,
.bootstrapWrapper .table > thead > tr > td.info,
.bootstrapWrapper .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.bootstrapWrapper .table-hover > tbody > tr.info:hover > td,
.bootstrapWrapper .table-hover > tbody > tr.info:hover > th,
.bootstrapWrapper .table-hover > tbody > tr:hover > .info,
.bootstrapWrapper .table-hover > tbody > tr > td.info:hover,
.bootstrapWrapper .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.bootstrapWrapper .table > tbody > tr.warning > td,
.bootstrapWrapper .table > tbody > tr.warning > th,
.bootstrapWrapper .table > tbody > tr > td.warning,
.bootstrapWrapper .table > tbody > tr > th.warning,
.bootstrapWrapper .table > tfoot > tr.warning > td,
.bootstrapWrapper .table > tfoot > tr.warning > th,
.bootstrapWrapper .table > tfoot > tr > td.warning,
.bootstrapWrapper .table > tfoot > tr > th.warning,
.bootstrapWrapper .table > thead > tr.warning > td,
.bootstrapWrapper .table > thead > tr.warning > th,
.bootstrapWrapper .table > thead > tr > td.warning,
.bootstrapWrapper .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.bootstrapWrapper .table-hover > tbody > tr.warning:hover > td,
.bootstrapWrapper .table-hover > tbody > tr.warning:hover > th,
.bootstrapWrapper .table-hover > tbody > tr:hover > .warning,
.bootstrapWrapper .table-hover > tbody > tr > td.warning:hover,
.bootstrapWrapper .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.bootstrapWrapper .table > tbody > tr.danger > td,
.bootstrapWrapper .table > tbody > tr.danger > th,
.bootstrapWrapper .table > tbody > tr > td.danger,
.bootstrapWrapper .table > tbody > tr > th.danger,
.bootstrapWrapper .table > tfoot > tr.danger > td,
.bootstrapWrapper .table > tfoot > tr.danger > th,
.bootstrapWrapper .table > tfoot > tr > td.danger,
.bootstrapWrapper .table > tfoot > tr > th.danger,
.bootstrapWrapper .table > thead > tr.danger > td,
.bootstrapWrapper .table > thead > tr.danger > th,
.bootstrapWrapper .table > thead > tr > td.danger,
.bootstrapWrapper .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.bootstrapWrapper .table-hover > tbody > tr.danger:hover > td,
.bootstrapWrapper .table-hover > tbody > tr.danger:hover > th,
.bootstrapWrapper .table-hover > tbody > tr:hover > .danger,
.bootstrapWrapper .table-hover > tbody > tr > td.danger:hover,
.bootstrapWrapper .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.bootstrapWrapper .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrapWrapper .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrapWrapper .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrapWrapper .table-responsive > .table > tbody > tr > td,
  .bootstrapWrapper .table-responsive > .table > tbody > tr > th,
  .bootstrapWrapper .table-responsive > .table > tfoot > tr > td,
  .bootstrapWrapper .table-responsive > .table > tfoot > tr > th,
  .bootstrapWrapper .table-responsive > .table > thead > tr > td,
  .bootstrapWrapper .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .bootstrapWrapper .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrapWrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrapWrapper .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrapWrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrapWrapper .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrapWrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .bootstrapWrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.bootstrapWrapper fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrapWrapper legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrapWrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.bootstrapWrapper input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrapWrapper input[type=checkbox],
.bootstrapWrapper input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.bootstrapWrapper input[type=file] {
  display: block;
}
.bootstrapWrapper input[type=range] {
  display: block;
  width: 100%;
}
.bootstrapWrapper select[multiple],
.bootstrapWrapper select[size] {
  height: auto;
}
.bootstrapWrapper input[type=file]:focus,
.bootstrapWrapper input[type=checkbox]:focus,
.bootstrapWrapper input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrapWrapper output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.bootstrapWrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrapWrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrapWrapper .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrapWrapper .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrapWrapper .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrapWrapper .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrapWrapper .form-control[disabled],
.bootstrapWrapper .form-control[readonly],
.bootstrapWrapper fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.bootstrapWrapper .form-control[disabled],
.bootstrapWrapper fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.bootstrapWrapper textarea.form-control {
  height: auto;
}
.bootstrapWrapper input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrapWrapper input[type=date].form-control,
  .bootstrapWrapper input[type=time].form-control,
  .bootstrapWrapper input[type=datetime-local].form-control,
  .bootstrapWrapper input[type=month].form-control {
    line-height: 34px;
  }
  .bootstrapWrapper .input-group-sm input[type=date],
  .bootstrapWrapper .input-group-sm input[type=time],
  .bootstrapWrapper .input-group-sm input[type=datetime-local],
  .bootstrapWrapper .input-group-sm input[type=month],
  .bootstrapWrapper input[type=date].input-sm,
  .bootstrapWrapper input[type=time].input-sm,
  .bootstrapWrapper input[type=datetime-local].input-sm,
  .bootstrapWrapper input[type=month].input-sm {
    line-height: 30px;
  }
  .bootstrapWrapper .input-group-lg input[type=date],
  .bootstrapWrapper .input-group-lg input[type=time],
  .bootstrapWrapper .input-group-lg input[type=datetime-local],
  .bootstrapWrapper .input-group-lg input[type=month],
  .bootstrapWrapper input[type=date].input-lg,
  .bootstrapWrapper input[type=time].input-lg,
  .bootstrapWrapper input[type=datetime-local].input-lg,
  .bootstrapWrapper input[type=month].input-lg {
    line-height: 46px;
  }
}
.bootstrapWrapper .form-group {
  margin-bottom: 15px;
}
.bootstrapWrapper .checkbox,
.bootstrapWrapper .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrapWrapper .checkbox label,
.bootstrapWrapper .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.bootstrapWrapper .checkbox input[type=checkbox],
.bootstrapWrapper .checkbox-inline input[type=checkbox],
.bootstrapWrapper .radio input[type=radio],
.bootstrapWrapper .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.bootstrapWrapper .checkbox + .checkbox,
.bootstrapWrapper .radio + .radio {
  margin-top: -5px;
}
.bootstrapWrapper .checkbox-inline,
.bootstrapWrapper .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrapWrapper .checkbox-inline + .checkbox-inline,
.bootstrapWrapper .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrapWrapper fieldset[disabled] input[type=checkbox],
.bootstrapWrapper fieldset[disabled] input[type=radio],
.bootstrapWrapper input[type=checkbox].disabled,
.bootstrapWrapper input[type=checkbox][disabled],
.bootstrapWrapper input[type=radio].disabled,
.bootstrapWrapper input[type=radio][disabled] {
  cursor: not-allowed;
}
.bootstrapWrapper .checkbox-inline.disabled,
.bootstrapWrapper .radio-inline.disabled,
.bootstrapWrapper fieldset[disabled] .checkbox-inline,
.bootstrapWrapper fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.bootstrapWrapper .checkbox.disabled label,
.bootstrapWrapper .radio.disabled label,
.bootstrapWrapper fieldset[disabled] .checkbox label,
.bootstrapWrapper fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.bootstrapWrapper .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrapWrapper .form-control-static.input-lg,
.bootstrapWrapper .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrapWrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrapWrapper select.input-sm {
  height: 30px;
  line-height: 30px;
}
.bootstrapWrapper select[multiple].input-sm,
.bootstrapWrapper textarea.input-sm {
  height: auto;
}
.bootstrapWrapper .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrapWrapper .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrapWrapper .form-group-sm select[multiple].form-control,
.bootstrapWrapper .form-group-sm textarea.form-control {
  height: auto;
}
.bootstrapWrapper .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrapWrapper .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrapWrapper select.input-lg {
  height: 46px;
  line-height: 46px;
}
.bootstrapWrapper select[multiple].input-lg,
.bootstrapWrapper textarea.input-lg {
  height: auto;
}
.bootstrapWrapper .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrapWrapper .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrapWrapper .form-group-lg select[multiple].form-control,
.bootstrapWrapper .form-group-lg textarea.form-control {
  height: auto;
}
.bootstrapWrapper .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrapWrapper .has-feedback {
  position: relative;
}
.bootstrapWrapper .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrapWrapper .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrapWrapper .form-group-lg .form-control + .form-control-feedback,
.bootstrapWrapper .input-group-lg + .form-control-feedback,
.bootstrapWrapper .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrapWrapper .form-group-sm .form-control + .form-control-feedback,
.bootstrapWrapper .input-group-sm + .form-control-feedback,
.bootstrapWrapper .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrapWrapper .has-success .checkbox,
.bootstrapWrapper .has-success .checkbox-inline,
.bootstrapWrapper .has-success .control-label,
.bootstrapWrapper .has-success .help-block,
.bootstrapWrapper .has-success .radio,
.bootstrapWrapper .has-success .radio-inline,
.bootstrapWrapper .has-success.checkbox label,
.bootstrapWrapper .has-success.checkbox-inline label,
.bootstrapWrapper .has-success.radio label,
.bootstrapWrapper .has-success.radio-inline label {
  color: #3c763d;
}
.bootstrapWrapper .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrapWrapper .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrapWrapper .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrapWrapper .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrapWrapper .has-warning .checkbox,
.bootstrapWrapper .has-warning .checkbox-inline,
.bootstrapWrapper .has-warning .control-label,
.bootstrapWrapper .has-warning .help-block,
.bootstrapWrapper .has-warning .radio,
.bootstrapWrapper .has-warning .radio-inline,
.bootstrapWrapper .has-warning.checkbox label,
.bootstrapWrapper .has-warning.checkbox-inline label,
.bootstrapWrapper .has-warning.radio label,
.bootstrapWrapper .has-warning.radio-inline label {
  color: #8a6d3b;
}
.bootstrapWrapper .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrapWrapper .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrapWrapper .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrapWrapper .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrapWrapper .has-error .checkbox,
.bootstrapWrapper .has-error .checkbox-inline,
.bootstrapWrapper .has-error .control-label,
.bootstrapWrapper .has-error .help-block,
.bootstrapWrapper .has-error .radio,
.bootstrapWrapper .has-error .radio-inline,
.bootstrapWrapper .has-error.checkbox label,
.bootstrapWrapper .has-error.checkbox-inline label,
.bootstrapWrapper .has-error.radio label,
.bootstrapWrapper .has-error.radio-inline label {
  color: #a94442;
}
.bootstrapWrapper .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrapWrapper .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrapWrapper .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrapWrapper .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrapWrapper .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrapWrapper .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrapWrapper .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrapWrapper .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrapWrapper .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrapWrapper .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrapWrapper .form-inline .input-group .form-control,
  .bootstrapWrapper .form-inline .input-group .input-group-addon,
  .bootstrapWrapper .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .bootstrapWrapper .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrapWrapper .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .form-inline .checkbox,
  .bootstrapWrapper .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .form-inline .checkbox label,
  .bootstrapWrapper .form-inline .radio label {
    padding-left: 0;
  }
  .bootstrapWrapper .form-inline .checkbox input[type=checkbox],
  .bootstrapWrapper .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .bootstrapWrapper .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrapWrapper .form-horizontal .checkbox,
.bootstrapWrapper .form-horizontal .checkbox-inline,
.bootstrapWrapper .form-horizontal .radio,
.bootstrapWrapper .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrapWrapper .form-horizontal .checkbox,
.bootstrapWrapper .form-horizontal .radio {
  min-height: 27px;
}
.bootstrapWrapper .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrapWrapper .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrapWrapper .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrapWrapper .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrapWrapper .btn.active.focus,
.bootstrapWrapper .btn.active:focus,
.bootstrapWrapper .btn.focus,
.bootstrapWrapper .btn:active.focus,
.bootstrapWrapper .btn:active:focus,
.bootstrapWrapper .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrapWrapper .btn.focus,
.bootstrapWrapper .btn:focus,
.bootstrapWrapper .btn:hover {
  color: #333;
  text-decoration: none;
}
.bootstrapWrapper .btn.active,
.bootstrapWrapper .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrapWrapper .btn.disabled,
.bootstrapWrapper .btn[disabled],
.bootstrapWrapper fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.bootstrapWrapper a.btn.disabled,
.bootstrapWrapper fieldset[disabled] a.btn {
  pointer-events: none;
}
.bootstrapWrapper .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrapWrapper .btn-default.focus,
.bootstrapWrapper .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrapWrapper .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrapWrapper .btn-default.active,
.bootstrapWrapper .btn-default:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrapWrapper .btn-default.active.focus,
.bootstrapWrapper .btn-default.active:focus,
.bootstrapWrapper .btn-default.active:hover,
.bootstrapWrapper .btn-default:active.focus,
.bootstrapWrapper .btn-default:active:focus,
.bootstrapWrapper .btn-default:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-default.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-default:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrapWrapper .btn-default.active,
.bootstrapWrapper .btn-default:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bootstrapWrapper .btn-default.disabled.focus,
.bootstrapWrapper .btn-default.disabled:focus,
.bootstrapWrapper .btn-default.disabled:hover,
.bootstrapWrapper .btn-default[disabled].focus,
.bootstrapWrapper .btn-default[disabled]:focus,
.bootstrapWrapper .btn-default[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-default.focus,
.bootstrapWrapper fieldset[disabled] .btn-default:focus,
.bootstrapWrapper fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrapWrapper .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrapWrapper .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrapWrapper .btn-primary.focus,
.bootstrapWrapper .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrapWrapper .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrapWrapper .btn-primary.active,
.bootstrapWrapper .btn-primary:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrapWrapper .btn-primary.active.focus,
.bootstrapWrapper .btn-primary.active:focus,
.bootstrapWrapper .btn-primary.active:hover,
.bootstrapWrapper .btn-primary:active.focus,
.bootstrapWrapper .btn-primary:active:focus,
.bootstrapWrapper .btn-primary:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-primary.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-primary:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrapWrapper .btn-primary.active,
.bootstrapWrapper .btn-primary:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bootstrapWrapper .btn-primary.disabled.focus,
.bootstrapWrapper .btn-primary.disabled:focus,
.bootstrapWrapper .btn-primary.disabled:hover,
.bootstrapWrapper .btn-primary[disabled].focus,
.bootstrapWrapper .btn-primary[disabled]:focus,
.bootstrapWrapper .btn-primary[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-primary.focus,
.bootstrapWrapper fieldset[disabled] .btn-primary:focus,
.bootstrapWrapper fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrapWrapper .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrapWrapper .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrapWrapper .btn-success.focus,
.bootstrapWrapper .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrapWrapper .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrapWrapper .btn-success.active,
.bootstrapWrapper .btn-success:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrapWrapper .btn-success.active.focus,
.bootstrapWrapper .btn-success.active:focus,
.bootstrapWrapper .btn-success.active:hover,
.bootstrapWrapper .btn-success:active.focus,
.bootstrapWrapper .btn-success:active:focus,
.bootstrapWrapper .btn-success:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-success.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-success:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrapWrapper .btn-success.active,
.bootstrapWrapper .btn-success:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bootstrapWrapper .btn-success.disabled.focus,
.bootstrapWrapper .btn-success.disabled:focus,
.bootstrapWrapper .btn-success.disabled:hover,
.bootstrapWrapper .btn-success[disabled].focus,
.bootstrapWrapper .btn-success[disabled]:focus,
.bootstrapWrapper .btn-success[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-success.focus,
.bootstrapWrapper fieldset[disabled] .btn-success:focus,
.bootstrapWrapper fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrapWrapper .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrapWrapper .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrapWrapper .btn-info.focus,
.bootstrapWrapper .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrapWrapper .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrapWrapper .btn-info.active,
.bootstrapWrapper .btn-info:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrapWrapper .btn-info.active.focus,
.bootstrapWrapper .btn-info.active:focus,
.bootstrapWrapper .btn-info.active:hover,
.bootstrapWrapper .btn-info:active.focus,
.bootstrapWrapper .btn-info:active:focus,
.bootstrapWrapper .btn-info:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-info.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-info:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrapWrapper .btn-info.active,
.bootstrapWrapper .btn-info:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bootstrapWrapper .btn-info.disabled.focus,
.bootstrapWrapper .btn-info.disabled:focus,
.bootstrapWrapper .btn-info.disabled:hover,
.bootstrapWrapper .btn-info[disabled].focus,
.bootstrapWrapper .btn-info[disabled]:focus,
.bootstrapWrapper .btn-info[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-info.focus,
.bootstrapWrapper fieldset[disabled] .btn-info:focus,
.bootstrapWrapper fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrapWrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrapWrapper .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrapWrapper .btn-warning.focus,
.bootstrapWrapper .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrapWrapper .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrapWrapper .btn-warning.active,
.bootstrapWrapper .btn-warning:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrapWrapper .btn-warning.active.focus,
.bootstrapWrapper .btn-warning.active:focus,
.bootstrapWrapper .btn-warning.active:hover,
.bootstrapWrapper .btn-warning:active.focus,
.bootstrapWrapper .btn-warning:active:focus,
.bootstrapWrapper .btn-warning:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-warning.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-warning:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrapWrapper .btn-warning.active,
.bootstrapWrapper .btn-warning:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bootstrapWrapper .btn-warning.disabled.focus,
.bootstrapWrapper .btn-warning.disabled:focus,
.bootstrapWrapper .btn-warning.disabled:hover,
.bootstrapWrapper .btn-warning[disabled].focus,
.bootstrapWrapper .btn-warning[disabled]:focus,
.bootstrapWrapper .btn-warning[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-warning.focus,
.bootstrapWrapper fieldset[disabled] .btn-warning:focus,
.bootstrapWrapper fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrapWrapper .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrapWrapper .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrapWrapper .btn-danger.focus,
.bootstrapWrapper .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrapWrapper .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrapWrapper .btn-danger.active,
.bootstrapWrapper .btn-danger:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrapWrapper .btn-danger.active.focus,
.bootstrapWrapper .btn-danger.active:focus,
.bootstrapWrapper .btn-danger.active:hover,
.bootstrapWrapper .btn-danger:active.focus,
.bootstrapWrapper .btn-danger:active:focus,
.bootstrapWrapper .btn-danger:active:hover,
.bootstrapWrapper .open > .dropdown-toggle.btn-danger.focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-danger:focus,
.bootstrapWrapper .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrapWrapper .btn-danger.active,
.bootstrapWrapper .btn-danger:active,
.bootstrapWrapper .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bootstrapWrapper .btn-danger.disabled.focus,
.bootstrapWrapper .btn-danger.disabled:focus,
.bootstrapWrapper .btn-danger.disabled:hover,
.bootstrapWrapper .btn-danger[disabled].focus,
.bootstrapWrapper .btn-danger[disabled]:focus,
.bootstrapWrapper .btn-danger[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-danger.focus,
.bootstrapWrapper fieldset[disabled] .btn-danger:focus,
.bootstrapWrapper fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrapWrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrapWrapper .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.bootstrapWrapper .btn-link,
.bootstrapWrapper .btn-link.active,
.bootstrapWrapper .btn-link:active,
.bootstrapWrapper .btn-link[disabled],
.bootstrapWrapper fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrapWrapper .btn-link,
.bootstrapWrapper .btn-link:active,
.bootstrapWrapper .btn-link:focus,
.bootstrapWrapper .btn-link:hover {
  border-color: transparent;
}
.bootstrapWrapper .btn-link:focus,
.bootstrapWrapper .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrapWrapper .btn-link[disabled]:focus,
.bootstrapWrapper .btn-link[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .btn-link:focus,
.bootstrapWrapper fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.bootstrapWrapper .btn-group-lg > .btn,
.bootstrapWrapper .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrapWrapper .btn-group-sm > .btn,
.bootstrapWrapper .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrapWrapper .btn-group-xs > .btn,
.bootstrapWrapper .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrapWrapper .btn-block {
  display: block;
  width: 100%;
}
.bootstrapWrapper .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrapWrapper input[type=button].btn-block,
.bootstrapWrapper input[type=reset].btn-block,
.bootstrapWrapper input[type=submit].btn-block {
  width: 100%;
}
.bootstrapWrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrapWrapper .fade.in {
  opacity: 1;
}
.bootstrapWrapper .collapse {
  display: none;
}
.bootstrapWrapper .collapse.in {
  display: block;
}
.bootstrapWrapper tr.collapse.in {
  display: table-row;
}
.bootstrapWrapper tbody.collapse.in {
  display: table-row-group;
}
.bootstrapWrapper .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height, visibility;
}
.bootstrapWrapper .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrapWrapper .dropdown,
.bootstrapWrapper .dropup {
  position: relative;
}
.bootstrapWrapper .dropdown-toggle:focus {
  outline: 0;
}
.bootstrapWrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrapWrapper .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrapWrapper .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrapWrapper .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.bootstrapWrapper .dropdown-menu > li > a:focus,
.bootstrapWrapper .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrapWrapper .dropdown-menu > .active > a,
.bootstrapWrapper .dropdown-menu > .active > a:focus,
.bootstrapWrapper .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrapWrapper .dropdown-menu > .disabled > a,
.bootstrapWrapper .dropdown-menu > .disabled > a:focus,
.bootstrapWrapper .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.bootstrapWrapper .dropdown-menu > .disabled > a:focus,
.bootstrapWrapper .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrapWrapper .open > .dropdown-menu {
  display: block;
}
.bootstrapWrapper .open > a {
  outline: 0;
}
.bootstrapWrapper .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrapWrapper .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrapWrapper .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.bootstrapWrapper .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrapWrapper .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrapWrapper .dropup .caret,
.bootstrapWrapper .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.bootstrapWrapper .dropup .dropdown-menu,
.bootstrapWrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrapWrapper .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrapWrapper .btn-group,
.bootstrapWrapper .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrapWrapper .btn-group-vertical > .btn,
.bootstrapWrapper .btn-group > .btn {
  position: relative;
  float: left;
}
.bootstrapWrapper .btn-group-vertical > .btn.active,
.bootstrapWrapper .btn-group-vertical > .btn:active,
.bootstrapWrapper .btn-group-vertical > .btn:focus,
.bootstrapWrapper .btn-group-vertical > .btn:hover,
.bootstrapWrapper .btn-group > .btn.active,
.bootstrapWrapper .btn-group > .btn:active,
.bootstrapWrapper .btn-group > .btn:focus,
.bootstrapWrapper .btn-group > .btn:hover {
  z-index: 2;
}
.bootstrapWrapper .btn-group .btn + .btn,
.bootstrapWrapper .btn-group .btn + .btn-group,
.bootstrapWrapper .btn-group .btn-group + .btn,
.bootstrapWrapper .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrapWrapper .btn-toolbar {
  margin-left: -5px;
}
.bootstrapWrapper .btn-toolbar .btn,
.bootstrapWrapper .btn-toolbar .btn-group,
.bootstrapWrapper .btn-toolbar .input-group {
  float: left;
}
.bootstrapWrapper .btn-toolbar > .btn,
.bootstrapWrapper .btn-toolbar > .btn-group,
.bootstrapWrapper .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrapWrapper .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrapWrapper .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrapWrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapWrapper .btn-group > .btn:last-child:not(:first-child),
.bootstrapWrapper .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .btn-group > .btn-group {
  float: left;
}
.bootstrapWrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrapWrapper .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrapWrapper .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapWrapper .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .btn-group .dropdown-toggle:active,
.bootstrapWrapper .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrapWrapper .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrapWrapper .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrapWrapper .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrapWrapper .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrapWrapper .btn .caret {
  margin-left: 0;
}
.bootstrapWrapper .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrapWrapper .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrapWrapper .btn-group-vertical > .btn,
.bootstrapWrapper .btn-group-vertical > .btn-group,
.bootstrapWrapper .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrapWrapper .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrapWrapper .btn-group-vertical > .btn + .btn,
.bootstrapWrapper .btn-group-vertical > .btn + .btn-group,
.bootstrapWrapper .btn-group-vertical > .btn-group + .btn,
.bootstrapWrapper .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrapWrapper .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrapWrapper .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrapWrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrapWrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrapWrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapWrapper .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrapWrapper .btn-group-justified > .btn,
.bootstrapWrapper .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrapWrapper .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrapWrapper .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrapWrapper [data-toggle=buttons] > .btn input[type=checkbox],
.bootstrapWrapper [data-toggle=buttons] > .btn input[type=radio],
.bootstrapWrapper [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.bootstrapWrapper [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrapWrapper .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrapWrapper .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrapWrapper .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrapWrapper .input-group .form-control:focus {
  z-index: 3;
}
.bootstrapWrapper .input-group-lg > .form-control,
.bootstrapWrapper .input-group-lg > .input-group-addon,
.bootstrapWrapper .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bootstrapWrapper select.input-group-lg > .form-control,
.bootstrapWrapper select.input-group-lg > .input-group-addon,
.bootstrapWrapper select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bootstrapWrapper select[multiple].input-group-lg > .form-control,
.bootstrapWrapper select[multiple].input-group-lg > .input-group-addon,
.bootstrapWrapper select[multiple].input-group-lg > .input-group-btn > .btn,
.bootstrapWrapper textarea.input-group-lg > .form-control,
.bootstrapWrapper textarea.input-group-lg > .input-group-addon,
.bootstrapWrapper textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrapWrapper .input-group-sm > .form-control,
.bootstrapWrapper .input-group-sm > .input-group-addon,
.bootstrapWrapper .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bootstrapWrapper select.input-group-sm > .form-control,
.bootstrapWrapper select.input-group-sm > .input-group-addon,
.bootstrapWrapper select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bootstrapWrapper select[multiple].input-group-sm > .form-control,
.bootstrapWrapper select[multiple].input-group-sm > .input-group-addon,
.bootstrapWrapper select[multiple].input-group-sm > .input-group-btn > .btn,
.bootstrapWrapper textarea.input-group-sm > .form-control,
.bootstrapWrapper textarea.input-group-sm > .input-group-addon,
.bootstrapWrapper textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrapWrapper .input-group .form-control,
.bootstrapWrapper .input-group-addon,
.bootstrapWrapper .input-group-btn {
  display: table-cell;
}
.bootstrapWrapper .input-group .form-control:not(:first-child):not(:last-child),
.bootstrapWrapper .input-group-addon:not(:first-child):not(:last-child),
.bootstrapWrapper .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrapWrapper .input-group-addon,
.bootstrapWrapper .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrapWrapper .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bootstrapWrapper .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bootstrapWrapper .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.bootstrapWrapper .input-group-addon input[type=checkbox],
.bootstrapWrapper .input-group-addon input[type=radio] {
  margin-top: 0;
}
.bootstrapWrapper .input-group .form-control:first-child,
.bootstrapWrapper .input-group-addon:first-child,
.bootstrapWrapper .input-group-btn:first-child > .btn,
.bootstrapWrapper .input-group-btn:first-child > .btn-group > .btn,
.bootstrapWrapper .input-group-btn:first-child > .dropdown-toggle,
.bootstrapWrapper .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.bootstrapWrapper .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrapWrapper .input-group-addon:first-child {
  border-right: 0;
}
.bootstrapWrapper .input-group .form-control:last-child,
.bootstrapWrapper .input-group-addon:last-child,
.bootstrapWrapper .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.bootstrapWrapper .input-group-btn:first-child > .btn:not(:first-child),
.bootstrapWrapper .input-group-btn:last-child > .btn,
.bootstrapWrapper .input-group-btn:last-child > .btn-group > .btn,
.bootstrapWrapper .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .input-group-addon:last-child {
  border-left: 0;
}
.bootstrapWrapper .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrapWrapper .input-group-btn > .btn {
  position: relative;
}
.bootstrapWrapper .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrapWrapper .input-group-btn > .btn:active,
.bootstrapWrapper .input-group-btn > .btn:focus,
.bootstrapWrapper .input-group-btn > .btn:hover {
  z-index: 2;
}
.bootstrapWrapper .input-group-btn:first-child > .btn,
.bootstrapWrapper .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrapWrapper .input-group-btn:last-child > .btn,
.bootstrapWrapper .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrapWrapper .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrapWrapper .nav > li {
  position: relative;
  display: block;
}
.bootstrapWrapper .nav > li > a {
  position: relative;
  display: block;
  margin: 0 15px;
}
.bootstrapWrapper .nav > li > a:focus,
.bootstrapWrapper .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.bootstrapWrapper .nav > li.disabled > a {
  color: #777;
}
.bootstrapWrapper .nav > li.disabled > a:focus,
.bootstrapWrapper .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrapWrapper .nav .open > a,
.bootstrapWrapper .nav .open > a:focus,
.bootstrapWrapper .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.bootstrapWrapper .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrapWrapper .nav > li > a > img {
  max-width: none;
}
.bootstrapWrapper .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrapWrapper .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrapWrapper .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bootstrapWrapper .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.bootstrapWrapper .nav-tabs > li.active > a,
.bootstrapWrapper .nav-tabs > li.active > a:focus,
.bootstrapWrapper .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrapWrapper .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrapWrapper .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrapWrapper .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrapWrapper .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrapWrapper .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrapWrapper .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrapWrapper .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrapWrapper .nav-tabs.nav-justified > .active > a,
.bootstrapWrapper .nav-tabs.nav-justified > .active > a:focus,
.bootstrapWrapper .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrapWrapper .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrapWrapper .nav-tabs.nav-justified > .active > a,
  .bootstrapWrapper .nav-tabs.nav-justified > .active > a:focus,
  .bootstrapWrapper .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.bootstrapWrapper .nav-pills > li {
  float: left;
}
.bootstrapWrapper .nav-pills > li > a {
  border-radius: 4px;
}
.bootstrapWrapper .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrapWrapper .nav-pills > li.active > a,
.bootstrapWrapper .nav-pills > li.active > a:focus,
.bootstrapWrapper .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.bootstrapWrapper .nav-stacked > li {
  float: none;
}
.bootstrapWrapper .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrapWrapper .nav-justified {
  width: 100%;
}
.bootstrapWrapper .nav-justified > li {
  float: none;
}
.bootstrapWrapper .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrapWrapper .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrapWrapper .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrapWrapper .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrapWrapper .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrapWrapper .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.bootstrapWrapper .nav-tabs-justified > .active > a,
.bootstrapWrapper .nav-tabs-justified > .active > a:focus,
.bootstrapWrapper .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrapWrapper .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .bootstrapWrapper .nav-tabs-justified > .active > a,
  .bootstrapWrapper .nav-tabs-justified > .active > a:focus,
  .bootstrapWrapper .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

/* Require for displayStyle1 widgets */
.bootstrapWrapper .tab-content > .tab-pane:not(.active) {
  visibility: hidden;
  height: 0px;
  padding: 0;
  margin: 0;
  display: flex;
}

.bootstrapWrapper .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapWrapper .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-header {
    float: left;
  }
}
.bootstrapWrapper .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.bootstrapWrapper .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrapWrapper .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrapWrapper .navbar-collapse.in {
    overflow-y: visible;
  }
  .bootstrapWrapper .navbar-fixed-bottom .navbar-collapse,
  .bootstrapWrapper .navbar-fixed-top .navbar-collapse,
  .bootstrapWrapper .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrapWrapper .navbar-fixed-bottom .navbar-collapse,
.bootstrapWrapper .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrapWrapper .navbar-fixed-bottom .navbar-collapse,
  .bootstrapWrapper .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.bootstrapWrapper .container-fluid > .navbar-collapse,
.bootstrapWrapper .container-fluid > .navbar-header,
.bootstrapWrapper .container > .navbar-collapse,
.bootstrapWrapper .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .container-fluid > .navbar-collapse,
  .bootstrapWrapper .container-fluid > .navbar-header,
  .bootstrapWrapper .container > .navbar-collapse,
  .bootstrapWrapper .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrapWrapper .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrapWrapper .navbar-fixed-bottom,
.bootstrapWrapper .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-fixed-bottom,
  .bootstrapWrapper .navbar-fixed-top {
    border-radius: 0;
  }
}
.bootstrapWrapper .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrapWrapper .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrapWrapper .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrapWrapper .navbar-brand:focus,
.bootstrapWrapper .navbar-brand:hover {
  text-decoration: none;
}
.bootstrapWrapper .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar > .container .navbar-brand,
  .bootstrapWrapper .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrapWrapper .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrapWrapper .navbar-toggle:focus {
  outline: 0;
}
.bootstrapWrapper .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrapWrapper .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-toggle {
    display: none;
  }
}
.bootstrapWrapper .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrapWrapper .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrapWrapper .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bootstrapWrapper .navbar-nav .open .dropdown-menu .dropdown-header,
  .bootstrapWrapper .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .bootstrapWrapper .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrapWrapper .navbar-nav .open .dropdown-menu > li > a:focus,
  .bootstrapWrapper .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrapWrapper .navbar-nav > li {
    float: left;
  }
  .bootstrapWrapper .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrapWrapper .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrapWrapper .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrapWrapper .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrapWrapper .navbar-form .input-group .form-control,
  .bootstrapWrapper .navbar-form .input-group .input-group-addon,
  .bootstrapWrapper .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .bootstrapWrapper .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrapWrapper .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .navbar-form .checkbox,
  .bootstrapWrapper .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrapWrapper .navbar-form .checkbox label,
  .bootstrapWrapper .navbar-form .radio label {
    padding-left: 0;
  }
  .bootstrapWrapper .navbar-form .checkbox input[type=checkbox],
  .bootstrapWrapper .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .bootstrapWrapper .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrapWrapper .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrapWrapper .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrapWrapper .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapWrapper .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrapWrapper .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrapWrapper .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrapWrapper .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrapWrapper .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrapWrapper .navbar-left {
    float: left !important;
  }
  .bootstrapWrapper .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
  .bootstrapWrapper .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrapWrapper .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrapWrapper .navbar-default .navbar-brand {
  color: #777;
}
.bootstrapWrapper .navbar-default .navbar-brand:focus,
.bootstrapWrapper .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrapWrapper .navbar-default .navbar-text {
  color: #777;
}
.bootstrapWrapper .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrapWrapper .navbar-default .navbar-nav > li > a:focus,
.bootstrapWrapper .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.bootstrapWrapper .navbar-default .navbar-nav > .active > a,
.bootstrapWrapper .navbar-default .navbar-nav > .active > a:focus,
.bootstrapWrapper .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrapWrapper .navbar-default .navbar-nav > .disabled > a,
.bootstrapWrapper .navbar-default .navbar-nav > .disabled > a:focus,
.bootstrapWrapper .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.bootstrapWrapper .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrapWrapper .navbar-default .navbar-toggle:focus,
.bootstrapWrapper .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.bootstrapWrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrapWrapper .navbar-default .navbar-collapse,
.bootstrapWrapper .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrapWrapper .navbar-default .navbar-nav > .open > a,
.bootstrapWrapper .navbar-default .navbar-nav > .open > a:focus,
.bootstrapWrapper .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .bootstrapWrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrapWrapper .navbar-default .navbar-link {
  color: #777;
}
.bootstrapWrapper .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrapWrapper .navbar-default .btn-link {
  color: #777;
}
.bootstrapWrapper .navbar-default .btn-link:focus,
.bootstrapWrapper .navbar-default .btn-link:hover {
  color: #333;
}
.bootstrapWrapper .navbar-default .btn-link[disabled]:focus,
.bootstrapWrapper .navbar-default .btn-link[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .navbar-default .btn-link:focus,
.bootstrapWrapper fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.bootstrapWrapper .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrapWrapper .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrapWrapper .navbar-inverse .navbar-brand:focus,
.bootstrapWrapper .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.bootstrapWrapper .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrapWrapper .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrapWrapper .navbar-inverse .navbar-nav > li > a:focus,
.bootstrapWrapper .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.bootstrapWrapper .navbar-inverse .navbar-nav > .active > a,
.bootstrapWrapper .navbar-inverse .navbar-nav > .active > a:focus,
.bootstrapWrapper .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.bootstrapWrapper .navbar-inverse .navbar-nav > .disabled > a,
.bootstrapWrapper .navbar-inverse .navbar-nav > .disabled > a:focus,
.bootstrapWrapper .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.bootstrapWrapper .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrapWrapper .navbar-inverse .navbar-toggle:focus,
.bootstrapWrapper .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.bootstrapWrapper .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrapWrapper .navbar-inverse .navbar-collapse,
.bootstrapWrapper .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrapWrapper .navbar-inverse .navbar-nav > .open > a,
.bootstrapWrapper .navbar-inverse .navbar-nav > .open > a:focus,
.bootstrapWrapper .navbar-inverse .navbar-nav > .open > a:hover {
  /*color: #fff;*/
  /*background-color: #080808;*/
}
@media (max-width: 767px) {
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .bootstrapWrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.bootstrapWrapper .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrapWrapper .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrapWrapper .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrapWrapper .navbar-inverse .btn-link:focus,
.bootstrapWrapper .navbar-inverse .btn-link:hover {
  color: #fff;
}
.bootstrapWrapper .navbar-inverse .btn-link[disabled]:focus,
.bootstrapWrapper .navbar-inverse .btn-link[disabled]:hover,
.bootstrapWrapper fieldset[disabled] .navbar-inverse .btn-link:focus,
.bootstrapWrapper fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.bootstrapWrapper .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bootstrapWrapper .breadcrumb > li {
  display: inline-block;
}
.bootstrapWrapper .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bootstrapWrapper .breadcrumb > .active {
  color: #777;
}
.bootstrapWrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bootstrapWrapper .pagination > li {
  display: inline;
}
.bootstrapWrapper .pagination > li > a,
.bootstrapWrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrapWrapper .pagination > li:first-child > a,
.bootstrapWrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrapWrapper .pagination > li:last-child > a,
.bootstrapWrapper .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrapWrapper .pagination > li > a:focus,
.bootstrapWrapper .pagination > li > a:hover,
.bootstrapWrapper .pagination > li > span:focus,
.bootstrapWrapper .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.bootstrapWrapper .pagination > .active > a,
.bootstrapWrapper .pagination > .active > a:focus,
.bootstrapWrapper .pagination > .active > a:hover,
.bootstrapWrapper .pagination > .active > span,
.bootstrapWrapper .pagination > .active > span:focus,
.bootstrapWrapper .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrapWrapper .pagination > .disabled > a,
.bootstrapWrapper .pagination > .disabled > a:focus,
.bootstrapWrapper .pagination > .disabled > a:hover,
.bootstrapWrapper .pagination > .disabled > span,
.bootstrapWrapper .pagination > .disabled > span:focus,
.bootstrapWrapper .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrapWrapper .pagination-lg > li > a,
.bootstrapWrapper .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrapWrapper .pagination-lg > li:first-child > a,
.bootstrapWrapper .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrapWrapper .pagination-lg > li:last-child > a,
.bootstrapWrapper .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrapWrapper .pagination-sm > li > a,
.bootstrapWrapper .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrapWrapper .pagination-sm > li:first-child > a,
.bootstrapWrapper .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .pagination-sm > li:last-child > a,
.bootstrapWrapper .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrapWrapper .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrapWrapper .pager li {
  display: inline;
}
.bootstrapWrapper .pager li > a,
.bootstrapWrapper .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrapWrapper .pager li > a:focus,
.bootstrapWrapper .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.bootstrapWrapper .pager .next > a,
.bootstrapWrapper .pager .next > span {
  float: right;
}
.bootstrapWrapper .pager .previous > a,
.bootstrapWrapper .pager .previous > span {
  float: left;
}
.bootstrapWrapper .pager .disabled > a,
.bootstrapWrapper .pager .disabled > a:focus,
.bootstrapWrapper .pager .disabled > a:hover,
.bootstrapWrapper .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrapWrapper .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.bootstrapWrapper a.label:focus,
.bootstrapWrapper a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrapWrapper .label:empty {
  display: none;
}
.bootstrapWrapper .btn .label {
  position: relative;
  top: -1px;
}
.bootstrapWrapper .label-default {
  background-color: #777;
}
.bootstrapWrapper .label-default[href]:focus,
.bootstrapWrapper .label-default[href]:hover {
  background-color: #5e5e5e;
}
.bootstrapWrapper .label-primary {
  background-color: #337ab7;
}
.bootstrapWrapper .label-primary[href]:focus,
.bootstrapWrapper .label-primary[href]:hover {
  background-color: #286090;
}
.bootstrapWrapper .label-success {
  background-color: #5cb85c;
}
.bootstrapWrapper .label-success[href]:focus,
.bootstrapWrapper .label-success[href]:hover {
  background-color: #449d44;
}
.bootstrapWrapper .label-info {
  background-color: #5bc0de;
}
.bootstrapWrapper .label-info[href]:focus,
.bootstrapWrapper .label-info[href]:hover {
  background-color: #31b0d5;
}
.bootstrapWrapper .label-warning {
  background-color: #f0ad4e;
}
.bootstrapWrapper .label-warning[href]:focus,
.bootstrapWrapper .label-warning[href]:hover {
  background-color: #ec971f;
}
.bootstrapWrapper .label-danger {
  background-color: #d9534f;
}
.bootstrapWrapper .label-danger[href]:focus,
.bootstrapWrapper .label-danger[href]:hover {
  background-color: #c9302c;
}
.bootstrapWrapper .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.bootstrapWrapper .badge:empty {
  display: none;
}
.bootstrapWrapper .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrapWrapper .btn-group-xs > .btn .badge,
.bootstrapWrapper .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.bootstrapWrapper a.badge:focus,
.bootstrapWrapper a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrapWrapper .list-group-item.active > .badge,
.bootstrapWrapper .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrapWrapper .list-group-item > .badge {
  float: right;
}
.bootstrapWrapper .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bootstrapWrapper .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bootstrapWrapper .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.bootstrapWrapper .jumbotron .h1,
.bootstrapWrapper .jumbotron h1 {
  color: inherit;
}
.bootstrapWrapper .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrapWrapper .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.bootstrapWrapper .container .jumbotron,
.bootstrapWrapper .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.bootstrapWrapper .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrapWrapper .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .bootstrapWrapper .container .jumbotron,
  .bootstrapWrapper .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrapWrapper .jumbotron .h1,
  .bootstrapWrapper .jumbotron h1 {
    font-size: 63px;
  }
}
.bootstrapWrapper .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrapWrapper .thumbnail a > img,
.bootstrapWrapper .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.bootstrapWrapper a.thumbnail.active,
.bootstrapWrapper a.thumbnail:focus,
.bootstrapWrapper a.thumbnail:hover {
  border-color: #337ab7;
}
.bootstrapWrapper .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.bootstrapWrapper .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bootstrapWrapper .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrapWrapper .alert .alert-link {
  font-weight: 700;
}
.bootstrapWrapper .alert > p,
.bootstrapWrapper .alert > ul {
  margin-bottom: 0;
}
.bootstrapWrapper .alert > p + p {
  margin-top: 5px;
}
.bootstrapWrapper .alert-dismissable,
.bootstrapWrapper .alert-dismissible {
  padding-right: 35px;
}
.bootstrapWrapper .alert-dismissable .close,
.bootstrapWrapper .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrapWrapper .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrapWrapper .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrapWrapper .alert-success .alert-link {
  color: #2b542c;
}
.bootstrapWrapper .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrapWrapper .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrapWrapper .alert-info .alert-link {
  color: #245269;
}
.bootstrapWrapper .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrapWrapper .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrapWrapper .alert-warning .alert-link {
  color: #66512c;
}
.bootstrapWrapper .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrapWrapper .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrapWrapper .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrapWrapper .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrapWrapper .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrapWrapper .progress-bar-striped,
.bootstrapWrapper .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrapWrapper .progress-bar.active,
.bootstrapWrapper .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrapWrapper .progress-bar-success {
  background-color: #5cb85c;
}
.bootstrapWrapper .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrapWrapper .progress-bar-info {
  background-color: #5bc0de;
}
.bootstrapWrapper .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrapWrapper .progress-bar-warning {
  background-color: #f0ad4e;
}
.bootstrapWrapper .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrapWrapper .progress-bar-danger {
  background-color: #d9534f;
}
.bootstrapWrapper .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrapWrapper .media {
  margin-top: 15px;
}
.bootstrapWrapper .media:first-child {
  margin-top: 0;
}
.bootstrapWrapper .media,
.bootstrapWrapper .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrapWrapper .media-body {
  width: 10000px;
}
.bootstrapWrapper .media-object {
  display: block;
}
.bootstrapWrapper .media-object.img-thumbnail {
  max-width: none;
}
.bootstrapWrapper .media-right,
.bootstrapWrapper .media > .pull-right {
  padding-left: 10px;
}
.bootstrapWrapper .media-left,
.bootstrapWrapper .media > .pull-left {
  padding-right: 10px;
}
.bootstrapWrapper .media-body,
.bootstrapWrapper .media-left,
.bootstrapWrapper .media-right {
  display: table-cell;
  vertical-align: top;
}
.bootstrapWrapper .media-middle {
  vertical-align: middle;
}
.bootstrapWrapper .media-bottom {
  vertical-align: bottom;
}
.bootstrapWrapper .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrapWrapper .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrapWrapper .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrapWrapper .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrapWrapper .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrapWrapper .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrapWrapper a.list-group-item,
.bootstrapWrapper button.list-group-item {
  color: #555;
}
.bootstrapWrapper a.list-group-item .list-group-item-heading,
.bootstrapWrapper button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrapWrapper a.list-group-item:focus,
.bootstrapWrapper a.list-group-item:hover,
.bootstrapWrapper button.list-group-item:focus,
.bootstrapWrapper button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrapWrapper button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrapWrapper .list-group-item.disabled,
.bootstrapWrapper .list-group-item.disabled:focus,
.bootstrapWrapper .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.bootstrapWrapper .list-group-item.disabled .list-group-item-heading,
.bootstrapWrapper .list-group-item.disabled:focus .list-group-item-heading,
.bootstrapWrapper .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.bootstrapWrapper .list-group-item.disabled .list-group-item-text,
.bootstrapWrapper .list-group-item.disabled:focus .list-group-item-text,
.bootstrapWrapper .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.bootstrapWrapper .list-group-item.active,
.bootstrapWrapper .list-group-item.active:focus,
.bootstrapWrapper .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrapWrapper .list-group-item.active .list-group-item-heading,
.bootstrapWrapper .list-group-item.active .list-group-item-heading > .small,
.bootstrapWrapper .list-group-item.active .list-group-item-heading > small,
.bootstrapWrapper .list-group-item.active:focus .list-group-item-heading,
.bootstrapWrapper .list-group-item.active:focus .list-group-item-heading > .small,
.bootstrapWrapper .list-group-item.active:focus .list-group-item-heading > small,
.bootstrapWrapper .list-group-item.active:hover .list-group-item-heading,
.bootstrapWrapper .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrapWrapper .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.bootstrapWrapper .list-group-item.active .list-group-item-text,
.bootstrapWrapper .list-group-item.active:focus .list-group-item-text,
.bootstrapWrapper .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.bootstrapWrapper .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.bootstrapWrapper a.list-group-item-success,
.bootstrapWrapper button.list-group-item-success {
  color: #3c763d;
}
.bootstrapWrapper a.list-group-item-success .list-group-item-heading,
.bootstrapWrapper button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bootstrapWrapper a.list-group-item-success:focus,
.bootstrapWrapper a.list-group-item-success:hover,
.bootstrapWrapper button.list-group-item-success:focus,
.bootstrapWrapper button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.bootstrapWrapper a.list-group-item-success.active,
.bootstrapWrapper a.list-group-item-success.active:focus,
.bootstrapWrapper a.list-group-item-success.active:hover,
.bootstrapWrapper button.list-group-item-success.active,
.bootstrapWrapper button.list-group-item-success.active:focus,
.bootstrapWrapper button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrapWrapper .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.bootstrapWrapper a.list-group-item-info,
.bootstrapWrapper button.list-group-item-info {
  color: #31708f;
}
.bootstrapWrapper a.list-group-item-info .list-group-item-heading,
.bootstrapWrapper button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bootstrapWrapper a.list-group-item-info:focus,
.bootstrapWrapper a.list-group-item-info:hover,
.bootstrapWrapper button.list-group-item-info:focus,
.bootstrapWrapper button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.bootstrapWrapper a.list-group-item-info.active,
.bootstrapWrapper a.list-group-item-info.active:focus,
.bootstrapWrapper a.list-group-item-info.active:hover,
.bootstrapWrapper button.list-group-item-info.active,
.bootstrapWrapper button.list-group-item-info.active:focus,
.bootstrapWrapper button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrapWrapper .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bootstrapWrapper a.list-group-item-warning,
.bootstrapWrapper button.list-group-item-warning {
  color: #8a6d3b;
}
.bootstrapWrapper a.list-group-item-warning .list-group-item-heading,
.bootstrapWrapper button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bootstrapWrapper a.list-group-item-warning:focus,
.bootstrapWrapper a.list-group-item-warning:hover,
.bootstrapWrapper button.list-group-item-warning:focus,
.bootstrapWrapper button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bootstrapWrapper a.list-group-item-warning.active,
.bootstrapWrapper a.list-group-item-warning.active:focus,
.bootstrapWrapper a.list-group-item-warning.active:hover,
.bootstrapWrapper button.list-group-item-warning.active,
.bootstrapWrapper button.list-group-item-warning.active:focus,
.bootstrapWrapper button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrapWrapper .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.bootstrapWrapper a.list-group-item-danger,
.bootstrapWrapper button.list-group-item-danger {
  color: #a94442;
}
.bootstrapWrapper a.list-group-item-danger .list-group-item-heading,
.bootstrapWrapper button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bootstrapWrapper a.list-group-item-danger:focus,
.bootstrapWrapper a.list-group-item-danger:hover,
.bootstrapWrapper button.list-group-item-danger:focus,
.bootstrapWrapper button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.bootstrapWrapper a.list-group-item-danger.active,
.bootstrapWrapper a.list-group-item-danger.active:focus,
.bootstrapWrapper a.list-group-item-danger.active:hover,
.bootstrapWrapper button.list-group-item-danger.active,
.bootstrapWrapper button.list-group-item-danger.active:focus,
.bootstrapWrapper button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrapWrapper .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrapWrapper .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrapWrapper .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrapWrapper .panel-body {
  padding: 15px;
}
.bootstrapWrapper .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrapWrapper .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrapWrapper .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrapWrapper .panel-title > .small,
.bootstrapWrapper .panel-title > .small > a,
.bootstrapWrapper .panel-title > a,
.bootstrapWrapper .panel-title > small,
.bootstrapWrapper .panel-title > small > a {
  color: inherit;
}
.bootstrapWrapper .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .panel > .list-group,
.bootstrapWrapper .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrapWrapper .panel > .list-group .list-group-item,
.bootstrapWrapper .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrapWrapper .panel > .list-group:first-child .list-group-item:first-child,
.bootstrapWrapper .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrapWrapper .panel > .list-group:last-child .list-group-item:last-child,
.bootstrapWrapper .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrapWrapper .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrapWrapper .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrapWrapper .panel > .panel-collapse > .table,
.bootstrapWrapper .panel > .table,
.bootstrapWrapper .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.bootstrapWrapper .panel > .panel-collapse > .table caption,
.bootstrapWrapper .panel > .table caption,
.bootstrapWrapper .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child,
.bootstrapWrapper .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrapWrapper .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrapWrapper .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrapWrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrapWrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrapWrapper .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrapWrapper .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrapWrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrapWrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrapWrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrapWrapper .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrapWrapper .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child,
.bootstrapWrapper .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrapWrapper .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrapWrapper .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrapWrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrapWrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrapWrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrapWrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrapWrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrapWrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrapWrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrapWrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrapWrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.bootstrapWrapper .panel > .panel-body + .table,
.bootstrapWrapper .panel > .panel-body + .table-responsive,
.bootstrapWrapper .panel > .table + .panel-body,
.bootstrapWrapper .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrapWrapper .panel > .table > tbody:first-child > tr:first-child td,
.bootstrapWrapper .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.bootstrapWrapper .panel > .table-bordered,
.bootstrapWrapper .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrapWrapper .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrapWrapper .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrapWrapper .panel > .table-bordered > thead > tr > td:first-child,
.bootstrapWrapper .panel > .table-bordered > thead > tr > th:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.bootstrapWrapper .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrapWrapper .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrapWrapper .panel > .table-bordered > thead > tr > td:last-child,
.bootstrapWrapper .panel > .table-bordered > thead > tr > th:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.bootstrapWrapper .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrapWrapper .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrapWrapper .panel > .table-bordered > thead > tr:first-child > td,
.bootstrapWrapper .panel > .table-bordered > thead > tr:first-child > th,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.bootstrapWrapper .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrapWrapper .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrapWrapper .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrapWrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrapWrapper .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrapWrapper .panel-group {
  margin-bottom: 20px;
}
.bootstrapWrapper .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.bootstrapWrapper .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrapWrapper .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrapWrapper .panel-group .panel-heading + .panel-collapse > .list-group,
.bootstrapWrapper .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrapWrapper .panel-group .panel-footer {
  border-top: 0;
}
.bootstrapWrapper .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrapWrapper .panel-default {
  border-color: #ddd;
}
.bootstrapWrapper .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrapWrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrapWrapper .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.bootstrapWrapper .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrapWrapper .panel-primary {
  border-color: #337ab7;
}
.bootstrapWrapper .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrapWrapper .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrapWrapper .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrapWrapper .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrapWrapper .panel-success {
  border-color: #d6e9c6;
}
.bootstrapWrapper .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrapWrapper .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrapWrapper .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrapWrapper .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrapWrapper .panel-info {
  border-color: #bce8f1;
}
.bootstrapWrapper .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrapWrapper .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrapWrapper .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrapWrapper .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrapWrapper .panel-warning {
  border-color: #faebcc;
}
.bootstrapWrapper .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrapWrapper .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrapWrapper .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrapWrapper .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrapWrapper .panel-danger {
  border-color: #ebccd1;
}
.bootstrapWrapper .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrapWrapper .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrapWrapper .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrapWrapper .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrapWrapper .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrapWrapper .embed-responsive .embed-responsive-item,
.bootstrapWrapper .embed-responsive embed,
.bootstrapWrapper .embed-responsive iframe,
.bootstrapWrapper .embed-responsive object,
.bootstrapWrapper .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrapWrapper .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrapWrapper .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrapWrapper .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrapWrapper .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrapWrapper .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.bootstrapWrapper .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bootstrapWrapper .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.bootstrapWrapper .close:focus,
.bootstrapWrapper .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrapWrapper button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.bootstrapWrapper .modal-open {
  overflow: hidden;
}
.bootstrapWrapper .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrapWrapper .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.bootstrapWrapper .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrapWrapper .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrapWrapper .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrapWrapper .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.bootstrapWrapper .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrapWrapper .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrapWrapper .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrapWrapper .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrapWrapper .modal-header .close {
  margin-top: -2px;
}
.bootstrapWrapper .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrapWrapper .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrapWrapper .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrapWrapper .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrapWrapper .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrapWrapper .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrapWrapper .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrapWrapper .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrapWrapper .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrapWrapper .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrapWrapper .modal-lg {
    width: 900px;
  }
}
.bootstrapWrapper .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.bootstrapWrapper .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrapWrapper .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrapWrapper .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrapWrapper .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrapWrapper .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrapWrapper .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.bootstrapWrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrapWrapper .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrapWrapper .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrapWrapper .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrapWrapper .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrapWrapper .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrapWrapper .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrapWrapper .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrapWrapper .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrapWrapper .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.bootstrapWrapper .popover.top {
  margin-top: -10px;
}
.bootstrapWrapper .popover.right {
  margin-left: 10px;
}
.bootstrapWrapper .popover.bottom {
  margin-top: 10px;
}
.bootstrapWrapper .popover.left {
  margin-left: -10px;
}
.bootstrapWrapper .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstrapWrapper .popover-content {
  padding: 9px 14px;
}
.bootstrapWrapper .popover > .arrow,
.bootstrapWrapper .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrapWrapper .popover > .arrow {
  border-width: 11px;
}
.bootstrapWrapper .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrapWrapper .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.bootstrapWrapper .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrapWrapper .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.bootstrapWrapper .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrapWrapper .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrapWrapper .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrapWrapper .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrapWrapper .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrapWrapper .carousel {
  position: relative;
}
.bootstrapWrapper .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrapWrapper .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrapWrapper .carousel-inner > .item > a > img,
.bootstrapWrapper .carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrapWrapper .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrapWrapper .carousel-inner > .item.active.right,
  .bootstrapWrapper .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .bootstrapWrapper .carousel-inner > .item.active.left,
  .bootstrapWrapper .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .bootstrapWrapper .carousel-inner > .item.active,
  .bootstrapWrapper .carousel-inner > .item.next.left,
  .bootstrapWrapper .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bootstrapWrapper .carousel-inner > .active,
.bootstrapWrapper .carousel-inner > .next,
.bootstrapWrapper .carousel-inner > .prev {
  display: block;
}
.bootstrapWrapper .carousel-inner > .active {
  left: 0;
}
.bootstrapWrapper .carousel-inner > .next,
.bootstrapWrapper .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrapWrapper .carousel-inner > .next {
  left: 100%;
}
.bootstrapWrapper .carousel-inner > .prev {
  left: -100%;
}
.bootstrapWrapper .carousel-inner > .next.left,
.bootstrapWrapper .carousel-inner > .prev.right {
  left: 0;
}
.bootstrapWrapper .carousel-inner > .active.left {
  left: -100%;
}
.bootstrapWrapper .carousel-inner > .active.right {
  left: 100%;
}
.bootstrapWrapper .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrapWrapper .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrapWrapper .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrapWrapper .carousel-control:focus,
.bootstrapWrapper .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.bootstrapWrapper .carousel-control .glyphicon-chevron-left,
.bootstrapWrapper .carousel-control .glyphicon-chevron-right,
.bootstrapWrapper .carousel-control .icon-next,
.bootstrapWrapper .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrapWrapper .carousel-control .glyphicon-chevron-left,
.bootstrapWrapper .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.bootstrapWrapper .carousel-control .glyphicon-chevron-right,
.bootstrapWrapper .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.bootstrapWrapper .carousel-control .icon-next,
.bootstrapWrapper .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrapWrapper .carousel-control .icon-prev:before {
  content: '\2039';
}
.bootstrapWrapper .carousel-control .icon-next:before {
  content: '\203a';
}
.bootstrapWrapper .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrapWrapper .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrapWrapper .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrapWrapper .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrapWrapper .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrapWrapper .carousel-control .glyphicon-chevron-left,
  .bootstrapWrapper .carousel-control .glyphicon-chevron-right,
  .bootstrapWrapper .carousel-control .icon-next,
  .bootstrapWrapper .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrapWrapper .carousel-control .glyphicon-chevron-left,
  .bootstrapWrapper .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrapWrapper .carousel-control .glyphicon-chevron-right,
  .bootstrapWrapper .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrapWrapper .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrapWrapper .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrapWrapper .btn-group-vertical > .btn-group:after,
.bootstrapWrapper .btn-group-vertical > .btn-group:before,
.bootstrapWrapper .btn-toolbar:after,
.bootstrapWrapper .btn-toolbar:before,
.bootstrapWrapper .clearfix:after,
.bootstrapWrapper .clearfix:before,
.bootstrapWrapper .container-fluid:after,
.bootstrapWrapper .container-fluid:before,
.bootstrapWrapper .container:after,
.bootstrapWrapper .container:before,
.bootstrapWrapper .dl-horizontal dd:after,
.bootstrapWrapper .dl-horizontal dd:before,
.bootstrapWrapper .form-horizontal .form-group:after,
.bootstrapWrapper .form-horizontal .form-group:before,
.bootstrapWrapper .modal-footer:after,
.bootstrapWrapper .modal-footer:before,
.bootstrapWrapper .modal-header:after,
.bootstrapWrapper .modal-header:before,
.bootstrapWrapper .nav:after,
.bootstrapWrapper .nav:before,
.bootstrapWrapper .navbar-collapse:after,
.bootstrapWrapper .navbar-collapse:before,
.bootstrapWrapper .navbar-header:after,
.bootstrapWrapper .navbar-header:before,
.bootstrapWrapper .navbar:after,
.bootstrapWrapper .navbar:before,
.bootstrapWrapper .pager:after,
.bootstrapWrapper .pager:before,
.bootstrapWrapper .panel-body:after,
.bootstrapWrapper .panel-body:before,
.bootstrapWrapper .row:after,
.bootstrapWrapper .row:before {
  display: table;
  content: " ";
}
.bootstrapWrapper .btn-group-vertical > .btn-group:after,
.bootstrapWrapper .btn-toolbar:after,
.bootstrapWrapper .clearfix:after,
.bootstrapWrapper .container-fluid:after,
.bootstrapWrapper .container:after,
.bootstrapWrapper .dl-horizontal dd:after,
.bootstrapWrapper .form-horizontal .form-group:after,
.bootstrapWrapper .modal-footer:after,
.bootstrapWrapper .modal-header:after,
.bootstrapWrapper .nav:after,
.bootstrapWrapper .navbar-collapse:after,
.bootstrapWrapper .navbar-header:after,
.bootstrapWrapper .navbar:after,
.bootstrapWrapper .pager:after,
.bootstrapWrapper .panel-body:after,
.bootstrapWrapper .row:after {
  clear: both;
}
.bootstrapWrapper .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrapWrapper .pull-right {
  float: right !important;
}
.bootstrapWrapper .pull-left {
  float: left !important;
}
.bootstrapWrapper .hide {
  display: none !important;
}
.bootstrapWrapper .show {
  display: block !important;
}
.bootstrapWrapper .invisible {
  visibility: hidden;
}
.bootstrapWrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrapWrapper .hidden {
  display: none !important;
}
.bootstrapWrapper .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrapWrapper .visible-lg,
.bootstrapWrapper .visible-md,
.bootstrapWrapper .visible-sm,
.bootstrapWrapper .visible-xs {
  display: none !important;
}
.bootstrapWrapper .visible-lg-block,
.bootstrapWrapper .visible-lg-inline,
.bootstrapWrapper .visible-lg-inline-block,
.bootstrapWrapper .visible-md-block,
.bootstrapWrapper .visible-md-inline,
.bootstrapWrapper .visible-md-inline-block,
.bootstrapWrapper .visible-sm-block,
.bootstrapWrapper .visible-sm-inline,
.bootstrapWrapper .visible-sm-inline-block,
.bootstrapWrapper .visible-xs-block,
.bootstrapWrapper .visible-xs-inline,
.bootstrapWrapper .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrapWrapper .visible-xs {
    display: block !important;
  }
  .bootstrapWrapper table.visible-xs {
    display: table !important;
  }
  .bootstrapWrapper tr.visible-xs {
    display: table-row !important;
  }
  .bootstrapWrapper td.visible-xs,
  .bootstrapWrapper th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrapWrapper .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrapWrapper .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrapWrapper .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrapWrapper .visible-sm {
    display: block !important;
  }
  .bootstrapWrapper table.visible-sm {
    display: table !important;
  }
  .bootstrapWrapper tr.visible-sm {
    display: table-row !important;
  }
  .bootstrapWrapper td.visible-sm,
  .bootstrapWrapper th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrapWrapper .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrapWrapper .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrapWrapper .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrapWrapper .visible-md {
    display: block !important;
  }
  .bootstrapWrapper table.visible-md {
    display: table !important;
  }
  .bootstrapWrapper tr.visible-md {
    display: table-row !important;
  }
  .bootstrapWrapper td.visible-md,
  .bootstrapWrapper th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrapWrapper .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrapWrapper .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrapWrapper .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .visible-lg {
    display: block !important;
  }
  .bootstrapWrapper table.visible-lg {
    display: table !important;
  }
  .bootstrapWrapper tr.visible-lg {
    display: table-row !important;
  }
  .bootstrapWrapper td.visible-lg,
  .bootstrapWrapper th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrapWrapper .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrapWrapper .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrapWrapper .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrapWrapper .hidden-lg {
    display: none !important;
  }
}
.bootstrapWrapper .visible-print {
  display: none !important;
}
@media print {
  .bootstrapWrapper .visible-print {
    display: block !important;
  }
  .bootstrapWrapper table.visible-print {
    display: table !important;
  }
  .bootstrapWrapper tr.visible-print {
    display: table-row !important;
  }
  .bootstrapWrapper td.visible-print,
  .bootstrapWrapper th.visible-print {
    display: table-cell !important;
  }
}
.bootstrapWrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrapWrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrapWrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrapWrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrapWrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrapWrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrapWrapper .hidden-print {
    display: none !important;
  }
}

.bootstrapWrapper a,
.bootstrapWrapper a:focus,
.bootstrapWrapper a:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.bootstrapWrapper a:hover {
    color: var(--color-accent-neon-mint);
}

.bootstrapWrapper .navbar {
    position: static;
}

.bootstrapWrapper .panel {
    background-color: inherit;
}
.bootstrapWrapper .dropdown-menu > li > a {
    font-weight: 450;
}
/* ############################################################################# */
/* DURA MENU 1.0 CSS STYLES - GENERAL 											 */
/* NOTE: PLEASE REFER TO "RESPONSIVE.CSS" FOR RESPONSIVE OVERRIDE FEATURES 		 */
/* AUTHOR: ISMAIL ONUR ON BEHALF OF BRIENLABS.COM								 */
/* ADDITIONAL INFORMATION: THIS ITEM IS EXCLUSIVELY SOLD @ CODECANYON.NET		 */
/* ############################################################################# */

.dura-wrapper {
	/* main wrapper for everything */
	position: absolute;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 5000;
}

.dura-container {
	/* override Bootstrap ".container" class properties */
	width: 100%;
	max-width: 980px;
	/*background: #fff;*/
}


.dura-container.border-top {
	/*border-top: 1px solid #ccc;*/
}

.dura-container-shadow {
	/* boxed-layout container left & right shadow */
	-webkit-box-shadow: -2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
	-moz-box-shadow: 	-2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
	box-shadow: 		-2px 0px 15px 0px #777, 2px 0px 15px 0px #777;
}

/* SEGMENTS OF NAVIGATION AND CONTENT														*/
/* DURA MENU HAS 3 SEGMENTS (i.e. ROWS) 													*/
/* 1ST ROW --> .header-top-row 		--> call us number, language/account/currency dropdowns */
/* 2ND ROW --> .header-central-row 	--> logo, my cart/sign-in dropdowns 					*/
/* 3RD ROW --> .header-bottom-row 	--> main-navigation 									*/

.header-top-row {
	min-height: 30px;
	max-height: 30px;
	font-size: 12px;
	padding: 0;
	padding-bottom: 0;
	z-index: 10052;
}

.header-central-row {
	height: 60px;
	padding: 0;	
	z-index: 10051;
}

.header-bottom-row {
	height: 50px;
	z-index: 10050;
}

.content-container {
	z-index: 10049;
}

/* NAVIGATION */
.nav-container {
	/* main navigation container */
	/*background: #222;*/
	height: auto;
	max-height: 50px;
}

.nav-container-fixed {
	/* Fix main navigation container on scroll */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

/* TOP ROW, and TOP ROW DROPDOWNS */
.header-top-row,
.header-top-row a,
.header-top-row a:link,
.header-top-row a:focus {
	/*font-family: 'arimo', sans-serif;*/
	font-size: 12px;
	/*color: #555;*/
}

.header-top-row a:hover,
.header-top-row > div > ul > li:hover > a {
	/*color: #fb486c;*/
	/*text-decoration: none;*/
}

.header-top-row > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.header-top-row > div > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	/*border-left: 1px solid #efefef;*/
	/*border-right: 1px solid #efefef;*/
	font-size: 12px;
}

.header-top-row > div > ul > li:hover {
	/*background: #fff;*/
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
}

.header-top-row > div > ul > li > a {
	line-height: 30px;
	padding: 0px 10px;
}

.header-top-row > div > ul > li > ul {
	position: absolute;
	top: 30px;
	left: auto;
	width: 150px;
	min-width: 120px;
	padding: 10px 10px;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	/*border-top: 1px solid #fec7d1;*/
	font-size: 12px;
	z-index: 10060;
	margin-left: -11px; /* position correction, refer to @ .header-top-row > div > ul > li { padding: 0 10px; } */
}

.header-top-row > div ul li:last-child ul {
	right: 15px;
}

.header-top-row > div > ul > li > ul > li {
	/*border-bottom: 1px dashed #efefef;*/
}

.header-top-row > div > ul > li > ul > li:last-child {
	/*border-bottom: none;*/
}

.header-top-row > div > ul > li > ul > li > a {
	padding: 5px 10px;
	margin: 0
}

.header-top-row > div > ul > li > ul > li .fa {
	margin-right: 5px;
}

/* CENTRAL ROW, and CENTRAL ROW DROPDOWNS */
.header-central-row > div > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.header-central-row > div > ul > li {
	display: inline-block;
	margin: 0;
	padding: 18px 20px 2px 20px; /* top right bottom left */
	line-height: 40px;
	/*background: #fff;*/
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	font-size: 12px;
	margin-left: -1px
}

.header-central-row > div > ul > li:hover,
.header-central-row > div > ul > li:active,
.header-central-row > div > ul > li:focus {
	/*background: #f7f7f7;*/
	/*border-left: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
}
.header-central-row > div > ul > li:last-child {
	padding-right: 30px;
}
.header-central-row > div > ul > li span.dropdown-text {
	position: absolute;
	top: 4px;
	margin-left: 42px
}

.header-central-row > div > ul > li > a .fa {
	/*color: #fa486c;*/
}

.header-central-row > div > ul > li > a {
	/*color: #555;*/
}

.header-central-row > div > ul > li > div {
	position: absolute;
	top: 60px;
	left: auto;
	width: 280px;
	min-width: 240px;
	padding: 20px 20px;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	line-height: 18px;
	/*color: #666;*/
	z-index: 10060;
	margin-left: -21px; /* position correction, refer to @ .header-top-row > div > ul > li { padding: 0 10px; } */
}

.header-central-row > div ul li:last-child > div.dropdown-menu {
	right: 15px;
	
}

.header-central-row > div > ul > li > div.dropdown-menu div[class^='col'], .header-central-row > div > ul > li > div.dropdown-menu div[class*='col'] {
	padding:0;
}

.header-central-row > div > ul > li > div.dropdown-menu input {
	margin: 10px 0px;
}

.header-central-row > div > ul > li > div.dropdown-menu input:first-child {
	margin: 0px 0px;
}

.header-central-row > div > ul > li > div div.well-statement {
	padding: 10px;
	line-height: 18px;
	/*color: #666;*/
	/*border: 1px dashed #666;*/
}

/* MAIN NAVIGATION        */
/* NAVIGATION - 1ST LEVEL */
div.nav-container .navbar.navbar-inverse {
	/* no border bottom for Bootstrap .nav-inverse class */
	/*border-bottom: none;*/
}

div.nav-container .navbar > ul.nav,
div.nav-container .navbar   ul.navbar-right {
	/* reset bootstrap margin and paddings */
	margin: 0;
	padding: 0;
}

div.nav-container .navbar ul.nav {

}

div.nav-container .navbar ul.nav > li {
	/*font-family: 'noto-sans', sans-serif;*/
	/*text-transform: uppercase;*/
	font-weight: 450;
	/*text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);*/
}

div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a {
	/* active menu item - shopping categories */
	/*background: #fc496d;*/
	/*color: #efefef;*/
}

div.nav-container .navbar.navbar-inverse ul.nav > li:hover > a,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:hover,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:focus,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:hover,
div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:focus {
	/* active menu item - shopping categories :hover and :focus states */
	/*color: #fff;*/
	/*background-color:  #fb244f;*/
}


/* NAVIGATION - 2ND LEVEL */
div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
	/* dropdown position */
	/*top: 65px;*/
	width: 220px;
	/*padding: 5px 0;*/
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li {
	/* dropdown properties */
	font-size: 14px;
	text-transform: none;
	/*font-weight: normal;*/
	text-shadow: none;
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a {
	/* dropdown properties */
	padding: 5px 0;
	margin: 0px 15px;
	/*border-bottom: 1px dashed #efefef;*/
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover {
	/*background: none;*/
	/*color: #fb486c*/
}

div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li:last-child > a {
	/* remove border bottom from the last child */
	/*border-bottom: none;*/
}

div.nav-container .navbar ul.nav > li i.fa {
	/* icons position */
	width: 10px;
	margin-right: 14px;
	text-align:center;
}

div.nav-container .navbar ul.nav > li > ul > li > a:after {
	/* css triangle right-arrows for shopping categories list */
	content: '';
	position: absolute;
	right: 15px;
	margin-top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	/*border-color: transparent transparent transparent #666;*/
}

div.nav-container .navbar ul.nav > li > ul > li > a:only-child:after,ul.nav > li > ul > li:hover > a:only-child:after {
	/* NO css triangle right-arrows for shopping categories list (which does not have child) */
	border-width: 0px 0 0px 0px;
}


/* NAVIGATION - 3RD LEVEL */
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 730px;
	height: auto;
	/*background: #f7f7f7;*/
	/*border: 1px solid #ccc;*/
	border-top: none;
	visibility: hidden;
	opacity: 0;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-1col {
	width: 244px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-2col {
	width: 487px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	left: auto;
	/*border-bottom: 5px solid #ccc;*/
	margin-top: 25px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h3:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	left: 30px;
	/*border-bottom: 1px solid #ccc;*/
	margin-top: 27px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping p {
	margin: 20px 0px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul {
	list-style: none;
	padding: 10px 15px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li {
	padding: 3px 0px;

}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:link,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:visited,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping ul > li > a:focus {
	/*color: #555;*/
}

div.banner-womenswear,
div.banner-menswear,
div.banner-pc-office,
div.banner-smartwatch,
div.banner-consumer-electronics {
	background: url(http://placehold.it/800x80) no-repeat;
	background-size: cover;
	height: 70px
}

div.banner-menswear {
	background: url(http://placehold.it/800x80) no-repeat;
}

div.banner-pc-office {
	background: url(http://placehold.it/800x80) no-repeat;
}

div.banner-smartwatch {
	background-image: url(http://placehold.it/315x582);
    background-repeat: no-repeat;
    background-size: cover;
	height: 395px;
}

div.banner-consumer-electronics {
	background: url(http://placehold.it/800x80) no-repeat;
}

.col-dark {
	/*background:#585858;*/
	/*color: #efefef;*/
}

.col-dark h3 {
	/*color: #f7f7f7;*/
}

.slogan-light {
	font-weight: 300;
	/*font-family: 'Khula', sans-serif;*/
	font-size: 20px;
	text-transform: uppercase;
	/*color: #f7f7f7;*/
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
}

span.slogan-light-price {
	position: relative;
	/*background: #fa486c;*/
	/*color: #fff;*/
	/*font-weight: normal;*/
	padding: 0 10px;
	padding-top: 2px;
	top: 10px;
	border-radius: 2px;
	line-height: 30px;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:link,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:visited,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping .col-dark ul > li > a:focus {
	/*color: #ccc;*/
}


/* NAVIGATION - 3RD LEVEL --> PRODUCT SLIDER & SINGLE ITEM */
.dropdown-menu-shopping-item-title,
.dropdown-menu-shopping-item-description,
.dropdown-menu-shopping-item-price-not,
.dropdown-menu-shopping-item-price {
	display: block;
	margin: 3px 20px;
}

.dropdown-menu-shopping-item-title {
	font-size: 16px;
	font-weight: bold;
	/*color: #444;*/
}

.dropdown-menu-shopping-item-description {
	font-size: 11px;
	font-weight: bold;
	/*color: #666;*/
}

.dropdown-menu-shopping-item-price-not {
	font-size: 12px;
	/*font-weight: normal;*/
	/*color: #999;*/
	/*text-decoration: line-through;*/
}

.dropdown-menu-shopping-item-price {
	font-size: 17px;
	font-weight: bold;
	/*color: #fa486c;*/
	display: inline;
	margin-right: 10px;
}

.carousel .dropdown-menu-shopping-item-title {
	font-weight: 300;
	/*font-family: 'Khula', sans-serif;*/
	text-align: center;
}

.carousel .dropdown-menu-shopping-item-price-not {
	display: inline;
	font-size: 16px;
	/*font-weight: normal;*/
	/*color: #999;*/
	/*text-decoration: line-through;*/
	margin:0px;
}

.carousel .dropdown-menu-shopping-item-price {
	font-size: 16px;
	font-weight: bold;
	/*color: #fa486c;*/
	display: inline;
	margin: 0;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.light,
div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.dark {
	position: absolute;
	font-size: 22px;
	/*font-family: 'Khula', sans-serif;*/
	font-weight: 300;
	line-height: 75px;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	/*color: #fff;*/
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
	z-index: 10051; /* to make h2 above .gradient-left */
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping h2.dark {
	/*color: #333;*/
	text-shadow: -1px 1px 2px rgba(255, 255, 255, 0.49);
}

/* STANDARD MEGA MENU */
li.dropdown-mega {
	position: static;
}

div.dropdown-mega-content {
	position: absolute;
	left: 15px;
	width: 950px;
	height: auto;
	/*background: #fff;*/
	/*border: 1px solid #c5c5c5;*/
	border-top: none;
	visibility: hidden;
	opacity: 0;
}

/* TABBED MENU */

div.tabbed-height-365 {
	height: 365px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu {
	position: absolute;
	width: 630px;
	/*background:#fff;*/
	/*border: 1px solid #c4c4c4;*/
	border-top: none;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
	float: none;
	margin: 0;
	padding: 15px 0px;
	list-style: none;
	position: absolute;
	/* if you change width, also change "left: 180px" value at "div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content" */
	width: 180px;
	/*height: 100%;*/
	/*background: #f5f5f5;*/
	/*border-right: 1px solid #c4c4c4;*/

}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li {
	/*color: #222;*/
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a { /* category menu items */
	display: block;
	/*background: #f5f5f5;*/
	/*border-top: 1px solid #f5f5f5;*/
	/*border-bottom: 1px solid #f5f5f5;*/
	/*color: #666;*/
	padding: 10px 15px;
	font-size: 14px;
	/*font-weight: normal;*/
	text-shadow: none;
	text-transform: capitalize;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a { /* category menu items:hover */
	/*background: #fff;*/
	/*border-top: 1px solid #c4c4c4;*/
	/*border-bottom: 1px solid #c4c4c4;*/
	/*border-right: 1px solid #fff;*/
	/*margin-right: -1px;*/
}

div.nav-container .navbar ul.nav > li:hover > a { /* enables parent hover effect still active hovering on submenu */
	/*background: #fc6887;*/
	/*color: #fff;*/
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content { /* category content */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 448px;
	height: 99%;
	left: 180px; /* dependant property */
	top: 0px;
	padding: 20px;
	/*background:#fff;*/ /* control bg */
	font-size: 14px;
	/*font-weight: normal;*/
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content .row {
	margin-bottom: 20px;
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:link,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:active,
div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:visited {
	/*color: #444;*/
	/*text-decoration: none;*/
	/*font-weight: normal;*/
}

div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:hover {
	/*color: #fa486c;*/
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover div.tabbed-menu-content,
div.nav-container .navbar ul.nav > li:hover div.active-tab-content {
	visibility: visible;
	opacity: 1;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a.active-tab {
	/*background: #fff;*/
	/*border-top: 1px solid #c4c4c4;*/
	/*border-bottom: 1px solid #c4c4c4;*/
	/*margin-right: -1px;*/
}

.tabbed-height-375 {
	height: 375px;
}

.tabbed-menu-content, .dropdown-mega-content {
	/*font-family: 'arimo', sans-serif;*/
}

.tabbed-menu-content h3, .dropdown-mega-content h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	line-height: 25px;
	text-shadow: none;
}

.tabbed-menu-content ul, .dropdown-mega-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

}
.tabbed-menu-content ul li, .dropdown-mega-content ul li {
	margin: 0;
	padding: 5px 0px;
	/*font-size: 12px;*/
	/*font-weight: normal;*/
	/*text-transform: none;*/
}

.tabbed-menu-content ul li a, .dropdown-mega-content ul li a {
	/*color: #444;*/
}

.tabbed-menu-content ul li a, .dropdown-mega-content ul li a:hover {
	/*color: #fa486c;*/
	/*text-decoration: none;*/
}

.tabbed-menu-content .carousel ul, .dropdown-mega-content .carousel ul {
	margin: 0;
	padding: 0;
}

.tabbed-menu-content .carousel ul li, .dropdown-mega-content .carousel ul li {
	padding: 0;
	margin: 0;
}

.tabbed-menu-content .dropdown-menu-shopping-item-title, .dropdown-mega-content .dropdown-shopping-item-title {
	/*font-family: 'arimo', sans-serif;*/
	/*font-weight: normal;*/
	font-size: 12px;
	text-transform: uppercase;
}

.tabbed-menu-content .dropdown-menu-shopping-item-price-not, .dropdown-mega-content .dropdown-menu-shopping-item-price-not
.tabbed-menu-content .dropdown-menu-shopping-item-price, .dropdown-mega-content .dropdown-menu-shopping-item-price {
	font-size: 12px;
}

/* TABBED MEGA MENU */
li.tabbed-mega {
	position: static;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
	position: absolute;
	left: 15px;
	width: 950px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 768px;
	height: 99%;
	left: 180px; /* dependant property */
	top: 0px;
	padding: 20px;
	/*background: var(--color-ui-rich-black); !* control bg *!*/

	font-size: 14px;
	/*font-weight: normal;*/

}

div.nav-container .navbar ul.nav > li:hover div.tabbed-mega-menu div.active-tab-content {
	visibility: visible;
	opacity: 1;
}

/* FOR ALL DROPDOWN-MENU */
.dropdown-menu {
	padding: 0;
	margin: 0;
	/*background-color: #fff;*/
	/*border: 1px solid #ccc;*/
	/*border: 1px solid rgba(204, 204, 204, 1);*/
	border-radius: 0;
	/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
	/*box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		/*color: #777;*/
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		/*color: #333;*/
		/*background-color: transparent;*/
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		/*color: #555;*/
		/*background-color: #e7e7e7;*/
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		/*color: #ccc;*/
		/*background-color: transparent;*/
	}
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu {
		/*background: #fff;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		/*border-color: #080808;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		/*background-color: #080808;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		/*color: #555;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		/*color: #fff;*/
		/*background-color: transparent;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		/*color: #fff;*/
		/*background-color: #080808;*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		/*color: #444;*/
		/*background-color: transparent;*/
	}
}

/* DURA SEARCH */
.overlay {
	z-index: 10056;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	visibility: hidden;
	opacity: 0;
}

.overlay-visible {
	visibility: visible;
	opacity: 1;
}

.header-central-row > div > ul > li.dura-search {
	padding: 18px 5px 2px 5px; /* top right bottom left */
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search {
	position: absolute;
	right: 0px;
	top: 0;
	width: 980px;
	height: 60px;
	/*border: none;*/
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search form {
	margin-top: -12px;
	padding: 0;
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search .dura-sarch-input {
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 0 325px;
	padding-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	/*font-family: 'Khula', sans-serif;*/
	/*border: none;*/
	outline: none;
	margin: 0;
	margin: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:hover,
.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:active,
.header-central-row > div > ul > li.dura-search .dropdown-menu-search input:focus {
	outline:0px !important;
	-webkit-appearance:none;
}

/* NEW, SALE, XX% OFF BADGES */
.dura-badge-color-1, .dura-badge-color-2, .dura-badge-color-3 {
	width: auto;
	height: 15px;
	/*background: #fc496d;*/
	position: absolute;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	font-size:11px;
	padding: 1px 3px;
	text-transform: uppercase;
	/*color: #fff;*/
}

.dura-badge-color-2 {
	/*background: #0096c1;*/
}

.dura-badge-color-3 {
	/*background: #41bf3e;*/
}

.dura-badge-color-1:before, .dura-badge-color-2:before, .dura-badge-color-3:before {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top: 14px;
	left: 0;
	border-style: solid;
	border-width: 8px 6px 0 0;
	/*border-color: #fc496d transparent transparent transparent;*/
}

.dura-badge-color-2:before {
	/*border-color: #0096c1 transparent transparent transparent;*/
}

.dura-badge-color-3:before {
	/*border-color: #41bf3e transparent transparent transparent;*/
}

/* DURA BUTTONS */
.btn-dura {
	/*color: #f6f6f6;*/
	/*background-color: #fc496d;*/
	/*border-color: #fc3a61;*/
}
.btn-dura:focus,
.btn-dura.focus {
	/*color: #fff;*/
	/*background-color: #fb1c48;*/
	/*border-color: #fc1f4b;*/
}
.btn-dura:hover {
	/*color: #fff;*/
	/*background-color: #fb1c48;*/
	/*border-color: #fc1f4b;*/
}
.btn-dura:active,
.btn-dura.active,
.open > .dropdown-toggle.btn-dura {
	/*color: #fff;*/
	/*background-color: #fb1342;*/
	/*border-color: #fc496d;*/
}
.btn-dura:active:hover,
.btn-dura.active:hover,
.open > .dropdown-toggle.btn-dura:hover,
.btn-dura:active:focus,
.btn-dura.active:focus,
.open > .dropdown-toggle.btn-dura:focus,
.btn-dura:active.focus,
.btn-dura.active.focus,
.open > .dropdown-toggle.btn-dura.focus {
	/*color: #fff;*/
	/*background-color: #fb1c48;*/
	/*border-color: #fc1f4b;*/
}
.btn-dura:active,
.btn-dura.active,
.open > .dropdown-toggle.btn-dura {
	background-image: none;
}
.btn-dura.disabled:hover,
.btn-dura[disabled]:hover,
fieldset[disabled] .btn-dura:hover,
.btn-dura.disabled:focus,
.btn-dura[disabled]:focus,
fieldset[disabled] .btn-dura:focus,
.btn-dura.disabled.focus,
.btn-dura[disabled].focus,
fieldset[disabled] .btn-dura.focus {
	/*background-color: #fd97ab;*/
	/*border-color: #fd8ca3;*/
}

/* CSS RATING STYLES */
fieldset, label { margin: 0; padding: 0; }

fieldset.rating {
	margin-top: -5px;
}
.rating {
	/*border: none;*/
	float: left;
	margin-left: 25px
}

.rating > input { display: none; }
.rating > label:before {
	margin: 5px;
	font-size: 11px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";

}

.rating > .half:before {
	content: "\f089";
	position: absolute;
}

.rating > label {
	/*color: #c0c0c0;*/
	float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { /*color: #FFD700;*/  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { /*color: #FFED85;*/  }

/* CAROUSEL IMAGE CLASSES */
img.carousel-product-width-120 {
	max-width: 120px;
	margin: 15px auto;
}

img.carousel-product-width-60 {
	max-width: 60px;
	margin: 15px auto;
}

.carousel img:hover {
	opacity: 0.6;
}

/* CAROUSEL CONTROLS */
.carousel-control{
	/*background: #666;*/
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 18px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	padding: 4px 10px 0px;
	position: static;
	height: 30px;
	width: 30px;
}

.carousel-control.left {
	position: absolute;
	left: 0;
	top: 40%;
}

.carousel-control.right {
	position: absolute;
	right: 0;
	top: 40%;
}

a.carousel-control {
	/*color: #fff;*/
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
	/*background: #888;*/
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-repeat: repeat-x;
	/*background: #888;*/
}
.carousel-control:hover,
.carousel-control:focus {
	/*color: #e2dfde;*/
	/*text-decoration: none;*/
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
	top: 57%;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 30px;
	height: 30px;
}

.carousel-control .fa-chevron-left {
	position: absolute;
	left: 7px;
}

.carousel-control .fa-chevron-right {
	position: absolute;
	left: 9px;
}


/* UTILITY CLASSES */
.no-padding {
	/* utility class, no padding */
	padding: 0;
}

.absolute {
	/* utility class, absolute positioning */
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	transition: top 1s ease;
}

.clearance {
	position: relative;
	top: auto;
	height: 30px;
	width: 100%;
	/*background: #ccc;*/
	z-index: 10;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,ffffff+100&1+0,1+26,0.77+53,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,0.77) 53%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,0.77) 53%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}

.clearance-fixed {
	position: fixed;
	top: 50px;
}

.scrollup {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 5%;
	right: 5%;
	display: none;
	text-indent: -9999px;
	background: url(../img/scroll-to-top-64.png) no-repeat;
	opacity: 0.3;
	z-index: 100060;
}

.margin-left-5 {
	margin-left: 5px;
}

.line-height-30 {
	line-height: 30px;
}

.text-bold {
	font-weight: bold;
}

.text-bold-c {
	font-weight: bold;
	/*color: #fc1f4b;*/
}

.badge-item-count {
	position: absolute;
	margin-left: -15px;
	font-size: 10px;
	padding: 3px 5px;
	/*border: none;*/
	/*background: #666;*/
}

.logo {
	margin: 10px 0;
	width: auto;
	height: auto;
	max-height: 40px;
}

i.font-size-28 {
	font-size: 28px;
}

div.gradient-left {
	width: 400px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10050;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.74+0,0+99 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.74) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

i.search-close {
	font-size: 30px;
	position: absolute;
	left: 610px;
	top: -6px;
	cursor: pointer;
}

.carousel ul {
	list-style: none;
	padding:0 ;
	margin: 0;
}
.dura-wrapper > div.container, .dura-wrapper > div.container > .container { /* to change site-width (or) menu-width, use this class */
	width: 100%;
	max-width: 100%;
	
}

.dura-wrapper > div.container > .container > .row {
	max-width: 980px;
	margin: auto;
}

.nav-container {
	padding: 0;
}

.navbar .container {
	padding: 0 15px;
}



/* MEDIA QUERY --> SMALL DEVICES */
@media(min-width:768px) and (max-width:991px){
	
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* MEDIA QUERY --> EXTRA SMALL DEVICES */
@media(max-width:767px){
	.absolute {
		/* utility class, absolute positioning */
		transition: none;
	}
	/* OVERRIDE BOOTSTRAP'S MARGIN AND PADDING @ EXTRA-SMALL-DEVICES */
	div.nav-container .navbar ul.nav {
		margin: 0;
		/*padding: 15px 0px;*/
	}
	
	/* DO NOT SHOW SUBMENU ARROWS @ EXTRA-SMALL-DEVICES */
	div.nav-container .navbar ul.nav > li > ul > li > a:after {
		border-width: 0px 0 0px 0px;
	}
	
	/* SMALLER "SCROLL TO TOP" IMAGE @ EXTRA-SMALL-DEVICES */
	.scrollup {
		width: 32px;
		height: 32px;
		bottom: 20px;
		right: 20px;
		/*background: url(../img/scroll-to-top-32.png) no-repeat;*/
		opacity: 0.5;
	}
	
	/* TOP ROW DROPDOWNS */
	.header-top-row {
		max-height: 30px; /* remove this, if you want columns to wrap */
		padding: 0;
	}
	
	.header-top-row .dropdown-menu {
		min-width: 150px;
		max-width: 150px;
	}

	.header-top-row > div > ul {
		margin: 0;
	}
	
	.header-top-row > div > ul > li {
		padding: 0;
		line-height: 30px;
	}	
	.header-top-row > div > ul > li > a {
		padding: 0px 10px;
		display: block;
	}
	
	.header-top-row > div > ul > li > ul {
		top: 30px;
		right: 15px;
		width: 120px;
		min-width: 100px;
	}
	
	i.font-size-16 {
		font-size: 16px;
	}

	
	/* CENTRAL ROW DROPDOWNS */
	
	.header-central-row > div > ul > li > div {
		right: 15px;
	}
	.header-central-row .font-size-28 {
		font-size: 24px;
	}
	
	.header-central-row > div > ul > li {
		padding: 18px 10px 2px 10px; /* top right bottom left */
	}
	
	.header-central-row > div > ul > li:last-child {
		padding-right: 10px;
	}

	
	/* MAIN NAVIGATION */
	.dropdown-menu-shopping {
		display: none;
	}
	
	div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
		/* dropdown position */
		position: relative;
		width: 100%;
		top: 0;
	}
	
	/* STANDARD MEGA MENU */
	
	div.dropdown-mega-content {
		position: relative;
		top: 0;
		width: 100%;
		/*background: #fff;*/
		height: 370px;
		/*overflow: scroll;*/
		overflow-x: hidden;
		padding-bottom: 20px;
	}
	
	/* mega menu scroll-bar */
	div.dropdown-mega-content::-webkit-scrollbar {
		width: 7px;
		height: 7px;
	}
	div.dropdown-mega-content::-webkit-scrollbar-button {
		width: 0px;
		height: 0px;
	}
	div.dropdown-mega-content::-webkit-scrollbar-thumb {
		/*background: #484848;*/
		/*border: 0px none #ffffff;*/
		border-radius: 0px;
	}
	div.dropdown-mega-content::-webkit-scrollbar-thumb:hover {
		/*background: #7e7e7e;*/
	}
	div.dropdown-mega-content::-webkit-scrollbar-thumb:active {
		/*background: #fb486c;*/
	}
	div.dropdown-mega-content::-webkit-scrollbar-track {
		/*background: #e5e5e5;*/
		/*border: 0px none #ffffff;*/
		border-radius: 50px;
	}
	div.dropdown-mega-content::-webkit-scrollbar-track:hover {
		/*background: #f2f2f2;*/
	}
	div.dropdown-mega-content::-webkit-scrollbar-track:active {
		/*background: #f8f8f8;*/
	}
	div.dropdown-mega-content::-webkit-scrollbar-corner {
		/*background: transparent;*/
	}
	

	/* TABBED CUSTOM WIDTH MENU */
	div.nav-container .navbar ul.nav > li > div.tabbed-menu {
		position: relative;
		top: 0;
		width: 100%;
		/*background: #fff;*/
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > div.tabbed-menu-content { /* category content */
		display: none;
	}
	
	/* TABBED MEGA MENU */
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
		/*background: #fff;*/
		left: 0;
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content { /* tab content */
		display: none;
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
		padding: 0;
		margin: 0;
		width: 100%;
		height: auto;
		/*background: #fff;*/
		border: none;
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a,
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a.active-tab,
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > a,
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > a.active-tab {
		display: block;
		/*background: #fff;*/
		border: none;
		/*border-bottom: 1px dashed #efefef;*/
		/*color: #666;*/
		padding: 10px 15px;
		font-size: 14px;
		font-weight: normal;
		text-shadow: none;
		text-transform: capitalize;
		
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a,
	div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a.active-tab { /* category menu items:hover */
		/*background: #f7f7f7;*/
		border: none;
		/*border-bottom: 1px dashed #efefef;*/
		/*color: #fb486c;*/
		text-decoration: none;
	}
	
	div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content .row {
		margin-bottom: 0px;
	}
	
	
	
	/* OPEN ALL DROPDOWNS WHEN CLICKED */
	.open .dropdown-mega-content, .open .tabbed-menu, .open .tabbed-mega-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		z-index: 999999;
	}
	
	.tabbed-height-375 { }
		
	/* DURA SEARCH */
	.header-central-row > div > ul > li.dura-search .dropdown-menu-search {
		position: absolute;
		top: 60px;
		width: 250px;
		height: 50px;
		/*border: 1px solid #ccc;*/
	}
	
	.header-central-row > div > ul > li.dura-search .dropdown-menu-search .dura-sarch-input {
		width: 200px;	
		padding: 0;
		font-size: 17px;
	}
	
	.overlay-visible {
		visibility: hidden;
		opacity: 0;
	}
	
	.logo {
		max-width: 140px;
	}
}

/* MEDIA QUERY --> SMALL DEVICES */
@media(min-width:768px) and (max-width:991px){
	.container {
		/* override Bootstrap ".container" class properties */
		max-width: 800px;
	}
	/* NAVIGATION - 2ND LEVEL */
	div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
		/* dropdown position */
		width: 200px;
	}
	/* NAVIGATION - 3RD LEVEL */
	div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping {
		width: 570px;
	}
	/* ENABLES TOP-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ SMALL DEVICES */
	div.header-top-row ul > li:hover > div.dropdown-menu {
		display: block;
	}
	/* ENABLES CENTRAL-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.header-central-row ul > li:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ SMALL DEVICES */
	div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES DURA MENU SHOPPING DROPLEFTS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ SMALL DEVICES */
	div.nav-container .navbar ul.nav > li > ul > li:hover div.dropdown-menu-shopping {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU MEGA MENU TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ SMALL DEVICES */
	li.dropdown-mega:hover div.dropdown-mega-content {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU TABBED MENU TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ SMALL DEVICES */
	div.nav-container .navbar ul.nav > li:hover div.tabbed-menu { 
		visibility: visible;
		opacity: 1;
		display: block;
	}

	/* SMALLER "SCROLL TO TOP" IMAGE @ EXTRA-SMALL-DEVICES */
	.scrollup {
		width: 32px;
		height: 32px;
		bottom: 20px;
		right: 20px;
		/*background: url(../img/scroll-to-top-32.png) no-repeat;*/
		opacity: 0.5;
	}
	
	div.dropdown-mega-content {
		width: 770px;
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
		width: 770px;
	}
	
	div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content { 
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 588px;
		height: 99%;
		left: 180px; /* dependant property */
		top: 0px;
		padding: 20px;
		/*background:#fff; !* control bg *!*/
		
		font-size: 14px;
		font-weight: normal;
		
	}
	
	/* DURA SEARCH */
	.header-central-row > div > ul > li.dura-search .dropdown-menu-search {
		width: 800px;
	}
	.header-central-row > div > ul > li.dura-search .dropdown-menu-search .dura-sarch-input {
		padding: 0 235px;
	}

}

/* MEDIA QUERY --> MEDIUM DEVICES */
@media(min-width:992px) and (max-width:1199px){
	/* ENABLES TOP-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	div.header-top-row ul > li:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES CENTRAL-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	div.header-central-row ul > li:hover > div.dropdown-menu.dropdown-central {
		display: block;
	}
	/* ENABLES BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES DURA MENU SHOPPING DROPLEFTS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	div.nav-container .navbar ul.nav > li > ul > li:hover div.dropdown-menu-shopping {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU MEGA MENU DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	li.dropdown-mega:hover div.dropdown-mega-content {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU TABBED MENU TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ MEDIUM DEVICES */
	div.nav-container .navbar ul.nav > li:hover div.tabbed-menu { 
		visibility: visible;
		opacity: 1;
		display: block;
	}
}

/* MEDIA QUERY --> LARGE DEVICES */
@media(min-width:1200px){
	/* ENABLES TOP-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.header-top-row ul > li:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES CENTRAL-ROW BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.header-central-row ul > li:hover > div.dropdown-menu.dropdown-central {
		display: block;
	}
	
	/* ENABLES BOOTSTRAP DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	/* ENABLES DURA MENU SHOPPING DROPLEFTS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.nav-container .navbar ul.nav > li > ul > li:hover div.dropdown-menu-shopping {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU MEGA MENU DROPDOWNS TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	li.dropdown-mega:hover div.dropdown-mega-content {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	/* ENABLES DURA MENU TABBED MENU TO WORK FOR :HOVER STATE, INSTEAD OF MOUSE CLICK @ LARGE DEVICES */
	div.nav-container .navbar ul.nav > li:hover div.tabbed-menu { 
		visibility: visible;
		opacity: 1;
		display: block;
	}
	
}

:root {
    --dura-max-width: 1366px;
}

.bootstrapWrapper .navbar-inverse .navbar-collapse,
.bootstrapWrapper .navbar-inverse .navbar-form,
.bootstrapWrapper .navbar-inverse,
.bootstrapWrapper .dropdown-menu,
.bootstrapWrapper .navbar-inverse .navbar-nav > li > a,
.bootstrapWrapper .dropdown-menu > li > a,
.bootstrapWrapper .dropdown-menu > li > a:focus,
.bootstrapWrapper .dropdown-menu > li > a:hover {
    background-color: inherit;
    border: none;
    color: inherit;
}

.bootstrapWrapper .dropdown-menu > li > a:hover {
    color: var(--color-accent-neon-mint);
}
.dura-wrapper {
    position: static;
}

.tabbed-height-450 {
	height: 450px;
}

.bootstrapWrapper .navbar {
    border: none;
    margin-bottom: inherit;
}

.bootstrapWrapper li.dropdown-mega,
.bootstrapWrapper li.tabbed-mega {
    position: static;
}

.bootstrapWrapper .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bootstrapWrapper .dropdown-menu {
    background-color: var(--color-ui-rich-black);
    padding-bottom: 25px;
}


.bootstrapWrapper .navbar-nav > li > a {
    height: var(--mainnav-height);
    line-height: var(--mainnav-height);
    padding-bottom: inherit;
    padding-top: inherit;

}

.bootstrapWrapper .navbar-inverse .navbar-nav > li > a:hover {
    color: var(--color-accent-neon-mint);
}

.bootstrapWrapper .navbar-inverse .navbar-nav > li > a:hover::after {
    content: '';
    border-bottom: 1px solid var(--color-accent-neon-mint);
    bottom: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}


div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
    background-color: var(--color-ui-rich-black);
    padding: 0;
}


.bootstrapWrapper.dura-wrapper .container {
    padding-right: inherit;
    padding-left: inherit;
    background-color: var(--color-ui-rich-black);
}

.dura-badge {
    font-size: 10px;
    font-weight: 700;
    border-radius: 5px;
    height: 24px;
    position: relative;
    padding: 4px;
}

.dura-badge:before {
    content: initial;
}

.dura-badge-color-1 {
    background: var(--color-accent-neon-mint);
    color: var(--color-ui-rich-black);
}



.bootstrapWrapper .nav > .dropdown {
    position: static;
}


.bootstrapWrapper .dropdown-menu {
    width: 100%;
}

.bootstrapWrapper .row {
    margin: auto;
    max-width: var(--dura-max-width);
}

.bootstrapWrapper .dropdown-menu .row {
    margin: auto;
    max-width: var(--dura-max-width);
}


div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
    left: 0px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
    left: 0px;
    width: 100%;
    padding-left: 50px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
    position: relative;
    max-width: var(--dura-max-width);
    margin: 0 auto;
    width: 100%;
}



/*.dura-wrapper, .nav-container, .navbar-inverse,div.dropdown-mega-content, .nav .dropdown-menu, div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a.active-tab, div.nav-container .navbar ul.nav > li > div.tabbed-menu ,#ipsLayout_footer,#elGuestTerms, body, .navbar-inverse .navbar-nav .open .dropdown-menu{*/
/*    background: var(--color-ui-rich-black);*/
/*    border-color: var(--color-ui-rich-black);*/
/*    color: #FFFFFF;*/
/*}*/


/*div.dropdown-mega-content, div.tabbed-mega-menu {*/
/*    left: -1px !important;*/
/*}*/

/*div.nav-container .navbar.navbar-inverse ul.nav > li > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open,.tabbed-menu-content ul li a, .dropdown-mega-content ul li a,.dropdown-menu>li>a, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:link,div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:link, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:visited, #ipsLayout_footer p, a, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {*/
/*    color: #FFFFFF;*/
/*}*/

/*div.nav-container .navbar.navbar-inverse ul.nav > li:hover > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:hover, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:focus, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:hover, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:focus, .tabbed-menu-content ul li a, .dropdown-mega-content ul li a:hover, div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:hover, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a, a:hover {*/
/*    color: #2EF897;*/
/*    background-color: initial;*/
/*    text-decoration: underline;*/
/*    text-underline-position: under;*/
/*}*/

/*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form, .navbar-inverse, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .dropdown-menu, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,.dropdown-menu>li>a {*/
/*    border-color: white;*/
/*    background-color: var(--color-ui-rich-black);*/
/*    color: inherit;*/
/*}*/

/*.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {*/
/*    text-decoration: underline;*/
/*}*/


/*.dura-wrapper .navbar-inverse, .dura-wrapper .dropdown-menu {*/
/*	background-color: var(--color-ui-rich-black);*/
/*	border: 0px;*/
/*}*/
/*.dura-wrapper .navbar-inverse .navbar-nav>li>a, .dura-wrapper .dropdown-menu>li>a {*/
/*	color: white;*/
/*}*/
/*.dura-wrapper .dropdown-menu>li>a:focus, .dura-wrapper .dropdown-menu>li>a:hover {*/
/*	background-color: initial;*/
/*	text-decoration: underline;*/
/*}*/


/*div.dura-container, div.dura-container .container-fluid, .no-padding {*/
/*    padding-right: 0px;*/
/*    padding-left: 0px;*/
/*}*/

/*div.dura-container h3 {*/
/*    text-transform: uppercase;*/
/*    color: #738082;*/
/*}*/


/*.header-bottom-row {*/
/*	height: 0px;*/
/*}*/
/*.navbar {*/
/*	min-height: inherit;*/
/*	margin-bottom: inherit;*/
/*}*/
/*.nav.navbar-nav {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*    justify-content: space-between;*/
/*}*/

/*.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {*/
/*	margin-left: 0px;*/
/*	margin: 0px;*/
/*}*/
/*.dropdown, .dropup {*/
/*	padding: 10px 0px;*/
/*}*/
/*.navbar-collapse {*/
/*	padding-left: 0px;*/
/*	padding-right: 0px;*/
/*}*/

/*.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {*/
/*	color: inherit;*/
/*	background-color: inherit;*/
/*}*/


/*div.nav-container .navbar ul.nav > li > div.tabbed-menu {*/
/*	padding: 0px;*/
/*	!*border: 0px;*!*/
/*	height: 490px;*/
/*}*/



div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul::after {
    content: "";
    border-left: 1px solid var(--color-ui-platinum);
    top: 0%;
    height: 100%;
    position: absolute;
    left: 145px;
    opacity: 0.3;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a:hover {
    text-decoration: none;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a > span::after {
    font-family: FontAwesome;
    content: "\f053";
    color: #526262;
    position: absolute;
    left: 137px;
    background-color: var(--color-ui-rich-black);
    z-index: 1;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
	height: 425px;
}


.nav-main-icons {
    color: var(--color-accent-neon-mint);
/*    height: 15px;*/
/*    padding-right: 3px;*/
/*    margin-top: -3px;*/
}

/*.navbar-toggle {*/
/*    !*float: inherit;*!*/
/*    position: inherit;*/
/*    padding: inherit;*/
/*    margin-top: inherit;*/
/*    margin-right: inherit;*/
/*    margin-bottom: inherit;*/
/*}*/


/*div.nav-container .navbar ul.nav > li > ul.dropdown-menu {*/
/*    top: 0px;*/
/*}*/
/*div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a {*/
/*    border-bottom: none;*/
/*}*/


/*div.nav-container .navbar.navbar-inverse ul.nav > li:hover > a, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:hover, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:focus, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:hover, div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping.open > a:focus, .tabbed-menu-content ul li a, .dropdown-mega-content ul li a:hover, div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover, div.nav-container .navbar ul.nav > li > div > ul > li > div.tabbed-menu-content a:hover, div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a, a:hover {*/
/*    color: #2EF897;*/
/*    background-color: initial;*/
/*    text-decoration: underline;*/
/*    text-underline-position: under;*/
/*}*/


/*!* Nav Bar Customization *!*/
/*!*div.dura-wrapper {top:-5px; z-index: 1900!important;}*!*/
/*!*  div.dura-wrapper .dura-badge-color-1 {line-height: 19px; padding:0px 6px; background-color: #CB1318!important; border-radius: 4px!important;}*!*/
/*!*  div.dura-wrapper .dura-badge-color-1:before {border:none;}*!*/
/*  !*div.dura-wrapper .nav-container, div.dura-wrapper .navbar-inverse {background-color: white!important;}*!*/
/*  !*div.dura-wrapper div.nav-container ul > li {font-family: 'CircularGamblerspickWeb-Light'!important; text-shadow: none!important;}*!*/
/*  !*div.dura-wrapper .navbar-nav>li>a {font-size: 19px; font-weight: 300; color:#666; padding:15px 25px;}*!*/
/*  !*div.dura-wrapper .dropdown-menu ul li {padding:0!important;}*!*/
/*  !*div.dura-wrapper div.nav-container .navbar ul.nav > li:hover > a {background-color: #319f37;}*!*/
/*  !*div.dura-wrapper div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a {font-size: 14px!important; font-weight: 300!important; color:#999!important; padding:9px 15px;}*!*/
/*  !*div.dura-wrapper .tabbed-menu-content h3, .dropdown-mega-content h3 {font-size: 14px!important; font-weight: 300!important; color:#666!important;}*!*/
/*  !*div.dura-wrapper div.nav-container .navbar ul.nav > li ul > li > a {font-size: 14px!important; font-weight: 300!important; color:#999!important;}*!*/
/*  !*div.dura-wrapper div.nav-container .navbar ul.nav > li ul > li > a:hover {color:#319f37!important;}*!*/

/*  !*div.dura-wrapper .navbar-inverse .navbar-nav>.open>a, div.dura-wrapper .navbar-inverse .navbar-nav>.open>a:focus, div.dura-wrapper .navbar-inverse .navbar-nav>.open>a:hover, div.dura-wrapper navbar-inverse .navbar-nav>li>a:focus {background-color: #319f37; color:white;}*!*/

/*!* End of Nav Bar *!*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
/*--------------------------------CSS Override-------------------------------------*/
.select2-container {
    display: block;
}
.select2-dropdown {
    border-color: var(--color-ui-platinum);
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: var(--color-ui-platinum);
    border-radius: 5px;
}
.select2-container--default strong.select2-results__group {
    background-color: var(--color-ui-aluminium);
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-results__option {
    padding: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: var(--color-ui-rich-black);
    padding-left: 15px;
    padding-right: 30px;
    font-weight: 700;
}
.select2-container .select2-selection--multiple {
    min-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0px 6px;
    border-color: var(--color-ui-rich-black) transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent var(--color-ui-rich-black) transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-accent-mint);
    color: var(--color-ui-white);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--color-ui-snow);
    color: var(--color-ui-rich-black);
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: var(--color-ui-silver);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color-ui-snow);
    border: 1px solid var(--color-ui-platinum);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    display: flex;
    flex-direction: row-reverse;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 4px;
    color: var(--color-ui-independence);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--color-ui-rich-black);
}

 @font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-Light.woff2") format("woff2");font-weight:300;font-style:normal;}@font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-LightItalic.woff2") format("woff2");font-weight:300;font-style:italic;}@font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-Book.woff2") format("woff2");font-weight:450;font-style:normal;}@font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-BookItalic.woff2") format("woff2");font-weight:450;font-style:italic;}@font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-Medium.woff2") format("woff2");font-weight:500;font-style:normal;}@font-face{font-family:"Circular";src:url("/uploads/static/fonts/Circular-Bold.woff2") format("woff2");font-weight:700;font-style:normal;}.gpTheme_dark{background:var(--color-ui-rich-black);border-color:var(--color-ui-rich-black);color:#FFFFFF;}.gpTheme_dark_independence{background:var(--color-ui-independence);border-color:var(--color-ui-independence);color:#FFFFFF;}.gpTheme_yellow{background:var(--color-accent-cta-yellow);border-color:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);}.gpTheme_white{background-color:var(--color-ui-white);border-color:var(--color-ui-white);color:var(--color-ui-rich-black);}.gpTheme_light{background:#F6F6F6;border-color:#F6F6F6;color:var(--color-ui-rich-black);}.gpTheme_homepage{background:linear-gradient(180deg, #111F20 0%, #2C3737 100%);}.gpTheme_neon_accent_mint{background:var(--color-accent-neon-mint);border-color:var(--color-accent-neon-mint);color:var(--color-ui-rich-black);}.gpTheme_dark, .gpTheme_dark_independence{color:#FFFFFF;}a, input, button{color:inherit;}.gpTheme_light a{color:var(--color-accent-mint);}.gpTheme_light a:hover{color:#1D9C5F;}.gp_bannerContent a{color:var(--color-accent-neon-mint);}.gpTheme_yellow a{color:var(--color-ui-white);}.gpTheme_dark a:hover{color:#2EE78E;}a:hover{}@media screen and (min-width:999px){.gpTheme_dark_desktop{background-color:var(--color-ui-independence);}}:root{--sp-0:0px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:32px;--sp-8:40px;--sp-9:48px;--sp-10:64px;--radius-1:4px;--radius-2:8px;--border-1px:1px solid rgba( var(--theme-text_light), 0.15 );--size-1:20px;--size-2:24px;--size-3:30px;--size-4:36px;--size-5:44px;--size-6:56px;--size-7:72px;--size-8:92px;--positive-dark:#2C8C69;--positive-light:#f0faf6;--negative-dark:#C53030;--negative-light:#FFF5F5;--intermediate-dark:#DD6B20;--intermediate-light:#FFFAF0;--informational-dark:#2981bf;--informational-light:#e9f0f5;--general-dark:#7f858d;--general-light:#f0f4f8;--theme-area_background_reset:255, 255, 255;--theme-area_background_dark:45, 55, 72;--box--boxShadow:0px 2px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );--box--backgroundColor:rgb( var(--theme-area_background_reset) );--box--radius:var(--radius-1);--solved--borderColor:44, 140, 105;--popup--radius:var(--radius-1);--popup--border:1px solid rgba( var(--theme-area_background_dark), 0.1 );--popup--boxShadow:0 8px 50px rgba(0,0,0,0.1), 0px 4px 15px rgba(0,0,0,0.05);--dialog--boxShadow:0px 5px 55px rgba( var(--theme-area_background_dark), 0.4 ), 0px 7px 24px -12px rgba( var(--theme-area_background_dark), 0.7 );--header--height:80px;--responsive-header--height:55px;--logo--height:100%;--responsive-logo--height:var(--logo--height);--primary-navigation--height:52px;--secondary-navigation--height:50px;--form-field--radius:var(--radius-1);--form-field--borderColor:rgba( var(--theme-text_light), 0.4 );--form-field--borderHoverColor:rgba( var(--theme-text_light), 0.8 );--form-field--focusShadow:rgba( var(--theme-active_input_border), 0.3 ) 0px 0px 0px 4px;--button--radius:var(--radius-1);--trophy-first--background:#fac746;--trophy-first--color:#704926;--trophy-second--background:#c0c0c0;--trophy-third--background:#cd7f32;--gp-layout-padding:15px;--container--width:100%;--minimal_container--width:1000px;--theme-header:21, 43, 46;--theme-header_text:255, 255, 255;--theme-link_hover:0, 0, 0;--topnav-height:70px;--mainnav-height:50px;--sidebar-width:435px;--grids-gap:20px;--color-ui-rich-black:#152B2E;--color-ui-light-black:#2C4042;--color-ui-independence:#334041;--color-ui-silver:#999FA0;--color-ui-platinum:#E0E1DD;--color-ui-aluminium:#EAEAEA;--color-ui-snow:#F6F6F6;--color-ui-pastel-mint:#E9F6F1;--color-ui-gold:#FFFDF9;--color-ui-money-powder:#FDFFFD;--color-ui-white:#FFFFFF;--color-accent-neon-mint:#2EF897;--color-accent-mint:#22B26D;--color-accent-cta-yellow:#FFB600;--color-wireframes-ultra-dark:#001627;--color-speciality-error-red:#FF2E00;--color-notifications-neon-orange:#FDCF57;--color-notifications-neon-blue:#2e8ff8;}@media screen and (max-width:999px){:root{--topnav-height:50px;}}.collapsing{height:0;overflow:hidden;position:relative;-o-transition-duration:0.35s;-webkit-transition-duration:0.35s;transition-duration:0.35s;-o-transition-property:height, visibility;-webkit-transition-property:height, visibility;transition-property:height, visibility;-o-transition-timing-function:ease;-webkit-transition-timing-function:ease;transition-timing-function:ease;}.collapse{display:none;}.collapse.in{display:block;}.show{display:block;}.collapsableButton{cursor:pointer;position:relative;}.collapsableButton::before{content:"\e906";font-family:gamblerspick-iconfont;position:absolute;right:0px;transition:transform .2s ease-in-out;}.collapsableButton:is(.collapsed)::before{transform:rotate(180deg);}.gpAccordion_container{}@media screen and (max-width:999px){.gpAccordion_container{margin-left:0px;}}.gpAccordion_container .collapsableButton::before{}.gpAccordion_container > .collapsableContainer.collapse{display:block;}.gpAccordion_container > .collapsableContainer.collapsing{height:auto;}.gpAccordion_container > .collapsableContainer{background-color:white;border-radius:5px;margin:8px 0;overflow:hidden;padding:12px 16px;-ms-transition:background-color 250ms linear;-webkit-transition:background-color 250ms linear;transition:background-color 250ms linear;}.gpToggleBlocks_container .gpAccordion_container{background-color:white;}.gpToggleBlocks_container .gpAccordion_container > .collapsableContainer{background-color:var(--color-ui-gold);}.gpToggleBlocks_container .gpAccordion_container > .collapsableContainer.collapse:not(.show){background-color:var(--color-ui-snow);}.gpAccordion_container .collapsableContent_Inside{margin-top:20px;}.gpAccordion_container .collapsableButton.gpType_tableTitle{display:flex;align-items:center;padding-right:20px;}.ipsAnim{animation-duration:0.5s;animation-fill-mode:both;animation-timing-function:ease-out;transform:translate3d(0,0,0);}.ipsAnim.ipsAnim_fast{animation-duration:0.25s;}.ipsAnim.ipsAnim_slow{animation-duration:0.8s;}.ipsAnim.ipsAnim_verySlow{animation-duration:1.2s;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}100%{opacity:1;transform:translateY(0);}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(20px);}}.ipsAnim_fade.ipsAnim_in{opacity:1;animation-name:fadeIn;}.ipsAnim_fade.ipsAnim_out{opacity:1;animation-name:fadeOut;}.ipsAnim_fade.ipsAnim_in.ipsAnim_down{animation-name:fadeInDown;}.ipsAnim_fade.ipsAnim_out.ipsAnim_down{animation-name:fadeOutDown;}@keyframes blindDown{0%{height:0;}100%{height:auto;}}.ipsAnim_blind.ipsAnim_down{height:auto;animation-name:blindDown;}@keyframes blindUp{0%{height:auto;}100%{height:0;}}.ipsAnim_blind.ipsAnim_up{height:0;animation-name:blindUp;}@keyframes slideFromRight{0%{right:-100%;}100%{right:0;}}.ipsAnim_slide.ipsAnim_left{right:0;animation-name:slideFromRight;}@keyframes zoomIn{0%{transform:scale(0);}100%{transform:scale(1);}}.ipsAnim_zoom.ipsAnim_in{animation-name:zoomIn;}@keyframes zoomOut{0%{transform:scale(1);}100%{transform:scale(0);opacity:0;}}.ipsAnim_zoom.ipsAnim_out{animation-name:zoomOut;opacity:1;}@keyframes wobble{0%{transform:translateX(0%);}15%{transform:translateX(-5%) rotate(-4deg);}30%{transform:translateX(5%) rotate(2deg);}45%{transform:translateX(-4%) rotate(-2deg);}60%{transform:translateX(4%) rotate(1deg);}75%{transform:translateX(-3%) rotate(-1deg);}100%{transform:translateX(0%);}}.ipsAnim_wobble{animation-name:wobble;}@keyframes jiggle{0%{transform:rotate(-3deg);}50%{transform:rotate(3deg);}}.ipsAnim_jiggle{animation:jiggle 0.3s infinite;}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(20px);}}.ipsAnim_fadeOutDown{animation-name:fadeOutDown;}@keyframes pulseOnce{0%{transform:scale(1);}50%{transform:scale(1.15);}100%{transform:scale(1);}}.ipsAnim_pulseOnce{animation-name:pulseOnce;}@keyframes dummy_anim{0%{background-color:rgba( var(--theme-area_background), 0.6 );}50%{background-color:rgba( var(--theme-area_background), 0.9 );}99%{background-color:rgba( var(--theme-area_background), 0.6 );}}.ipsBadge{padding:0 8px;border-radius:2px;font-weight:500;display:inline-block;color:#fff;vertical-align:middle;text-shadow:none;letter-spacing:0;}.ipsBadge a, a.ipsBadge:hover{color:#fff;}.ipsBadge.ipsBadge_icon{width:28px;height:28px;border-radius:28px;font-size:14px;text-align:center;line-height:28px;vertical-align:middle;padding:0;}.ipsBadge.ipsBadge_icon.ipsBadge_small{width:16px;height:16px;border-radius:16px;line-height:16px;font-size:10px;vertical-align:text-top;}.ipsBadge.ipsBadge_icon.ipsBadge_medium{width:20px;height:20px;border-radius:16px;line-height:21px;font-size:11px;vertical-align:baseline;}.ipsBadge.ipsBadge_icon.ipsBadge_large{width:38px;height:38px;border-radius:38px;line-height:38px;font-size:17px;}.ipsType_pageTitle .ipsBadge{vertical-align:middle !important;}.ipsBadge, .ipsBadge.ipsBadge_normal{height:17px;line-height:17px;font-size:10px;}.ipsBadge.ipsBadge_medium{height:18px;line-height:18px;font-size:11px;}.ipsBadge.ipsBadge_large{height:23px;line-height:23px;padding:0 10px;font-size:13px;}.ipsBadge.ipsBadge_veryLarge{width:70px;height:70px;line-height:64px;border-radius:70px;font-size:34px;}.ipsBadge_new, .ipsBadge_style1{background:#323232;}.ipsBadge_style2{background:#6a4fa8;}.ipsBadge_warning, .ipsBadge_style3{background:#873661;}.ipsBadge_positive, .ipsBadge_style4{background:#598f5b;}.ipsBadge_negative, .ipsBadge_style5{background:#c75050;}.ipsBadge_neutral, .ipsBadge_style6{background:#616161;}.ipsBadge_intermediary, .ipsBadge_style7{background:#f09348;}.ipsBadge_pill{border-radius:30px;}.ipsItemStatus:not( .ipsItemStatus_large ){color:var(--color-notifications-neon-blue);font-size:14px;line-height:inherit;vertical-align:middle;}.ipsDataItem_subList .ipsItemStatus:not( .ipsItemStatus_large ){vertical-align:text-top;}.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ){color:#dbdbdb;}.ipsItemStatus.ipsItemStatus_tiny{font-size:9px;}.ipsItemStatus.ipsItemStatus_small{font-size:13px;}.ipsItemStatus.ipsItemStatus_large{background:var(--color-notifications-neon-blue);color:#fff;width:40px;height:40px;line-height:40px;border-radius:20px;display:inline-block;text-align:center;font-size:18px;transition:0.15s all linear;}.ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read{background:#dbdbdb;}.ipsItemStatus.ipsItemStatus_read{opacity:0.6;}.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ):not( .ipsItemStatus_posted ):not( .ipsItemStatus_custom ){display:none;}.ipsPoints{display:inline-block;background:var(--color-speciality-error-red);color:#fff;width:36px;height:36px;border-radius:36px;font-size:18px;text-align:center;line-height:36px;}.ipsPoints_small{width:22px;height:22px;line-height:22px;font-size:12px;vertical-align:middle;}.ipsRepBadge{font-size:11px;font-weight:bold;display:inline-block;}.ipsRepBadge_positive, .ipsRepBadge_positive:hover{color:var(--color-accent-mint);}.ipsRepBadge_negative, .ipsRepBadge_negative:hover{color:var(--color-speciality-error-red);}.ipsRepBadge_neutral, .ipsRepBadge_neutral:hover{color:#b3b3b3 ;}.gpReputation .ipsRepBadge{color:var(--color-ui-rich-black);}.gpReputation .ipsRepBadge .fa{color:var(--color-ui-silver);}.greenBox{text-transform:uppercase;background-color:var(--color-ui-pastel-mint);border:1px solid var(--color-ui-platinum)!important;color:var(--color-ui-rich-black);padding:2px 4px !important;height:32px!important;}.ipsButton.greenBox:hover{box-shadow:none;cursor:default;}.gp_badge{font-size:12px;line-height:18px;font-weight:450;padding:4px;border-radius:5px;background-color:var(--color-ui-white);color:var(--color-ui-rich-black);}.gp_badge_gray{background-color:var(--color-ui-aluminium);}.ipsWidget{position:relative;padding:0;background:#fff;}.ipsWidget.ipsWidget_vertical .ipsWidget_title, .ipsWidget.ipsWidget_horizontal .ipsWidget_title{padding:10px;margin:0;font-size:18px;font-weight:500;position:relative;color:#1a202c;background:#ffffff;border-radius:2px 2px 0px 0px;font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;}.ipsWidget.ipsWidget_horizontal .ipsWidget_title span{display:block;font-size:14px;line-height:18px;margin:0;color:var(--color-ui-silver);}.ipsWidget.ipsWidget_vertical{margin-top:15px;}.ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide ) + .ipsWidget{margin-top:10px;}.ipsWidget.ipsWidget_horizontal .ipsTabs{margin:-5px 0 5px 0;}.ipsWidget.ipsWidget_horizontal .ipsTabs_panel{background:#fff;margin:0;}.ipsWidget_columns > [class*="ipsGrid"]{margin-bottom:0;border-bottom:0;}html[dir="ltr"] .ipsWidget_columns > [class*="ipsGrid"]{border-right:1px solid rgba(0,0,0,0.1);padding-right:10px;}html[dir="rtl"] .ipsWidget_columns > [class*="ipsGrid"]{border-left:1px solid rgba(0,0,0,0.1);padding-left:10px;}html[dir="ltr"] .ipsWidget_columns > [class*="ipsGrid"]:last-child{border-right:0;}html[dir="rtl"] .ipsWidget_columns > [class*="ipsGrid"]:last-child{border-left:0;}.ipsWidget_horizontal .ipsWidget_statsCount{font-size:22px;line-height:32px !important;font-weight:450;}.ipsWidget_horizontal .ipsWidget_stats{margin-top:15px;margin-bottom:15px;}.ipsWidget_horizontal .ipsWidget_stats .ipsWidget_statBlock{background-color:var(--color-ui-white);padding:15px;border-radius:6px;margin-bottom:15px;}.ipsWidget_horizontal .ipsWidget_stats .ipsPhotoPanel a.ipsUserPhoto{height:60px;width:60px;float:left;margin-right:15px;}.ipsWidget_horizontal .ipsWidget_stats .ipsPhotoPanel .ipsType_minorHeading, .ipsWidget_horizontal .ipsWidget_stats .ipsPhotoPanel .ipsType_small{font-size:12px;line-height:14px;color:var(--color-ui-silver);}.ipsWidget_horizontal .ipsWidget_stats .ipsPhotoPanel .ipsType_normal{font-size:22px;line-height:30px;font-weight:500;}.ipsWidget .ipsTabs_small{padding:0;background:transparent;}.ipsWidget .ipsTabs.ipsTabs_stretch [role="tablist"]{border-bottom:1px solid var(--color-ui-platinum);}.ipsWidget .ipsTabs.ipsTabs_stretch.ipsTabs_small .ipsTabs_item{font-size:16px;line-height:30px;padding:8px 10px;font-weight:450;color:var(--color-ui-rich-black);}.ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem ){color:var(--color-ui-rich-black);}.ipsWidget .ipsTabs_small .ipsTabs_activeItem{font-weight:450;border-bottom:3px solid var(--color-accent-mint);}.ipsWidget .ipsDataItem_title{font-size:14px;}html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments{padding-right:55px;}html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount{margin-right:-55px;margin-left:0;}html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments{padding-left:55px;}html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount{margin-left:-60px;margin-right:0;}.ipsWidget.ipsWidget_primary{background:#262e33;}.ipsWidget.ipsWidget_primary h3{color:#fff;}html[dir="ltr"] .ipsWidget_latestItem{margin-left:85px;}html[dir="rtl"] .ipsWidget_latestItem{margin-right:85px;}.ipsWidgetBlank{margin-top:16px;padding-top:30px;}#elTopContributors_content .ipsPhotoPanel{display:flex;column-gap:10px;background-color:var(--color-ui-snow);padding:15px;border-radius:5px;}#elTopContributors_content .ipsPhotoPanel a.ipsUserPhoto{height:44px;width:44px;}#elTopContributors_content .ipsPhotoPanel .ipsUserPhoto_tiny img{height:auto;width:100%;border-radius:5px;font-size:10px;line-height:10px;}#elTopContributors_content .ipsGrid{display:grid;grid-gap:20px;grid-template-columns:repeat(4, 1fr);margin:15px;}html[dir="ltr"] #elTopContributors_content .ipsGrid>[class*="ipsGrid_span"]{float:none;width:100%;margin:0;}#elTopContributors_content .ipsGrid:before{display:block;content:none;}ol li.ipsPhotoPanel.ipsPhotoPanel_small.ipsClearfix.cOnlineUser.ipsGrid_span4{display:flex;column-gap:15px;padding:15px;background-color:var(--color-ui-white);border-radius:5px;}ol li.ipsPhotoPanel.ipsPhotoPanel_small.ipsClearfix.cOnlineUser.ipsGrid_span4 a.ipsUserPhoto{height:44px;width:44px;flex-shrink:0;}ol li.ipsPhotoPanel.ipsPhotoPanel_small.ipsClearfix.cOnlineUser.ipsGrid_span4 .ipsUserPhoto_tiny img{height:auto;width:100%;border-radius:5px;font-size:10px;line-height:10px;}ol li.ipsPhotoPanel.ipsPhotoPanel_small.ipsClearfix.cOnlineUser.ipsGrid_span4 .ipsContained h3 a{color:var(--color-ui-rich-black);font-size:22px;line-height:26px;margin-bottom:5px;}ol li.ipsPhotoPanel.ipsPhotoPanel_small.ipsClearfix.cOnlineUser.ipsGrid_span4 .ipsContained .ipsType_light a{font-size:12px;line-height:12px;color:var(--color-ui-rich-black);}ol#elIgnoreUsers{margin:20px 0 0 0;}ol#elIgnoreUsers li.ipsDataItem{border:0;padding:0;background-color:var(--color-ui-white);box-shadow:0px 0px 2px rgb(0 0 0 / 10%);border-radius:5px;margin-bottom:20px;}ol#elIgnoreUsers .ipsDataItem_main ul.ipsList_inline li{font-size:14px;}ol#elIgnoreUsers .ipsDataItem_main ul.ipsList_inline li.ipsFaded a{font-size:16px;color:var(--color-ui-rich-black);}ol#elIgnoreUsers li.ipsDataItem .ipsDataItem_icon{width:75px;min-width:75px;padding:15px;margin:0;}ol#elIgnoreUsers li.ipsDataItem .ipsDataItem_icon .ipsUserPhoto_tiny img{height:44px;width:44px;width:auto;border-radius:5px;}ol#elIgnoreUsers .ipsDataItem_main{padding:15px 0;}ol#elIgnoreUsers .ipsDataItem_main .ipsDataItem_title strong{font-weight:500;}#elIgnoreUsers .ipsMenu{background-color:var(--color-accent-neon-mint);}.ipsDataItem.ipsAttach{padding:0;border:0;background-color:var(--color-ui-white);box-shadow:0px 0px 2px rgb(0 0 0 / 10%);border-radius:5px;}.ipsDataItem.ipsAttach{margin-bottom:10px;}.ipsDataItem.ipsAttach:first-child{margin-top:10px;}.ipsDataItem.ipsAttach .ipsDataItem_title a{color:var(--color-ui-rich-black);}.ipsDataItem.ipsAttach .ipsDataItem_meta{font-size:10px;font-weight:450;line-height:10px;color:var(--color-ui-silver);}.ipsDataItem.ipsAttach .ipsDataItem_generic a{font-size:14px;line-height:16px;font-weight:450;margin:5px 0;}@media screen and (max-width:1440px){.ipsDataItem.ipsAttach{padding:10px;column-gap:20px;justify-content:flex-start;display:flex;align-items:center;flex-wrap:wrap;}.ipsDataItem.ipsAttach .ipsDataItem_generic.ipsType_light{margin:10px 0;min-width:100%;}}@media screen and (max-width:999px){.ipsWidget .ipsTabs.ipsTabs_small [data-action='expandTabs']{top:0;line-height:60px;padding-right:5px;}.ipsWidget.ipsWidget_horizontal .ipsTabs{margin:10px;border:0;}.ipsWidget .ipsTabs.ipsTabs_stretch.ipsTabs_small .ipsTabs_item{text-align:left;background-color:var(--color-ui-white);border-radius:5px;}.ipsWidget .ipsTabs.ipsTabs_stretch [role="tablist"]{border:1px solid var(--color-ui-platinum);border-radius:5px;}#elTopContributors_content .ipsGrid{grid-template-columns:repeat(2, 1fr);}}@media screen and (max-width:768px){#elTopContributors_content .ipsGrid{grid-template-columns:repeat(1, 1fr);}}.ipsButton{align-items:center;border:none;border-radius:5px;cursor:pointer;display:inline-flex;grid-gap:5px;justify-content:center;margin:0 auto;text-align:center;text-decoration:none;text-shadow:none;vertical-align:middle;white-space:nowrap;transition:0.1s all linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ipsButton:hover{box-shadow:0px 0px 18px rgba(0, 0, 0, 0.1);}.gpTheme_dark .ipsButton:hover{box-shadow:0px 0px 18px rgba(255, 255, 255, 0.1);}.ipsButton.ipsButton_cta, a.ipsButton.ipsButton_cta, a.ipsButton.ipsButton_cta:hover, .ipsButton.ipsButton_primary, a.ipsButton.ipsButton_primary, a.ipsButton.ipsButton_primary:hover, .ipsButton.ipsButton_important, a.ipsButton.ipsButton_important, a.ipsButton.ipsButton_important:hover{background-color:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_secondary, a.ipsButton.ipsButton_secondary, a.ipsButton.ipsButton_secondary:hover{background-color:var(--color-accent-neon-mint);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_secondary_outline, a.ipsButton.ipsButton_secondary_outline, a.ipsButton.ipsButton_secondary_outline:hover{background-color:transparent;color:var(--color-accent-neon-mint);border:1px solid var(--color-ui-independence);}.ipsLink{text-decoration:underline;}.ipsLink.ipsLink_cta, a.ipsLink.ipsLink_cta, .ipsLink.ipsLink_primary, a.ipsLink.ipsLink_primary, .ipsLink.ipsLink_important, a.ipsLink.ipsLink_important{color:var(--color-accent-cta-yellow);}.gpTheme_dark .ipsLink.ipsLink_secondary, .gpTheme_dark a.ipsLink.ipsLink_secondary{color:var(--color-accent-neon-mint);}.gpTheme_dark a.ipsLink.ipsLink_secondary:hover{color:#29CF82;}.gpTheme_light .ipsLink.ipsLink_secondary, .gpTheme_light a.ipsLink.ipsLink_secondary{color:var(--color-accent-mint);}.gpTheme_light a.ipsLink.ipsLink_secondary:hover{color:#29CF82;}.ipsLink.ipsLink_tertiary, a.ipsLink.ipsLink_tertiary{color:var(--color-ui-rich-black);}.ipsButton.ipsButton_tertiary, a.ipsButton.ipsButton_tertiary, a.ipsButton.ipsButton_tertiary:hover{background-color:var(--color-ui-rich-black);color:var(--color-accent-neon-mint);}.ipsButton.ipsButton_black, a.ipsButton.ipsButton_black, a.ipsButton.ipsButton_black:hover{background-color:var(--color-ui-rich-black);color:white;}.ipsButton.ipsButton_grey, a.ipsButton.ipsButton_grey{background-color:rgba(224, 225, 221, 0.5);color:var(--color-ui-rich-black);}a.ipsButton.ipsButton_grey:hover{background-color:rgba(224, 225, 221, 1);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_outline, a.ipsButton.cc, a.ipsButton.ipsButton_outline:hover{background-color:transparent;border:1px solid var(--color-ui-aluminium);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_white, a.ipsButton.ipsButton_white{background-color:white;border:1px solid var(--color-ui-rich-black);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_red, a.ipsButton.ipsButton_red, .ipsButton.ipsButton_red:hover, a.ipsButton.ipsButton_red:hover{background-color:var(--color-speciality-error-red);border:none;color:white;}a.ipsButton.ipsButton_white:hover{background-color:#FAFBFB;}.ipsButton.ipsButton_whiteBorder, a.ipsButton.ipsButton_whiteBorder, a.ipsButton.ipsButton_whiteBorder:hover{background-color:white;border:1px solid var(--color-ui-snow);color:var( --color-ui-independence);}.ipsButton.ipsButton_disabled, a.ipsButton.ipsButton_disabled, a.ipsButton.ipsButton_disabled:hover{background-color:var(--color-ui-snow);color:var(--color-ui-platinum);cursor:not-allowed;pointer-events:none;}.ipsButton.ipsButton_disabledDark, a.ipsButton.ipsButton_disabledDark, a.ipsButton.ipsButton_disabledDark:hover{background-color:var(--color-ui-independence);color:rgba(224, 225, 221, 0.3);cursor:not-allowed;pointer-events:none;}.ipsButton[disabled], a.ipsButton[disabled], a.ipsButton[disabled]:hover{cursor:not-allowed;pointer-events:none;}.ipsLink_secondary_mint{text-decoration:underline;color:var(--color-accent-mint);font-size:16px;line-height:20px;font-weight:450;}.ipsButton_orange,a.ipsButton_orange, a.ipsButton_orange:hover{background-color:var(--color-notifications-neon-orange);color:var(--color-ui-rich-black);}.ipsButton.ipsButton_verySmall{font-size:10px;font-weight:700;height:25px;}.ipsButton, .ipsButton.ipsButton_small{font-size:14px;font-weight:700;height:38px;padding:0px 16px;}.ipsButton.ipsButton_medium{font-size:18px;font-weight:700;height:56px;padding:0px 16px;}.ipsButton.ipsButton_large{font-size:18px;font-weight:700;height:64px;padding:0px 16px;}.ipsButton.ipsButton_xlarge{font-size:18px;font-weight:700;height:72px;padding:0px 24px;}.bootstrapWrapper .ipsButton{font-weight:700;}.ipsButton.ipsButton_round, a.ipsButton.ipsButton_round, a.ipsButton.ipsButton_round:hover{border-radius:500px;}.ipsButton.ipsButton_border, a.ipsButton.ipsButton_border, a.ipsButton.ipsButton_border:hover{border:1px solid var(--color-ui-rich-black);}.ipsButton.ipsButton_borderless, a.ipsButton.ipsButton_borderless, a.ipsButton.ipsButton_borderless:hover{border:none;}.ipsButton.ipsButton_fullWidth{width:100%;}.ipsButton.ipsButton_wide{padding:0 24px;}.ipsButton.ipsButton_veryWide{padding:0 36px;}.gp_Button_Group .ipsButton{margin:5px 0;}.gp_Button_Group .ipsButton:not(:last-child){margin-right:10px;}ul.ipsButton_split{margin:0;padding:0;list-style:none;display:inline-block;}.ipsList_inline ul.ipsButton_split{vertical-align:middle;}ul.ipsButton_split > li{float:left;}html[dir="rtl"] ul.ipsButton_split > li{float:right;}html[dir="ltr"] .ipsButton_split > .ipsButton:first-child, html[dir="ltr"] .ipsButton_split > li:first-child > .ipsButton{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-width:1px;}html[dir="rtl"] .ipsButton_split > .ipsButton:first-child, html[dir="rtl"] .ipsButton_split > li:first-child > .ipsButton{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px;}html[dir="ltr"] .ipsButton_split > .ipsButton:last-child, html[dir="ltr"] .ipsButton_split > li:last-child > .ipsButton{border-top-right-radius:3px;border-bottom-right-radius:3px;border-right-width:1px;}html[dir="rtl"] .ipsButton_split > .ipsButton:last-child, html[dir="rtl"] .ipsButton_split > li:last-child > .ipsButton{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right-width:1px;}html[dir] .ipsButton_split > .ipsButton.ipsButton_link, html[dir] .ipsButton_split > li > .ipsButton.ipsButton_link{border:1px solid var(--color-ui-platinum);}html[dir="ltr"] .ipsButton_split > .ipsButton.ipsButton_link + .ipsButton.ipsButton_link, html[dir="ltr"] .ipsButton_split > li + li > .ipsButton.ipsButton_link{border-left:0;}html[dir="rtl"] .ipsButton_split > .ipsButton.ipsButton_link + .ipsButton.ipsButton_link, html[dir="rtl"] .ipsButton_split > li + li > .ipsButton.ipsButton_link{border-right:0;}.ipsButtonBar{background-color:white;border-radius:5px;}.ipsPagination_first, .ipsPagination_prev, .ipsPagination_next, .ipsPagination_last, .ipsPagination_active{background-color:var(--color-ui-platinum);border-radius:5px;}.ipsButton_Group .ipsButton{margin-bottom:5px;}.ipsButton_Group.ipsButton_Group_Smallspace .ipsButton:not(:last-child){margin-right:8px;}.ipsButtonBar ul.ipsButtonRow{position:relative;list-style:none;margin:0;}.ipsButtonBar ul.ipsButtonRow li a span.ipsNotificationCount{background-color:var(--color-notifications-neon-orange);color:var(--color-ui-light-black);}.ipsButtonBar ul.ipsButtonRow li a{color:var(--color-ui-rich-black);}.ipsButtonBar ul.ipsButtonRow li a span.cAutoCheckIcon.ipsType_medium{font-size:20px;}.bootstrapWrapper .gp_Btngroup_Checkmark .fa-check{display:none;transition:all 0.35s;}.bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton:hover{box-shadow:none;}.bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton{display:flex;}.bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton:focus, .bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton.active{box-shadow:none;outline:0px;background-color:var(--color-accent-neon-mint);transition:all 0.35s;}.bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton:focus .fa-check, .bootstrapWrapper .gp_Btngroup_Checkmark .ipsButton.active .fa-check{display:block;transition:all 0.35s;}.gpCard{background-color:white;border-radius:5px;display:flex;flex-direction:column;overflow:hidden;flex-wrap:wrap;height:100%;}.gpCard:hover{box-shadow:0px 0px 18px rgba(0, 0, 0, 0.1);}.gpTheme_dark .gpCard:hover{box-shadow:0px 0px 18px rgba(255, 255, 255, 0.1);}.gpCard_select{border:1px var(--color-accent-neon-mint) solid;border-bottom-width:4px;}.gpCard_selectYellow{border:1px var(--color-accent-cta-yellow) solid;border-bottom-width:4px;}.gpCard, .gpCard a, .gpCard a:hover, a.gpCard, a.gpCard:hover{color:var(--color-ui-rich-black);}.gpCard_head{background-color:var(--color-ui-gold);}.gpCard_highlighted{background-color:var(--color-ui-rich-black);}.gpCard_grayscale{filter:grayscale(100%);}.gpCard_highlighted, .gpCard_highlighted a, .gpCard_highlighted a:hover, a.gpCard_highlighted, a.gpCard_highlighted:hover{color:white;}.gpCard_content{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:15px;row-gap:10px;}.gpCard_featured{background-color:var(--color-ui-money-powder);}.gpCard_title + *{padding-top:15px;}.gpCard_footer{display:flex;flex-direction:column;}.gpCard_additionalPhoneRow{flex-basis:100%;display:none;padding:15px;border-top:1px solid var(--color-ui-snow);}.gp_CardCount{position:absolute;left:10px;top:10px;background-color:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);height:24px;width:24px;font-size:16px;font-weight:500;border-radius:50px;display:flex;align-items:center;justify-content:center;}.gp_CardSponsored{position:absolute;right:10px;top:5px;font-size:10px;font-weight:450;}@media screen and (max-width:999px){.gpCard_additionalPhoneRow{display:block;}}@media screen and (max-width:999px){.gpCard_mobile_compact{align-items:center;flex-direction:row;}.gpCard_mobile_compact .gpCard_image{height:auto;}.gpCard_mobile_compact .gpCard_image .ipsImage{border-radius:5px;height:50px;object-fit:contain;padding:0;width:50px;}.gpCard_mobile_compact .gpCard_content{text-align:left;justify-content:center;}.gpCard_mobile_compact .gpCard_body, .gpCard_mobile_compact .gpCard_footer{align-items:flex-start;}.gpCard_mobile_compact.gpCard_mobile_compact_style1 .gpCard_head{border:1px solid #E0E1DD;border-radius:5px;margin:15px 0px 15px 15px;padding:5px;}.gpCard_mobile_compact.gpCard_mobile_compact_style1 .gpCard_image_captions{display:none;}.gpCard_mobile_compact.gpCard_mobile_compact_style2 .gpCard_image .ipsImage{border-radius:5px;height:105px;object-fit:contain;padding:0;width:auto;}.gpCard_mobile_compact.gpCard_mobile_compact_style3 .gpCard_content{flex-direction:row;justify-content:space-between;align-items:center;column-gap:15px;}.gpCard_mobile_compact.gpCard_mobile_compact_style3 .gpCard_head{padding:15px;}.gpCard_mobile_compact.gpCard_mobile_compact_style3 .gpCard_body{flex:1;}}@media screen and (max-width:320px){.gpCard_mobile_compact.gpCard_mobile_compact_style2 .gpCard_image .ipsImage{max-width:100%;height:auto;}}.gpCard_image{align-items:center;display:flex;justify-content:center;position:relative;}.gpCard_regions .gpCard_image .ipsImage{height:200px;}.gpCard_imgPadded_style1{display:flex;height:180px;}.gpCard_imgPadded_style1 img{flex:0;max-height:180px;object-fit:contain;padding:25px 40px;}.gpCard_imgPadded_style2{display:flex;height:105px;}.gpCard_imgPadded_style2 img{flex:0;max-height:55px;object-fit:contain;max-width:90%;}.gpCard_imgPadded_style3{display:flex;}.gpCard_imgPadded_style3 img{flex:0;height:65px;width:65px;object-fit:contain;}.gpCard_imgPadded_style4{height:100%;margin:0 15px;}.gpCard_imgPadded_style4 a{background-color:var(--color-ui-gold);border:1px solid var(--color-ui-platinum);padding:5px;border-radius:5px;}.gpCard_imgPadded_style4 img{height:38px !important;width:38px;object-fit:contain;}.gpCard_image_select{bottom:-14px;height:28px;position:absolute;}.gpCard_image_captions{position:absolute;top:0px;}.gpCard_image_captions_left{left:0px;}.gpCard_image_captions_right{right:0px;}.gpCard_image_caption{background-color:var(--color-ui-rich-black);border-radius:9px;color:white;display:inline-block;margin-top:6px;padding:0px 6px;}.gpCard_image_captions_left .gpCard_image_caption{margin-left:6px;}.gpCard_image_captions_right .gpCard_image_caption{margin-right:6px;}.gpCard_image_caption i.iconfont{font-size:16px;vertical-align:sub;}.gpCard_image_caption.gpCard_image_caption_style1, .gpCard_image_caption.gpCard_image_caption_style1 a{background-color:var(--color-ui-rich-black);color:var(--color-accent-cta-yellow);}.gpCard_image_caption.gpCard_image_caption_style2, .gpCard_image_caption.gpCard_image_caption_style2 a{background-color:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);}.gpCard_image_caption.gpCard_image_caption_style3, .gpCard_image_caption.gpCard_image_caption_style3 a{background-color:var(--color-ui-independence);color:var(--color-accent-neon-mint);}.gpCard_image_caption.gpCard_image_caption_style4, .gpCard_image_caption.gpCard_image_caption_style4 a{background-color:var(--color-accent-neon-mint);color:var(--color-ui-independence);}.gpCard_field{font-size:12px;}.gpCard_field.gpCard_fieldActive_yes{color:var(--color-ui-rich-black);}.gpCard_field.gpCard_fieldActive_no{color:var(--color-ui-silver);}.gpCard_field.gpCard_fieldActive_yes .gpCard_fieldIcon::before{color:var(--color-accent-mint);content:"\e90d";}.gpCard_field.gpCard_fieldActive_no .gpCard_fieldIcon::before{color:var(--color-ui-silver);content:"\e93a";}.gpCard_label_categories{color:var(--color-ui-silver);}.gpCard_label_categoriesHighlighted, a.gpCard_label_categoriesHighlighted, a.gpCard_label_categoriesHighlighted:hover{color:var(--color-accent-mint);text-decoration:underline;}.gpCard_highlighted .gpCard_label_categoriesHighlighted, .gpCard_highlighted a.gpCard_label_categoriesHighlighted, .gpCard_highlighted a.gpCard_label_categoriesHighlighted:hover{color:var(--color-accent-neon-mint);}a.gpCard_label_casinoLink{color:var(--color-accent-mint);letter-spacing:0.5px;text-transform:uppercase;}.gpCard_highlighted a.gpCard_label_casinoLink{color:var(--color-accent-neon-mint);}.gpCard_highlighted .gpCard_label_publishDate{color:var(--color-ui-snow);}.gpCard_label_publishDate{color:var(--color-ui-silver);}.gpCard_label_publishDateHighlighted{color:var(--color-accent-mint);}.gpTheme_dark .gpCard_label_publishDateHighlighted{color:var(--color-accent-neon-mint);}.gpCard_highlighted .gpCard_label_publishDateHighlighted{color:var(--color-accent-neon-mint);}a.gpCard_label_readArticle{color:var(--color-accent-mint);text-decoration:underline;}.gpCard_label_readReviews, a.gpCard_label_readReviews{color:var(--color-ui-rich-black);text-decoration:underline;}.gpCard_highlighted .gpCard_label_readReviews, .gpCard_highlighted a.gpCard_label_readReviews, .gpTheme_dark .gpCard_label_readReviews, .gpTheme_dark a.gpCard_label_readReviews{color:var(--color-ui-silver);}.gpCard_label_tnc, a.gpCard_label_tnc{text-decoration:underline;}.gpCard_label_software{color:var(--color-ui-silver);letter-spacing:0.5px;}.gpCard_softwareLogo{height:30px;object-fit:contain;max-width:80%;}@media screen and (min-width:1000px){.gpCard_softwareLogo{margin:0 auto;}}.gpCard_coveredTopics a{text-decoration:underline;}.gpCard_generic1 .gpCard_image .ipsImage{height:89px;width:89px;border-radius:5px;object-fit:cover;}.gpCard_generic1 .gpCard_content{padding:0 5px;row-gap:0px;justify-content:center;}.gpCard_generic2 .gpCard_image .ipsImage{height:80px;border-radius:5px;}.gpCard_generic2 .gpCard_content{padding:5px;}.gpCard_generic3 .gpCard_image .ipsImage{height:75px !important;width:75px;border-radius:5px;object-fit:cover;}.gpCard_generic5 .gpCard_image{height:100%;}.gpCard_generic5 .gpCard_image .ipsImage{width:75px;object-fit:cover;border-radius:5px;margin-left:10px;}.gpCard_generic3 .gpCard_content{height:auto;justify-content:center;padding:10px 15px;}.gpCard_promotions.gpCard_large{flex-direction:row;justify-content:space-evenly;}.gpCard_promotions.gpCard_large .gpCard_content{justify-content:center;min-width:175px;}.gpCard_promotions.gpCard_large .gpCard_image{width:100%;}.gpCard_promotions.gpCard_large .gpCard_image .ipsImage{width:100%;}.gpLayout_topCasinos .gpCard_casinos2 .gpCard_headingLink{white-space:nowrap;max-width:100px;}.gpLayout_topCasinos .gpCard_casinos2 .ipsButton_cta{position:relative;top:12px;}.gpCard_sidebar:hover{box-shadow:none;}.gpCard_sidebar .gpCard_casinos2:hover{box-shadow:none;}.gpCard_sidebar .gpCard_casinos2 .gpCard_content{padding-left:0;padding-right:0;}.gpCard_reportProblem, a.gpCard_reportProblem{color:var(--color-accent-mint);text-decoration:underline;}.gpCard_reportProblem:hover, a.gpCard_reportProblem:hover{color:#1D9C5F;}.gpCard_description a{color:var(--color-accent-mint);}.picks-slider{max-width:900px;}.picks-slider_mobile{max-width:100%;display:none;}.games-slider_mobile{display:none;}@media screen and (max-width:1285px){.picks-slider{max-width:600px;}}@media screen and (max-width:999px){.picks-slider{display:none;}.picks-slider_mobile{display:block;}div.gpCard_firstPicks{display:none;margin-right:0;}div.gpCard_secondPicks{position:relative;}div.gpCard_secondPicks a{width:100%;height:100%;position:absolute;top:0;left:0;}div.gpCard_secondPicks a img{width:100%;height:100%;}.games-block.gpGrid{display:none;}.games-slider_mobile{display:block;}}.picks-slider .gpCard{max-width:280px;min-height:340px;margin-bottom:18px;}.gpCard_slotsGames{width:31%;}.picks-slider .gpCard_image, .gpCard_slotsGames .gpCard_image{max-height:156px;overflow:hidden;}.picks-slider_mobile .gpCard_image{max-height:195px;overflow:hidden;}.slot-card .gpCard_image{max-height:180px;overflow:hidden;}.slot-card .gpCard_title h4{max-width:212px;margin:0 auto;}.picks-slider .gpCard_body{height:101px;overflow:hidden;}.gpCard_slotsGames .gpCard_content{min-height:279px;}.picks-slider_mobile .gpCard_body{height:97px;overflow:hidden;}.picks-slider .slick-arrow, .picks-slider_mobile .slick-arrow, .games-slider_mobile .slick-arrow{top:-50px;}.picks-slider .slick-arrow.slick-prev{right:47px;}.picks-slider .slick-arrow.slick-next{right:7px;}.slick-dots{display:flex;margin:0;padding:0;list-style:none;justify-content:center;position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);}.slick-dots button{font-size:0;width:6px;height:6px;background-color:transparent;border-radius:50%;border:1px solid #fff;outline:none;padding:0;margin-right:8px;}li.slick-active button{background-color:#fff;}.games-slider_mobile .slick-dots{bottom:0;}.gpCard_firstPicks{width:555px;min-height:662px;margin-right:30px;flex-wrap:nowrap;}.gpCard_firstPicks .gpCard_image{overflow:hidden;}.gpCard_firstPicks .gpCard_image a{display:block;width:100%;height:100%;}.gpCard_firstPicks .gpCard_image img{width:100%;height:100%;}.gpCard_firstPicks-block{max-height:317px;border-radius:5px;overflow:hidden;}.gpCard_firstPicks-block:hover{box-shadow:0 0 18px rgba(255, 255, 255, 0.1);}.gpCard.gpCard_bonuses2{background-color:var(--color-ui-rich-black);color:white;}.gpCard.gpCard_guides2{background-color:transparent;}.gpCard.gpCard_bonuses2 .gpCard_title{color:#fff;}.gpCard.gpCard_bonuses2 .gpCard_body{margin-bottom:10px;}.gpCard.gpCard_bonuses2:hover, .gpCard.gpCard_guides2:hover{box-shadow:none;}.gpCard.gpCard_bonuses2 .gpCard_image a{display:block;width:100%;height:100%;}.gpCard_promotions2{height:auto;}.gpCard_promotions2 .gpCard_image{max-height:330px;overflow:hidden;}.gpCard_promotions2 .gpCard_image a{display:block;width:100%;height:100%;}.gpCard_promotions2 .gpCard_image img{width:100%;height:100%;}.gpCard.gpCard_guides2 .gpCard_footer a{color:var(--color-ui-independence);}.gpCard.gpCard_generic1 .gpCard_image_captions{position:static;background-color:transparent;margin:0;}.gpCard.gpCard_generic1 .gpCard_image_caption{background-color:transparent;margin:0;padding:0;}.gpBorders_desktop_only{border-radius:5px;}@media screen and (max-width:999px){.gpBorders_desktop_only{border-radius:unset;}}.top-casinos .gpCard_content{padding:10px;}.top-casinos h5{line-height:18px;}.top-casinos p{line-height:12px;}.top-casinos .ipsButton_cta{top:0;}@media screen and (max-width:999px){.top-casinos p{display:none;}.top-games-slider{margin-bottom:20px;}.top-games{margin-top:50px;margin-bottom:20px;}}.gpCard_blog .gpCard_label_publishDateHighlighted{color:var(--color-accent-mint);}.gpTheme_homepage .gp_bannerContent .gp_topCasino_gridscrollitem:first-child, .gpTheme_homepage .gp_bannerContent .gp_topCasino_gridscrollitem:nth-child(3){padding:20px 0;}.gpCard_casinos4{padding:30px 20px 20px 20px;position:relative;}.gpCard_casinos4 .gpCard_content{padding:0;}.gpTheme_homepage .gp_bannerContent .gp_topCasino_gridscrollitem:nth-child(2) .gpCard_casinos4 .gp_Card_Thumbnail{margin-top:40px;}.gpCard_casinos4 .gp_Card_Thumbnail{position:relative;display:flex;margin:0 auto;}.gpCard_casinos4 .gp_Card_Details{margin:20px auto 0 auto;}.gpCard_casinos4 .gp_Card_ThumbnailCnt{height:100px;width:100px;background-color:#14805D;display:flex;align-items:center;padding:5px;border-radius:5px;}.gpCard_casinos4 .gp_Card_ThumbnailCnt img.casinologo{max-width:100%;max-height:100%}.gpCard_casinos4 .gp_Card_Thumbnail img.gp_Select{width:70px;height:auto;position:absolute;bottom:-12px;left:0;right:0;margin:auto;}.gpCard.gpCard_casinos .gpCard_head{position:relative;}.gpCard.gpCard_casinos .gpCard_head img.gp_Select{width:70px;height:auto;position:absolute;bottom:-12px;left:0;right:0;margin:auto;}.gpCard_casinos4 .gpCard_headingLink{font-size:22px;line-height:26px;margin:10px 0 0;}.gpCard_casinos4 .gp_Card_footer .gp_Card_footer_details{margin:5px 0;}.gpCard_casinos4 .gp_Card_footer_details .gp_Card_Action{column-gap:8px;}.gpCard_casinos4 .gp_Card_Action .gp-sublink a{margin:10px 0;}@media screen and (max-width:999px){.gpCard_casinos4{padding:30px 20px 20px 20px;display:block;}.gpCard_casinos4 .gp_Card_Details{margin:auto 10px;}.gpCard_casinos4 .gp_Card_Details h3{line-height:26px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;}.gpTheme_homepage .gp_bannerContent .slick-track .slick-slide:nth-child(2) .gpCard_casinos4 .gp_Card_Thumbnail{margin-top:20px;}.gpCard_casinos4 .gp_Card_Details .gpMisc_bullet, .gpCard_casinos4 .gp_Card_Details span{display:none;}.gpCard_casinos4 .ipsSpacer_bottom{padding-top:0;margin-bottom:5px;}.gpCard_casinos4 .gpCard_headingLink{margin:0;}.gpTheme_homepage .gp_bannerContent .slick-track .slick-slide:nth-child(2) .gpCard_casinos4 .gp_Card_Thumbnail{margin-top:auto;}.gpCard_casinos4 .gp_Card_Thumbnail img.gp_Select{width:50px;}.gpCard_casinos4 .gp_Card_footer{display:flex;column-gap:10px;}.gpCard_casinos4 .gp_Card_footer_details .gpType_Text_Medium{display:none;}.gpCard_casinos4 .gpCard_content{margin:30px 0 10px 0;}.gpCard_casinos4 .gpCard_content .gp_CardCount{font-size:14px;line-height:18px;}.gpCard_casinos4 .gp_Card_footer .gpType_Text_Medium{font-size:14px;font-weight:450;line-height:20px;margin-block-start:0;margin-block-end:0;}.gpCard_casinos4 .gp_Card_Action{flex-direction:column;}.gpCard_casinos4 .gp_Card_Action .gp-sublink a{margin:5px 0;}.gpTheme_homepage .gp_bannerContent .gp_topCasino_gridscrollitem:nth-child(2) .gpCard_casinos4 .gp_Card_Thumbnail{margin-top:0px;}.gpTheme_homepage .gp_bannerContent .gp_topCasino_gridscrollitem:nth-child(2) .gpCard_casinos4 .gpCard_content{padding-top:20px;}.gpCard_casinos4 .gp_Card_footer_details .gp_Card_Action{column-gap:0;}.gpCard_casinos4 .gp_Card_footer .gp_Card_footer_details h4{font-size:14px;line-height:20px;}}@media screen and (max-width:320px){.gpCard_casinos4{padding:15px;}.gpCard_casinos4 .gpCard_content .ipsType_mobile_left{text-align:center;display:flex;flex-direction:column;}.gpCard_casinos4 .gp_Card_Details{margin:10px 0;}.gpCard_casinos4 .gp_Card_footer{display:flex;column-gap:10px;flex-direction:column;align-items:center;justify-content:center;margin:auto;}}.ipsComment{position:relative;margin-bottom:15px;padding:0;}.ipsDataItem > .ipsComment{margin-bottom:0;}.ipsComment.ipsComment_selected{border-width:1px;border-style:solid;border-color:#8ec2ed #8bbee8 #84b4db #8ec2ed;box-shadow:0 1px 1px rgba(0,0,0,0.075), 0px 1px 5px rgba(82,168,236,0.6);}.ipsComment.ipsComment_selected .ipsComment_author{background:transparent;}.ipsApp .ipsComment.ipsComment_selected .ipsComment_header{background:#ebf4f9;}.ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular{border-color:rgba(44,140,105,0.4);box-shadow:0px 2px 10px rgba(44,140,105,0.2);}.ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsComment_popular .ipsComment_header{background:rgba(44,140,105,0.1);border-top:1px solid #2c8c69;}html[dir="ltr"] .ipsComment:not( .ipsModerated ).ipsComment_popular .ipsComment_header{padding-right:60px;}html[dir="rtl"] .ipsComment:not( .ipsModerated ).ipsComment_popular .ipsComment_header{padding-left:60px;}.ipsComment:not( .ipsModerated ) .ipsComment_header{}.ipsComment.ipsModerated .ipsComment_header{background:#f7edf1;}.ipsComment.ipsModerated{background:#e6cfd6;}html[dir="ltr"] .ipsComment > .ipsUserPhoto{float:left;margin-right:7px;}html[dir="rtl"] .ipsComment > .ipsUserPhoto{float:right;margin-left:7px;}.ipsComment_header{}.ipsComment_header .ipsUserPhoto{margin:0;}.ipsComment_header .ipsComment_header_modcbox{margin-right:35px;}.ipsComment_header .ipsComment_header_modcbox h3.ipsType_sectionHead{font-size:16px;line-height:22px;font-weight:450;}.ipsComment_header .ipsComment_header_modcbox h3.ipsType_sectionHead a{color:var(--color-accent-mint);text-decoration:underline;margin-bottom:10px;}.ipsComment_header .ipsComment_header_modcbox h3.ipsType_sectionHead a span{text-decoration:none;}.ipsComment_author{display:inline;}.ipsComment_content{position:relative;}.ipsComment_content p.ipsComment_meta{font-size:10px;font-weight:450;line-height:10px;color:var(--color-ui-silver);}.ipsComment_content p.ipsComment_meta a{color:var(--color-ui-silver);}.ipsComment [data-role="commentContent"]{margin-bottom:0px;}.ipsComment [data-role="commentContent"] p{margin-bottom:15px;}.ipsComment.ipsComment_hasChildren{margin-bottom:40px;}.ipsComment.ipsComment_hasChildren > .ipsComment_content{padding-bottom:20px;}.ipsComment .ipsType_richText{overflow-x:auto;overflow-y:hidden;}.ipsComment[data-role="replyComment"]{margin-left:-15px;margin-right:-15px;}.ipsComment_parent.ipsComment > .ipsComment_content > .ipsComment_author{font-size:15px;margin:0;}.ipsComment_meta{margin:0;}.ipsComment_controls{margin:0;padding:0;list-style:none;}.ipsComment_controls > li{display:inline-block;vertical-align:middle;}html[dir="ltr"] .ipsComment_controls > li{margin-right:15px;}html[dir="rtl"] .ipsComment_controls > li{margin-left:15px;}[data-role="commentFeed"] > .ipsComment:first-child{margin-top:0;}html[dir="ltr"] .ipsComment_tools.ipsList_inline > li{margin-right:0;margin-left:10px;}html[dir="rtl"] .ipsComment_tools.ipsList_inline > li{margin-right:10px;margin-left:0;}.ipsComment.ipsComment_ignored{border-width:0;color:#adadad;background:transparent;}.ipsComment.ipsComment_ignored:first-child{margin-top:15px;}html[dir="ltr"] .ipsComment.ipsComment_ignored{padding-left:75px;}html[dir="rtl"] .ipsComment.ipsComment_ignored{padding-right:75px;}.ipsComment.ipsComment_ignored + .ipsComment:not( .ipsComment_ignored ){margin-top:0;}.ipsComment.ipsComment_popular [data-role="commentContent"]{min-height:70px;}.ipsComment.ipsComment_popular .ipsComment_popularFlag{position:absolute;top:-3px;background:#2c8c69;text-align:center;color:#fff;width:34px;height:40px;font-size:26px;padding-top:11px;z-index:5000;border-radius:2px 2px 0 0;}html[dir="ltr"] .ipsComment.ipsComment_popular .ipsComment_popularFlag{right:10px;}html[dir="rtl"] .ipsComment.ipsComment_popular .ipsComment_popularFlag{left:10px;}.ipsComment.ipsComment_popular .ipsComment_popularFlag:after{content:'';display:block;position:absolute;}.ipsComment.ipsComment_popular .ipsComment_popularFlag:after{border-width:13px 17px 17px 17px;border-style:solid;border-color:#2c8c69 transparent transparent transparent;top:100%;}html[dir="ltr"] .ipsComment.ipsComment_popular .ipsComment_popularFlag:after{left:0;}html[dir="rtl"] .ipsComment.ipsComment_popular .ipsComment_popularFlag:after{right:0;}.ipsCommentUnreadSeperator{margin:15px 0;height:0;padding:0;border-width:2px 0 0 0;border-style:solid;border-color:#417ba3;}.ipsType_richText .ipsPagination:first-child{margin-bottom:15px;}.ipsTooltip.ipsComment_inlineQuoteTooltip{pointer-events:auto;}.ipsComment_subComments{margin-top:15px;}html[dir="ltr"] .ipsComment_subComments{margin-left:55px;}html[dir="rtl"] .ipsComment_subComments{margin-right:55px;}.ipsComment_subComments .ipsComment{padding:10px;margin-bottom:3px;}.ipsComment_subComments .ipsComment [data-role="commentContent"]{margin-bottom:0;}.ipsComment_subComments .ipsComment[data-role="replyComment"]{margin:0;}.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsUserPhoto img{width:34px;height:34px;border-radius:17px;}.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsComposeArea_editor{padding:2px;}.ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsComposeArea_dummy{padding:7px;font-size:13px;}html[dir="ltr"] .ipsComment_subComments .ipsComment:not( [data-role="replyComment"] ) .ipsComment_content, html[dir="ltr"] .ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-left:45px;}html[dir="rtl"] .ipsComment_subComments .ipsComment:not( [data-role="replyComment"] ) .ipsComment_content, html[dir="rtl"] .ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-right:45px;}.ipsComment_subComments .ipsComposeArea_withPhoto .ipsComposeArea_editor:before{display:none;}.ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ), .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) .ipsAreaBackground_reset{background-color:#fdf5e7;}.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ){background-color:#fdf5e7;border:1px solid #81622e;box-shadow:0px 2px 10px rgba(129,98,46,0.4);}.ipsComment_highlighted.ipsComment:not( .ipsModerated ) .ipsComment_header{background-color:rgba(129,98,46,0.1);border-top:0;}.ipsRecommendedComments{margin-bottom:15px;}.ipsTabs_panel .ipsRecommendedComments{margin:-15px -15px 15px -15px;}.ipsRecommendedComments [data-commentID]:last-child{margin-bottom:0;}.ipsRecommendedComments .ipsType_sectionHead{margin-top:-5px;margin-bottom:10px;}.ipsComment_recommended{position:relative;border:1px solid rgba(44,140,105,0.4) !important;}.ipsComment_recommended .ipsColumn_narrow{padding-top:30px;}.ipsComment_recommendedFlag{position:absolute;top:10px;line-height:22px;padding:0 10px;font-size:11px;background:#2c8c69;color:#fff;}html[dir="ltr"] .ipsComment_recommendedFlag{left:-4px;border-radius:2px 0 0 2px;}html[dir="rtl"] .ipsComment_recommendedFlag{right:-4px;border-radius:0 2px 2px 0;}.ipsComment_recommendedFlag:after{content:'';display:block;border-style:solid;position:absolute;top:0;}html[dir="ltr"] .ipsComment_recommendedFlag:after{border-color:transparent transparent transparent #2c8c69;border-width:11px 11px 11px 7px;right:-18px;}html[dir="rtl"] .ipsComment_recommendedFlag:after{border-color:transparent #2c8c69 transparent transparent;border-width:11px 7px 11px 11px;left:-18px;}.ipsComment_recommendedNote{margin-top:10px;position:relative;}html[dir="ltr"] .ipsComment_recommendedNote{margin-left:15px;padding-left:30px;}html[dir="rtl"] .ipsComment_recommendedNote{margin-right:15px;padding-right:30px;}.ipsComment_recommendedNote:before{content:'\f10d';font-family:'FontAwesome';color:rgba(44,140,105,0.6);font-size:20px;font-style:normal;position:absolute;top:0;}html[dir="ltr"] .ipsComment_recommendedNote:before{left:0;}html[dir="rtl"] .ipsComment_recommendedNote:before{right:0;}.ipsComment_recommendedNote .ipsType_richText{font-style:italic;}.ipsComment_recommendedRep{font-size:20px;color:#353c41;min-width:200px;}.ipsComment_recommendedRep a{color:#353c41;}.ipsComment_recommendedRep span{display:block;margin-top:5px;font-size:12px;text-transform:uppercase;opacity:0.5;}.ipsWidget.ipsWidget_horizontal [data-controller="core.front.core.commentsWrapper"] .ipsTabs_panel{background-color:inherit;padding:0px;}.ipsWidget.ipsWidget_horizontal [data-controller="core.front.core.commentsWrapper"] [data-role="replyArea"]{padding:0px;}.ipsWidget.ipsWidget_horizontal [data-controller="core.front.core.commentsWrapper"] .ipsButtonBar{background-color:inherit;text-align:center;}.ipsApp .cke_combo{height:40px;}.ipsComposeArea_editor{background:#d6d6d6;position:relative;padding:1px;border-collapse:collapse;}.ipsComposeArea_editor [data-ipsEditor][data-loading] .cke{height:1px !important;overflow:hidden !important;}.ipsApp .ipsComposeArea_editor .ipsNotificationCount{top:0px;}.ipsComposeArea_withPhoto .ipsComposeArea_editor{padding:4px;}html[dir="ltr"] .ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-left:75px;}html[dir="rtl"] .ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-right:75px;}.ipsComposeArea_withPhoto .ipsComposeArea_editor:before{content:'';position:absolute;top:15px;display:block;width:0;height:0;border-width:15px;border-style:solid;}html[dir="ltr"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before{right:100%;border-color:transparent #d6d6d6 transparent transparent;}html[dir="rtl"] .ipsComposeArea_withPhoto .ipsComposeArea_editor:before{left:100%;border-color:transparent transparent transparent #d6d6d6;}.ipsComposeArea_dummy{padding:15px;background:#fff;color:#707070;font-size:15px;cursor:text;}.ipsComposeArea_dummy i.ipsFlag{opacity:0.5;}.ipsComposeArea .ipsToolList.ipsPad_half{padding-top:12px;}html[dir] .ipsApp .ipsComposeArea .ipsToolList .ipsComposeArea_formControl{margin-top:7px;}.ipsComposeArea [data-ipsEditor-toolList] + [data-ipsEditor] .cke{margin-top:10px;}.ipsComposeArea [data-ipsEditor] + [data-ipsEditor-toolList]{margin-top:7px;margin-bottom:3px;padding:0 7px;}.ipsComposeArea_editor [data-role="previewToolbar"]{line-height:1;}.ipsComposeArea_smallPreview{box-shadow:0px 0px 7px rgba(0,0,0,0.1);}.ipsComposeArea_editor [data-role="previewContainer"]{line-height:1;}.ipsComposeArea_editor [data-action='closePreview']{font-family:arial, sans-serif;width:30px;height:30px;border-radius:30px;line-height:30px !important;font-size:20px;background:#000;border:0;color:#fff;display:block;text-align:center;margin-top:-12px;text-decoration:none;}.ipsComposeArea_editorPaste{background:#414345;color:#fff;font-size:12px;}.ipsComposeArea_editorPaste .ipsComposeArea_editorPasteSwitch{font-family:arial, sans-serif;width:30px;height:30px;border-radius:30px;line-height:30px !important;font-size:20px;background:#000;border:0;color:#fff;display:block;text-align:center;margin-top:-12px;text-decoration:none;}.ipsComposeArea_editorPaste a{color:#f0f0f0;}.ipsComposeArea_editorPaste a:hover{color:#fff;}.ipsComposeArea_minimized .ipsComposeArea_editorPaste{display:none !important;}html[dir] .ipsComposeArea_imageAlign.ipsButton_split > li{display:table-cell;width:1%;float:none;}.ipsComposeArea_imageAlign.ipsButton_split > li input[type="radio"]{position:absolute;opacity:0.0001;}.ipsComposeArea_imageDims{display:inline-block;position:relative;}html[dir="ltr"] .ipsComposeArea_imageDims > input[type="number"]{padding-right:80px;}html[dir="rtl"] .ipsComposeArea_imageDims > input[type="number"]{padding-left:80px;}.ipsComposeArea_imageDims > span{position:absolute;top:11px;}html[dir="ltr"] .ipsComposeArea_imageDims > span{right:8px;}html[dir="rtl"] .ipsComposeArea_imageDims > span{left:8px;}@media screen and (max-width:744px){.ipsApp .ipsComposeArea_imageDims > input[type="number"].ipsField_short{max-width:160px;}}.ipsComposeArea_sidebar [data-role="tagsList"]{padding:5px;max-height:300px;overflow:auto;}.ipsComposeArea_sidebar [data-role="tagsList"] [data-tagKey]{cursor:pointer;}.ipsComposeArea_sidebar [data-action='tagsToggle']{display:inline-block;position:absolute;top:6px;text-indent:100%;overflow:hidden;white-space:nowrap;width:20px;color:inherit;opacity:0.4;transition:all 0.2s linear;}html[dir="ltr"] .ipsComposeArea_sidebar [data-action='tagsToggle']{right:6px;}html[dir="rtl"] .ipsComposeArea_sidebar [data-action='tagsToggle']{left:6px;}.ipsComposeArea_sidebar [data-action='tagsToggle']:hover{opacity:1;}.ipsComposeArea_sidebar [data-action='tagsToggle']:after{display:block;font-family:'FontAwesome';position:absolute;top:0;font-size:16px;}html[dir="ltr"] .ipsComposeArea_sidebar [data-action='tagsToggle']:after{right:0;}html[dir="rtl"] .ipsComposeArea_sidebar [data-action='tagsToggle']:after{left:0;}.ipsComposeArea_sidebarOpen [data-action='tagsToggle']:after{content:'\f138';}html[dir="rtl"] .ipsComposeArea_sidebarOpen [data-action='tagsToggle']:after{content:'\f137';}.ipsComposeArea_sidebarClosed [data-action='tagsToggle']:after{content:'\f137';}html[dir="rtl"] .ipsComposeArea_sidebarClosed [data-action='tagsToggle']:after{content:'\f138';}.ipsComposeArea_sidebarClosed{width:22px !important;background:#ebebeb !important;}.ipsComposeArea_sidebarClosed [data-role="tagsHeader"], .ipsComposeArea_sidebarClosed [data-role="tagsList"]{display:none;}.ipsComposeArea_attachments{background:#fff;border-top:1px solid rgba(0,0,0,0.04);margin-top:0px;}.ipsComposeArea_dropZone{padding:12px;border:3px dashed transparent;}.ipsComposeArea_dropZone .fa-paperclip{font-size:30px;float:left;}html[dir="rtl"] .ipsComposeArea_dropZone .fa-paperclip{float:right;}.ipsComposeArea_dropZone .fa-clipboard{font-size:24px;float:left;}html[dir="rtl"] .ipsComposeArea_dropZone .fa-clipboard{float:right;}html[dir="ltr"] .ipsComposeArea_dropZone > div{margin-left:40px;}html[dir="rtl"] .ipsComposeArea_dropZone > div{margin-right:40px;}.ipsComposeArea_attachmentsInner{margin-top:15px;}.ipsComposeArea_attachmentsInner > div{margin-bottom:15px;}html[dir="ltr"] .ipsComposeArea_attachmentsInner > p{padding-left:15px;padding-bottom:0;}html[dir="rtl"] .ipsComposeArea_attachmentsInner > p{padding-right:15px;padding-bottom:0;}.ipsComposeArea_warning{margin-bottom:5px;}html[dir="ltr"] .ipsComposeArea_warning{margin-left:75px;}html[dir="rtl"] .ipsComposeArea_warning{margin-right:75px;}.ipsComposeArea_unavailable .ipsComposeArea_editor{background:rgba(214, 214, 214, 0.5);}.ipsComposeArea_unavailable .ipsComposeArea_dummy{font-weight:bold;font-size:13px;cursor:default;}html[dir="ltr"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before{border-right-color:rgba(214, 214, 214, 0.5);}html[dir="rtl"] .ipsComposeArea_unavailable.ipsComposeArea_withPhoto .ipsComposeArea_editor:before{border-left-color:rgba(214, 214, 214, 0.5);}.ipsComposeArea_unavailable .ipsUserPhoto{opacity:0.5;}[data-ipsUploader]{display:none;}.ipsAttachment_dropZone{height:200px;background:rgba(100,100,100,0.05);text-align:center;margin:0 auto;padding-top:30px;font-size:16px;line-height:2;border:3px dashed transparent;transition:all 0.2s linear;}.ipsAttachment_dropZone *{pointer-events:none;}.ipsAttachment_dropZone a, .ipsAttachment_dropZone .moxie-shim, .ipsAttachment_dropZone .moxie-shim *{pointer-events:auto;}.ipsAttachment_dropZone:not( .ipsAttachment_dropZoneSmall ) > i:first-child{font-size:60px;display:block;}.ipsAttachment_dropZone.ipsAttachment_dropZoneSmall{height:auto;padding:15px;text-align:left;line-height:1;}html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall{text-align:right;}html[dir="ltr"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall > .ipsAttachment_dropZoneSmall_info{margin-left:130px;}html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall > .ipsAttachment_dropZoneSmall_info{margin-right:130px;}html[dir="ltr"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall [data-action='uploadFile']{margin-right:10px;}html[dir="rtl"] .ipsAttachment_dropZone.ipsAttachment_dropZoneSmall [data-action='uploadFile']{margin-left:10px;}.ipsAttachment_dropZoneSmall .ipsAttachment_supportDrag{font-size:14px;}.ipsAttachment_dropZone.ipsDragging, .ipsComposeArea_dropZone.ipsDragging{background:#ebf4f9;border-color:#b1cbd9;}.ipsAttachment_fileList{margin-top:10px;}.ipsAttachment_summary{margin-top:15px;height:44px;}.ipsAttachment_summary strong{display:inline-block;margin:4px 0 0 7px;font-weight:normal;}html[dir="rtl"] .ipsAttachment_summary strong{margin:4px 7px 0 0;}.ipsAttach{position:relative;}.ipsAttach.ipsAttach_selected{background-color:#ebf4f9;}.ipsAttach_selection{width:24px;height:24px;border-radius:12px;border:1px solid #fff;display:inline-block;text-align:center;line-height:24px;color:#fff;background:#000;opacity:0.6;}.ipsAttach_selection:hover{color:#fff;}.ipsAttach_selection.ipsAttach_selectionOn{background:#2a94de;opacity:1;}.ipsImageAttach{display:inline-block;margin:0 0 10px 0;text-align:left;position:relative;}html[dir="rtl"] .ipsImageAttach{text-align:right;}.ipsImageAttach_thumb{max-width:100%;height:150px;border:1px solid rgba(0,0,0,0.1);background-color:#fff;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;}.ipsImageAttach_thumb img{max-width:100%;max-height:100%;border:0;position:relative;display:none;}.ipsImageAttach_status{display:block;line-height:125px;opacity:0.5;}.ipsApp .ipsImageAttach_controls{position:absolute;bottom:55px;left:10px;right:10px;padding:5px;z-index:100;opacity:1;transition:0.2s all linear;}.ipsApp .ipsImageAttach_controls .ipsButton{line-height:22px;padding:0 10px;}.ipsAttach .ipsAttach_title{max-width:100%;text-overflow:ellipsis;overflow:hidden;margin-top:5px;}.ipsAttach .ipsAttach_title + p{margin:0;}.ipsAttach.ipsDataItem .ipsDataItem_main, .ipsAttach.ipsDataItem [data-role='preview']{opacity:0.5;}.ipsAttach.ipsAttach_done.ipsDataItem .ipsDataItem_main, .ipsAttach.ipsAttach_done.ipsDataItem [data-role='preview']{opacity:1;}.ipsAttach.ipsDataItem [data-role='preview']{background-size:contain;background-position:top center;background-repeat:no-repeat;}.ipsAttach.ipsDataItem [data-role='preview'] .ipsImage{display:none;}.ipsAttach.ipsAttach_done [data-action="insertFile"]{cursor:pointer;}.ipsAttachment_fileList .ipsImageAttach_thumb{vertical-align:middle;line-height:200px;}.ipsAttachment_fileList .ipsDataList .ipsImage{max-width:50px;}.ipsEmoticons_content.ipsMenu_innerContent{max-height:200px;padding:5px;}.ipsEmoticons_category{display:table;width:100%;margin-top:5px;margin-bottom:10px;}.ipsEmoticons_row{display:table-row;}.ipsEmoticons_item{display:table-cell;padding:5px;width:14.2%;text-align:center;}.ipsEmoticons_item img{max-width:100%;}.ipsEmoticons_item[data-emoticon]:hover{cursor:pointer;background:#f5f5f5;}.cEditorURL{margin-bottom:10px;}.cEditorURL + .ipsPos_right{margin-top:5px;}.cImageURLPreview{height:300px;text-align:center;}.cImageURLPreview img{max-width:100%;max-height:100%;}.ipsApp .ipsDataItem_new, .ipsApp .ipsDataItem_success{background-color:var(--positive-light);}.ipsApp .ipsDataItem_warning{background-color:var(--intermediate-light);}.ipsApp .ipsDataItem_error{background-color:var(--negative-light);}.ipsApp .ipsDataItem_info{background-color:var(--informational-light);}.ipsApp .ipsDataItem_selected{background-color:rgb( var(--theme-selected) );}.ipsApp .ipsDataItem_status{background-color:rgb( var(--theme-area_background_light) );}.ipsDataList_readStatus .ipsDataItem:not( .ipsDataItem_unread ):not( .ipsDataItem_selected ):not( .ipsModerated ){background:rgb( var(--theme-area_background_light) );}.ipsDataList.ipsDataList_clickableRows .ipsDataItem > a{display:block;transition:0.4s;}.ipsDataList.ipsDataList_clickableRows .ipsDataItem > a:hover{background-color:rgb( var(--theme-area_background_light) ) !important;}.ipsDataList{position:relative;list-style:none;padding:0;margin:0;}.ipsBox > form{border-radius:inherit;}.ipsDataList, .ipsDataList > *:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;}.ipsDataItem_fullWidth{width:100%;}.ipsDataItem_title{font-size:16.0px;margin:0 0 var(--sp-1) 0;font-weight:400;display:inline;line-height:20px;}.ipsDataItem_title .ipsBadge.ipsBadge_small{position:relative;top:-2px;}.ipsDataItem_unread .ipsDataItem_title{font-weight:bold;}.ipsMenu .ipsDataItem_title{font-size:14.0px;}.ipsDataItem_main, .ipsDataItem_stats, .ipsDataItem_lastPoster, .ipsDataItem_generic, .ipsDataItem_modCheck, .ipsDataItem_icon{display:table-cell;padding:18px var(--sp-3);vertical-align:middle;}.ipsDataItem_modCheck{position:relative;}.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_main, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_stats, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_lastPoster, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_generic{display:table-cell;padding:var(--sp-3) 0;vertical-align:top;}html[dir="ltr"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon + .ipsDataItem_main{padding-left:var(--sp-2);}html[dir="rtl"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon + .ipsDataItem_main{padding-right:var(--sp-2);}html[dir="ltr"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon{padding-left:var(--sp-1);}html[dir="rtl"] .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_icon{padding-right:var(--sp-1);}.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_title{margin:0;display:inline;}.ipsDataList_large .ipsDataItem_main, .ipsDataList_large .ipsDataItem_stats, .ipsDataList_large .ipsDataItem_lastPoster, .ipsDataList_large .ipsDataItem_generic{padding:var(--sp-6) var(--sp-3);}.ipsDataList_large .ipsDataItem_icon{padding:var(--sp-4) var(--sp-2) var(--sp-4) var(--sp-4);min-width:55px;vertical-align:middle;}html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon{padding:var(--sp-6) var(--sp-4) var(--sp-4) var(--sp-8);}.ipsDataItem > .ipsPos_middle{vertical-align:middle !important;}.ipsDataItem > .ipsPos_top{vertical-align:top !important;}.ipsDataItem_loading > div{min-height:65px;width:100%;position:relative;}.ipsDataItem_loading > div > span, .ipsDataItem_loading > div > span:before, .ipsDataItem_loading > div > span:after{display:block;position:absolute;animation:dummy_anim 1s infinite;}.ipsDataItem_loading > div > span:before, .ipsDataItem_loading > div > span:after{content:'';}.ipsDataItem_loading > div > span:last-child{height:18px;top:15px;}html[dir="ltr"] .ipsDataItem_loading > div > span:last-child{left:36px;right:610px;}html[dir="rtl"] .ipsDataItem_loading > div > span:last-child{right:36px;left:610px;}.ipsDataItem_loading > div > span:last-child:before{width:270px;top:25px;height:12px;opacity:0.7;}html[dir="ltr"] .ipsDataItem_loading > div > span:last-child:before{left:0;}html[dir="rtl"] .ipsDataItem_loading > div > span:last-child:before{right:0;}.ipsDataItem_loading > div > span:last-child:after{width:16px;height:16px;border-radius:16px;top:0;}html[dir="ltr"] .ipsDataItem_loading > div > span:last-child:after{left:-26px;}html[dir="rtl"] .ipsDataItem_loading > div > span:last-child:after{right:-26px;}.ipsDataItem_loading > div > span:first-child{width:38px;height:38px;top:12px;border-radius:38px;}html[dir="ltr"] .ipsDataItem_loading > div > span:first-child{right:300px;}html[dir="rtl"] .ipsDataItem_loading > div > span:first-child{left:300px;}.ipsDataItem_loading > div > span:first-child:after{width:200px;top:3px;height:15px;}html[dir="ltr"] .ipsDataItem_loading > div > span:first-child:after{left:50px;}html[dir="rtl"] .ipsDataItem_loading > div > span:first-child:after{right:50px;}.ipsDataItem_loading > div > span:first-child:before{width:150px;top:22px;height:12px;opacity:0.7;}html[dir="ltr"] .ipsDataItem_loading > div > span:first-child:before{left:50px;}html[dir="rtl"] .ipsDataItem_loading > div > span:first-child:before{right:50px;}.ipsDataItem{width:100%;position:relative;border:1px solid rgba( var(--theme-text_light), 0.1 );border-width:0 0 1px 0;}.ipsDataList:not( .ipsGrid ) .ipsDataItem:last-child{border-bottom-width:0;}.ipsDataItem_main{width:100%;margin:0;vertical-align:top;}.ipsDataItem .ipsDataItem_main:only-child{display:block !important;}.ipsDataItem .ipsDataItem_main .ipsTags{position:relative;top:-2px;}@media screen and (max-width:767px){.ipsDataItem .ipsDataItem_main .ipsTags{top:0;margin:4px 0;}}.ipsDataItem .ipsDataItem_main .ipsContained > span:not(.ipsBadge){padding-right:3px;}.ipsDataItem_stats{width:15%;min-width:150px;text-align:right;list-style:none;}html[dir="rtl"] .ipsDataItem_stats{text-align:left;}.ipsDataItem_stats dl{margin:0 0 5px 0;}.ipsDataItem_statsLarge{text-align:right;}.ipsDataItem_statsLarge .ipsDataItem_stats_number{font-size:18.0px;line-height:1.3;}.ipsDataItem_stats_hot{background:#da621a;color:#fff;font-size:12.0px;font-weight:bold;display:inline-block;padding:0 5px 0 5px;position:relative;vertical-align:middle;border-radius:2px;white-space:nowrap;}.ipsDataItem_stats_hot:before{content:attr(data-text);text-transform:uppercase;font-size:9.0px;opacity:0.6;}html[dir="ltr"] .ipsDataItem_stats_hot:before{margin-right:5px;}html[dir="rtl"] .ipsDataItem_stats_hot:before{margin-left:5px;}html[dir="ltr"] .ipsDataItem_stats dt, html[dir="ltr"] .ipsDataItem_stats dd{margin-left:0;}html[dir="rtl"] .ipsDataItem_stats dt, html[dir="rtl"] .ipsDataItem_stats dd{margin-right:0;}.ipsDataItem_icon{width:25px;min-width:25px;padding-top:18px;}html[dir="ltr"] .ipsDataItem_icon{padding-right:0;}html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon{padding-right:10px;}html[dir="rtl"] .ipsDataItem_icon{padding-left:0;}html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon{padding-left:10px;}.ipsDataItem_icon_noPad{padding:0;}.ipsDataItem_category{font-size:20.0px;}.ipsDataItem_meta{margin:0;color:rgb( var(--theme-text_light) );}.ipsDataItem_lastPoster{width:24%;max-width:24%;min-width:270px;list-style:none;margin:0;line-height:1.4;}.ipsDataItem_lastPoster.ipsDataItem_noPhoto{width:20%;min-width:200px}html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li{margin-left:50px;}html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li{margin-right:50px;}.ipsDataItem_lastPoster .ipsUserPhoto{display:block;float:left;margin:0 10px 0 -50px;width:40px;height:40px;}html[dir="rtl"] .ipsDataItem_lastPoster .ipsUserPhoto{float:right;margin:0 -50px 0 10px;}.ipsDataItem_lastPoster .ipsTruncate_line, .ipsDataItem_lastPoster__title{font-size:14.0px;overflow:hidden;text-overflow:ellipsis;max-width:196px;white-space:nowrap;}@media (max-width:1200px){.ipsDataItem_lastPoster .ipsTruncate_line, .ipsDataItem_lastPoster__title{max-width:136px;}}.cForumGrid .ipsDataItem_lastPoster__title{max-width:none;white-space:normal;}.ipsDataItem_size1{width:50px;min-width:50px;}.ipsDataItem_size2{width:75px;min-width:75px;}.ipsDataItem_size3{width:100px;min-width:100px;}.ipsDataItem_size4{width:125px;min-width:125px;}.ipsDataItem_size5{width:150px;min-width:150px;}.ipsDataItem_size6{width:175px;min-width:175px;}.ipsDataItem_size7{width:200px;min-width:200px;}.ipsDataItem_size8{width:225px;min-width:225px;}.ipsDataItem_size9{width:250px;min-width:250px;}.ipsDataItem_size10{width:300px;min-width:300px;}.ipsDataItem_subList{margin:5px 0 0;background-repeat:no-repeat;background-size:13px 8px;list-style:none;}html[dir="ltr"] .ipsDataItem_subList{padding-left:20px !important;background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem.png" );background-position:3px 5px;}html[dir="rtl"] .ipsDataItem_subList{padding-right:20px !important;background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem_rtl.png" );background-position:right 3px top 5px;}.ipsDataItem_subList li{margin-right:5px !important;}.ipsDataItem_subList li.ipsDataItem_unread{font-weight:bold;}.ipsDataItem_subList li a:after{content:',';}.ipsDataItem_subList li:last-child a:after{content:'';}.ipsDataItem_subItem{padding-bottom:10px;}html[dir="ltr"] .ipsDataItem_subItem{padding-left:5%;}html[dir="rtl"] .ipsDataItem_subItem{padding-right:5%;}.ipsDataItem_subItem .ipsDataItem_icon{font-size:20.0px;}.ipsReact{position:relative;display:flex;align-items:center;font-size:12px;z-index:5020;}body.ipsApp_noTouch .ipsReact_types:hover .ipsReact_button, body:not( .ipsApp_noTouch ) .ipsReact_types.ipsReact_types_active .ipsReact_button{border:1px solid rgba(0,0,0,0.1);background:#f0f0f0;box-shadow:0px 0px 4px rgba(0,0,0,0.3);transform:scale(1.2);transition-delay:0s;}body.ipsApp_noTouch .ipsReact_types:hover .ipsReact_button, body:not( .ipsApp_noTouch ) .ipsReact_types.ipsReact_types_active .ipsReact_button{filter:grayscale(0%) brightness(100%);}.ipsReact .ipsReact_types ul.ipsReact_hover{display:block;pointer-events:auto !important;-webkit-animation:reaction-hover 0.3s ease-in-out forwards;animation:reaction-hover 0.3s ease-in-out forwards;}.ipsReact .ipsReact_types ul.ipsReact_hoverOut{display:block;-webkit-animation:reaction-hover-out 0.2s ease-in-out 0.4s forwards;animation:reaction-hover-out 0.2s ease-in-out 0.4s forwards;}.ipsReact_button{width:42px;height:42px;border-radius:42px;line-height:42px;padding:5px;display:block;text-align:center;background:transparent;border:1px solid transparent;position:relative;transition:0.1s all ease-in-out;transition-delay:0.4s;position:relative;filter:grayscale(100%) brightness(160%);}.ipsReact_button a{display:block;top:0;right:0;bottom:0;left:0;line-height:1;}.ipsReact_button img{max-width:29px;max-height:29px;vertical-align:initial;}.ipsReact_button.ipsReact_reacted{filter:grayscale(0%) brightness(100%);}.ipsReact_types ul{position:absolute;top:2px;height:38px;background:#494949;border:1px solid rgba(0,0,0,0.1);white-space:nowrap;display:none;pointer-events:none;}html[dir="ltr"] .ipsReact_types ul{transform-origin:right;right:21px;padding:5px 30px 5px 5px;border-radius:38px 0 0 38px;}html[dir="rtl"] .ipsReact_types ul{transform-origin:left;left:21px;padding:5px 5px 5px 30px;border-radius:0 38px 38px 0;}.ipsReact_types ul li{display:inline-block;}html[dir="ltr"] .ipsReact_types ul li{margin:0 5px 0 0 !important;}html[dir="rtl"] .ipsReact_types ul li{margin:0 0 0 5px !important;}.ipsReact_types ul img{max-width:28px;max-height:28px;}.ipsReact_types ul a{transition:0.1s all ease-in-out;display:block;}.ipsReact_types ul a:hover{transform:scale(1.25);}.ipsReact_name{display:none;}a.ipsReact_reaction:after{position:absolute;top:50%;width:70px;height:70px;border-radius:50%;content:'';display:block;opacity:1;pointer-events:none;box-shadow:inset 0 0 0 35px rgba(255,0,0,0);}html[dir="ltr"] a.ipsReact_reaction:after{left:50%;margin:-35px 0 0 -35px;}html[dir="rtl"] a.ipsReact_reaction:after{right:50%;margin:-35px -35px 0 0;}a.ipsReact_reaction.ipsReact_active:after{-webkit-animation:reaction-click-ring 0.8s ease-out forwards;animation:reaction-click-ring 0.8s ease-out forwards;}a.ipsReact_reaction.ipsReact_active img{-webkit-animation:reaction-click 0.6s ease-out forwards;animation:reaction-click 0.6s ease-out forwards;}.ipsReact_unreact{background:#222;color:#fff !important;width:20px;height:20px;border-radius:20px;line-height:20px;font-size:14px;font-family:'arial', sans-serif;text-align:center;display:block;position:absolute;top:0px;}html[dir="ltr"] .ipsReact_unreact{right:-6px;}html[dir="rtl"] .ipsReact_unreact{left:-6px;}html[dir="ltr"] .ipsReact_blurb{text-align:right;margin-left:15px;}html[dir="rtl"] .ipsReact_blurb{text-align:left;margin-right:15px;}html[dir="ltr"] .ipsReact_blurb:not( .ipsHide ) + .ipsReact_types{border-left:1px solid #f0f0f0;padding-left:3px;margin-left:10px;}html[dir="rtl"] .ipsReact_blurb:not( .ipsHide ) + .ipsReact_types{border-right:1px solid #f0f0f0;padding-right:3px;margin-right:10px;}.ipsReact_reactions{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;align-items:stretch;}.ipsReact_reactCount{display:inline;border:1px solid rgba(0,0,0,0.1);background:#fff;border-radius:2px;display:flex;align-items:stretch;}html[dir="ltr"] .ipsReact_reactCount{margin-right:7px;}html[dir="rtl"] .ipsReact_reactCount{margin-left:7px;}html[dir] .ipsReact_reactCount:last-child{margin-right:0;margin-left:0;}.ipsReact_reactCount img{max-width:18px;max-height:18px;}.ipsReact_reactCount span{display:inline-block;padding:1px 2px;}.ipsReact_reactCount span:last-child{background:rgba(0,0,0,0.1);color:#000;font-size:11px;font-weight:500;padding:0 7px;line-height:23px;}html[dir="ltr"] .ipsReact_reactCount span:last-child{margin-left:-2px;}html[dir="rtl"] .ipsReact_reactCount span:last-child{margin-right:-2px;}.ipsReact_reactCountOnly{padding:0 7px;font-weight:bold;line-height:24px;border-radius:2px;font-size:12px;display:inline-block;}.ipsReact_overview{line-height:1;}.ipsReact_reactions + .ipsReact_overview{margin-top:5px;}html[dir="ltr"] .ipsReact_overview{margin-left:10px;}html[dir="rtl"] .ipsReact_overview{margin-right:10px;}.ipsReact.ipsReact_mini{line-height:1;flex-direction:row-reverse;}.ipsReact.ipsReact_mini .ipsReact_overview{display:none;}.ipsReact.ipsReact_mini .ipsReact_button{width:26px;height:26px;line-height:26px;border-radius:26px;padding:2px;display:inline-block;}.ipsReact.ipsReact_mini .ipsReact_button img{max-width:20px;max-height:20px;}html[dir] .ipsReact.ipsReact_mini .ipsReact_types ul{top:0;height:28px;border-radius:27px;}html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_types ul{transform-origin:left;left:0;right:auto;padding:2px 0 2px 38px;}html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_types ul{transform-origin:right;left:auto;right:0;padding:2px 38px 2px 0;}.ipsReact.ipsReact_mini .ipsReact_types ul img{max-width:22px;max-height:22px;}.ipsReact.ipsReact_mini .ipsReact_reactCount a img{max-width:15px;max-height:15px;}html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_blurb{margin-left:0;border:0;padding:1px 0 0 7px;margin-left:7px;}html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_blurb{margin-right:0;border:0;padding:1px 7px 0 0;margin-right:7px;}html[dir] .ipsReact.ipsReact_miniNoInteraction .ipsReact_blurb{padding:0;margin-left:0;margin-right:0;}html[dir] .ipsReact.ipsReact_mini .ipsReact_unreact{display:inline-block;position:absolute;top:-8px;}html[dir="ltr"] .ipsReact.ipsReact_mini .ipsReact_unreact{right:-8px;}html[dir="rtl"] .ipsReact.ipsReact_mini .ipsReact_unreact{left:-8px;}.ipsReact_reactCountOnly_mini{line-height:18px;font-size:10px;}html[dir="ltr"] .ipsReact_count{margin-left:5px;}html[dir="rtl"] .ipsReact_count{margin-right:5px;}.ipsReactOverview{text-align:center;}.ipsReactOverview ul{display:inline-flex;flex-direction:row-reverse;justify-content:center;margin:0;padding:0;list-style:none;}.ipsReactOverview ul + span.ipsType_medium{vertical-align:middle;}.ipsReactOverview ul img{max-width:28px;max-height:28px;border:2px solid #fff;border-radius:28px;}.ipsReactOverview_small ul img{max-width:24px;max-height:24px;}html[dir="ltr"] .ipsReactOverview ul li{margin-right:-10px !important;border-radius:28px;}html[dir="ltr"] .ipsReactOverview ul li:first-child{margin-right:0 !important;}html[dir="rtl"] .ipsReactOverview ul li{margin-left:-10px !important;border-radius:28px;}html[dir="rtl"] .ipsReactOverview ul li:first-child{margin-left:0 !important;}.ipsReactOverview p{display:block;margin-top:5px;font-size:12px;text-transform:uppercase;opacity:0.5;}html[dir="ltr"] .ipsReactOverview_small li.ipsReactOverview_repCount{margin-left:15px;line-height:24px;}html[dir="rtl"] .ipsReactOverview_small li.ipsReactOverview_repCount{margin-right:15px;line-height:24px;}@-webkit-keyframes reaction-click-ring{0%{opacity:1;-webkit-transform:scale3d(0.4, 0.4, 1);transform:scale3d(0.4, 0.4, 1);}40%{box-shadow:inset 0 0 0 2px rgba(96,113,127,0.8);transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);opacity:0.8;}100%{box-shadow:inset 0 0 0 2px rgba(96,113,127,0.8);opacity:0;-webkit-transform:scale3d(1.2, 1.2, 1);transform:scale3d(1.2, 1.2, 1);}}@keyframes reaction-click-ring{0%{opacity:1;-webkit-transform:scale3d(0.4, 0.4, 1);transform:scale3d(0.4, 0.4, 1);}40%{box-shadow:inset 0 0 0 2px rgba(96,113,127,0.8);transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);opacity:0.8;}100%{box-shadow:inset 0 0 0 2px rgba(96,113,127,0.8);opacity:0;-webkit-transform:scale3d(1.2, 1.2, 1);transform:scale3d(1.2, 1.2, 1);}}@-webkit-keyframes reaction-click{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 1);transform:scale3d(0.1, 0.1, 1);}30%{transform:scale3d(1.3, 1.3, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes reaction-click{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 1);transform:scale3d(0.1, 0.1, 1);}30%{transform:scale3d(1.3, 1.3, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@-webkit-keyframes reaction-hover{0%{opacity:0;-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1);}50%{transform:scale3d(1.2, 1, 1);-webkit-transform:scale3d(1.2, 1, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes reaction-hover{0%{opacity:0;-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1);}50%{transform:scale3d(1.2, 1, 1);-webkit-transform:scale3d(1.2, 1, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@-webkit-keyframes reaction-hover-mobile{0%{opacity:0;-webkit-transform:scale3d(1, 0, 1);transform:scale3d(1, 0, 1);}50%{transform:scale3d(1, 1.2, 1);-webkit-transform:scale3d(1, 1.2, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@keyframes reaction-hover-mobile{0%{opacity:0;-webkit-transform:scale3d(1, 0, 1);transform:scale3d(1, 0, 1);}50%{transform:scale3d(1, 1.2, 1);-webkit-transform:scale3d(1, 1.2, 1);opacity:1;}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}@-webkit-keyframes reaction-hover-out{0%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}60%{-webkit-transform:scale3d(0, 0.5, 1);transform:scale3d(0, 0.5, 1);}100%{opacity:0;}}@keyframes reaction-hover-out{0%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}60%{-webkit-transform:scale3d(0, 0.5, 1);transform:scale3d(0, 0.5, 1);}100%{opacity:0;}}.ipsReputation_count{background:#fff;display:inline-block;position:relative;font-size:13px;font-weight:bold;border-radius:3px;border:1px solid rgba(0,0,0,0.1);}.ipsRep_mini .ipsReputation_count{font-weight:normal;}.ipsReputation_count.ipsType_positive{background:#ebf2e5;}.ipsReputation_count.ipsType_negative{background:#efdedf;}.ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count{font-size:11px;line-height:20px;}html[dir="ltr"] .ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count{margin-left:10px;}html[dir="rtl"] .ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count{margin-right:10px;}.ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count:before{content:'';display:block;width:1px;height:100%;position:absolute;background:rgba(0,0,0,0.1);top:0;}html[dir="ltr"] .ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count:before{left:-8px;}html[dir="rtl"] .ipsLikeRep [data-action="giveReputation"] + .ipsReputation_count:before{right:-8px;}.ipsRep_mini .ipsLikeRep{background:transparent;border-radius:0;padding:0;}.ipsLikeRep:before{display:none;}.ipsRep_mini .ipsReputation_count{background:transparent;border-radius:0;border:0;padding:0;}.ipsRep_mini .ipsButton.ipsButton_rep, .ipsReputation_count{line-height:18px;}.ipsFollow{display:inline-block;vertical-align:middle;white-space:nowrap;}html[dir="ltr"] .ipsFollow{padding-right:0 !important;}html[dir="rtl"] .ipsFollow{padding-left:0 !important;}.ipsFollow > a:not( .ipsCommentCount ), .ipsFollow > span:not( .ipsCommentCount ), .ipsFollow > a > span:not( .ipsCommentCount ){display:inline-block;line-height:28px;position:relative;}html[dir="ltr"] .ipsFollow > a:not( .ipsCommentCount ), html[dir="ltr"] .ipsFollow > span:not( .ipsCommentCount ), html[dir="ltr"] .ipsFollow > a > span:not( .ipsCommentCount ){left:-15px;padding-left:15px;}html[dir="rtl"] .ipsFollow > a:not( .ipsCommentCount ), html[dir="rtl"] .ipsFollow > span:not( .ipsCommentCount ), html[dir="rtl"] .ipsFollow > a > span:not( .ipsCommentCount ){right:-15px;padding-right:15px;}.ipsFollow .ipsCommentCount{margin:0 3px 3px 0;background:#fff;color:#333;text-shadow:none !important;line-height:11.5px;font-size:10px;}.ipsFollow > a > span.ipsCommentCount{margin:0 -14px 0 14px;}html[dir="rtl"] .ipsFollow > a > span.ipsCommentCount{margin:0 14px 0 -14px;}html[dir="ltr"] .ipsFollow > a > span + span.ipsCommentCount{margin-left:0;}html[dir="rtl"] .ipsFollow > a > span + span.ipsCommentCount{margin-right:0;}html[dir="ltr"] .ipsFollow .ipsCommentCount:after{border-color:transparent #fff transparent transparent;}html[dir="rtl"] .ipsFollow .ipsCommentCount:after{border-color:transparent transparent transparent #fff;}.ipsFollowerList{max-height:300px;overflow:auto;}.ipsRating{font-size:14px;line-height:1;display:inline-block;cursor:default;}.ipsRating > ul{padding:0;margin:0;list-style-type:none;white-space:nowrap;}.ipsRating > ul > li{display:inline-block;}html[dir="ltr"] .ipsRating > ul > li, html[dir="ltr"] .ipsList_inline.ipsRating > li{margin-right:-2px;}html[dir="rtl"] .ipsRating > ul > li, html[dir="rtl"] .ipsList_inline.ipsRating > li{margin-left:-2px;}.ipsRating .label{font-weight:700;}.ipsRating.ipsRating_verySmall, .ipsRating.ipsRating_verySmall .fa-star{font-size:12px;}.ipsRating.ipsRating_small, .ipsRating.ipsRating_small .fa-star{font-size:14px;}.ipsRating.ipsRating_medium{font-size:16px;}.ipsRating.ipsRating_large{font-size:14px;font-weight:700;}.ipsRating.ipsRating_veryLarge{font-size:20px;}.ipsRating + span{}.ipsRating + span:empty{margin-left:0;}.ipsRating.ipsRating_rated .ipsRating_collective, .ipsRating.ipsRating_rated:hover .ipsRating_mine{display:none;}.ipsRating.ipsRating_rated:hover .ipsRating_collective{display:inline-block;}html[dir="ltr"] [data-ipsRating] > .ipsRating{float:left;}html[dir="rtl"] [data-ipsRating] > .ipsRating{float:right;}html[dir="ltr"] [data-ipsRating] > .ipsRating > ul > li{padding-right:6px;float:left;}html[dir="rtl"] [data-ipsRating] > .ipsRating > ul > li{padding-left:3px;float:right;}.ipsRating.ipsRating_loading{opacity:0.6;}.ipsRating .ipsRating_on .fa-star{color:#FFB600;}.ipsRating .ipsRating_off .fa-star-o, .ipsRating .ipsRating_off .fa-star{color:#999999;}.ipsRating .fa-star{font-size:16px;}[data-ipsRating] .ipsRating .fa-star{background-color:var(--color-ui-independence);width:32px;height:32px;border-radius:5px;border:1px solid;}[data-ipsRating] .ipsRating .fa-star::before{position:relative;font-size:16px;left:7px;top:4px;}@media screen and (max-width:999px){[data-ipsRating] .ipsRating .fa-star{width:18px;height:18px;}[data-ipsRating] .ipsRating .fa-star::before{font-size:10px;left:3.5px;top:-5px;}}.ipsRating + span{}.ipsRating_veryLarge.ipsRating .fa-star{font-size:20px;}.ipsRating .ipsRating_mine .ipsRating_on .fa-star{color:;}.ipsRating .ipsRating_half .fa-star-half.fa-flip-horizontal{color:#b3b3b3;margin-left:-0.55px;}.ipsRating .ipsRating_half .fa-star-half:not(.fa-flip-horizontal){color:#ff9800;margin-right:-1px;}.ipsRating .ipsRating_hover .fa-star{color:;transition:all 0.1s linear;transform:scale(1.2);}.ipsShare_facebook{border:none;overflow:hidden;height:20px;width:48px;}.ipsPip{font-size:10px;color:#5a5a5a;display:inline-block;}html[dir="ltr"] .ipsPip{margin-right:2px;}html[dir="rtl"] .ipsPip{margin-left:2px;}.ipsPip:before{content:'\f111';font-family:'FontAwesome';}.ipsLeaderboard_trophy{color:#ffffff;font-size:26px;padding-top:7px;padding-left:1px;width:40px;height:40px;border-radius:38px;position:relative;display:inline-block;text-align:center;}.ipsLeaderboard_trophy:before, .ipsLeaderboard_trophy:after{content:'';display:block;width:12px;height:30px;position:absolute;top:24px;}.ipsLeaderboard_trophy:before{transform:rotate(50deg) skew(15deg);;left:9px;}.ipsLeaderboard_trophy:after{transform:rotate(-50deg) skew(-15deg);right:9px;}.ipsLeaderboard_trophy .fa{position:relative;z-index:100;}.ipsLeaderboard_trophy_1, .ipsLeaderboard_trophy_1.ipsLeaderboard_trophy:before, .ipsLeaderboard_trophy_1.ipsLeaderboard_trophy:after{background-color:;}.ipsLeaderboard_trophy_2, .ipsLeaderboard_trophy_2.ipsLeaderboard_trophy:before, .ipsLeaderboard_trophy_2.ipsLeaderboard_trophy:after{background-color:;}.ipsLeaderboard_trophy_3, .ipsLeaderboard_trophy_3.ipsLeaderboard_trophy:before, .ipsLeaderboard_trophy_3.ipsLeaderboard_trophy:after{background-color:;}.ipsLeaderboard_trophy_4{display:none;}.gpTheme_light .gpCard .gpCard_content .ipsRating .label{color:var(--color-ui-independence);padding:0;font-size:16px;}.gpTheme_light .gpCard .ipsRating .label{font-size:16px;}.ipsFlag-32{width:32px;height:26px;background:url("/uploads/static/flags32.png") no-repeat;display:inline-block;vertical-align:text-top;line-height:26px;}.ipsFlag-32.ipsFlag-ad{background-position:0 -704px;}.ipsFlag-32.ipsFlag-ae{background-position:0 -736px;}.ipsFlag-32.ipsFlag-af{background-position:0 -768px;}.ipsFlag-32.ipsFlag-ag{background-position:0 -800px;}.ipsFlag-32.ipsFlag-ai{background-position:0 -832px;}.ipsFlag-32.ipsFlag-al{background-position:0 -864px;}.ipsFlag-32.ipsFlag-am{background-position:0 -896px;}.ipsFlag-32.ipsFlag-ao{background-position:0 -928px;}.ipsFlag-32.ipsFlag-aq{background-position:0 -960px;}.ipsFlag-32.ipsFlag-ar{background-position:0 -992px;}.ipsFlag-32.ipsFlag-as{background-position:0 -1024px;}.ipsFlag-32.ipsFlag-at{background-position:0 -1056px;}.ipsFlag-32.ipsFlag-au{background-position:0 -1088px;}.ipsFlag-32.ipsFlag-aw{background-position:0 -1120px;}.ipsFlag-32.ipsFlag-ax{background-position:0 -1152px;}.ipsFlag-32.ipsFlag-az{background-position:0 -1184px;}.ipsFlag-32.ipsFlag-ba{background-position:0 -1216px;}.ipsFlag-32.ipsFlag-bb{background-position:0 -1248px;}.ipsFlag-32.ipsFlag-bd{background-position:0 -1280px;}.ipsFlag-32.ipsFlag-be{background-position:0 -1312px;}.ipsFlag-32.ipsFlag-bf{background-position:0 -1344px;}.ipsFlag-32.ipsFlag-bg{background-position:0 -1376px;}.ipsFlag-32.ipsFlag-bh{background-position:0 -1408px;}.ipsFlag-32.ipsFlag-bi{background-position:0 -1440px;}.ipsFlag-32.ipsFlag-bj{background-position:0 -1472px;}.ipsFlag-32.ipsFlag-bm{background-position:0 -1504px;}.ipsFlag-32.ipsFlag-bn{background-position:0 -1536px;}.ipsFlag-32.ipsFlag-bo{background-position:0 -1568px;}.ipsFlag-32.ipsFlag-br{background-position:0 -1600px;}.ipsFlag-32.ipsFlag-bs{background-position:0 -1632px;}.ipsFlag-32.ipsFlag-bt{background-position:0 -1664px;}.ipsFlag-32.ipsFlag-bw{background-position:0 -1696px;}.ipsFlag-32.ipsFlag-by{background-position:0 -1728px;}.ipsFlag-32.ipsFlag-bz{background-position:0 -1760px;}.ipsFlag-32.ipsFlag-ca{background-position:0 -1792px;}.ipsFlag-32.ipsFlag-cg{background-position:0 -1824px;}.ipsFlag-32.ipsFlag-cf{background-position:0 -1856px;}.ipsFlag-32.ipsFlag-cd{background-position:0 -1888px;}.ipsFlag-32.ipsFlag-ch{background-position:0 -1920px;}.ipsFlag-32.ipsFlag-ci{background-position:0 -1952px;}.ipsFlag-32.ipsFlag-ck{background-position:0 -1984px;}.ipsFlag-32.ipsFlag-cl{background-position:0 -2016px;}.ipsFlag-32.ipsFlag-cm{background-position:0 -2048px;}.ipsFlag-32.ipsFlag-cn{background-position:0 -2080px;}.ipsFlag-32.ipsFlag-co{background-position:0 -2112px;}.ipsFlag-32.ipsFlag-cr{background-position:0 -2144px;}.ipsFlag-32.ipsFlag-cu{background-position:0 -2176px;}.ipsFlag-32.ipsFlag-cv{background-position:0 -2208px;}.ipsFlag-32.ipsFlag-cy{background-position:0 -2240px;}.ipsFlag-32.ipsFlag-cz{background-position:0 -2272px;}.ipsFlag-32.ipsFlag-de{background-position:0 -2304px;}.ipsFlag-32.ipsFlag-dj{background-position:0 -2336px;}.ipsFlag-32.ipsFlag-dk{background-position:0 -2368px;}.ipsFlag-32.ipsFlag-dm{background-position:0 -2400px;}.ipsFlag-32.ipsFlag-do{background-position:0 -2432px;}.ipsFlag-32.ipsFlag-dz{background-position:0 -2464px;}.ipsFlag-32.ipsFlag-ec{background-position:0 -2496px;}.ipsFlag-32.ipsFlag-ee{background-position:0 -2528px;}.ipsFlag-32.ipsFlag-eg{background-position:0 -2560px;}.ipsFlag-32.ipsFlag-eh{background-position:0 -2592px;}.ipsFlag-32.ipsFlag-er{background-position:0 -2624px;}.ipsFlag-32.ipsFlag-es{background-position:0 -2656px;}.ipsFlag-32.ipsFlag-et{background-position:0 -2688px;}.ipsFlag-32.ipsFlag-fi{background-position:0 -2720px;}.ipsFlag-32.ipsFlag-fj{background-position:0 -2752px;}.ipsFlag-32.ipsFlag-fm{background-position:0 -2784px;}.ipsFlag-32.ipsFlag-fo{background-position:0 -2816px;}.ipsFlag-32.ipsFlag-fr{background-position:0 -2848px;}.ipsFlag-32.ipsFlag-bl{background-position:0 -2848px;}.ipsFlag-32.ipsFlag-cp{background-position:0 -2848px;}.ipsFlag-32.ipsFlag-mf{background-position:0 -2848px;}.ipsFlag-32.ipsFlag-yt{background-position:0 -2848px;}.ipsFlag-32.ipsFlag-ga{background-position:0 -2880px;}.ipsFlag-32.ipsFlag-gb{background-position:0 -2912px;}.ipsFlag-32.ipsFlag-sh{background-position:0 -2912px;}.ipsFlag-32.ipsFlag-gd{background-position:0 -2944px;}.ipsFlag-32.ipsFlag-ge{background-position:0 -2976px;}.ipsFlag-32.ipsFlag-gg{background-position:0 -3008px;}.ipsFlag-32.ipsFlag-gh{background-position:0 -3040px;}.ipsFlag-32.ipsFlag-gi{background-position:0 -3072px;}.ipsFlag-32.ipsFlag-gl{background-position:0 -3104px;}.ipsFlag-32.ipsFlag-gm{background-position:0 -3136px;}.ipsFlag-32.ipsFlag-gn{background-position:0 -3168px;}.ipsFlag-32.ipsFlag-gp{background-position:0 -3200px;}.ipsFlag-32.ipsFlag-gq{background-position:0 -3232px;}.ipsFlag-32.ipsFlag-gr{background-position:0 -3264px;}.ipsFlag-32.ipsFlag-gt{background-position:0 -3296px;}.ipsFlag-32.ipsFlag-gu{background-position:0 -3328px;}.ipsFlag-32.ipsFlag-gw{background-position:0 -3360px;}.ipsFlag-32.ipsFlag-gy{background-position:0 -3392px;}.ipsFlag-32.ipsFlag-hk{background-position:0 -3424px;}.ipsFlag-32.ipsFlag-hn{background-position:0 -3456px;}.ipsFlag-32.ipsFlag-hr{background-position:0 -3488px;}.ipsFlag-32.ipsFlag-ht{background-position:0 -3520px;}.ipsFlag-32.ipsFlag-hu{background-position:0 -3552px;}.ipsFlag-32.ipsFlag-id{background-position:0 -3584px;}.ipsFlag-32.ipsFlag-mc{background-position:0 -3584px;}.ipsFlag-32.ipsFlag-ie{background-position:0 -3616px;}.ipsFlag-32.ipsFlag-il{background-position:0 -3648px;}.ipsFlag-32.ipsFlag-im{background-position:0 -3680px;}.ipsFlag-32.ipsFlag-in{background-position:0 -3712px;}.ipsFlag-32.ipsFlag-iq{background-position:0 -3744px;}.ipsFlag-32.ipsFlag-ir{background-position:0 -3776px;}.ipsFlag-32.ipsFlag-is{background-position:0 -3808px;}.ipsFlag-32.ipsFlag-it{background-position:0 -3840px;}.ipsFlag-32.ipsFlag-je{background-position:0 -3872px;}.ipsFlag-32.ipsFlag-jm{background-position:0 -3904px;}.ipsFlag-32.ipsFlag-jo{background-position:0 -3936px;}.ipsFlag-32.ipsFlag-jp{background-position:0 -3968px;}.ipsFlag-32.ipsFlag-ke{background-position:0 -4000px;}.ipsFlag-32.ipsFlag-kg{background-position:0 -4032px;}.ipsFlag-32.ipsFlag-kh{background-position:0 -4064px;}.ipsFlag-32.ipsFlag-ki{background-position:0 -4096px;}.ipsFlag-32.ipsFlag-km{background-position:0 -4128px;}.ipsFlag-32.ipsFlag-kn{background-position:0 -4160px;}.ipsFlag-32.ipsFlag-kp{background-position:0 -4192px;}.ipsFlag-32.ipsFlag-kr{background-position:0 -4224px;}.ipsFlag-32.ipsFlag-kw{background-position:0 -4256px;}.ipsFlag-32.ipsFlag-ky{background-position:0 -4288px;}.ipsFlag-32.ipsFlag-kz{background-position:0 -4320px;}.ipsFlag-32.ipsFlag-la{background-position:0 -4352px;}.ipsFlag-32.ipsFlag-lb{background-position:0 -4384px;}.ipsFlag-32.ipsFlag-lc{background-position:0 -4416px;}.ipsFlag-32.ipsFlag-li{background-position:0 -4448px;}.ipsFlag-32.ipsFlag-lk{background-position:0 -4480px;}.ipsFlag-32.ipsFlag-lr{background-position:0 -4512px;}.ipsFlag-32.ipsFlag-ls{background-position:0 -4544px;}.ipsFlag-32.ipsFlag-lt{background-position:0 -4576px;}.ipsFlag-32.ipsFlag-lu{background-position:0 -4608px;}.ipsFlag-32.ipsFlag-lv{background-position:0 -4640px;}.ipsFlag-32.ipsFlag-ly{background-position:0 -4672px;}.ipsFlag-32.ipsFlag-ma{background-position:0 -4704px;}.ipsFlag-32.ipsFlag-md{background-position:0 -4736px;}.ipsFlag-32.ipsFlag-me{background-position:0 -4768px;}.ipsFlag-32.ipsFlag-mg{background-position:0 -4800px;}.ipsFlag-32.ipsFlag-mh{background-position:0 -4832px;}.ipsFlag-32.ipsFlag-mk{background-position:0 -4864px;}.ipsFlag-32.ipsFlag-ml{background-position:0 -4896px;}.ipsFlag-32.ipsFlag-mm{background-position:0 -4928px;}.ipsFlag-32.ipsFlag-mn{background-position:0 -4960px;}.ipsFlag-32.ipsFlag-mo{background-position:0 -4992px;}.ipsFlag-32.ipsFlag-mq{background-position:0 -5024px;}.ipsFlag-32.ipsFlag-mr{background-position:0 -5056px;}.ipsFlag-32.ipsFlag-ms{background-position:0 -5088px;}.ipsFlag-32.ipsFlag-mt{background-position:0 -5120px;}.ipsFlag-32.ipsFlag-mu{background-position:0 -5152px;}.ipsFlag-32.ipsFlag-mv{background-position:0 -5184px;}.ipsFlag-32.ipsFlag-mw{background-position:0 -5216px;}.ipsFlag-32.ipsFlag-mx{background-position:0 -5248px;}.ipsFlag-32.ipsFlag-my{background-position:0 -5280px;}.ipsFlag-32.ipsFlag-mz{background-position:0 -5312px;}.ipsFlag-32.ipsFlag-na{background-position:0 -5344px;}.ipsFlag-32.ipsFlag-nc{background-position:0 -5376px;}.ipsFlag-32.ipsFlag-ne{background-position:0 -5408px;}.ipsFlag-32.ipsFlag-ng{background-position:0 -5440px;}.ipsFlag-32.ipsFlag-ni{background-position:0 -5472px;}.ipsFlag-32.ipsFlag-nl{background-position:0 -5504px;}.ipsFlag-32.ipsFlag-bq{background-position:0 -5504px;}.ipsFlag-32.ipsFlag-no{background-position:0 -5536px;}.ipsFlag-32.ipsFlag-bv{background-position:0 -5536px;}.ipsFlag-32.ipsFlag-nq{background-position:0 -5536px;}.ipsFlag-32.ipsFlag-sj{background-position:0 -5536px;}.ipsFlag-32.ipsFlag-np{background-position:0 -5568px;}.ipsFlag-32.ipsFlag-nr{background-position:0 -5600px;}.ipsFlag-32.ipsFlag-nz{background-position:0 -5632px;}.ipsFlag-32.ipsFlag-om{background-position:0 -5664px;}.ipsFlag-32.ipsFlag-pa{background-position:0 -5696px;}.ipsFlag-32.ipsFlag-pe{background-position:0 -5728px;}.ipsFlag-32.ipsFlag-pf{background-position:0 -5760px;}.ipsFlag-32.ipsFlag-pg{background-position:0 -5792px;}.ipsFlag-32.ipsFlag-ph{background-position:0 -5824px;}.ipsFlag-32.ipsFlag-pk{background-position:0 -5856px;}.ipsFlag-32.ipsFlag-pl{background-position:0 -5888px;}.ipsFlag-32.ipsFlag-pr{background-position:0 -5920px;}.ipsFlag-32.ipsFlag-ps{background-position:0 -5952px;}.ipsFlag-32.ipsFlag-pt{background-position:0 -5984px;}.ipsFlag-32.ipsFlag-pw{background-position:0 -6016px;}.ipsFlag-32.ipsFlag-py{background-position:0 -6048px;}.ipsFlag-32.ipsFlag-qa{background-position:0 -6080px;}.ipsFlag-32.ipsFlag-re{background-position:0 -6112px;}.ipsFlag-32.ipsFlag-ro{background-position:0 -6144px;}.ipsFlag-32.ipsFlag-rs{background-position:0 -6176px;}.ipsFlag-32.ipsFlag-ru{background-position:0 -6208px;}.ipsFlag-32.ipsFlag-rw{background-position:0 -6240px;}.ipsFlag-32.ipsFlag-sa{background-position:0 -6272px;}.ipsFlag-32.ipsFlag-sb{background-position:0 -6304px;}.ipsFlag-32.ipsFlag-sc{background-position:0 -6336px;}.ipsFlag-32.ipsFlag-sd{background-position:0 -6368px;}.ipsFlag-32.ipsFlag-se{background-position:0 -6400px;}.ipsFlag-32.ipsFlag-sg{background-position:0 -6432px;}.ipsFlag-32.ipsFlag-si{background-position:0 -6464px;}.ipsFlag-32.ipsFlag-sk{background-position:0 -6496px;}.ipsFlag-32.ipsFlag-sl{background-position:0 -6528px;}.ipsFlag-32.ipsFlag-sm{background-position:0 -6560px;}.ipsFlag-32.ipsFlag-sn{background-position:0 -6592px;}.ipsFlag-32.ipsFlag-so{background-position:0 -6624px;}.ipsFlag-32.ipsFlag-sr{background-position:0 -6656px;}.ipsFlag-32.ipsFlag-st{background-position:0 -6688px;}.ipsFlag-32.ipsFlag-sv{background-position:0 -6720px;}.ipsFlag-32.ipsFlag-sy{background-position:0 -6752px;}.ipsFlag-32.ipsFlag-sz{background-position:0 -6784px;}.ipsFlag-32.ipsFlag-tc{background-position:0 -6816px;}.ipsFlag-32.ipsFlag-td{background-position:0 -6848px;}.ipsFlag-32.ipsFlag-tg{background-position:0 -6880px;}.ipsFlag-32.ipsFlag-th{background-position:0 -6912px;}.ipsFlag-32.ipsFlag-tj{background-position:0 -6944px;}.ipsFlag-32.ipsFlag-tl{background-position:0 -6976px;}.ipsFlag-32.ipsFlag-tm{background-position:0 -7008px;}.ipsFlag-32.ipsFlag-tn{background-position:0 -7040px;}.ipsFlag-32.ipsFlag-to{background-position:0 -7072px;}.ipsFlag-32.ipsFlag-tr{background-position:0 -7104px;}.ipsFlag-32.ipsFlag-tt{background-position:0 -7136px;}.ipsFlag-32.ipsFlag-tv{background-position:0 -7168px;}.ipsFlag-32.ipsFlag-tw{background-position:0 -7200px;}.ipsFlag-32.ipsFlag-tz{background-position:0 -7232px;}.ipsFlag-32.ipsFlag-ua{background-position:0 -7264px;}.ipsFlag-32.ipsFlag-ug{background-position:0 -7296px;}.ipsFlag-32.ipsFlag-us{background-position:0 -7328px;}.ipsFlag-32.ipsFlag-uy{background-position:0 -7360px;}.ipsFlag-32.ipsFlag-uz{background-position:0 -7392px;}.ipsFlag-32.ipsFlag-va{background-position:0 -7424px;}.ipsFlag-32.ipsFlag-vc{background-position:0 -7456px;}.ipsFlag-32.ipsFlag-ve{background-position:0 -7488px;}.ipsFlag-32.ipsFlag-vg{background-position:0 -7520px;}.ipsFlag-32.ipsFlag-vi{background-position:0 -7552px;}.ipsFlag-32.ipsFlag-vn{background-position:0 -7584px;}.ipsFlag-32.ipsFlag-vu{background-position:0 -7616px;}.ipsFlag-32.ipsFlag-ws{background-position:0 -7648px;}.ipsFlag-32.ipsFlag-ye{background-position:0 -7680px;}.ipsFlag-32.ipsFlag-za{background-position:0 -7712px;}.ipsFlag-32.ipsFlag-zm{background-position:0 -7744px;}.ipsFlag-32.ipsFlag-zw{background-position:0 -7776px;}.ipsFlag-32.ipsFlag-sx{background-position:0 -7808px;}.ipsFlag-32.ipsFlag-cw{background-position:0 -7840px;}.ipsFlag-32.ipsFlag-ss{background-position:0 -7872px;}.ipsFlag-32.ipsFlag-nu{background-position:0 -7904px;}.ipsFlag-32.ipsFlag-ca-on{background-position:0 -7936px;}.ipsFlag{width:16px;height:13px;background:url("/uploads/static/flags32.png") no-repeat;display:inline-block;vertical-align:text-top;line-height:13px;}.ipsFlag.ipsFlag-ad{background-position:0 -352px;}.ipsFlag.ipsFlag-ae{background-position:0 -368px;}.ipsFlag.ipsFlag-af{background-position:0 -384px;}.ipsFlag.ipsFlag-ag{background-position:0 -400px;}.ipsFlag.ipsFlag-ai{background-position:0 -416px;}.ipsFlag.ipsFlag-al{background-position:0 -432px;}.ipsFlag.ipsFlag-am{background-position:0 -448px;}.ipsFlag.ipsFlag-ao{background-position:0 -464px;}.ipsFlag.ipsFlag-aq{background-position:0 -480px;}.ipsFlag.ipsFlag-ar{background-position:0 -496px;}.ipsFlag.ipsFlag-as{background-position:0 -512px;}.ipsFlag.ipsFlag-at{background-position:0 -528px;}.ipsFlag.ipsFlag-au{background-position:0 -544px;}.ipsFlag.ipsFlag-aw{background-position:0 -560px;}.ipsFlag.ipsFlag-ax{background-position:0 -576px;}.ipsFlag.ipsFlag-az{background-position:0 -592px;}.ipsFlag.ipsFlag-ba{background-position:0 -608px;}.ipsFlag.ipsFlag-bb{background-position:0 -624px;}.ipsFlag.ipsFlag-bd{background-position:0 -640px;}.ipsFlag.ipsFlag-be{background-position:0 -656px;}.ipsFlag.ipsFlag-bf{background-position:0 -672px;}.ipsFlag.ipsFlag-bg{background-position:0 -688px;}.ipsFlag.ipsFlag-bh{background-position:0 -704px;}.ipsFlag.ipsFlag-bi{background-position:0 -720px;}.ipsFlag.ipsFlag-bj{background-position:0 -736px;}.ipsFlag.ipsFlag-bm{background-position:0 -752px;}.ipsFlag.ipsFlag-bn{background-position:0 -768px;}.ipsFlag.ipsFlag-bo{background-position:0 -784px;}.ipsFlag.ipsFlag-br{background-position:0 -800px;}.ipsFlag.ipsFlag-bs{background-position:0 -816px;}.ipsFlag.ipsFlag-bt{background-position:0 -832px;}.ipsFlag.ipsFlag-bw{background-position:0 -848px;}.ipsFlag.ipsFlag-by{background-position:0 -864px;}.ipsFlag.ipsFlag-bz{background-position:0 -880px;}.ipsFlag.ipsFlag-ca{background-position:0 -896px;}.ipsFlag.ipsFlag-cg{background-position:0 -912px;}.ipsFlag.ipsFlag-cf{background-position:0 -928px;}.ipsFlag.ipsFlag-cd{background-position:0 -944px;}.ipsFlag.ipsFlag-ch{background-position:0 -960px;}.ipsFlag.ipsFlag-ci{background-position:0 -976px;}.ipsFlag.ipsFlag-ck{background-position:0 -992px;}.ipsFlag.ipsFlag-cl{background-position:0 -1008px;}.ipsFlag.ipsFlag-cm{background-position:0 -1024px;}.ipsFlag.ipsFlag-cn{background-position:0 -1040px;}.ipsFlag.ipsFlag-co{background-position:0 -1056px;}.ipsFlag.ipsFlag-cr{background-position:0 -1072px;}.ipsFlag.ipsFlag-cu{background-position:0 -1088px;}.ipsFlag.ipsFlag-cv{background-position:0 -1104px;}.ipsFlag.ipsFlag-cy{background-position:0 -1120px;}.ipsFlag.ipsFlag-cz{background-position:0 -1136px;}.ipsFlag.ipsFlag-de{background-position:0 -1152px;}.ipsFlag.ipsFlag-dj{background-position:0 -1168px;}.ipsFlag.ipsFlag-dk{background-position:0 -1184px;}.ipsFlag.ipsFlag-dm{background-position:0 -1200px;}.ipsFlag.ipsFlag-do{background-position:0 -1216px;}.ipsFlag.ipsFlag-dz{background-position:0 -1232px;}.ipsFlag.ipsFlag-ec{background-position:0 -1248px;}.ipsFlag.ipsFlag-ee{background-position:0 -1264px;}.ipsFlag.ipsFlag-eg{background-position:0 -1280px;}.ipsFlag.ipsFlag-eh{background-position:0 -1296px;}.ipsFlag.ipsFlag-er{background-position:0 -1312px;}.ipsFlag.ipsFlag-es{background-position:0 -1328px;}.ipsFlag.ipsFlag-et{background-position:0 -1344px;}.ipsFlag.ipsFlag-fi{background-position:0 -1360px;}.ipsFlag.ipsFlag-fj{background-position:0 -1376px;}.ipsFlag.ipsFlag-fm{background-position:0 -1392px;}.ipsFlag.ipsFlag-fo{background-position:0 -1408px;}.ipsFlag.ipsFlag-fr{background-position:0 -1424px;}.ipsFlag.ipsFlag-bl{background-position:0 -1424px;}.ipsFlag.ipsFlag-cp{background-position:0 -1424px;}.ipsFlag.ipsFlag-mf{background-position:0 -1424px;}.ipsFlag.ipsFlag-yt{background-position:0 -1424px;}.ipsFlag.ipsFlag-ga{background-position:0 -1440px;}.ipsFlag.ipsFlag-gb{background-position:0 -1456px;}.ipsFlag.ipsFlag-sh{background-position:0 -1456px;}.ipsFlag.ipsFlag-gd{background-position:0 -1472px;}.ipsFlag.ipsFlag-ge{background-position:0 -1488px;}.ipsFlag.ipsFlag-gg{background-position:0 -1504px;}.ipsFlag.ipsFlag-gh{background-position:0 -1520px;}.ipsFlag.ipsFlag-gi{background-position:0 -1536px;}.ipsFlag.ipsFlag-gl{background-position:0 -1552px;}.ipsFlag.ipsFlag-gm{background-position:0 -1568px;}.ipsFlag.ipsFlag-gn{background-position:0 -1584px;}.ipsFlag.ipsFlag-gp{background-position:0 -1600px;}.ipsFlag.ipsFlag-gq{background-position:0 -1616px;}.ipsFlag.ipsFlag-gr{background-position:0 -1632px;}.ipsFlag.ipsFlag-gt{background-position:0 -1648px;}.ipsFlag.ipsFlag-gu{background-position:0 -1664px;}.ipsFlag.ipsFlag-gw{background-position:0 -1680px;}.ipsFlag.ipsFlag-gy{background-position:0 -1696px;}.ipsFlag.ipsFlag-hk{background-position:0 -1712px;}.ipsFlag.ipsFlag-hn{background-position:0 -1728px;}.ipsFlag.ipsFlag-hr{background-position:0 -1744px;}.ipsFlag.ipsFlag-ht{background-position:0 -1760px;}.ipsFlag.ipsFlag-hu{background-position:0 -1776px;}.ipsFlag.ipsFlag-id{background-position:0 -1792px;}.ipsFlag.ipsFlag-mc{background-position:0 -1792px;}.ipsFlag.ipsFlag-ie{background-position:0 -1808px;}.ipsFlag.ipsFlag-il{background-position:0 -1824px;}.ipsFlag.ipsFlag-im{background-position:0 -1840px;}.ipsFlag.ipsFlag-in{background-position:0 -1856px;}.ipsFlag.ipsFlag-iq{background-position:0 -1872px;}.ipsFlag.ipsFlag-ir{background-position:0 -1888px;}.ipsFlag.ipsFlag-is{background-position:0 -1904px;}.ipsFlag.ipsFlag-it{background-position:0 -1920px;}.ipsFlag.ipsFlag-je{background-position:0 -1936px;}.ipsFlag.ipsFlag-jm{background-position:0 -1952px;}.ipsFlag.ipsFlag-jo{background-position:0 -1968px;}.ipsFlag.ipsFlag-jp{background-position:0 -1984px;}.ipsFlag.ipsFlag-ke{background-position:0 -2000px;}.ipsFlag.ipsFlag-kg{background-position:0 -2016px;}.ipsFlag.ipsFlag-kh{background-position:0 -2032px;}.ipsFlag.ipsFlag-ki{background-position:0 -2048px;}.ipsFlag.ipsFlag-km{background-position:0 -2064px;}.ipsFlag.ipsFlag-kn{background-position:0 -2080px;}.ipsFlag.ipsFlag-kp{background-position:0 -2096px;}.ipsFlag.ipsFlag-kr{background-position:0 -2112px;}.ipsFlag.ipsFlag-kw{background-position:0 -2128px;}.ipsFlag.ipsFlag-ky{background-position:0 -2144px;}.ipsFlag.ipsFlag-kz{background-position:0 -2160px;}.ipsFlag.ipsFlag-la{background-position:0 -2176px;}.ipsFlag.ipsFlag-lb{background-position:0 -2192px;}.ipsFlag.ipsFlag-lc{background-position:0 -2208px;}.ipsFlag.ipsFlag-li{background-position:0 -2224px;}.ipsFlag.ipsFlag-lk{background-position:0 -2240px;}.ipsFlag.ipsFlag-lr{background-position:0 -2256px;}.ipsFlag.ipsFlag-ls{background-position:0 -2272px;}.ipsFlag.ipsFlag-lt{background-position:0 -2288px;}.ipsFlag.ipsFlag-lu{background-position:0 -2304px;}.ipsFlag.ipsFlag-lv{background-position:0 -2320px;}.ipsFlag.ipsFlag-ly{background-position:0 -2336px;}.ipsFlag.ipsFlag-ma{background-position:0 -2352px;}.ipsFlag.ipsFlag-md{background-position:0 -2368px;}.ipsFlag.ipsFlag-me{background-position:0 -2384px;}.ipsFlag.ipsFlag-mg{background-position:0 -2400px;}.ipsFlag.ipsFlag-mh{background-position:0 -2416px;}.ipsFlag.ipsFlag-mk{background-position:0 -2432px;}.ipsFlag.ipsFlag-ml{background-position:0 -2448px;}.ipsFlag.ipsFlag-mm{background-position:0 -2464px;}.ipsFlag.ipsFlag-mn{background-position:0 -2480px;}.ipsFlag.ipsFlag-mo{background-position:0 -2496px;}.ipsFlag.ipsFlag-mq{background-position:0 -2512px;}.ipsFlag.ipsFlag-mr{background-position:0 -2528px;}.ipsFlag.ipsFlag-ms{background-position:0 -2544px;}.ipsFlag.ipsFlag-mt{background-position:0 -2560px;}.ipsFlag.ipsFlag-mu{background-position:0 -2576px;}.ipsFlag.ipsFlag-mv{background-position:0 -2592px;}.ipsFlag.ipsFlag-mw{background-position:0 -2608px;}.ipsFlag.ipsFlag-mx{background-position:0 -2624px;}.ipsFlag.ipsFlag-my{background-position:0 -2640px;}.ipsFlag.ipsFlag-mz{background-position:0 -2656px;}.ipsFlag.ipsFlag-na{background-position:0 -2672px;}.ipsFlag.ipsFlag-nc{background-position:0 -2688px;}.ipsFlag.ipsFlag-ne{background-position:0 -2704px;}.ipsFlag.ipsFlag-ng{background-position:0 -2720px;}.ipsFlag.ipsFlag-ni{background-position:0 -2736px;}.ipsFlag.ipsFlag-nl{background-position:0 -2752px;}.ipsFlag.ipsFlag-bq{background-position:0 -2752px;}.ipsFlag.ipsFlag-no{background-position:0 -2768px;}.ipsFlag.ipsFlag-bv{background-position:0 -2768px;}.ipsFlag.ipsFlag-nq{background-position:0 -2768px;}.ipsFlag.ipsFlag-sj{background-position:0 -2768px;}.ipsFlag.ipsFlag-np{background-position:0 -2784px;}.ipsFlag.ipsFlag-nr{background-position:0 -2800px;}.ipsFlag.ipsFlag-nz{background-position:0 -2816px;}.ipsFlag.ipsFlag-om{background-position:0 -2832px;}.ipsFlag.ipsFlag-pa{background-position:0 -2848px;}.ipsFlag.ipsFlag-pe{background-position:0 -2864px;}.ipsFlag.ipsFlag-pf{background-position:0 -2880px;}.ipsFlag.ipsFlag-pg{background-position:0 -2896px;}.ipsFlag.ipsFlag-ph{background-position:0 -2912px;}.ipsFlag.ipsFlag-pk{background-position:0 -2928px;}.ipsFlag.ipsFlag-pl{background-position:0 -2944px;}.ipsFlag.ipsFlag-pr{background-position:0 -2960px;}.ipsFlag.ipsFlag-ps{background-position:0 -2976px;}.ipsFlag.ipsFlag-pt{background-position:0 -2992px;}.ipsFlag.ipsFlag-pw{background-position:0 -3008px;}.ipsFlag.ipsFlag-py{background-position:0 -3024px;}.ipsFlag.ipsFlag-qa{background-position:0 -3040px;}.ipsFlag.ipsFlag-re{background-position:0 -3056px;}.ipsFlag.ipsFlag-ro{background-position:0 -3072px;}.ipsFlag.ipsFlag-rs{background-position:0 -3088px;}.ipsFlag.ipsFlag-ru{background-position:0 -3104px;}.ipsFlag.ipsFlag-rw{background-position:0 -3120px;}.ipsFlag.ipsFlag-sa{background-position:0 -3136px;}.ipsFlag.ipsFlag-sb{background-position:0 -3152px;}.ipsFlag.ipsFlag-sc{background-position:0 -3168px;}.ipsFlag.ipsFlag-sd{background-position:0 -3184px;}.ipsFlag.ipsFlag-se{background-position:0 -3200px;}.ipsFlag.ipsFlag-sg{background-position:0 -3216px;}.ipsFlag.ipsFlag-si{background-position:0 -3232px;}.ipsFlag.ipsFlag-sk{background-position:0 -3248px;}.ipsFlag.ipsFlag-sl{background-position:0 -3264px;}.ipsFlag.ipsFlag-sm{background-position:0 -3280px;}.ipsFlag.ipsFlag-sn{background-position:0 -3296px;}.ipsFlag.ipsFlag-so{background-position:0 -3312px;}.ipsFlag.ipsFlag-sr{background-position:0 -3328px;}.ipsFlag.ipsFlag-st{background-position:0 -3344px;}.ipsFlag.ipsFlag-sv{background-position:0 -3360px;}.ipsFlag.ipsFlag-sy{background-position:0 -3376px;}.ipsFlag.ipsFlag-sz{background-position:0 -3392px;}.ipsFlag.ipsFlag-tc{background-position:0 -3408px;}.ipsFlag.ipsFlag-td{background-position:0 -3424px;}.ipsFlag.ipsFlag-tg{background-position:0 -3440px;}.ipsFlag.ipsFlag-th{background-position:0 -3456px;}.ipsFlag.ipsFlag-tj{background-position:0 -3472px;}.ipsFlag.ipsFlag-tl{background-position:0 -3488px;}.ipsFlag.ipsFlag-tm{background-position:0 -3504px;}.ipsFlag.ipsFlag-tn{background-position:0 -3520px;}.ipsFlag.ipsFlag-to{background-position:0 -3536px;}.ipsFlag.ipsFlag-tr{background-position:0 -3552px;}.ipsFlag.ipsFlag-tt{background-position:0 -3568px;}.ipsFlag.ipsFlag-tv{background-position:0 -3584px;}.ipsFlag.ipsFlag-tw{background-position:0 -3600px;}.ipsFlag.ipsFlag-tz{background-position:0 -3616px;}.ipsFlag.ipsFlag-ua{background-position:0 -3632px;}.ipsFlag.ipsFlag-ug{background-position:0 -3648px;}.ipsFlag.ipsFlag-us{background-position:0 -3664px;}.ipsFlag.ipsFlag-uy{background-position:0 -3680px;}.ipsFlag.ipsFlag-uz{background-position:0 -3696px;}.ipsFlag.ipsFlag-va{background-position:0 -3712px;}.ipsFlag.ipsFlag-vc{background-position:0 -3728px;}.ipsFlag.ipsFlag-ve{background-position:0 -3744px;}.ipsFlag.ipsFlag-vg{background-position:0 -3760px;}.ipsFlag.ipsFlag-vi{background-position:0 -3776px;}.ipsFlag.ipsFlag-vn{background-position:0 -3792px;}.ipsFlag.ipsFlag-vu{background-position:0 -3808px;}.ipsFlag.ipsFlag-ws{background-position:0 -3824px;}.ipsFlag.ipsFlag-ye{background-position:0 -3840px;}.ipsFlag.ipsFlag-za{background-position:0 -3856px;}.ipsFlag.ipsFlag-zm{background-position:0 -3872px;}.ipsFlag.ipsFlag-zw{background-position:0 -3888px;}.ipsFlag.ipsFlag-sx{background-position:0 -3904px;}.ipsFlag.ipsFlag-cw{background-position:0 -3920px;}.ipsFlag.ipsFlag-ss{background-position:0 -3936px;}.ipsFlag.ipsFlag-nu{background-position:0 -3952px;}.gpFlex{display:flex;}.gpFlex_wrap{flex-wrap:wrap;}.gpFlex_alignItems_center{align-items:center;}.gpFlex_alignItems_baseline{align-items:baseline;}.gpFlex_alignItems_flexStart{align-items:flex-start;}.gpFlex_gap_column_normal{column-gap:10px;}.gpFlex_gap_column_half{column-gap:5px;}.gpFlex_gap_column_double{column-gap:20px;}.gpFlex_gap_column_triple{column-gap:30px;}.gpFlex_gap_column_quadruple{column-gap:40px;}.gpFlex_gap_row_normal{row-gap:10px;}.gpFlex_gap_row_half{row-gap:5px;}.gpFlex_gap_row_double{row-gap:20px;}.gpFlex_flexOne{flex:1;}.gpFlex_flexZero{flex:0;}.gpFlex_flexNone{flex:none;}.gpFlex_shrinkZero{flex-shrink:0;}.gpFlex_growOne{flex-grow:1;}.gpFlex_justifyContent_flexStart{justify-content:flex-start;}.gpFlex_justifyContent_flexEnd{justify-content:flex-end;}.gpFlex_justifyContent_center{justify-content:center;}.gpFlex_justifyContent_spaceBetween{justify-content:space-between;}.gpFlex_directionColumn{flex-direction:column;}.md-gpFlex_directionColumn{flex-direction:row;}.gpFlex_directionRow{flex-direction:row;}.gpFlex_basis_100{flex-basis:100%;}div[data-resort="listResort"] .gpFlex_flexOne{overflow:auto;}@media screen and (max-width:768px){.md-gpFlex_directionColumn{flex-direction:column;}}@media screen and (max-width:999px){.gpFlex_mobileDirection_column{flex-direction:column;}.gpFlex_mobileDirection_columnReverse{flex-direction:column-reverse;}.gpFlex_mobileDirection_row{flex-direction:row;}.gpFlex_mobile_justifyContent_center{justify-content:center;}.gpFlex_mobile_alignItems_center{align-items:center;}.gpFlex_mobile_alignItems_flexStart{align-items:flex-start;}.gpFlex_mobile_alignSelf_flexStart{align-self:flex-start;}}@media screen and (min-width:1000px){.gpFlex_desktop_gap_column_double{column-gap:20px;}}@font-face{font-family:'FontAwesome';src:url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.eot?v=4.7.0');src:url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.eot#iefix&amp;v=4.7.0') format('embedded-opentype'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul > li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right{margin-left:.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{animation:fa-spin 2s infinite linear;}.fa-pulse{animation:fa-spin 1s infinite steps(8);}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg);}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg);}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg);}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);transform:scale(-1, 1);}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);transform:scale(1, -1);}:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x, .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#ffffff;}.fa-glass:before{content:"\f000";}.fa-music:before{content:"\f001";}.fa-search:before{content:"\f002";}.fa-envelope-o:before{content:"\f003";}.fa-heart:before{content:"\f004";}.fa-star:before{content:"\f005";}.fa-star-o:before{content:"\f006";}.fa-user:before{content:"\f007";}.fa-film:before{content:"\f008";}.fa-th-large:before{content:"\f009";}.fa-th:before{content:"\f00a";}.fa-th-list:before{content:"\f00b";}.fa-check:before{content:"\f00c";}.fa-remove:before, .fa-close:before, .fa-times:before{content:"\f00d";}.fa-search-plus:before{content:"\f00e";}.fa-search-minus:before{content:"\f010";}.fa-power-off:before{content:"\f011";}.fa-signal:before{content:"\f012";}.fa-gear:before, .fa-cog:before{content:"\f013";}.fa-trash-o:before{content:"\f014";}.fa-home:before{content:"\f015";}.fa-file-o:before{content:"\f016";}.fa-clock-o:before{content:"\f017";}.fa-road:before{content:"\f018";}.fa-download:before{content:"\f019";}.fa-arrow-circle-o-down:before{content:"\f01a";}.fa-arrow-circle-o-up:before{content:"\f01b";}.fa-inbox:before{content:"\f01c";}.fa-play-circle-o:before{content:"\f01d";}.fa-rotate-right:before, .fa-repeat:before{content:"\f01e";}.fa-refresh:before{content:"\f021";}.fa-list-alt:before{content:"\f022";}.fa-lock:before{content:"\f023";}.fa-flag:before{content:"\f024";}.fa-headphones:before{content:"\f025";}.fa-volume-off:before{content:"\f026";}.fa-volume-down:before{content:"\f027";}.fa-volume-up:before{content:"\f028";}.fa-qrcode:before{content:"\f029";}.fa-barcode:before{content:"\f02a";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-book:before{content:"\f02d";}.fa-bookmark:before{content:"\f02e";}.fa-print:before{content:"\f02f";}.fa-camera:before{content:"\f030";}.fa-font:before{content:"\f031";}.fa-bold:before{content:"\f032";}.fa-italic:before{content:"\f033";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-align-left:before{content:"\f036";}.fa-align-center:before{content:"\f037";}.fa-align-right:before{content:"\f038";}.fa-align-justify:before{content:"\f039";}.fa-list:before{content:"\f03a";}.fa-dedent:before, .fa-outdent:before{content:"\f03b";}.fa-indent:before{content:"\f03c";}.fa-video-camera:before{content:"\f03d";}.fa-photo:before, .fa-image:before, .fa-picture-o:before{content:"\f03e";}.fa-pencil:before{content:"\f040";}.fa-map-marker:before{content:"\f041";}.fa-adjust:before{content:"\f042";}.fa-tint:before{content:"\f043";}.fa-edit:before, .fa-pencil-square-o:before{content:"\f044";}.fa-share-square-o:before{content:"\f045";}.fa-check-square-o:before{content:"\f046";}.fa-arrows:before{content:"\f047";}.fa-step-backward:before{content:"\f048";}.fa-fast-backward:before{content:"\f049";}.fa-backward:before{content:"\f04a";}.fa-play:before{content:"\f04b";}.fa-pause:before{content:"\f04c";}.fa-stop:before{content:"\f04d";}.fa-forward:before{content:"\f04e";}.fa-fast-forward:before{content:"\f050";}.fa-step-forward:before{content:"\f051";}.fa-eject:before{content:"\f052";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-plus-circle:before{content:"\f055";}.fa-minus-circle:before{content:"\f056";}.fa-times-circle:before{content:"\f057";}.fa-check-circle:before{content:"\f058";}.fa-question-circle:before{content:"\f059";}.fa-info-circle:before{content:"\f05a";}.fa-crosshairs:before{content:"\f05b";}.fa-times-circle-o:before{content:"\f05c";}.fa-check-circle-o:before{content:"\f05d";}.fa-ban:before{content:"\f05e";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-up:before{content:"\f062";}.fa-arrow-down:before{content:"\f063";}.fa-mail-forward:before, .fa-share:before{content:"\f064";}.fa-expand:before{content:"\f065";}.fa-compress:before{content:"\f066";}.fa-plus:before{content:"\f067";}.fa-minus:before{content:"\f068";}.fa-asterisk:before{content:"\f069";}.fa-exclamation-circle:before{content:"\f06a";}.fa-gift:before{content:"\f06b";}.fa-leaf:before{content:"\f06c";}.fa-fire:before{content:"\f06d";}.fa-eye:before{content:"\f06e";}.fa-eye-slash:before{content:"\f070";}.fa-warning:before, .fa-exclamation-triangle:before{content:"\f071";}.fa-plane:before{content:"\f072";}.fa-calendar:before{content:"\f073";}.fa-random:before{content:"\f074";}.fa-comment:before{content:"\f075";}.fa-magnet:before{content:"\f076";}.fa-chevron-up:before{content:"\f077";}.fa-chevron-down:before{content:"\f078";}.fa-retweet:before{content:"\f079";}.fa-shopping-cart:before{content:"\f07a";}.fa-folder:before{content:"\f07b";}.fa-folder-open:before{content:"\f07c";}.fa-arrows-v:before{content:"\f07d";}.fa-arrows-h:before{content:"\f07e";}.fa-bar-chart-o:before, .fa-bar-chart:before{content:"\f080";}.fa-twitter-square:before{content:"\f081";}.fa-facebook-square:before{content:"\f082";}.fa-camera-retro:before{content:"\f083";}.fa-key:before{content:"\f084";}.fa-gears:before, .fa-cogs:before{content:"\f085";}.fa-comments:before{content:"\f086";}.fa-thumbs-o-up:before{content:"\f087";}.fa-thumbs-o-down:before{content:"\f088";}.fa-star-half:before{content:"\f089";}.fa-heart-o:before{content:"\f08a";}.fa-sign-out:before{content:"\f08b";}.fa-linkedin-square:before{content:"\f08c";}.fa-thumb-tack:before{content:"\f08d";}.fa-external-link:before{content:"\f08e";}.fa-sign-in:before{content:"\f090";}.fa-trophy:before{content:"\f091";}.fa-github-square:before{content:"\f092";}.fa-upload:before{content:"\f093";}.fa-lemon-o:before{content:"\f094";}.fa-phone:before{content:"\f095";}.fa-square-o:before{content:"\f096";}.fa-bookmark-o:before{content:"\f097";}.fa-phone-square:before{content:"\f098";}.fa-twitter:before{content:"\f099";}.fa-facebook-f:before, .fa-facebook:before{content:"\f09a";}.fa-github:before{content:"\f09b";}.fa-unlock:before{content:"\f09c";}.fa-credit-card:before{content:"\f09d";}.fa-feed:before, .fa-rss:before{content:"\f09e";}.fa-hdd-o:before{content:"\f0a0";}.fa-bullhorn:before{content:"\f0a1";}.fa-bell:before{content:"\f0f3";}.fa-certificate:before{content:"\f0a3";}.fa-hand-o-right:before{content:"\f0a4";}.fa-hand-o-left:before{content:"\f0a5";}.fa-hand-o-up:before{content:"\f0a6";}.fa-hand-o-down:before{content:"\f0a7";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-globe:before{content:"\f0ac";}.fa-wrench:before{content:"\f0ad";}.fa-tasks:before{content:"\f0ae";}.fa-filter:before{content:"\f0b0";}.fa-briefcase:before{content:"\f0b1";}.fa-arrows-alt:before{content:"\f0b2";}.fa-group:before, .fa-users:before{content:"\f0c0";}.fa-chain:before, .fa-link:before{content:"\f0c1";}.fa-cloud:before{content:"\f0c2";}.fa-flask:before{content:"\f0c3";}.fa-cut:before, .fa-scissors:before{content:"\f0c4";}.fa-copy:before, .fa-files-o:before{content:"\f0c5";}.fa-paperclip:before{content:"\f0c6";}.fa-save:before, .fa-floppy-o:before{content:"\f0c7";}.fa-square:before{content:"\f0c8";}.fa-navicon:before, .fa-reorder:before, .fa-bars:before{content:"\f0c9";}.fa-list-ul:before{content:"\f0ca";}.fa-list-ol:before{content:"\f0cb";}.fa-strikethrough:before{content:"\f0cc";}.fa-underline:before{content:"\f0cd";}.fa-table:before{content:"\f0ce";}.fa-magic:before{content:"\f0d0";}.fa-truck:before{content:"\f0d1";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-square:before{content:"\f0d3";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-plus:before{content:"\f0d5";}.fa-money:before{content:"\f0d6";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-up:before{content:"\f0d8";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-columns:before{content:"\f0db";}.fa-unsorted:before, .fa-sort:before{content:"\f0dc";}.fa-sort-down:before, .fa-sort-desc:before{content:"\f0dd";}.fa-sort-up:before, .fa-sort-asc:before{content:"\f0de";}.fa-envelope:before{content:"\f0e0";}.fa-linkedin:before{content:"\f0e1";}.fa-rotate-left:before, .fa-undo:before{content:"\f0e2";}.fa-legal:before, .fa-gavel:before{content:"\f0e3";}.fa-dashboard:before, .fa-tachometer:before{content:"\f0e4";}.fa-comment-o:before{content:"\f0e5";}.fa-comments-o:before{content:"\f0e6";}.fa-flash:before, .fa-bolt:before{content:"\f0e7";}.fa-sitemap:before{content:"\f0e8";}.fa-umbrella:before{content:"\f0e9";}.fa-paste:before, .fa-clipboard:before{content:"\f0ea";}.fa-lightbulb-o:before{content:"\f0eb";}.fa-exchange:before{content:"\f0ec";}.fa-cloud-download:before{content:"\f0ed";}.fa-cloud-upload:before{content:"\f0ee";}.fa-user-md:before{content:"\f0f0";}.fa-stethoscope:before{content:"\f0f1";}.fa-suitcase:before{content:"\f0f2";}.fa-bell-o:before{content:"\f0a2";}.fa-coffee:before{content:"\f0f4";}.fa-cutlery:before{content:"\f0f5";}.fa-file-text-o:before{content:"\f0f6";}.fa-building-o:before{content:"\f0f7";}.fa-hospital-o:before{content:"\f0f8";}.fa-ambulance:before{content:"\f0f9";}.fa-medkit:before{content:"\f0fa";}.fa-fighter-jet:before{content:"\f0fb";}.fa-beer:before{content:"\f0fc";}.fa-h-square:before{content:"\f0fd";}.fa-plus-square:before{content:"\f0fe";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angle-down:before{content:"\f107";}.fa-desktop:before{content:"\f108";}.fa-laptop:before{content:"\f109";}.fa-tablet:before{content:"\f10a";}.fa-mobile-phone:before, .fa-mobile:before{content:"\f10b";}.fa-circle-o:before{content:"\f10c";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-spinner:before{content:"\f110";}.fa-circle:before{content:"\f111";}.fa-mail-reply:before, .fa-reply:before{content:"\f112";}.fa-github-alt:before{content:"\f113";}.fa-folder-o:before{content:"\f114";}.fa-folder-open-o:before{content:"\f115";}.fa-smile-o:before{content:"\f118";}.fa-frown-o:before{content:"\f119";}.fa-meh-o:before{content:"\f11a";}.fa-gamepad:before{content:"\f11b";}.fa-keyboard-o:before{content:"\f11c";}.fa-flag-o:before{content:"\f11d";}.fa-flag-checkered:before{content:"\f11e";}.fa-terminal:before{content:"\f120";}.fa-code:before{content:"\f121";}.fa-mail-reply-all:before, .fa-reply-all:before{content:"\f122";}.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{content:"\f123";}.fa-location-arrow:before{content:"\f124";}.fa-crop:before{content:"\f125";}.fa-code-fork:before{content:"\f126";}.fa-unlink:before, .fa-chain-broken:before{content:"\f127";}.fa-question:before{content:"\f128";}.fa-info:before{content:"\f129";}.fa-exclamation:before{content:"\f12a";}.fa-superscript:before{content:"\f12b";}.fa-subscript:before{content:"\f12c";}.fa-eraser:before{content:"\f12d";}.fa-puzzle-piece:before{content:"\f12e";}.fa-microphone:before{content:"\f130";}.fa-microphone-slash:before{content:"\f131";}.fa-shield:before{content:"\f132";}.fa-calendar-o:before{content:"\f133";}.fa-fire-extinguisher:before{content:"\f134";}.fa-rocket:before{content:"\f135";}.fa-maxcdn:before{content:"\f136";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-html5:before{content:"\f13b";}.fa-css3:before{content:"\f13c";}.fa-anchor:before{content:"\f13d";}.fa-unlock-alt:before{content:"\f13e";}.fa-bullseye:before{content:"\f140";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-v:before{content:"\f142";}.fa-rss-square:before{content:"\f143";}.fa-play-circle:before{content:"\f144";}.fa-ticket:before{content:"\f145";}.fa-minus-square:before{content:"\f146";}.fa-minus-square-o:before{content:"\f147";}.fa-level-up:before{content:"\f148";}.fa-level-down:before{content:"\f149";}.fa-check-square:before{content:"\f14a";}.fa-pencil-square:before{content:"\f14b";}.fa-external-link-square:before{content:"\f14c";}.fa-share-square:before{content:"\f14d";}.fa-compass:before{content:"\f14e";}.fa-toggle-down:before, .fa-caret-square-o-down:before{content:"\f150";}.fa-toggle-up:before, .fa-caret-square-o-up:before{content:"\f151";}.fa-toggle-right:before, .fa-caret-square-o-right:before{content:"\f152";}.fa-euro:before, .fa-eur:before{content:"\f153";}.fa-gbp:before{content:"\f154";}.fa-dollar:before, .fa-usd:before{content:"\f155";}.fa-rupee:before, .fa-inr:before{content:"\f156";}.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{content:"\f157";}.fa-ruble:before, .fa-rouble:before, .fa-rub:before{content:"\f158";}.fa-won:before, .fa-krw:before{content:"\f159";}.fa-bitcoin:before, .fa-btc:before{content:"\f15a";}.fa-file:before{content:"\f15b";}.fa-file-text:before{content:"\f15c";}.fa-sort-alpha-asc:before{content:"\f15d";}.fa-sort-alpha-desc:before{content:"\f15e";}.fa-sort-amount-asc:before{content:"\f160";}.fa-sort-amount-desc:before{content:"\f161";}.fa-sort-numeric-asc:before{content:"\f162";}.fa-sort-numeric-desc:before{content:"\f163";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbs-down:before{content:"\f165";}.fa-youtube-square:before{content:"\f166";}.fa-youtube:before{content:"\f167";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-youtube-play:before{content:"\f16a";}.fa-dropbox:before{content:"\f16b";}.fa-stack-overflow:before{content:"\f16c";}.fa-instagram:before{content:"\f16d";}.fa-flickr:before{content:"\f16e";}.fa-adn:before{content:"\f170";}.fa-bitbucket:before{content:"\f171";}.fa-bitbucket-square:before{content:"\f172";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-long-arrow-down:before{content:"\f175";}.fa-long-arrow-up:before{content:"\f176";}.fa-long-arrow-left:before{content:"\f177";}.fa-long-arrow-right:before{content:"\f178";}.fa-apple:before{content:"\f179";}.fa-windows:before{content:"\f17a";}.fa-android:before{content:"\f17b";}.fa-linux:before{content:"\f17c";}.fa-dribbble:before{content:"\f17d";}.fa-skype:before{content:"\f17e";}.fa-foursquare:before{content:"\f180";}.fa-trello:before{content:"\f181";}.fa-female:before{content:"\f182";}.fa-male:before{content:"\f183";}.fa-gittip:before, .fa-gratipay:before{content:"\f184";}.fa-sun-o:before{content:"\f185";}.fa-moon-o:before{content:"\f186";}.fa-archive:before{content:"\f187";}.fa-bug:before{content:"\f188";}.fa-vk:before{content:"\f189";}.fa-weibo:before{content:"\f18a";}.fa-renren:before{content:"\f18b";}.fa-pagelines:before{content:"\f18c";}.fa-stack-exchange:before{content:"\f18d";}.fa-arrow-circle-o-right:before{content:"\f18e";}.fa-arrow-circle-o-left:before{content:"\f190";}.fa-toggle-left:before, .fa-caret-square-o-left:before{content:"\f191";}.fa-dot-circle-o:before{content:"\f192";}.fa-wheelchair:before{content:"\f193";}.fa-vimeo-square:before{content:"\f194";}.fa-turkish-lira:before, .fa-try:before{content:"\f195";}.fa-plus-square-o:before{content:"\f196";}.fa-space-shuttle:before{content:"\f197";}.fa-slack:before{content:"\f198";}.fa-envelope-square:before{content:"\f199";}.fa-wordpress:before{content:"\f19a";}.fa-openid:before{content:"\f19b";}.fa-institution:before, .fa-bank:before, .fa-university:before{content:"\f19c";}.fa-mortar-board:before, .fa-graduation-cap:before{content:"\f19d";}.fa-yahoo:before{content:"\f19e";}.fa-google:before{content:"\f1a0";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-square:before{content:"\f1a2";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-stumbleupon:before{content:"\f1a4";}.fa-delicious:before{content:"\f1a5";}.fa-digg:before{content:"\f1a6";}.fa-pied-piper-pp:before{content:"\f1a7";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-drupal:before{content:"\f1a9";}.fa-joomla:before{content:"\f1aa";}.fa-language:before{content:"\f1ab";}.fa-fax:before{content:"\f1ac";}.fa-building:before{content:"\f1ad";}.fa-child:before{content:"\f1ae";}.fa-paw:before{content:"\f1b0";}.fa-spoon:before{content:"\f1b1";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-recycle:before{content:"\f1b8";}.fa-automobile:before, .fa-car:before{content:"\f1b9";}.fa-cab:before, .fa-taxi:before{content:"\f1ba";}.fa-tree:before{content:"\f1bb";}.fa-spotify:before{content:"\f1bc";}.fa-deviantart:before{content:"\f1bd";}.fa-soundcloud:before{content:"\f1be";}.fa-database:before{content:"\f1c0";}.fa-file-pdf-o:before{content:"\f1c1";}.fa-file-word-o:before{content:"\f1c2";}.fa-file-excel-o:before{content:"\f1c3";}.fa-file-powerpoint-o:before{content:"\f1c4";}.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{content:"\f1c5";}.fa-file-zip-o:before, .fa-file-archive-o:before{content:"\f1c6";}.fa-file-sound-o:before, .fa-file-audio-o:before{content:"\f1c7";}.fa-file-movie-o:before, .fa-file-video-o:before{content:"\f1c8";}.fa-file-code-o:before{content:"\f1c9";}.fa-vine:before{content:"\f1ca";}.fa-codepen:before{content:"\f1cb";}.fa-jsfiddle:before{content:"\f1cc";}.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{content:"\f1cd";}.fa-circle-o-notch:before{content:"\f1ce";}.fa-ra:before, .fa-resistance:before, .fa-rebel:before{content:"\f1d0";}.fa-ge:before, .fa-empire:before{content:"\f1d1";}.fa-git-square:before{content:"\f1d2";}.fa-git:before{content:"\f1d3";}.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before{content:"\f1d4";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-qq:before{content:"\f1d6";}.fa-wechat:before, .fa-weixin:before{content:"\f1d7";}.fa-send:before, .fa-paper-plane:before{content:"\f1d8";}.fa-send-o:before, .fa-paper-plane-o:before{content:"\f1d9";}.fa-history:before{content:"\f1da";}.fa-circle-thin:before{content:"\f1db";}.fa-header:before{content:"\f1dc";}.fa-paragraph:before{content:"\f1dd";}.fa-sliders:before{content:"\f1de";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-bomb:before{content:"\f1e2";}.fa-soccer-ball-o:before, .fa-futbol-o:before{content:"\f1e3";}.fa-tty:before{content:"\f1e4";}.fa-binoculars:before{content:"\f1e5";}.fa-plug:before{content:"\f1e6";}.fa-slideshare:before{content:"\f1e7";}.fa-twitch:before{content:"\f1e8";}.fa-yelp:before{content:"\f1e9";}.fa-newspaper-o:before{content:"\f1ea";}.fa-wifi:before{content:"\f1eb";}.fa-calculator:before{content:"\f1ec";}.fa-paypal:before{content:"\f1ed";}.fa-google-wallet:before{content:"\f1ee";}.fa-cc-visa:before{content:"\f1f0";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-bell-slash:before{content:"\f1f6";}.fa-bell-slash-o:before{content:"\f1f7";}.fa-trash:before{content:"\f1f8";}.fa-copyright:before{content:"\f1f9";}.fa-at:before{content:"\f1fa";}.fa-eyedropper:before{content:"\f1fb";}.fa-paint-brush:before{content:"\f1fc";}.fa-birthday-cake:before{content:"\f1fd";}.fa-area-chart:before{content:"\f1fe";}.fa-pie-chart:before{content:"\f200";}.fa-line-chart:before{content:"\f201";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-bicycle:before{content:"\f206";}.fa-bus:before{content:"\f207";}.fa-ioxhost:before{content:"\f208";}.fa-angellist:before{content:"\f209";}.fa-cc:before{content:"\f20a";}.fa-shekel:before, .fa-sheqel:before, .fa-ils:before{content:"\f20b";}.fa-meanpath:before{content:"\f20c";}.fa-buysellads:before{content:"\f20d";}.fa-connectdevelop:before{content:"\f20e";}.fa-dashcube:before{content:"\f210";}.fa-forumbee:before{content:"\f211";}.fa-leanpub:before{content:"\f212";}.fa-sellsy:before{content:"\f213";}.fa-shirtsinbulk:before{content:"\f214";}.fa-simplybuilt:before{content:"\f215";}.fa-skyatlas:before{content:"\f216";}.fa-cart-plus:before{content:"\f217";}.fa-cart-arrow-down:before{content:"\f218";}.fa-diamond:before{content:"\f219";}.fa-ship:before{content:"\f21a";}.fa-user-secret:before{content:"\f21b";}.fa-motorcycle:before{content:"\f21c";}.fa-street-view:before{content:"\f21d";}.fa-heartbeat:before{content:"\f21e";}.fa-venus:before{content:"\f221";}.fa-mars:before{content:"\f222";}.fa-mercury:before{content:"\f223";}.fa-intersex:before, .fa-transgender:before{content:"\f224";}.fa-transgender-alt:before{content:"\f225";}.fa-venus-double:before{content:"\f226";}.fa-mars-double:before{content:"\f227";}.fa-venus-mars:before{content:"\f228";}.fa-mars-stroke:before{content:"\f229";}.fa-mars-stroke-v:before{content:"\f22a";}.fa-mars-stroke-h:before{content:"\f22b";}.fa-neuter:before{content:"\f22c";}.fa-genderless:before{content:"\f22d";}.fa-facebook-official:before{content:"\f230";}.fa-pinterest-p:before{content:"\f231";}.fa-whatsapp:before{content:"\f232";}.fa-server:before{content:"\f233";}.fa-user-plus:before{content:"\f234";}.fa-user-times:before{content:"\f235";}.fa-hotel:before, .fa-bed:before{content:"\f236";}.fa-viacoin:before{content:"\f237";}.fa-train:before{content:"\f238";}.fa-subway:before{content:"\f239";}.fa-medium:before{content:"\f23a";}.fa-yc:before, .fa-y-combinator:before{content:"\f23b";}.fa-optin-monster:before{content:"\f23c";}.fa-opencart:before{content:"\f23d";}.fa-expeditedssl:before{content:"\f23e";}.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before{content:"\f240";}.fa-battery-3:before, .fa-battery-three-quarters:before{content:"\f241";}.fa-battery-2:before, .fa-battery-half:before{content:"\f242";}.fa-battery-1:before, .fa-battery-quarter:before{content:"\f243";}.fa-battery-0:before, .fa-battery-empty:before{content:"\f244";}.fa-mouse-pointer:before{content:"\f245";}.fa-i-cursor:before{content:"\f246";}.fa-object-group:before{content:"\f247";}.fa-object-ungroup:before{content:"\f248";}.fa-sticky-note:before{content:"\f249";}.fa-sticky-note-o:before{content:"\f24a";}.fa-cc-jcb:before{content:"\f24b";}.fa-cc-diners-club:before{content:"\f24c";}.fa-clone:before{content:"\f24d";}.fa-balance-scale:before{content:"\f24e";}.fa-hourglass-o:before{content:"\f250";}.fa-hourglass-1:before, .fa-hourglass-start:before{content:"\f251";}.fa-hourglass-2:before, .fa-hourglass-half:before{content:"\f252";}.fa-hourglass-3:before, .fa-hourglass-end:before{content:"\f253";}.fa-hourglass:before{content:"\f254";}.fa-hand-grab-o:before, .fa-hand-rock-o:before{content:"\f255";}.fa-hand-stop-o:before, .fa-hand-paper-o:before{content:"\f256";}.fa-hand-scissors-o:before{content:"\f257";}.fa-hand-lizard-o:before{content:"\f258";}.fa-hand-spock-o:before{content:"\f259";}.fa-hand-pointer-o:before{content:"\f25a";}.fa-hand-peace-o:before{content:"\f25b";}.fa-trademark:before{content:"\f25c";}.fa-registered:before{content:"\f25d";}.fa-creative-commons:before{content:"\f25e";}.fa-gg:before{content:"\f260";}.fa-gg-circle:before{content:"\f261";}.fa-tripadvisor:before{content:"\f262";}.fa-odnoklassniki:before{content:"\f263";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-get-pocket:before{content:"\f265";}.fa-wikipedia-w:before{content:"\f266";}.fa-safari:before{content:"\f267";}.fa-chrome:before{content:"\f268";}.fa-firefox:before{content:"\f269";}.fa-opera:before{content:"\f26a";}.fa-internet-explorer:before{content:"\f26b";}.fa-tv:before, .fa-television:before{content:"\f26c";}.fa-contao:before{content:"\f26d";}.fa-500px:before{content:"\f26e";}.fa-amazon:before{content:"\f270";}.fa-calendar-plus-o:before{content:"\f271";}.fa-calendar-minus-o:before{content:"\f272";}.fa-calendar-times-o:before{content:"\f273";}.fa-calendar-check-o:before{content:"\f274";}.fa-industry:before{content:"\f275";}.fa-map-pin:before{content:"\f276";}.fa-map-signs:before{content:"\f277";}.fa-map-o:before{content:"\f278";}.fa-map:before{content:"\f279";}.fa-commenting:before{content:"\f27a";}.fa-commenting-o:before{content:"\f27b";}.fa-houzz:before{content:"\f27c";}.fa-vimeo:before{content:"\f27d";}.fa-black-tie:before{content:"\f27e";}.fa-fonticons:before{content:"\f280";}.fa-reddit-alien:before{content:"\f281";}.fa-edge:before{content:"\f282";}.fa-credit-card-alt:before{content:"\f283";}.fa-codiepie:before{content:"\f284";}.fa-modx:before{content:"\f285";}.fa-fort-awesome:before{content:"\f286";}.fa-usb:before{content:"\f287";}.fa-product-hunt:before{content:"\f288";}.fa-mixcloud:before{content:"\f289";}.fa-scribd:before{content:"\f28a";}.fa-pause-circle:before{content:"\f28b";}.fa-pause-circle-o:before{content:"\f28c";}.fa-stop-circle:before{content:"\f28d";}.fa-stop-circle-o:before{content:"\f28e";}.fa-shopping-bag:before{content:"\f290";}.fa-shopping-basket:before{content:"\f291";}.fa-hashtag:before{content:"\f292";}.fa-bluetooth:before{content:"\f293";}.fa-bluetooth-b:before{content:"\f294";}.fa-percent:before{content:"\f295";}.fa-gitlab:before{content:"\f296";}.fa-wpbeginner:before{content:"\f297";}.fa-wpforms:before{content:"\f298";}.fa-envira:before{content:"\f299";}.fa-universal-access:before{content:"\f29a";}.fa-wheelchair-alt:before{content:"\f29b";}.fa-question-circle-o:before{content:"\f29c";}.fa-blind:before{content:"\f29d";}.fa-audio-description:before{content:"\f29e";}.fa-volume-control-phone:before{content:"\f2a0";}.fa-braille:before{content:"\f2a1";}.fa-assistive-listening-systems:before{content:"\f2a2";}.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before{content:"\f2a3";}.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before{content:"\f2a4";}.fa-glide:before{content:"\f2a5";}.fa-glide-g:before{content:"\f2a6";}.fa-signing:before, .fa-sign-language:before{content:"\f2a7";}.fa-low-vision:before{content:"\f2a8";}.fa-viadeo:before{content:"\f2a9";}.fa-viadeo-square:before{content:"\f2aa";}.fa-snapchat:before{content:"\f2ab";}.fa-snapchat-ghost:before{content:"\f2ac";}.fa-snapchat-square:before{content:"\f2ad";}.fa-pied-piper:before{content:"\f2ae";}.fa-first-order:before{content:"\f2b0";}.fa-yoast:before{content:"\f2b1";}.fa-themeisle:before{content:"\f2b2";}.fa-google-plus-circle:before, .fa-google-plus-official:before{content:"\f2b3";}.fa-fa:before, .fa-font-awesome:before{content:"\f2b4";}.fa-handshake-o:before{content:"\f2b5";}.fa-envelope-open:before{content:"\f2b6";}.fa-envelope-open-o:before{content:"\f2b7";}.fa-linode:before{content:"\f2b8";}.fa-address-book:before{content:"\f2b9";}.fa-address-book-o:before{content:"\f2ba";}.fa-vcard:before, .fa-address-card:before{content:"\f2bb";}.fa-vcard-o:before, .fa-address-card-o:before{content:"\f2bc";}.fa-user-circle:before{content:"\f2bd";}.fa-user-circle-o:before{content:"\f2be";}.fa-user-o:before{content:"\f2c0";}.fa-id-badge:before{content:"\f2c1";}.fa-drivers-license:before, .fa-id-card:before{content:"\f2c2";}.fa-drivers-license-o:before, .fa-id-card-o:before{content:"\f2c3";}.fa-quora:before{content:"\f2c4";}.fa-free-code-camp:before{content:"\f2c5";}.fa-telegram:before{content:"\f2c6";}.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before{content:"\f2c7";}.fa-thermometer-3:before, .fa-thermometer-three-quarters:before{content:"\f2c8";}.fa-thermometer-2:before, .fa-thermometer-half:before{content:"\f2c9";}.fa-thermometer-1:before, .fa-thermometer-quarter:before{content:"\f2ca";}.fa-thermometer-0:before, .fa-thermometer-empty:before{content:"\f2cb";}.fa-shower:before{content:"\f2cc";}.fa-bathtub:before, .fa-s15:before, .fa-bath:before{content:"\f2cd";}.fa-podcast:before{content:"\f2ce";}.fa-window-maximize:before{content:"\f2d0";}.fa-window-minimize:before{content:"\f2d1";}.fa-window-restore:before{content:"\f2d2";}.fa-times-rectangle:before, .fa-window-close:before{content:"\f2d3";}.fa-times-rectangle-o:before, .fa-window-close-o:before{content:"\f2d4";}.fa-bandcamp:before{content:"\f2d5";}.fa-grav:before{content:"\f2d6";}.fa-etsy:before{content:"\f2d7";}.fa-imdb:before{content:"\f2d8";}.fa-ravelry:before{content:"\f2d9";}.fa-eercast:before{content:"\f2da";}.fa-microchip:before{content:"\f2db";}.fa-snowflake-o:before{content:"\f2dc";}.fa-superpowers:before{content:"\f2dd";}.fa-wpexplorer:before{content:"\f2de";}.fa-meetup:before{content:"\f2e0";}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}@font-face{font-family:'FontAwesome';src:url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.eot?v=4.7.0');src:url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.eot#iefix&amp;v=4.7.0') format('embedded-opentype'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('//www.gamblerspick.com/applications/core/interface/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul > li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right{margin-left:.3em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{animation:fa-spin 2s infinite linear;}.fa-pulse{animation:fa-spin 1s infinite steps(8);}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg);}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg);}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg);}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);transform:scale(-1, 1);}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);transform:scale(1, -1);}:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x, .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#ffffff;}.fa-glass:before{content:"\f000";}.fa-music:before{content:"\f001";}.fa-search:before{content:"\f002";}.fa-envelope-o:before{content:"\f003";}.fa-heart:before{content:"\f004";}.fa-star:before{content:"\f005";}.fa-star-o:before{content:"\f006";}.fa-user:before{content:"\f007";}.fa-film:before{content:"\f008";}.fa-th-large:before{content:"\f009";}.fa-th:before{content:"\f00a";}.fa-th-list:before{content:"\f00b";}.fa-check:before{content:"\f00c";}.fa-remove:before, .fa-close:before, .fa-times:before{content:"\f00d";}.fa-search-plus:before{content:"\f00e";}.fa-search-minus:before{content:"\f010";}.fa-power-off:before{content:"\f011";}.fa-signal:before{content:"\f012";}.fa-gear:before, .fa-cog:before{content:"\f013";}.fa-trash-o:before{content:"\f014";}.fa-home:before{content:"\f015";}.fa-file-o:before{content:"\f016";}.fa-clock-o:before{content:"\f017";}.fa-road:before{content:"\f018";}.fa-download:before{content:"\f019";}.fa-arrow-circle-o-down:before{content:"\f01a";}.fa-arrow-circle-o-up:before{content:"\f01b";}.fa-inbox:before{content:"\f01c";}.fa-play-circle-o:before{content:"\f01d";}.fa-rotate-right:before, .fa-repeat:before{content:"\f01e";}.fa-refresh:before{content:"\f021";}.fa-list-alt:before{content:"\f022";}.fa-lock:before{content:"\f023";}.fa-flag:before{content:"\f024";}.fa-headphones:before{content:"\f025";}.fa-volume-off:before{content:"\f026";}.fa-volume-down:before{content:"\f027";}.fa-volume-up:before{content:"\f028";}.fa-qrcode:before{content:"\f029";}.fa-barcode:before{content:"\f02a";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-book:before{content:"\f02d";}.fa-bookmark:before{content:"\f02e";}.fa-print:before{content:"\f02f";}.fa-camera:before{content:"\f030";}.fa-font:before{content:"\f031";}.fa-bold:before{content:"\f032";}.fa-italic:before{content:"\f033";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-align-left:before{content:"\f036";}.fa-align-center:before{content:"\f037";}.fa-align-right:before{content:"\f038";}.fa-align-justify:before{content:"\f039";}.fa-list:before{content:"\f03a";}.fa-dedent:before, .fa-outdent:before{content:"\f03b";}.fa-indent:before{content:"\f03c";}.fa-video-camera:before{content:"\f03d";}.fa-photo:before, .fa-image:before, .fa-picture-o:before{content:"\f03e";}.fa-pencil:before{content:"\f040";}.fa-map-marker:before{content:"\f041";}.fa-adjust:before{content:"\f042";}.fa-tint:before{content:"\f043";}.fa-edit:before, .fa-pencil-square-o:before{content:"\f044";}.fa-share-square-o:before{content:"\f045";}.fa-check-square-o:before{content:"\f046";}.fa-arrows:before{content:"\f047";}.fa-step-backward:before{content:"\f048";}.fa-fast-backward:before{content:"\f049";}.fa-backward:before{content:"\f04a";}.fa-play:before{content:"\f04b";}.fa-pause:before{content:"\f04c";}.fa-stop:before{content:"\f04d";}.fa-forward:before{content:"\f04e";}.fa-fast-forward:before{content:"\f050";}.fa-step-forward:before{content:"\f051";}.fa-eject:before{content:"\f052";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-plus-circle:before{content:"\f055";}.fa-minus-circle:before{content:"\f056";}.fa-times-circle:before{content:"\f057";}.fa-check-circle:before{content:"\f058";}.fa-question-circle:before{content:"\f059";}.fa-info-circle:before{content:"\f05a";}.fa-crosshairs:before{content:"\f05b";}.fa-times-circle-o:before{content:"\f05c";}.fa-check-circle-o:before{content:"\f05d";}.fa-ban:before{content:"\f05e";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-up:before{content:"\f062";}.fa-arrow-down:before{content:"\f063";}.fa-mail-forward:before, .fa-share:before{content:"\f064";}.fa-expand:before{content:"\f065";}.fa-compress:before{content:"\f066";}.fa-plus:before{content:"\f067";}.fa-minus:before{content:"\f068";}.fa-asterisk:before{content:"\f069";}.fa-exclamation-circle:before{content:"\f06a";}.fa-gift:before{content:"\f06b";}.fa-leaf:before{content:"\f06c";}.fa-fire:before{content:"\f06d";}.fa-eye:before{content:"\f06e";}.fa-eye-slash:before{content:"\f070";}.fa-warning:before, .fa-exclamation-triangle:before{content:"\f071";}.fa-plane:before{content:"\f072";}.fa-calendar:before{content:"\f073";}.fa-random:before{content:"\f074";}.fa-comment:before{content:"\f075";}.fa-magnet:before{content:"\f076";}.fa-chevron-up:before{content:"\f077";}.fa-chevron-down:before{content:"\f078";}.fa-retweet:before{content:"\f079";}.fa-shopping-cart:before{content:"\f07a";}.fa-folder:before{content:"\f07b";}.fa-folder-open:before{content:"\f07c";}.fa-arrows-v:before{content:"\f07d";}.fa-arrows-h:before{content:"\f07e";}.fa-bar-chart-o:before, .fa-bar-chart:before{content:"\f080";}.fa-twitter-square:before{content:"\f081";}.fa-facebook-square:before{content:"\f082";}.fa-camera-retro:before{content:"\f083";}.fa-key:before{content:"\f084";}.fa-gears:before, .fa-cogs:before{content:"\f085";}.fa-comments:before{content:"\f086";}.fa-thumbs-o-up:before{content:"\f087";}.fa-thumbs-o-down:before{content:"\f088";}.fa-star-half:before{content:"\f089";}.fa-heart-o:before{content:"\f08a";}.fa-sign-out:before{content:"\f08b";}.fa-linkedin-square:before{content:"\f08c";}.fa-thumb-tack:before{content:"\f08d";}.fa-external-link:before{content:"\f08e";}.fa-sign-in:before{content:"\f090";}.fa-trophy:before{content:"\f091";}.fa-github-square:before{content:"\f092";}.fa-upload:before{content:"\f093";}.fa-lemon-o:before{content:"\f094";}.fa-phone:before{content:"\f095";}.fa-square-o:before{content:"\f096";}.fa-bookmark-o:before{content:"\f097";}.fa-phone-square:before{content:"\f098";}.fa-twitter:before{content:"\f099";}.fa-facebook-f:before, .fa-facebook:before{content:"\f09a";}.fa-github:before{content:"\f09b";}.fa-unlock:before{content:"\f09c";}.fa-credit-card:before{content:"\f09d";}.fa-feed:before, .fa-rss:before{content:"\f09e";}.fa-hdd-o:before{content:"\f0a0";}.fa-bullhorn:before{content:"\f0a1";}.fa-bell:before{content:"\f0f3";}.fa-certificate:before{content:"\f0a3";}.fa-hand-o-right:before{content:"\f0a4";}.fa-hand-o-left:before{content:"\f0a5";}.fa-hand-o-up:before{content:"\f0a6";}.fa-hand-o-down:before{content:"\f0a7";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-globe:before{content:"\f0ac";}.fa-wrench:before{content:"\f0ad";}.fa-tasks:before{content:"\f0ae";}.fa-filter:before{content:"\f0b0";}.fa-briefcase:before{content:"\f0b1";}.fa-arrows-alt:before{content:"\f0b2";}.fa-group:before, .fa-users:before{content:"\f0c0";}.fa-chain:before, .fa-link:before{content:"\f0c1";}.fa-cloud:before{content:"\f0c2";}.fa-flask:before{content:"\f0c3";}.fa-cut:before, .fa-scissors:before{content:"\f0c4";}.fa-copy:before, .fa-files-o:before{content:"\f0c5";}.fa-paperclip:before{content:"\f0c6";}.fa-save:before, .fa-floppy-o:before{content:"\f0c7";}.fa-square:before{content:"\f0c8";}.fa-navicon:before, .fa-reorder:before, .fa-bars:before{content:"\f0c9";}.fa-list-ul:before{content:"\f0ca";}.fa-list-ol:before{content:"\f0cb";}.fa-strikethrough:before{content:"\f0cc";}.fa-underline:before{content:"\f0cd";}.fa-table:before{content:"\f0ce";}.fa-magic:before{content:"\f0d0";}.fa-truck:before{content:"\f0d1";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-square:before{content:"\f0d3";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-plus:before{content:"\f0d5";}.fa-money:before{content:"\f0d6";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-up:before{content:"\f0d8";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-columns:before{content:"\f0db";}.fa-unsorted:before, .fa-sort:before{content:"\f0dc";}.fa-sort-down:before, .fa-sort-desc:before{content:"\f0dd";}.fa-sort-up:before, .fa-sort-asc:before{content:"\f0de";}.fa-envelope:before{content:"\f0e0";}.fa-linkedin:before{content:"\f0e1";}.fa-rotate-left:before, .fa-undo:before{content:"\f0e2";}.fa-legal:before, .fa-gavel:before{content:"\f0e3";}.fa-dashboard:before, .fa-tachometer:before{content:"\f0e4";}.fa-comment-o:before{content:"\f0e5";}.fa-comments-o:before{content:"\f0e6";}.fa-flash:before, .fa-bolt:before{content:"\f0e7";}.fa-sitemap:before{content:"\f0e8";}.fa-umbrella:before{content:"\f0e9";}.fa-paste:before, .fa-clipboard:before{content:"\f0ea";}.fa-lightbulb-o:before{content:"\f0eb";}.fa-exchange:before{content:"\f0ec";}.fa-cloud-download:before{content:"\f0ed";}.fa-cloud-upload:before{content:"\f0ee";}.fa-user-md:before{content:"\f0f0";}.fa-stethoscope:before{content:"\f0f1";}.fa-suitcase:before{content:"\f0f2";}.fa-bell-o:before{content:"\f0a2";}.fa-coffee:before{content:"\f0f4";}.fa-cutlery:before{content:"\f0f5";}.fa-file-text-o:before{content:"\f0f6";}.fa-building-o:before{content:"\f0f7";}.fa-hospital-o:before{content:"\f0f8";}.fa-ambulance:before{content:"\f0f9";}.fa-medkit:before{content:"\f0fa";}.fa-fighter-jet:before{content:"\f0fb";}.fa-beer:before{content:"\f0fc";}.fa-h-square:before{content:"\f0fd";}.fa-plus-square:before{content:"\f0fe";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angle-down:before{content:"\f107";}.fa-desktop:before{content:"\f108";}.fa-laptop:before{content:"\f109";}.fa-tablet:before{content:"\f10a";}.fa-mobile-phone:before, .fa-mobile:before{content:"\f10b";}.fa-circle-o:before{content:"\f10c";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-spinner:before{content:"\f110";}.fa-circle:before{content:"\f111";}.fa-mail-reply:before, .fa-reply:before{content:"\f112";}.fa-github-alt:before{content:"\f113";}.fa-folder-o:before{content:"\f114";}.fa-folder-open-o:before{content:"\f115";}.fa-smile-o:before{content:"\f118";}.fa-frown-o:before{content:"\f119";}.fa-meh-o:before{content:"\f11a";}.fa-gamepad:before{content:"\f11b";}.fa-keyboard-o:before{content:"\f11c";}.fa-flag-o:before{content:"\f11d";}.fa-flag-checkered:before{content:"\f11e";}.fa-terminal:before{content:"\f120";}.fa-code:before{content:"\f121";}.fa-mail-reply-all:before, .fa-reply-all:before{content:"\f122";}.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{content:"\f123";}.fa-location-arrow:before{content:"\f124";}.fa-crop:before{content:"\f125";}.fa-code-fork:before{content:"\f126";}.fa-unlink:before, .fa-chain-broken:before{content:"\f127";}.fa-question:before{content:"\f128";}.fa-info:before{content:"\f129";}.fa-exclamation:before{content:"\f12a";}.fa-superscript:before{content:"\f12b";}.fa-subscript:before{content:"\f12c";}.fa-eraser:before{content:"\f12d";}.fa-puzzle-piece:before{content:"\f12e";}.fa-microphone:before{content:"\f130";}.fa-microphone-slash:before{content:"\f131";}.fa-shield:before{content:"\f132";}.fa-calendar-o:before{content:"\f133";}.fa-fire-extinguisher:before{content:"\f134";}.fa-rocket:before{content:"\f135";}.fa-maxcdn:before{content:"\f136";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-html5:before{content:"\f13b";}.fa-css3:before{content:"\f13c";}.fa-anchor:before{content:"\f13d";}.fa-unlock-alt:before{content:"\f13e";}.fa-bullseye:before{content:"\f140";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-v:before{content:"\f142";}.fa-rss-square:before{content:"\f143";}.fa-play-circle:before{content:"\f144";}.fa-ticket:before{content:"\f145";}.fa-minus-square:before{content:"\f146";}.fa-minus-square-o:before{content:"\f147";}.fa-level-up:before{content:"\f148";}.fa-level-down:before{content:"\f149";}.fa-check-square:before{content:"\f14a";}.fa-pencil-square:before{content:"\f14b";}.fa-external-link-square:before{content:"\f14c";}.fa-share-square:before{content:"\f14d";}.fa-compass:before{content:"\f14e";}.fa-toggle-down:before, .fa-caret-square-o-down:before{content:"\f150";}.fa-toggle-up:before, .fa-caret-square-o-up:before{content:"\f151";}.fa-toggle-right:before, .fa-caret-square-o-right:before{content:"\f152";}.fa-euro:before, .fa-eur:before{content:"\f153";}.fa-gbp:before{content:"\f154";}.fa-dollar:before, .fa-usd:before{content:"\f155";}.fa-rupee:before, .fa-inr:before{content:"\f156";}.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{content:"\f157";}.fa-ruble:before, .fa-rouble:before, .fa-rub:before{content:"\f158";}.fa-won:before, .fa-krw:before{content:"\f159";}.fa-bitcoin:before, .fa-btc:before{content:"\f15a";}.fa-file:before{content:"\f15b";}.fa-file-text:before{content:"\f15c";}.fa-sort-alpha-asc:before{content:"\f15d";}.fa-sort-alpha-desc:before{content:"\f15e";}.fa-sort-amount-asc:before{content:"\f160";}.fa-sort-amount-desc:before{content:"\f161";}.fa-sort-numeric-asc:before{content:"\f162";}.fa-sort-numeric-desc:before{content:"\f163";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbs-down:before{content:"\f165";}.fa-youtube-square:before{content:"\f166";}.fa-youtube:before{content:"\f167";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-youtube-play:before{content:"\f16a";}.fa-dropbox:before{content:"\f16b";}.fa-stack-overflow:before{content:"\f16c";}.fa-instagram:before{content:"\f16d";}.fa-flickr:before{content:"\f16e";}.fa-adn:before{content:"\f170";}.fa-bitbucket:before{content:"\f171";}.fa-bitbucket-square:before{content:"\f172";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-long-arrow-down:before{content:"\f175";}.fa-long-arrow-up:before{content:"\f176";}.fa-long-arrow-left:before{content:"\f177";}.fa-long-arrow-right:before{content:"\f178";}.fa-apple:before{content:"\f179";}.fa-windows:before{content:"\f17a";}.fa-android:before{content:"\f17b";}.fa-linux:before{content:"\f17c";}.fa-dribbble:before{content:"\f17d";}.fa-skype:before{content:"\f17e";}.fa-foursquare:before{content:"\f180";}.fa-trello:before{content:"\f181";}.fa-female:before{content:"\f182";}.fa-male:before{content:"\f183";}.fa-gittip:before, .fa-gratipay:before{content:"\f184";}.fa-sun-o:before{content:"\f185";}.fa-moon-o:before{content:"\f186";}.fa-archive:before{content:"\f187";}.fa-bug:before{content:"\f188";}.fa-vk:before{content:"\f189";}.fa-weibo:before{content:"\f18a";}.fa-renren:before{content:"\f18b";}.fa-pagelines:before{content:"\f18c";}.fa-stack-exchange:before{content:"\f18d";}.fa-arrow-circle-o-right:before{content:"\f18e";}.fa-arrow-circle-o-left:before{content:"\f190";}.fa-toggle-left:before, .fa-caret-square-o-left:before{content:"\f191";}.fa-dot-circle-o:before{content:"\f192";}.fa-wheelchair:before{content:"\f193";}.fa-vimeo-square:before{content:"\f194";}.fa-turkish-lira:before, .fa-try:before{content:"\f195";}.fa-plus-square-o:before{content:"\f196";}.fa-space-shuttle:before{content:"\f197";}.fa-slack:before{content:"\f198";}.fa-envelope-square:before{content:"\f199";}.fa-wordpress:before{content:"\f19a";}.fa-openid:before{content:"\f19b";}.fa-institution:before, .fa-bank:before, .fa-university:before{content:"\f19c";}.fa-mortar-board:before, .fa-graduation-cap:before{content:"\f19d";}.fa-yahoo:before{content:"\f19e";}.fa-google:before{content:"\f1a0";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-square:before{content:"\f1a2";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-stumbleupon:before{content:"\f1a4";}.fa-delicious:before{content:"\f1a5";}.fa-digg:before{content:"\f1a6";}.fa-pied-piper-pp:before{content:"\f1a7";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-drupal:before{content:"\f1a9";}.fa-joomla:before{content:"\f1aa";}.fa-language:before{content:"\f1ab";}.fa-fax:before{content:"\f1ac";}.fa-building:before{content:"\f1ad";}.fa-child:before{content:"\f1ae";}.fa-paw:before{content:"\f1b0";}.fa-spoon:before{content:"\f1b1";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-recycle:before{content:"\f1b8";}.fa-automobile:before, .fa-car:before{content:"\f1b9";}.fa-cab:before, .fa-taxi:before{content:"\f1ba";}.fa-tree:before{content:"\f1bb";}.fa-spotify:before{content:"\f1bc";}.fa-deviantart:before{content:"\f1bd";}.fa-soundcloud:before{content:"\f1be";}.fa-database:before{content:"\f1c0";}.fa-file-pdf-o:before{content:"\f1c1";}.fa-file-word-o:before{content:"\f1c2";}.fa-file-excel-o:before{content:"\f1c3";}.fa-file-powerpoint-o:before{content:"\f1c4";}.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{content:"\f1c5";}.fa-file-zip-o:before, .fa-file-archive-o:before{content:"\f1c6";}.fa-file-sound-o:before, .fa-file-audio-o:before{content:"\f1c7";}.fa-file-movie-o:before, .fa-file-video-o:before{content:"\f1c8";}.fa-file-code-o:before{content:"\f1c9";}.fa-vine:before{content:"\f1ca";}.fa-codepen:before{content:"\f1cb";}.fa-jsfiddle:before{content:"\f1cc";}.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{content:"\f1cd";}.fa-circle-o-notch:before{content:"\f1ce";}.fa-ra:before, .fa-resistance:before, .fa-rebel:before{content:"\f1d0";}.fa-ge:before, .fa-empire:before{content:"\f1d1";}.fa-git-square:before{content:"\f1d2";}.fa-git:before{content:"\f1d3";}.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before{content:"\f1d4";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-qq:before{content:"\f1d6";}.fa-wechat:before, .fa-weixin:before{content:"\f1d7";}.fa-send:before, .fa-paper-plane:before{content:"\f1d8";}.fa-send-o:before, .fa-paper-plane-o:before{content:"\f1d9";}.fa-history:before{content:"\f1da";}.fa-circle-thin:before{content:"\f1db";}.fa-header:before{content:"\f1dc";}.fa-paragraph:before{content:"\f1dd";}.fa-sliders:before{content:"\f1de";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-bomb:before{content:"\f1e2";}.fa-soccer-ball-o:before, .fa-futbol-o:before{content:"\f1e3";}.fa-tty:before{content:"\f1e4";}.fa-binoculars:before{content:"\f1e5";}.fa-plug:before{content:"\f1e6";}.fa-slideshare:before{content:"\f1e7";}.fa-twitch:before{content:"\f1e8";}.fa-yelp:before{content:"\f1e9";}.fa-newspaper-o:before{content:"\f1ea";}.fa-wifi:before{content:"\f1eb";}.fa-calculator:before{content:"\f1ec";}.fa-paypal:before{content:"\f1ed";}.fa-google-wallet:before{content:"\f1ee";}.fa-cc-visa:before{content:"\f1f0";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-bell-slash:before{content:"\f1f6";}.fa-bell-slash-o:before{content:"\f1f7";}.fa-trash:before{content:"\f1f8";}.fa-copyright:before{content:"\f1f9";}.fa-at:before{content:"\f1fa";}.fa-eyedropper:before{content:"\f1fb";}.fa-paint-brush:before{content:"\f1fc";}.fa-birthday-cake:before{content:"\f1fd";}.fa-area-chart:before{content:"\f1fe";}.fa-pie-chart:before{content:"\f200";}.fa-line-chart:before{content:"\f201";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-bicycle:before{content:"\f206";}.fa-bus:before{content:"\f207";}.fa-ioxhost:before{content:"\f208";}.fa-angellist:before{content:"\f209";}.fa-cc:before{content:"\f20a";}.fa-shekel:before, .fa-sheqel:before, .fa-ils:before{content:"\f20b";}.fa-meanpath:before{content:"\f20c";}.fa-buysellads:before{content:"\f20d";}.fa-connectdevelop:before{content:"\f20e";}.fa-dashcube:before{content:"\f210";}.fa-forumbee:before{content:"\f211";}.fa-leanpub:before{content:"\f212";}.fa-sellsy:before{content:"\f213";}.fa-shirtsinbulk:before{content:"\f214";}.fa-simplybuilt:before{content:"\f215";}.fa-skyatlas:before{content:"\f216";}.fa-cart-plus:before{content:"\f217";}.fa-cart-arrow-down:before{content:"\f218";}.fa-diamond:before{content:"\f219";}.fa-ship:before{content:"\f21a";}.fa-user-secret:before{content:"\f21b";}.fa-motorcycle:before{content:"\f21c";}.fa-street-view:before{content:"\f21d";}.fa-heartbeat:before{content:"\f21e";}.fa-venus:before{content:"\f221";}.fa-mars:before{content:"\f222";}.fa-mercury:before{content:"\f223";}.fa-intersex:before, .fa-transgender:before{content:"\f224";}.fa-transgender-alt:before{content:"\f225";}.fa-venus-double:before{content:"\f226";}.fa-mars-double:before{content:"\f227";}.fa-venus-mars:before{content:"\f228";}.fa-mars-stroke:before{content:"\f229";}.fa-mars-stroke-v:before{content:"\f22a";}.fa-mars-stroke-h:before{content:"\f22b";}.fa-neuter:before{content:"\f22c";}.fa-genderless:before{content:"\f22d";}.fa-facebook-official:before{content:"\f230";}.fa-pinterest-p:before{content:"\f231";}.fa-whatsapp:before{content:"\f232";}.fa-server:before{content:"\f233";}.fa-user-plus:before{content:"\f234";}.fa-user-times:before{content:"\f235";}.fa-hotel:before, .fa-bed:before{content:"\f236";}.fa-viacoin:before{content:"\f237";}.fa-train:before{content:"\f238";}.fa-subway:before{content:"\f239";}.fa-medium:before{content:"\f23a";}.fa-yc:before, .fa-y-combinator:before{content:"\f23b";}.fa-optin-monster:before{content:"\f23c";}.fa-opencart:before{content:"\f23d";}.fa-expeditedssl:before{content:"\f23e";}.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before{content:"\f240";}.fa-battery-3:before, .fa-battery-three-quarters:before{content:"\f241";}.fa-battery-2:before, .fa-battery-half:before{content:"\f242";}.fa-battery-1:before, .fa-battery-quarter:before{content:"\f243";}.fa-battery-0:before, .fa-battery-empty:before{content:"\f244";}.fa-mouse-pointer:before{content:"\f245";}.fa-i-cursor:before{content:"\f246";}.fa-object-group:before{content:"\f247";}.fa-object-ungroup:before{content:"\f248";}.fa-sticky-note:before{content:"\f249";}.fa-sticky-note-o:before{content:"\f24a";}.fa-cc-jcb:before{content:"\f24b";}.fa-cc-diners-club:before{content:"\f24c";}.fa-clone:before{content:"\f24d";}.fa-balance-scale:before{content:"\f24e";}.fa-hourglass-o:before{content:"\f250";}.fa-hourglass-1:before, .fa-hourglass-start:before{content:"\f251";}.fa-hourglass-2:before, .fa-hourglass-half:before{content:"\f252";}.fa-hourglass-3:before, .fa-hourglass-end:before{content:"\f253";}.fa-hourglass:before{content:"\f254";}.fa-hand-grab-o:before, .fa-hand-rock-o:before{content:"\f255";}.fa-hand-stop-o:before, .fa-hand-paper-o:before{content:"\f256";}.fa-hand-scissors-o:before{content:"\f257";}.fa-hand-lizard-o:before{content:"\f258";}.fa-hand-spock-o:before{content:"\f259";}.fa-hand-pointer-o:before{content:"\f25a";}.fa-hand-peace-o:before{content:"\f25b";}.fa-trademark:before{content:"\f25c";}.fa-registered:before{content:"\f25d";}.fa-creative-commons:before{content:"\f25e";}.fa-gg:before{content:"\f260";}.fa-gg-circle:before{content:"\f261";}.fa-tripadvisor:before{content:"\f262";}.fa-odnoklassniki:before{content:"\f263";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-get-pocket:before{content:"\f265";}.fa-wikipedia-w:before{content:"\f266";}.fa-safari:before{content:"\f267";}.fa-chrome:before{content:"\f268";}.fa-firefox:before{content:"\f269";}.fa-opera:before{content:"\f26a";}.fa-internet-explorer:before{content:"\f26b";}.fa-tv:before, .fa-television:before{content:"\f26c";}.fa-contao:before{content:"\f26d";}.fa-500px:before{content:"\f26e";}.fa-amazon:before{content:"\f270";}.fa-calendar-plus-o:before{content:"\f271";}.fa-calendar-minus-o:before{content:"\f272";}.fa-calendar-times-o:before{content:"\f273";}.fa-calendar-check-o:before{content:"\f274";}.fa-industry:before{content:"\f275";}.fa-map-pin:before{content:"\f276";}.fa-map-signs:before{content:"\f277";}.fa-map-o:before{content:"\f278";}.fa-map:before{content:"\f279";}.fa-commenting:before{content:"\f27a";}.fa-commenting-o:before{content:"\f27b";}.fa-houzz:before{content:"\f27c";}.fa-vimeo:before{content:"\f27d";}.fa-black-tie:before{content:"\f27e";}.fa-fonticons:before{content:"\f280";}.fa-reddit-alien:before{content:"\f281";}.fa-edge:before{content:"\f282";}.fa-credit-card-alt:before{content:"\f283";}.fa-codiepie:before{content:"\f284";}.fa-modx:before{content:"\f285";}.fa-fort-awesome:before{content:"\f286";}.fa-usb:before{content:"\f287";}.fa-product-hunt:before{content:"\f288";}.fa-mixcloud:before{content:"\f289";}.fa-scribd:before{content:"\f28a";}.fa-pause-circle:before{content:"\f28b";}.fa-pause-circle-o:before{content:"\f28c";}.fa-stop-circle:before{content:"\f28d";}.fa-stop-circle-o:before{content:"\f28e";}.fa-shopping-bag:before{content:"\f290";}.fa-shopping-basket:before{content:"\f291";}.fa-hashtag:before{content:"\f292";}.fa-bluetooth:before{content:"\f293";}.fa-bluetooth-b:before{content:"\f294";}.fa-percent:before{content:"\f295";}.fa-gitlab:before{content:"\f296";}.fa-wpbeginner:before{content:"\f297";}.fa-wpforms:before{content:"\f298";}.fa-envira:before{content:"\f299";}.fa-universal-access:before{content:"\f29a";}.fa-wheelchair-alt:before{content:"\f29b";}.fa-question-circle-o:before{content:"\f29c";}.fa-blind:before{content:"\f29d";}.fa-audio-description:before{content:"\f29e";}.fa-volume-control-phone:before{content:"\f2a0";}.fa-braille:before{content:"\f2a1";}.fa-assistive-listening-systems:before{content:"\f2a2";}.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before{content:"\f2a3";}.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before{content:"\f2a4";}.fa-glide:before{content:"\f2a5";}.fa-glide-g:before{content:"\f2a6";}.fa-signing:before, .fa-sign-language:before{content:"\f2a7";}.fa-low-vision:before{content:"\f2a8";}.fa-viadeo:before{content:"\f2a9";}.fa-viadeo-square:before{content:"\f2aa";}.fa-snapchat:before{content:"\f2ab";}.fa-snapchat-ghost:before{content:"\f2ac";}.fa-snapchat-square:before{content:"\f2ad";}.fa-pied-piper:before{content:"\f2ae";}.fa-first-order:before{content:"\f2b0";}.fa-yoast:before{content:"\f2b1";}.fa-themeisle:before{content:"\f2b2";}.fa-google-plus-circle:before, .fa-google-plus-official:before{content:"\f2b3";}.fa-fa:before, .fa-font-awesome:before{content:"\f2b4";}.fa-handshake-o:before{content:"\f2b5";}.fa-envelope-open:before{content:"\f2b6";}.fa-envelope-open-o:before{content:"\f2b7";}.fa-linode:before{content:"\f2b8";}.fa-address-book:before{content:"\f2b9";}.fa-address-book-o:before{content:"\f2ba";}.fa-vcard:before, .fa-address-card:before{content:"\f2bb";}.fa-vcard-o:before, .fa-address-card-o:before{content:"\f2bc";}.fa-user-circle:before{content:"\f2bd";}.fa-user-circle-o:before{content:"\f2be";}.fa-user-o:before{content:"\f2c0";}.fa-id-badge:before{content:"\f2c1";}.fa-drivers-license:before, .fa-id-card:before{content:"\f2c2";}.fa-drivers-license-o:before, .fa-id-card-o:before{content:"\f2c3";}.fa-quora:before{content:"\f2c4";}.fa-free-code-camp:before{content:"\f2c5";}.fa-telegram:before{content:"\f2c6";}.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before{content:"\f2c7";}.fa-thermometer-3:before, .fa-thermometer-three-quarters:before{content:"\f2c8";}.fa-thermometer-2:before, .fa-thermometer-half:before{content:"\f2c9";}.fa-thermometer-1:before, .fa-thermometer-quarter:before{content:"\f2ca";}.fa-thermometer-0:before, .fa-thermometer-empty:before{content:"\f2cb";}.fa-shower:before{content:"\f2cc";}.fa-bathtub:before, .fa-s15:before, .fa-bath:before{content:"\f2cd";}.fa-podcast:before{content:"\f2ce";}.fa-window-maximize:before{content:"\f2d0";}.fa-window-minimize:before{content:"\f2d1";}.fa-window-restore:before{content:"\f2d2";}.fa-times-rectangle:before, .fa-window-close:before{content:"\f2d3";}.fa-times-rectangle-o:before, .fa-window-close-o:before{content:"\f2d4";}.fa-bandcamp:before{content:"\f2d5";}.fa-grav:before{content:"\f2d6";}.fa-etsy:before{content:"\f2d7";}.fa-imdb:before{content:"\f2d8";}.fa-ravelry:before{content:"\f2d9";}.fa-eercast:before{content:"\f2da";}.fa-microchip:before{content:"\f2db";}.fa-snowflake-o:before{content:"\f2dc";}.fa-superpowers:before{content:"\f2dd";}.fa-wpexplorer:before{content:"\f2de";}.fa-meetup:before{content:"\f2e0";}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}#gpFooter_social{background-color:var(--color-ui-independence);}.gpFooter_social_icons{background:var(--color-accent-neon-mint);border:7px var(--color-accent-neon-mint) solid;border-radius:18px;color:var(--color-ui-rich-black);font-size:21px;}div.scrolltop{display:none !important;bottom:0px;cursor:pointer;opacity:1;padding:5px 10px;position:fixed;right:10px;z-index:99999;}div.scrolltop i{background-color:#2EF897;border-radius:5px;color:#FFFFFF;}.footer .footerCol > ul{list-style:none;padding:0;}.footerCol .panel-collapse{margin-top:25px;}.footer .footerCol > ul > li{margin:5px 0;}.footer hr.ipsHr{margin:0;}@media only screen and (max-width:999px){.footer .footerCol > ul > li{margin:10px 0;}}.footer .footerCol > ul > li > a{font-size:14px;}#elCopyright{display:none;}@media screen and (min-width:1000px){#ipsLayout_footer .bootstrapWrapper .collapse{display:block;}#footerMenu{}}@media screen and (max-width:999px){#footerMenu{display:block;margin-bottom:0;}.footerCol.panel:not(:last-child){box-shadow:0px 3px 0px -2px #3E4F51;}.footerColHeading::after{content:"\e102";font-family:gamblerspick-iconfont;position:absolute;right:30px;transition:transform .2s ease-in-out;}.footerColHeading:not(.collapsed)::after{transform:rotate(180deg);}.gpFooter_copyright_section{background-color:var(--color-ui-independence);text-align:center;}}#elGuestTerms{position:fixed;bottom:0px;width:100%;z-index:9996;}#elGuestTerms .gpFooter_terms_description{color:var(--color-ui-silver);}#elGuestTerms .gpFooter_terms_description a{text-decoration:underline;}#elGuestTerms .gpFooter_terms_accept{max-width:300px;width:100%;}.ipsApp select{font-weight:450;background-color:white;position:relative;border:1px solid var(--color-ui-platinum);border-radius:5px;padding:10px;}.ipsApp select:hover{color:#3F5053;}.gpFilters_wrapper select, .gpFilters_wrapper #filterCategory label{cursor:pointer;}input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"]{-webkit-appearance:none;min-height:32px;}ul.ipsForm, ol.ipsForm{list-style:none;padding:0;margin:0;}.ipsForm[data-role="advancedSearch"]{margin-top:15px;padding-bottom:15px;}.ipsFieldRow:not( :last-child){margin-bottom:15px;}.ipsFieldRow_noLabel>label, .ipsFieldRow_noLabel>.ipsFieldRow_content>label{display:none;}.ipsFieldRow_searchResult{background-color:#f2e6d4;border:1px solid #d1aa6e;}.ipsFieldRow.ipsFieldRow_searchResult .ipsFieldRow_desc{color:#ad884e;}.ipsFieldRow_checkbox{margin-bottom:5px;}.ipsFieldRow_checkbox+.ipsFieldRow:not( .ipsFieldRow_checkbox){margin-top:15px;}.ipsFieldRow_checkbox input[type="checkbox"], .ipsFieldRow_checkbox input[type="radio"], .ipsFieldRow_checkbox .ipsCustomInput{float:left;margin-top:3px;}html[dir="rtl"] .ipsFieldRow_checkbox input[type="checkbox"], html[dir="rtl"] .ipsFieldRow_checkbox input[type="radio"], html[dir="rtl"] .ipsFieldRow_checkbox .ipsCustomInput{float:right;}html[dir="ltr"] .ipsFieldRow_checkbox .ipsFieldRow_content{margin-left:15px;}html[dir="rtl"] .ipsFieldRow_checkbox .ipsFieldRow_content{margin-right:15px;}.ipsFieldRow_checkbox label{display:block;font-size:16px;line-height:24px;font-weight:500;vertical-align:middle;}.ipsFieldRow_checkbox .ipsFieldRow_desc{font-size:14px;line-height:16px;color:var(--color-ui-silver);margin:0;}.ipsFieldRow_inlineCheckbox{margin-top:6px;display:inline-block;position:relative;}html[dir="ltr"] .ipsFieldRow_inlineCheckbox{margin-right:15px;}html[dir="rtl"] .ipsFieldRow_inlineCheckbox{margin-left:15px;}html[dir="ltr"] .ipsFieldRow_inlineCheckbox .ipsCustomInput, html[dir="ltr"] .ipsToggle{margin-right:3px;}html[dir="rtl"] .ipsFieldRow_inlineCheckbox .ipsCustomInput, html[dir="rtl"] .ipsToggle{margin-left:3px;}.ipsField_fieldList{list-style:none;margin:0;padding:7px 0 0 0;display:flex;flex-direction:column;}.ipsField_fieldList>li{margin-bottom:15px;}.ipsField_fieldList>li:last-child{margin-bottom:0px;}.ipsField_fieldList .ipsField_fieldLabel{margin-right:20px;}.ipsField_fieldList input[type="radio"], .ipsField_fieldList input[type="checkbox"], .ipsField_fieldList .ipsCustomInput{margin-left:10px;margin-top:3px;}.gpFilters_wrapper .ipsField_fieldList input[type="radio"], .gpFilters_wrapper .ipsField_fieldList input[type="checkbox"], .gpFilters_wrapper .ipsField_fieldList .ipsCustomInput{float:right;}html[dir="rtl"] .ipsField_fieldList input[type="radio"], html[dir="rtl"] .ipsField_fieldList input[type="checkbox"], html[dir="rtl"] .ipsField_fieldList .ipsCustomInput{float:right;}.ipsField_fieldList label.labelWidth{display:flex;align-items:flex-start;justify-content:space-between;}.ipsField_fieldList_content{float:left;}.ipsApp .ipsFieldRow_fullWidth input[type="text"], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="text"], .ipsApp .ipsFieldRow_fullWidth input[type="email"], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="email"], .ipsApp .ipsFieldRow_fullWidth input[type="password"], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="password"], .ipsApp .ipsFieldRow_fullWidth input[type="submit"], .ipsApp .ipsForm_fullWidth .ipsFieldRow input[type="submit"], .ipsApp .ipsFieldRow_fullWidth select, .ipsApp .ipsForm_fullWidth .ipsFieldRow select, .ipsApp .ipsFieldRow_fullWidth button, .ipsApp .ipsForm_fullWidth .ipsFieldRow button, .ipsApp .ipsFieldRow_fullWidth textarea, .ipsApp .ipsForm_fullWidth .ipsFieldRow textarea, .ipsApp .ipsFieldRow_fullWidth .ipsField_autocomplete, .ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsField_autocomplete, .ipsApp .ipsFieldRow_fullWidth .ipsSelectTree, .ipsApp .ipsForm_fullWidth .ipsFieldRow .ipsSelectTree, .ipsApp input.ipsField_fullWidth, .ipsApp textarea.ipsField_fullWidth, .ipsApp .ipsField_autocomplete.ipsField_fullWidth, .ipsApp select.ipsField_fullWidth, .ipsApp .ipsSelectTree.ipsField_fullWidth{width:100%;max-width:100% !important;}.ipsFieldRow_desc{font-size:12px;margin-top:3px;display:inline-block;}.ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_label, .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_title{font-size:16px;line-height:24px;color:var(--color-ui-rich-black);font-weight:500;margin-bottom:5px;display:inline-block;padding-top:5px;}.ipsFieldRow.ipsFieldRow_yesNo .ipsFieldRow_label, .ipsFieldRow.ipsFieldRow_yesNo .ipsFieldRow_title{padding-top:0;}.ipsApp .ipsField_primary, .ipsApp .ipsField_primary.ipsField_autocomplete input, .ipsApp .ipsFieldRow_primary input{font-size:18px;}.ipsFieldRow_required{font-size:12px;text-transform:uppercase;color:var(--color-speciality-error-red);}.ipsFieldRow_required::before{content:" ";}html[dir="ltr"] .ipsFieldRow_required{}html[dir="rtl"] .ipsFieldRow_required{}.ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label, .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title{width:185px;line-height:1.3;font-size:14px;font-weight:600;}html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label, html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title{float:left;padding-right:15px;text-align:right;}html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_label, html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow>.ipsFieldRow_title{float:right;padding-left:15px;text-align:left;}.ipsForm.ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle>.ipsFieldRow_title{width:85px;}html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content{margin-left:185px;}html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle:not( .ipsFieldRow_checkbox) .ipsFieldRow_content{margin-left:95px;}html[dir="ltr"] .ipsForm_horizontal .ipsFieldRow_checkbox{margin-left:185px;}html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_content{margin-right:185px;}html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow.ipsFieldRow_shortTitle:not( .ipsFieldRow_checkbox) .ipsFieldRow_content{margin-right:95px;}html[dir="rtl"] .ipsForm_horizontal .ipsFieldRow_checkbox{margin-right:185px;}.ipsForm_horizontal .ipsFieldRow_required{font-size:0;margin:0;}.ipsForm_horizontal .ipsFieldRow_required:before{content:'*';display:inline;color:#c02222;font-size:16px;}.ipsForm_horizontal .ipsFieldRow_textValue .ipsFieldRow_content{padding-top:7px;}.ipsForm_horizontal .ipsFieldRow_content .ipsRating{margin-top:3px;}.ipsForm_vertical .ipsFieldRow>.ipsFieldRow_label, .ipsForm_vertical .ipsFieldRow>.ipsFieldRow_title{float:none !important;width:100%;text-align:left;}html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label, html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title{text-align:right;}html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox), html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label, html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_content, html[dir="rtl"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title{margin-right:0px;}html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox), html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label, html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_content, html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title{margin-left:0px !important;}html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_label, html[dir="ltr"] .ipsForm_vertical .ipsFieldRow:not( .ipsFieldRow_checkbox)>.ipsFieldRow_title{text-align:left;}.ipsForm_group{margin-bottom:15px;padding-top:15px;border:0;border-bottom:1px solid #f0f0f0;}.ipsForm_group>.ipsForm_groupTitle{float:left;font-size:16px;font-weight:500;margin:0;}html[dir="rtl"] .ipsForm_group>.ipsForm_groupTitle{float:right;}.ipsForm_group>.ipsForm_groupContent{list-style:none;}html[dir="ltr"] .ipsForm_group>.ipsForm_groupContent{margin:0 0 0 175px;padding:0 0 0 15px;border-left:1px solid #f6f6f6;}html[dir="rtl"] .ipsForm_group>.ipsForm_groupContent{margin:0 175px 0 0;padding:0 15px 0 0;border-right:1px solid #f6f6f6;}.ipsForm .ipsForm_group:last-child{border-bottom:0;}.ipsApp label:not( .ipsField_unlimited), .ipsApp input, .ipsApp button, .ipsApp select, .ipsApp textarea{}.ipsApp .ipsField_autocomplete{position:relative;outline:0;display:inline-block;}html[dir="ltr"] .ipsApp .ipsField_autocomplete{padding-right:35px;}html[dir="rtl"] .ipsApp .ipsField_autocomplete{padding-left:35px;}.ipsApp .ipsField_autocomplete input[type="text"]{border:0;border-radius:0px;padding:0;background:transparent;width:20px;max-width:100%;box-shadow:none;}.ipsApp .ipsField_autocomplete input[type="text"]:focus{outline:0;box-shadow:none;}.ipsApp .ipsField_autocomplete.ipsField_autocompleteDisabled{pointer-events:none;}.ipsApp .ipsField_autocomplete.ipsField_autocompleteDisabled .cToken{opacity:0.6;}html[dir="ltr"] .ipsApp .ipsField_autocomplete_loading{position:absolute;right:10px;}html[dir="rtl"] .ipsApp .ipsField_autocomplete_loading{position:absolute;left:10px;}.ipsApp .ipsField_autocomplete [data-action='addToken']{font-size:13px;}.ipsApp input[type="color"]{min-width:50px;}.ipsApp .ipsField_autocomplete, .ipsApp textarea, .ipsApp input[type="text"], .ipsApp input[type="password"], .ipsApp input[type="datetime"], .ipsApp input[type="datetime-local"], .ipsApp input[type="date"], .ipsApp input[type="month"], .ipsApp input[type="time"], .ipsApp input[type="week"], .ipsApp input[type="number"], .ipsApp input[type="email"], .ipsApp input[type="url"], .ipsApp input[type="tel"]{background-color:#ffffff;border:1px solid var(--color-ui-platinum);border-radius:5px;width:100%;padding:7px;}.CodeMirror{border-width:1px;border-style:solid;border-color:#d9d9d9;border-radius:3px;cursor:text;}html[dir="rtl"] .CodeMirror{direction:ltr;}.ipsApp textarea.ipsField_short, .ipsApp input[type="text"].ipsField_short, .ipsApp input[type="password"].ipsField_short, .ipsApp input[type="datetime"].ipsField_short, .ipsApp input[type="datetime-local"].ipsField_short, .ipsApp input[type="date"].ipsField_short, .ipsApp input[type="month"].ipsField_short, .ipsApp input[type="time"].ipsField_short, .ipsApp input[type="week"].ipsField_short, .ipsApp input[type="number"].ipsField_short, .ipsApp input[type="email"].ipsField_short, .ipsApp input[type="url"].ipsField_short, .ipsApp input[type="search"].ipsField_short, .ipsApp input[type="tel"].ipsField_short, .ipsApp input[type="color"].ipsField_short, .ipsApp select.ipsField_short{width:200px;max-width:200px;}.ipsApp textarea.ipsField_medium, .ipsApp input[type="text"].ipsField_medium, .ipsApp input[type="password"].ipsField_medium, .ipsApp input[type="datetime"].ipsField_medium, .ipsApp input[type="datetime-local"].ipsField_medium, .ipsApp input[type="date"].ipsField_medium, .ipsApp input[type="month"].ipsField_medium, .ipsApp input[type="time"].ipsField_medium, .ipsApp input[type="week"].ipsField_medium, .ipsApp input[type="number"].ipsField_medium, .ipsApp input[type="email"].ipsField_medium, .ipsApp input[type="url"].ipsField_medium, .ipsApp input[type="search"].ipsField_medium, .ipsApp input[type="tel"].ipsField_medium, .ipsApp input[type="color"].ipsField_medium, .ipsApp select.ipsField_medium{width:270px;max-width:270px;}.ipsApp textarea.ipsField_tiny, .ipsApp input[type="text"].ipsField_tiny, .ipsApp input[type="password"].ipsField_tiny, .ipsApp input[type="datetime"].ipsField_tiny, .ipsApp input[type="datetime-local"].ipsField_tiny, .ipsApp input[type="date"].ipsField_tiny, .ipsApp input[type="month"].ipsField_tiny, .ipsApp input[type="time"].ipsField_tiny, .ipsApp input[type="week"].ipsField_tiny, .ipsApp input[type="number"].ipsField_tiny, .ipsApp input[type="email"].ipsField_tiny, .ipsApp input[type="url"].ipsField_tiny, .ipsApp input[type="search"].ipsField_tiny, .ipsApp input[type="tel"].ipsField_tiny, .ipsApp input[type="color"].ipsField_tiny, .ipsApp select.ipsField_tiny{width:60px;max-width:60px;}.ipsApp select.ipsField_short, .ipsApp select.ipsField_medium, .ipsApp select.ipsField_tiny{text-overflow:ellipsis;}.ipsApp textarea:focus, .ipsApp input[type="text"]:focus, .ipsApp input[type="password"]:focus, .ipsApp input[type="datetime"]:focus, .ipsApp input[type="datetime-local"]:focus, .ipsApp input[type="date"]:focus, .ipsApp input[type="month"]:focus, .ipsApp input[type="time"]:focus, .ipsApp input[type="week"]:focus, .ipsApp input[type="number"]:focus, .ipsApp input[type="email"]:focus, .ipsApp input[type="url"]:focus, .ipsApp input[type="search"]:focus, .ipsApp input[type="tel"]:focus, .ipsApp input[type="color"]:focus{box-shadow:0px 0px 5px rgba(82, 168, 236, 0.6);border-color:#3480bb;outline:0;}.ipsApp textarea[disabled], .ipsApp input[type="text"][disabled], .ipsApp input[type="password"][disabled], .ipsApp input[type="datetime"][disabled], .ipsApp input[type="datetime-local"][disabled], .ipsApp input[type="date"][disabled], .ipsApp input[type="month"][disabled], .ipsApp input[type="time"][disabled], .ipsApp input[type="week"][disabled], .ipsApp input[type="number"][disabled], .ipsApp input[type="email"][disabled], .ipsApp input[type="url"][disabled], .ipsApp input[type="search"][disabled], .ipsApp input[type="tel"][disabled], .ipsApp input[type="color"][disabled]{background:#f7f7f7;opacity:0.7;}.ipsApp textarea{white-space:pre-wrap;padding:10px;}.ipsApp textarea::placeholder{color:var(--color-ui-platinum);}.ipsApp .ipsToggle:focus, .ipsApp .ipsCustomInput input:focus+span{border-color:rgba(82, 168, 236, 0.8);outline:0;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075), 0px 1px 5px rgba(82, 168, 236, 0.6);}.ipsFieldRow_content [data-role="prefixRow"]{margin-top:5px;}.ipsApp textarea:not([data-ipsAutocomplete]){height:auto;max-width:100%;}.ipsFieldRow .ipsFieldRow_icon{position:relative;}html[dir="ltr"] .ipsFieldRow .ipsFieldRow_icon input[type="text"]{padding-left:35px;}html[dir="rtl"] .ipsFieldRow .ipsFieldRow_icon input[type="text"]{padding-right:35px;}.ipsFieldRow .ipsFieldRow_icon:after{font-family:'FontAwesome';font-size:16px;position:absolute;top:3px;color:#404040;display:inline-block;width:30px;height:30px;}html[dir="ltr"] .ipsFieldRow .ipsFieldRow_icon:after{left:3px;}html[dir="rtl"] .ipsFieldRow .ipsFieldRow_icon:after{right:3px;}.ipsFieldRow .ipsFieldRow_icon[data-icon="search"]{content:"\f002";}.ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after{font-size:18px;top:0;}html[dir="ltr"] .ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after{left:10px;}html[dir="rtl"] .ipsFieldRow.ipsFieldRow_primary .ipsFieldRow_icon:after{right:10px;}.ipsApp .ipsField_loading{background-size:14px 14px;background-repeat:no-repeat;background-position:right 5px center;}@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){.ipsApp .ipsField_loading{background-image:url("https://www.gamblerspick.com/uploads/set_resources_3/cf5a1e7fc191338071d07df134b620d0_tiny_loading@2x.gif");}}html[dir="rtl"] .ipsApp .ipsField_loading{background-position:left 5px center;}.ipsFieldRow_section{background:#f9f9f9;color:#333;padding:15px;font-size:16px;}.ipsApp input.ipsField_error, .ipsFieldRow_error textarea:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="text"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="password"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="datetime"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="datetime-local"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="date"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="month"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="time"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="week"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="number"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="email"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="url"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="search"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="tel"]:not( .ipsFieldRow_errorExclude), .ipsFieldRow_error input[type="color"]:not( .ipsFieldRow_errorExclude){background-color:var(--color-ui-white);border-color:var(--color-speciality-error-red);}.ipsApp input.ipsField_success, .ipsApp textarea.ipsField_success, .ipsFieldRow_success textarea, .ipsFieldRow_success input[type="text"], .ipsFieldRow_success input[type="password"], .ipsFieldRow_success input[type="datetime"], .ipsFieldRow_success input[type="datetime-local"], .ipsFieldRow_success input[type="date"], .ipsFieldRow_success input[type="month"], .ipsFieldRow_success input[type="time"], .ipsFieldRow_success input[type="week"], .ipsFieldRow_success input[type="number"], .ipsFieldRow_success input[type="email"], .ipsFieldRow_success input[type="url"], .ipsFieldRow_success input[type="search"], .ipsFieldRow_success input[type="tel"], .ipsFieldRow_success input[type="color"]{background-color:var(--color-ui-white);border-color:var(--color-accent-mint);}.ipsType_warning, .ipsType_negative{color:var(--color-speciality-error-red);}.ipsType_spammer{color:var(--color-speciality-error-red);}.ipsType_issue{color:var(--color-accent-cta-yellow);}.ipsType_success, .ipsType_positive{color:var(--color-accent-mint);}.ipsType_neutral{color:var(--color-ui-silver);}textarea.ipsField_codeInput{font-family:"Courier New", Courier, monospace;}input[type="text"].ipsField_tinyText{font-size:11px;padding:4px;}input[type="checkbox"]:disabled+.ipsToggle{opacity:0.4;cursor:default !important;}input[type="checkbox"]:disabled+.ipsToggle:not( [data-ipsTooltip]){pointer-events:none;}.ipsToggle{width:50px;background:red;display:inline-block;height:22px;line-height:22px;border-radius:11px;position:relative;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.2) inset;border:1px solid rgba(0, 0, 0, 0.3);overflow:hidden;vertical-align:middle;cursor:pointer;{prefix="transition" value="all 0.3s linear"}}.ipsToggle.ipsToggle_off{background:#c2c2c2;}.ipsToggle.ipsToggle_on{background:#5a895c;}.ipsToggle input{opacity:0.001;}.ipsToggle span{background:#f5f5f5;border-radius:9px;height:18px;width:18px;top:1px;text-indent:100%;white-space:nowrap;box-shadow:0px 0px 1px rgba(0, 0, 0, 0.5);display:block;position:absolute;pointer-events:none;{prefix="transition" value="all 0.2s linear"}}html[dir="ltr"] .ipsToggle.ipsToggle_on span, html[dir="ltr"] .ipsToggle.ipsToggle_off:active span{right:1px;}html[dir="rtl"] .ipsToggle.ipsToggle_on span, html[dir="rtl"] .ipsToggle.ipsToggle_off:active span{left:1px;}html[dir="ltr"] .ipsToggle.ipsToggle_off span, html[dir="ltr"] .ipsToggle.ipsToggle_on:active span{right:29px;}html[dir="rtl"] .ipsToggle.ipsToggle_off span, html[dir="rtl"] .ipsToggle.ipsToggle_on:active span{left:29px;}.ipsToggle span:before{content:'\f0c9';font-family:'FontAwesome';font-size:10px;line-height:20px;display:block;position:absolute;width:18px;height:18px;top:-1px;color:rgba(0, 0, 0, 0.2);}html[dir="ltr"] .ipsToggle span:before{left:-13px;}html[dir="rtl"] .ipsToggle span:before{right:-13px;}.ipsToggle span:after{content:'\f00c';font-family:'FontAwesome';font-size:12px;text-transform:uppercase;display:block;color:#fff;position:absolute;top:0px;line-height:18px;text-shadow:0px 0px 1px rgba(0, 0, 0, 0.5);}html[dir="ltr"] .ipsToggle span:after{left:-38px;}html[dir="rtl"] .ipsToggle span:after{right:-38px;}.ipsToggle.ipsToggle_off span:after{content:'\f00d';}html[dir="ltr"] .ipsToggle.ipsToggle_off span:after{left:10px;}html[dir="rtl"] .ipsToggle.ipsToggle_off span:after{right:10px;}.ipsField_yesNo{display:inline-block;margin:0;padding:0;}html[dir="ltr"] .ipsField_yesNo li{float:left;}html[dir="rtl"] .ipsField_yesNo li{float:right;}.ipsField_yesNo input[type="radio"]{display:none;}.ipsField_yesNo label{display:block;height:32px;line-height:32px;text-align:center;width:40px;background:#f2f2f2;overflow:hidden;text-indent:100%;whitespace:no-wrap;cursor:pointer;position:relative;{prefix="transition" value="0.2s all linear"}}.ipsField_yesNo label:after{color:#d5d5d5;font-family:"FontAwesome";position:absolute;top:0;text-indent:0;font-size:18px;}html[dir="ltr"] .ipsField_yesNo label:after{left:50%;}html[dir="rtl"] .ipsField_yesNo label:after{right:50%;}.ipsField_yesNo .ipsField_yesNo_yes label:after{content:"\f00c";}html[dir="ltr"] .ipsField_yesNo .ipsField_yesNo_yes label:after{margin-left:-9px;}html[dir="rtl"] .ipsField_yesNo .ipsField_yesNo_yes label:after{margin-right:-9px;}.ipsField_yesNo .ipsField_yesNo_yes input[type="radio"]:checked+label{background:#68a72f;}.ipsField_yesNo .ipsField_yesNo_no label:after{content:"\f00d";}html[dir="ltr"] .ipsField_yesNo .ipsField_yesNo_no label:after{margin-left:-7px;}html[dir="rtl"] .ipsField_yesNo .ipsField_yesNo_no label:after{margin-right:-7px;}.ipsField_yesNo .ipsField_yesNo_no input[type="radio"]:checked+label{background:#a72f35;}.ipsField_yesNo li:first-child label{border-radius:3px 0 0 3px;}html[dir="rtl"] .ipsField_yesNo li:first-child label{border-radius:0 3px 3px 0;}.ipsField_yesNo li:last-child label{border-radius:0 3px 3px 0;}html[dir="rtl"] .ipsField_yesNo li:last-child label{border-radius:3px 0 0 3px;}.ipsField_yesNo input[type="radio"]:checked+label:after{color:#fff;}.ipsField_yesNo.ipsField_yesNo_disabled{opacity:0.5;}.ipsCustomInput, .ipsCustomInput2, .ipsCustomInput3{position:relative;}.ipsCustomInput, .ipsCustomInput>span{width:18px;height:18px;display:inline-block;font-size:0;flex-shrink:0;}.ipsCustomInput2, .ipsCustomInput2>span, .ipsCustomInput3, .ipsCustomInput3>span{width:20px;height:20px;display:inline-block;font-size:0;}@media only screen and (max-width:999px){.ipsCustomInput, .ipsCustomInput>span{width:20px;height:20px;}.elementBooleanHideLabelOnMobile:first-of-type .elementBooleanLabel{display:none;}}.ipsCustomInput>span{border:1px solid #bdbdbd;background:#fff;position:absolute;top:-1px;left:0;pointer-events:none;display:inline-block;}.ipsCustomInput input[type="checkbox"]+span{border-radius:3px;}.ipsCustomInput2 input[type="checkbox"]+span{border-radius:10px;}.ipsCustomInput3 input[type="checkbox"]+span{border-radius:5px;}.ipsCustomInput input[type="radio"]+span{border-radius:8px;}.ipsCustomInput2 input[type="radio"]+span{border-radius:10px;}.ipsCustomInput input:hover:not( :disabled)+span{border-color:#385e8a;}.ipsCustomInput input:disabled+span{opacity:0.6;}.ipsCustomInput input:not( :checked):disabled+span{background:#f5f5f5;}.ipsCustomInput input:checked:disabled+span{background:#ebebeb;border-color:#757575;}.ipsCustomInput input[type="checkbox"]:checked:disabled+span:after{color:#757575;}.ipsCustomInput input[type="radio"]:checked:disabled+span:after{background-color:#757575;}.ipsCustomInput input:active:not( :checked):not( :disabled)+span{background:#ebebeb;}.ipsCustomInput input:active:checked:not( :disabled)+span{background:#ebebeb;}.ipsCustomInput input+span{border:2px solid var(--color-ui-rich-black);}.ipsCustomInput input[type="radio"]+span:after, .ipsCustomInput input[type="checkbox"]+span:after{font-family:"FontAwesome";position:absolute;top:1px;left:0;bottom:0;right:0;line-height:16px;text-align:center;font-size:11px;}@media only screen and (max-width:999px){.ipsCustomInput input[type="checkbox"]+span:after{top:2px;}}.ipsCustomInput input:checked+span{background-color:#22B26D;border:0px;}.ipsCustomInput2 input:checked+span, .ipsCustomInput3 input:checked+span{border:none;}.ipsCustomInput input[type="radio"]:checked+span:after, .ipsCustomInput input[type="checkbox"]:checked+span:after{color:white;content:"\f00c";}.ipsCustomInput2 input[type="checkbox"]:checked+span:after, .ipsCustomInput3 input[type="checkbox"]:checked+span:after{top:2.5px;left:50%;transform:translateX(-50%);}.ipsCustomInput input[type="radio"]:checked{border:none;}.ipsCustomInput2 input[type="radio"]:checked+span:after{font-family:"FontAwesome";font-size:11px;content:"\f00c";top:-3px;left:5px;}.ipsCustomInput input{opacity:0.000001;position:relative;z-index:1;width:18px;height:18px;cursor:pointer;top:-2px;}.ipsCustomInput2 input{width:100%;height:100%;}html[dir="ltr"] .ipsCustomInput+label{margin-left:3px;}html[dir="rtl"] .ipsCustomInput+label{margin-right:3px;}.ipsField_translatable li{margin-bottom:5px;position:relative;}.ipsField_translatable li span.ipsFlag{display:inline-block;position:absolute;top:9px;}html[dir="ltr"] .ipsField_translatable li span.ipsFlag{left:8px;}html[dir="rtl"] .ipsField_translatable li span.ipsFlag{right:8px;}.ipsField_translatable li p.ipsFlagEditor span.ipsFlag{top:4px;}html[dir="ltr"] .ipsField_translatable li .ipsFlag+input[type="text"], html[dir="ltr"] .ipsField_translatable li .ipsFlag+input[type="password"]{padding-left:30px;}html[dir="rtl"] .ipsField_translatable li .ipsFlag+input[type="text"], html[dir="rtl"] .ipsField_translatable li .ipsFlag+input[type="password"]{padding-right:30px;}.ipsField_translatable li .ipsFlag+span.ipsFlagLabel{font-weight:bold;}html[dir="ltr"] .ipsField_translatable li .ipsFlag+span.ipsFlagLabel{margin-left:30px;}html[dir="rtl"] .ipsField_translatable li .ipsFlag+span.ipsFlagLabel{margin-right:30px;}.ipsFieldRow:not( .ipsFieldRow_fullWidth) .ipsField_stack{max-width:350px;}.ipsField_stackItem{margin-bottom:5px;position:relative;padding-left:32px;}.ipsField_stackItem .ipsField_stackDrag, .ipsField_stackItem .ipsField_stackDelete{position:absolute;width:32px;height:32px;line-height:34px;top:0;text-align:center;}html[dir="ltr"] .ipsField_stackItem .ipsField_stackDrag{left:0;}html[dir="rtl"] .ipsField_stackItem .ipsField_stackDrag{right:0;}.ipsField_stackItem .ipsDrag_dragHandle{opacity:0.2;}.ipsField_stackItem .ipsField_stackDelete{background:#323232;color:#fff;width:19px;height:19px;border-radius:19px;line-height:17px;top:5px;}html[dir="ltr"] .ipsField_stackDelete{right:0;}html[dir="rtl"] .ipsField_stackDelete{left:0;}.ipsField_stackItem input[type="text"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="url"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="tel"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="email"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="number"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="search"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="password"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="datetime"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="datetime-local"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="date"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="week"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="month"]:not(.ipsField_stackItemNoMargin), .ipsField_stackItem input[type="time"]:not(.ipsField_stackItemNoMargin){margin-left:-32px;padding-left:32px;}html[dir="ltr"] .ipsField_stackItem input[type="button"], html[dir="ltr"] .ipsField_stackItem input[type="checkbox"], html[dir="ltr"] .ipsField_stackItem input[type="color"], html[dir="ltr"] .ipsField_stackItem input[type="file"], html[dir="ltr"] .ipsField_stackItem input[type="radio"], html[dir="ltr"] .ipsField_stackItem input[type="range"], html[dir="ltr"] .ipsField_stackItem input[type="submit"], html[dir="ltr"] .ipsField_stackItem select, html[dir="ltr"] .ipsField_stackItem textarea{margin-left:36px;}html[dir="rtl"] .ipsField_stackItem input[type="button"], html[dir="rtl"] .ipsField_stackItem input[type="checkbox"], html[dir="rtl"] .ipsField_stackItem input[type="color"], html[dir="rtl"] .ipsField_stackItem input[type="file"], html[dir="rtl"] .ipsField_stackItem input[type="radio"], html[dir="rtl"] .ipsField_stackItem input[type="range"], html[dir="rtl"] .ipsField_stackItem input[type="submit"], html[dir="rtl"] .ipsField_stackItem select, html[dir="rtl"] .ipsField_stackItem textarea{margin-right:36px;}html[dir="ltr"] .ipsField_stackItem_keyValue span input[type="text"]{margin-left:0px;padding-left:6px;}html[dir="rtl"] .ipsField_stackItem_keyValue span input[type="text"]{margin-right:0px;padding-right:6px;}.ipsField_stackItem_keyValue{padding-top:8px;}html[dir="ltr"] .ipsField_stackItem_keyValue{margin-left:36px;}html[dir="rtl"] .ipsField_stackItem_keyValue{margin-right:36px;}.ipsField_uploader{border:1px solid #efefef;border-bottom:1px solid #dedede;box-shadow:0px 1px 0px rgba(255, 255, 255, 1) inset;background:#f6f6f6;padding:15px;text-shadow:0px 1px 0px #fff;position:relative;}.ipsField_uploader .ipsField_uploader_icon{font-size:36px;vertical-align:middle;{prefix="transition" value="all 0.2s linear"}}html[dir="ltr"] .ipsField_uploader .ipsField_uploader_icon{margin-right:10px;float:left;}html[dir="rtl"] .ipsField_uploader .ipsField_uploader_icon{margin-left:10px;float:right;}.ipsField_uploader:hover .ipsField_uploader_icon{{prefix="transform" value="scale(1.3)"}}.ipsField_uploader .ipsField_uploader_msg span{font-size:14px;font-weight:bold;display:block;}.ipsField_uploader .ipsField_uploader_msg span+span{opacity:0.7;font-weight:normal;font-size:12px;}.ipsAttachments_list{border:1px solid #efefef;}.ipsAttachments_list>li{padding:15px;background:#fcfcfc;border-bottom:1px solid #efefef;}.ipsAttachments_list>li:last-child{border-bottom:0;}.ipsAttachment_name{font-weight:bold;}.ipsAttachment_size{opacity:0.7;font-size:12px;}.ipsAttachments_tools{opacity:0;{prefix="transition" value="0.5s all linear"}}.ipsAttachments_list>li:hover .ipsAttachments_tools{opacity:0.4;}.ipsAttachments_list>li .ipsAttachments_tools:hover{opacity:1;}.ipsAttachment_progress{border:1px solid #dedede;height:12px;border-radius:10px;width:150px;display:inline-block;background:#fff;}.ipsAttachment_progress>span{background:#151515;width:0%;display:block;height:10px;border-radius:10px;}.ipsImageAttach .ipsAttachment_progress{width:70%;position:absolute;top:45%;}html[dir="ltr"] .ipsImageAttach .ipsAttachment_progress{margin-left:-35%;left:50%;}html[dir="rtl"] .ipsImageAttach .ipsAttachment_progress{margin-right:-35%;right:50%;}.ipsField_uploader+.ipsAttachments_list{border-top:0;}html[dir="ltr"] .ipsField_uploader+.ipsAttachments_list{margin-left:10px;}html[dir="rtl"] .ipsField_uploader+.ipsAttachments_list{margin-right:10px;}.ipsAttachment_supportDrag{display:none;}.cToken{height:22px;line-height:22px;background:var(--color-accent-neon-mint);color:var(--color-ui-rich-black);display:inline-block;font-size:13px;border-radius:12px;padding:0 10px;cursor:pointer;margin:1px 5px 1px 0 !important;max-width:100%;overflow:hidden;}html[dir="rtl"] .cToken{margin:1px 0 1px 5px !important;}.cToken.cToken_selected{background:var(--color-accent-mint);}ul.ipsContentItemSelector li{margin-top:10px;}ul.ipsContentItemSelector li:first-child{margin-top:5px;}ul.ipsContentItemSelector li div[data-role="contentItemRow"]{padding-left:5px;}.cContentItem_delete{height:18px;line-height:18px;background:#385e8a;color:#fff;display:inline-block;font-size:13px;border-radius:12px;padding:0 10px;cursor:pointer;margin:1px 5px 1px 0 !important;float:left;}.ipsSelectTree{min-height:32px;border:1px solid #b3b3b3;width:100%;max-width:350px;border-radius:3px;padding:7px 25px 5px 7px;position:relative;background:rgb(255, 255, 255);background:-moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));background:-webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);background:-o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);background:-ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);cursor:pointer;margin-bottom:5px;}html[dir="rtl"] .ipsSelectTree{padding:7px 7px 5px 25px;}.ipsSelectTree.ipsSelectTree_disabled, .ipsSelectTree.ipsSelectTree_disabled .ipsSelectTree_expand{opacity:0.6;pointer-events:none;}.ipsSelectTree_active.ipsSelectTree_bottom{border-bottom:0;border-radius:3px 3px 0 0;border-color:rgba(82, 168, 236, 0.8);}.ipsSelectTree_active.ipsSelectTree_top{border-top:0;border-radius:0 0 3px 3px;border-color:rgba(82, 168, 236, 0.8);}.ipsSelectTree_expand{position:absolute;top:-1px;bottom:-1px;line-height:32px;border-radius:0 3px 3px 0;width:26px;text-align:center;color:#333;}html[dir="ltr"] .ipsSelectTree_expand{right:-1px;}html[dir="rtl"] .ipsSelectTree_expand{left:-1px;}.ipsSelectTree [data-role="tokenList"] li{line-height:1;}html[dir="ltr"] .ipsSelectTree [data-role="tokenList"] li{margin-right:5px;}html[dir="rtl"] .ipsSelectTree [data-role="tokenList"] li{margin-left:5px;}.ipsSelectTree [data-role="tokenList"] .cToken{background:#385e8a;color:#fff;margin-bottom:4px;}.ipsSelectTree_nodes{position:absolute;top:100%;max-width:500px;border:1px solid rgba(82, 168, 236, 0.8);padding:7px;background:rgb(242, 242, 242);}.ipsSelectTree_nodes.ipsSelectTree_bottom{border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;margin:-4px 0 0 0;}.ipsSelectTree_nodes.ipsSelectTree_top{border-bottom:0;border-top-right-radius:3px;border-top-left-radius:3px;margin:0 0 -4px 0;}html[dir="rtl"] .ipsSelectTree_nodes{margin:-4px -1px 0 0;}.ipsSelectTree_nodes [data-role="nodeList"]{background:#fff;border:1px solid rgba(0, 0, 0, 0.1);max-height:300px;overflow:auto;}.ipsSelectTree_nodes [data-role="nodeList"] li{position:relative;border-bottom:1px solid rgba(0, 0, 0, 0.05);}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item{padding:7px 25px 7px 22px;}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item{padding:7px 22px 7px 25px;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_withChildren{padding:7px 4px;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item:not( .ipsSelectTree_itemDisabled):hover{background:#ebf4f9;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item:not( .ipsSelectTree_itemDisabled).ipsSelectTree_selected:hover{background:#333333;}.ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"]{border-top:1px solid rgba(0, 0, 0, 0.05);}html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"]{margin-left:15px;border-left:1px dotted rgba(0, 0, 0, 0.2);}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li [data-role="childWrapper"]{margin-right:15px;border-right:1px dotted rgba(0, 0, 0, 0.2);}.ipsSelectTree_nodes [data-role="nodeList"] li:last-child{border:0;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle{width:16px;height:19px;display:inline-block;color:inherit;position:relative;vertical-align:middle;float:left;}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle{float:right;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"]{display:block;}html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"]{margin-left:20px;}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_toggle+[data-role="nodeTitle"]{margin-right:20px;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before{text-align:center;font-size:11px;display:block;width:20px;height:19px;position:absolute;top:0;content:'\f04b';font-family:'FontAwesome';}html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before{left:0;}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item>.ipsSelectTree_toggle:before{right:0;}.ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before{{prefix="transform" value="rotate(90deg)"}}html[dir="ltr"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before{left:-2px;}html[dir="rtl"] .ipsSelectTree_nodes [data-role="nodeList"] li .ipsSelectTree_item.ipsSelectTree_itemOpen>.ipsSelectTree_toggle:before{right:-2px;}.ipsSelectTree_nodes [data-role="nodeList"] .ipsTabs li{border-bottom:0;}.ipsSelectTree_selected{background:#474747;color:#fff;}.ipsSelectTree_selected:after{content:'\f00c';font-family:'FontAwesome';position:absolute;top:7px;color:#fff;}html[dir="ltr"] .ipsSelectTree_selected:after{right:7px;}html[dir="rtl"] .ipsSelectTree_selected:after{left:7px;}.ipsSelectTree_itemDisabled>[data-role="nodeTitle"]{color:#a6a6a6;cursor:default;}.ipsSelectTree_placeholder{color:#909090;}.ipsSelectTree_search{margin-top:7px;position:relative;}.ipsApp .ipsSelectTree_search input{border:1px solid rgba(0, 0, 0, 0.3);font-size:12px;}html[dir="ltr"] .ipsApp .ipsSelectTree_search input{padding-left:26px;}html[dir="rtl"] .ipsApp .ipsSelectTree_search input{padding-right:26px;}.ipsSelectTree_search:after{content:'\f002';font-family:"FontAwesome";position:absolute;top:7px;}html[dir="ltr"] .ipsSelectTree_search:after{left:7px;}html[dir="rtl"] .ipsSelectTree_search:after{right:7px;}.ipsForm_noLabels .ipsFieldRow_label, .ipsForm_noLabels .ipsFieldRow_title, .ipsForm_noLabels .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_label, .ipsForm_noLabels .ipsFieldRow:not( .ipsFieldRow_checkbox) .ipsFieldRow_title{display:none;}input.ipsField_vle{color:black;font-weight:normal;}html[dir="rtl"] #recaptcha_table:not( .recaptcha_theme_clean){direction:ltr !important;}_:-ms-input-placeholder, :root .cke_source{min-width:100% !important;}.ipsForm_meter{max-width:350px;width:100%;height:7px;display:block;margin-top:7px;border-radius:2px;}.ipsForm_meterAdvice{font-size:10px;font-weight:bold;display:block;}.ipsForm_meter[data-adviceValue="1"]+.ipsForm_meterAdvice{color:#C62828;}.ipsForm_meter[data-adviceValue="2"]+.ipsForm_meterAdvice{color:#D84315;}.ipsForm_meter[data-adviceValue="3"]+.ipsForm_meterAdvice{color:#FF8F00;}.ipsForm_meter[data-adviceValue="4"]+.ipsForm_meterAdvice{color:#9E9D24;}.ipsForm_meter[data-adviceValue="5"]+.ipsForm_meterAdvice{color:#2E7D32;}.ipsForm_meter::-webkit-meter-bar{background:none;border-radius:2px;background-color:#f0f0f0;}.ipsForm_meter[data-adviceValue="1"]::-webkit-meter-optimum-value{background:#C62828;}.ipsForm_meter[data-adviceValue="2"]::-webkit-meter-optimum-value{background:#D84315;}.ipsForm_meter[data-adviceValue="3"]::-webkit-meter-optimum-value{background:#FF8F00;}.ipsForm_meter[data-adviceValue="4"]::-webkit-meter-optimum-value{background:#9E9D24;}.ipsForm_meter[data-adviceValue="5"]::-webkit-meter-optimum-value{background:#2E7D32;}.ipsForm_meter[data-adviceValue="1"]::-moz-meter-bar{background:#C62828;}.ipsForm_meter[data-adviceValue="2"]::-moz-meter-bar{background:#D84315;}.ipsForm_meter[data-adviceValue="3"]::-moz-meter-bar{background:#FF8F00;}.ipsForm_meter[data-adviceValue="4"]::-moz-meter-bar{background:#9E9D24;}.ipsForm_meter[data-adviceValue="5"]::-moz-meter-bar{background:#2E7D32;}[data-role="cropper"]{margin:0 auto;max-width:100%;}.ipsForm_cropper{max-width:100%;}.ipsForm_cropper>img{max-width:100%;}.cropper-container{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cropper-container img{display:block;width:100%;min-width:0 !important;max-width:none !important;height:100%;min-height:0 !important;max-height:none !important}.cropper-canvas, .cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-canvas{background-color:#fff;filter:alpha(opacity=0);opacity:0}.cropper-modal{background-color:#000;filter:alpha(opacity=50);opacity:.5}.cropper-cropbox{position:absolute;top:10%;left:10%;width:80%;height:80%}.cropper-viewer{display:block;width:100%;height:100%;overflow:hidden;outline:#69f solid 1px;outline-color:rgba(102, 153, 255, .75)}.cropper-dashed{position:absolute;display:block;filter:alpha(opacity=50);border:0 dashed #fff;opacity:.5}.cropper-dashed.dashed-h{top:33.33333333%;left:0;width:100%;height:33.33333333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333333%;width:33.33333333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-face, .cropper-line, .cropper-point{position:absolute;display:block;width:100%;height:100%;filter:alpha(opacity=10);opacity:.1}.cropper-face{top:0;left:0;cursor:move;background-color:#fff}.cropper-line{background-color:#69f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;background-color:#69f;filter:alpha(opacity=75);opacity:.75}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;filter:alpha(opacity=100);opacity:1}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";background-color:#69f;filter:alpha(opacity=0);opacity:0}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;filter:alpha(opacity=75);opacity:.75}}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-invisible{filter:alpha(opacity=0);opacity:0}.cropper-hide{position:fixed;top:0;left:0;z-index:-1;width:auto !important;max-width:none !important;height:auto !important;max-height:none !important;filter:alpha(opacity=0);opacity:0}.cropper-hidden{display:none !important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-canvas, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point{cursor:not-allowed}.ipsFilterTag{display:inline-block;padding:3px 10px;color:var(--color-accent-neon-mint);background-color:var(--color-ui-rich-black);border-radius:5px;margin:0 5px 5px 0;cursor:pointer;}.ipsFilterTag_slider{padding-left:30px;position:relative;}.ipsFilterTag_slider::before{position:absolute;content:"\f00c";top:2px;left:8px;font-family:"FontAwesome";font-size:18px;font-weight:normal;color:var(--color-accent-neon-mint);}.localLabel, .localLabelMobile, .bankingLabel, .bankingLabelMobile{padding-top:5px;}.filter-switcher{position:relative;display:inline-block;width:33px;height:19px;}.filter-switcher input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;z-index:10;}.filter-switcher span{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--color-ui-white);-webkit-transition:.4s;transition:.4s;border:2px solid var(--color-ui-independence);border-radius:34px;}.filter-switcher span::before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:1px;background-color:var(--color-ui-independence);-webkit-transition:.4s;transition:.4s;border-radius:50%;}.filter-switcher input:checked+span{background-color:var(--color-ui-independence);}.filter-switcher input:checked+span::before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px);background-color:var(--color-accent-neon-mint);}#elUserSignIn_menu{border-radius:0 0 5px;}.ipsMenu_important div[data-role="loginForm"] .ipsType_sectionHead{font-size:18px;line-height:24px;font-weight:500;margin-bottom:20px;}.ipsMenu_important div[data-role="loginForm"] .ipsType_right{margin:10px 0;font-weight:450;font-size:16px;line-height:24px;}.ipsMenu_important div[data-role="loginForm"] input{border:1px solid rgba(153, 159, 160, .5);background-color:var(--color-ui-independence);padding:7px;border-radius:5px;}#elUserSignIn_menu input:-webkit-autofill{background-color:var(--color-ui-independence)!important;-webkit-text-fill-color:var(--color-ui-independence)!important;box-shadow:0px 0px 5px rgb(82 168 236 / 60%);}.ipsMenu_important div[data-role="loginForm"] .ipsFieldRow_desc{color:var(--color-ui-silver);margin-top:0;}.ipsMenu_important div[data-role="loginForm"] button{text-transform:uppercase;}#elFullNotifications_menu, #elFullReports_menu, #elFullInbox_menu{padding:0 15px;border-radius:0 0 5px 5px;}.ipsMenu_headerBar .ipsType_sectionHead{font-size:16px;line-height:24px;font-weight:500;}#elFullNotifications_menu .ipsUserPhoto img{height:48px;width:48px;border-radius:5px;}#elFullNotifications_menu .ipsDataItem_icon{padding-left:0;}#elFullNotifications_menu .ipsDataItem .ipsDataItem_title{font-size:16px;line-height:24px;font-weight:450;color:var(--color-ui-white);}#elFullNotifications_menu .ipsType_light{font-size:12px;line-height:18px;font-weight:450;color:var(--color-ui-silver);}.ipsDataItem_main ul.ipsList_inline li{font-size:12px;line-height:18px;font-weight:450;color:var(--color-ui-silver);}#elNotificationsBrowser .cNotifcationPrompt .ipsPhotoPanel_mini{padding:10px;margin:10px 0;background-color:var(--color-ui-rich-black);border-radius:5px;}#elNotificationsBrowser .cNotifcationPrompt .ipsPhotoPanel_mini .cNotifcationPrompt_dismiss{font-size:24px;float:right;padding:0 6px;}#elNotificationsBrowser .cNotifcationPrompt .ipsPhotoPanel_mini .cNotifcationPrompt_title{font-size:18px;line-height:24px;margin-right:24px;}#elNotificationsBrowser .cNotifcationPrompt .ipsPhotoPanel_mini .cNotifcationPrompt_text{font-size:14px;line-height:18px;margin:10px 0;padding:10px 0;color:var(--color-ui-silver);border-top:1px solid var(--color-ui-independence);}#elNotificationsBrowser .cNotifcationPrompt .ipsPhotoPanel_mini .ipsButton_veryLight{background-color:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);text-transform:uppercase;}#elFullNotifications_menu .ipsMenu_headerBar .ipsType_light{font-size:14px;line-height:24px;font-weight:450;color:var(--color-ui-white);}.cUserHovercard{padding:15px;display:flex;column-gap:15px;}.cUserHovercard .ipsPageHead_special{border-radius:0;padding:0;position:relative;background-color:var(--color-ui-white);}.cUserHovercard .ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium:after{height:48px;width:48;border-radius:5px;}.cUserHovercard .ipsType_sectionHead{font-size:16px;line-height:24px;margin-top:10px;font-weight:500;color:var(--color-ui-rich-black);}.cUserHovercard .ipsPageHead_barText_small{font-size:14px;line-height:18px;}.ipsHovercard .gpReputation a .fa{color:var(--color-ui-silver);}.ipsHovercard .gpReputation a .gp_Count_value{color:var(--color-ui-rich-black);}.cUserHovercard .ipsPageHead_barText_small span{color:var(--color-ui-rich-black);}.cUserHovercard .cUserHovercard_data .ipsDataList .ipsDataItem span{padding:5px 0;font-size:14px;line-height:18px;}.cUserHovercard .cUserHovercard_data .ipsDataList .ipsDataItem{border-bottom:1px solid var(--color-ui-platinum);}.cLogin_single{width:100%;max-width:750px;padding:15px;background-color:var(--color-ui-white);border-radius:5px;}.cLogin_single .ipsType_pageTitle{font-size:16px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);}.cLogin_single .ipsType_pageTitle{font-size:18px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);}.cLogin_single .ipsType_light{font-size:16px;line-height:24px;font-weight:450;margin:10px 0;}.cLogin_single .ipsType_light a{font-weight:500;}.cLogin_single p.ipsType_right.ipsType_small{margin:10px 0;}.gp_Signup{padding:30px;border-radius:5px;background-color:var(--color-ui-white);}.gp_Signup .ipsHr, #elRegisterButton_dialog .ipsDialog_content .ipsHr{margin:15px 0;color:var(--color-ui-platinum);}.ipsFieldRow_checkbox .gp_Signup .ipsFieldRow_checkbox, #elRegisterButton_dialog .ipsFieldRow_checkbox, .ipsFieldRow_checkbox{display:flex;align-items:flex-start;}.gp_Signup .ipsField_fieldList, #elRegisterButton_dialog .ipsField_fieldList, .ipsDialog_content .ipsField_fieldList{padding:0;}html[dir="ltr"] .gp_Signup .ipsFieldRow_checkbox .ipsFieldRow_content, html[dir="ltr"] #elRegisterButton_dialog .ipsFieldRow_checkbox .ipsFieldRow_content{margin-left:15px;}html[dir="rtl"] .gp_Signup .ipsFieldRow_checkbox .ipsFieldRow_content, html[dir="rtl"] #elRegisterButton_dialog .ipsFieldRow_checkbox .ipsFieldRow_content{margin-right:15px;}.gp_Signup .subheading{font-size:18px;font-weight:450;line-height:24px;margin:0 0 15px 0;border-bottom:1px solid var(--color-ui-aluminium);padding-bottom:15px;}.gp_Signup a, .gpSignup_Content a.link, #elRegisterButton_dialog .ipsFieldRow_content a{font-size:16px;line-height:24px;color:var(--color-accent-mint);text-decoration:underline;margin:0 6px;}.gpSignup_title{font-size:26px;font-weight:500;line-height:36px;margin-bottom:8px;}.gpSignup_Content{margin:0 30px 0 120px;}.gpSignup_Content p{font-size:16px;line-height:20px;margin-bottom:40px;}.gpSignup_Content ul{list-style:none;margin:0 0 20px;padding:0;}.gpSignup_Content ul li{position:relative;padding-left:60px;font-size:18px;line-height:24px;font-weight:500;}.gpSignup_Content ul li:not(:last-child){margin-bottom:40px;}.gpSignup_Content ul li::before{font-family:'FontAwesome';content:"\f00c";display:inline-flex;justify-content:center;align-items:center;font-size:18px;color:var(--color-accent-mint);background:var(--color-ui-white);border:1px var(--color-ui-platinum) solid;border-radius:100px;height:44px;width:44px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto 0;}.gpSignup_Content ul li p{margin:5px 0;}#elRegisterButton_dialog.ipsDialog > div{padding:15px 30px;}#elRegisterButton_dialog .ipsDialog_content .ipsList_reset li button{margin-bottom:15px;}.gp_AgeverificationBlur{margin:0;height:100%;overflow:hidden;}.gp_AgeverificationBlur > *:not(.gp_Ageverification){filter:blur(10px);pointer-events:none;}.gp_Ageverification{text-align:center;}.gp_Ageverification h1{color:var(--color-ui-rich-black);font-weight:700;font-size:32px;line-height:36px;margin:26px 0;}.gp_Ageverification p{color:var(--color-ui-independence);font-size:16px;line-height:24px;margin:26px 0;}.gp_Ageverification span{color:var(--color-ui-silver);display:block;font-size:10px;line-height:20px;font-weight:500;margin:20px 0;}.gp_Ageverification .ipsButton{font-size:22px;line-height:26px;font-weight:500;padding:8px 30px;height:60px;width:231px;max-width:100%;}.gp_Ageverification div .ipsButton{margin:10px;}.row.ipsForm_contactForm{max-width:100%;padding:15px;background-color:var(--color-ui-white);border-radius:5px;}@media screen and (max-width:768px){.gpSignup_Content{display:none;}}@media (min-width:768px) and (max-width:1366px){.gpSignup_Content{margin:0 30px 0 30px;}}.ipsForm_Contact .bootstrapWrapper{margin:0;padding-right:180px;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow{margin-bottom:50px;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow{padding:0 15px 0 0;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow.col-md-6:nth-child(3){padding-left:15px;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow .ipsFieldRow_label{font-size:22px;line-height:26px;margin-bottom:20px;}@media (min-width:768px) and (max-width:1366px){.ipsForm_Contact .bootstrapWrapper{padding-right:0;}}@media screen and (max-width:992px){.ipsForm_Contact h1{margin-top:15px;margin-bottom:15px;}.ipsForm_Contact p{font-size:14px;line-height:20px;margin-bottom:15px;}.ipsForm_Contact .bootstrapWrapper ul{margin:15px 0;padding-top:15px;border-bottom:1px solid var(--color-ui-platinum);border-top:1px solid var(--color-ui-platinum);}.ipsForm_Contact .bootstrapWrapper{padding-right:0;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow.col-md-6:nth-child(3){padding-left:0;}.ipsForm_Contact .bootstrapWrapper .ipsFieldRow{margin-bottom:30px;padding-right:0;}}#elIgnoreForm ul li.ipsFieldRow_inlineCheckbox{display:inline-flex;align-items:center;}#elIgnoreForm ul li .ipsField_fieldList{padding:0;margin-right:2px;}ul.gp_FollowingMember .ipsField_fieldList input[type="checkbox"]{position:absolute;margin:0;left:0;}ul.gp_FollowingMember .ipsField_fieldList span.ipsCustomInput{width:auto;height:auto;padding-left:26px;}ul.gp_FollowingMember .ipsField_fieldList span.ipsCustomInput label{font-size:14px;line-height:14px;}ul.gp_FollowingMember .ipsSpacer_both{display:none;}@-webkit-viewport{width:device-width;}@-moz-viewport{width:device-width;}@-ms-viewport{width:device-width;}@-o-viewport{width:device-width;}@-viewport{width:device-width;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{min-height:100%;position:relative;}body, input, select, option, button, textarea{font-family:Circular;font-size:16px;font-weight:450;line-height:26px;}label{font-weight:500;}body{height:100%;margin:0px;background:var(--color-ui-rich-black);border-color:var(--color-ui-rich-black);}main{display:block;}.ipsLayout_noBackground{background:none;}body.ipsNoScroll{overflow:hidden;}a{text-decoration:none;}a:hover{}a:active, a:focus, a:hover{outline:0 !important;}img{vertical-align:middle;}.ipsApp fieldset{border:0;}html[dir="rtl"] i.fa[class$="-right"], html[dir="rtl"] i.fa[class$="-left"], html[dir="rtl"] i.fa[class$="-reply"], html[dir="rtl"] i.fa[class$="-forward"], html[dir="rtl"] i.fa[class$="-backward"]{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}#elSiteTitle{color:#fff;font-size:28px;line-height:58px;text-decoration:none;font-weight:300;-webkit-font-smoothing:antialiased;}#elLogo img{max-width:100%;}#elMobileNav{background:#1265a1;}#ipsLayout_header nav ul li.ipsHide, #ipsLayout_header #elMobileNav li.ipsHide{display:none;}#ipsLayout_mainNav > li > a{display:block;position:relative;font-size:13px;color:#fff;text-decoration:none;padding:0 20px;text-shadow:0px -1px 0px rgba(0,0,0,0.4);}#ipsLayout_mainNav > li > a .ipsNotificationCount{top:-3px;}html[dir="ltr"] #ipsLayout_mainNav > li > a .ipsNotificationCount{right:-3px;}html[dir="rtl"] #ipsLayout_mainNav > li > a .ipsNotificationCount{left:-3px;}#ipsLayout_header nav a.ipsNavActive{color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.4);background:rgba(0,0,0,0.3);font-weight:bold;opacity:1;}#ipsLayout_header nav a.ipsNavActive.ipsNavActive_menu{background:rgba(0,0,0,0.5);}#ipsLayout_header header{padding:10px 25px;}#ipsLayout_header header > .ipsLayout_container{display:flex;align-items:center;justify-content:space-between;}#ipsLayout_contentWrapper{}.gpLayout_container, .gpLayout_container_medium{margin:0 auto;padding:var(--gp-layout-padding);}.gpLayout_container{max-width:1520px;}.gpLayout_container_medium{max-width:var(--dura-max-width);}.gpGuide_thumbnail{height:140px;}@media screen and (max-width:999px){.gpGuide_thumbnail{height:auto;margin-left:calc(-1 * var(--gp-layout-padding));margin-bottom:calc(-1 * var(--gp-layout-padding));width:calc(100% + (2 * var(--gp-layout-padding)));}}#ipsLayout_mainNav > li > a:hover{opacity:1;color:#fff;}#ipsLayout_mobileNav{display:none;}#elAjaxLoading{background:var(--color-ui-independence);width:150px;padding:15px;color:#fff;position:fixed;bottom:15px;border-radius:4px;font-size:16px;text-align:center;z-index:15000;}html[dir="ltr"] #elAjaxLoading{left:50%;margin-left:-75px;}html[dir="rtl"] #elAjaxLoading{right:50%;margin-right:-75px;}html[dir="ltr"] #elAjaxLoading img{margin-right:20px;}html[dir="rtl"] #elAjaxLoading img{margin-left:20px;}#elSearch{border-radius:20px;padding:4px 10px 4px 10px;background:#fff;margin:2px 0;height:26px;width:170px;position:relative;opacity:0.4;transition:0.1s all linear;}}html[dir="rtl"] #elSearch{margin-left:5px;}#elSearch input:-webkit-autofill{height:26px !important;}.ipsApp_noTouch #elSearch:hover, #elSearch.cSearchExpanded{opacity:1;}#elSearch.cSearchExpanded{width:280px;}#elSearch button{position:absolute;top:0;border:0;background:transparent;font-size:17px;width:35px;line-height:22px;}html[dir="ltr"] #elSearch button{right:1px;}html[dir="rtl"] #elSearch button{left:1px;}#elSearch input[type="search"]{padding:0 0 0 2px;border:0;background:transparent;box-shadow:none;font-size:13px;position:absolute;top:0px;width:77%;line-height:28px;height:28px;}html[dir="ltr"] #elSearch input[type="search"]{}html[dir="rtl"] #elSearch input[type="search"]{left:30px;}#elSearch #elSearchFilter{font-size:11px;color:#5f5f5f;opacity:1;max-width:110px;text-overflow:ellipsis;overflow:hidden;padding:0 10px;text-align:center;position:absolute;top:0px;line-height:26px;background:#eeeeee;width:110px;}html[dir="ltr"] #elSearch #elSearchFilter{left:0px;border-radius:20px 0 0 20px;border-right:1px solid rgba(0,0,0,0.1);}html[dir="rtl"] #elSearch #elSearchFilter{right:0px;border-radius:0px 20px 20px 0px;border-left:1px solid rgba(0,0,0,0.1);}#elSearch #elSearchFilter:hover{background:#f7f7f7;}#elUserNav{}#elUserNav .ipsType_medium{line-height:inherit;}html[dir="ltr"] #elUserNav{right:20px;}html[dir="rtl"] #elUserNav{left:20px;}#elUserNav.cSignedOut{line-height:15px;}#elUserNav > li > a .fa, #elUserNav_mobile > li > a .fa{font-size:20px;}#elUserNav > li > a .fa-caret-down, #elUserNav > li > a .fa-plus{font-size:14px;}.cUserNav_icon a{display:block;position:relative;text-shadow:0px 1px 1px rgba(0,0,0,0.2);color:#fff;}.elUserNav_sep{border-right:2px solid rgba(255,255,255,0.1);height:36px;width:0;display:block;}html[dir="ltr"] #cRegisterButton{margin-left:20px;}html[dir="rtl"] #cRegisterButton{margin-right:20px;}#elCart .ipsNotificationCount{left:10px;right:auto;}#elFlashMessage{background:rgba(0,0,0,0.9);color:#fff;position:fixed;width:600px;font-size:15px;border-radius:4px;text-align:center;}html[dir="ltr"] #elFlashMessage{left:50%;margin-left:-300px;}html[dir="rtl"] #elFlashMessage{right:50%;margin-right:-300px;}#elFlashMessage.ipsFlashMsg_top{top:20px;}#elFlashMessage.ipsFlashMsg_bottom{bottom:20px;}#elFlashMessage [data-action='dismissFlashMessage']{display:none;}#elFlashMessage.ipsFlashMsg_dismissable [data-action='dismissFlashMessage']{display:block;position:absolute;top:-10px;right:-10px;border-radius:30px;width:30px;height:30px;line-height:30px;color:#fff;background:#000;font-family:arial, sans-serif;text-align:center;font-size:20px;border:0;}#elFlashMessage a{color:#fff;border-bottom:1px solid rgba(255,255,255,0.6);}#elFlashMessage a:hover{color:#fff;}.ipsModal.ipsDrawer_modal{background:rgba(30,30,30,0.4);overflow:hidden !important;z-index:2000!important;}.ipsDrawer, .ipsDrawer_menu, .ipsDrawer_content{overflow:auto;}.ipsDrawer{position:fixed;top:0;left:0;bottom:0;right:0;}.ipsDrawer_menu{position:absolute;top:var(--topnav-height);bottom:0;width:100%;background:var(--color-ui-rich-black);}html[dir="ltr"] .ipsDrawer_menu{right:0;}html[dir="rtl"] .ipsDrawer_menu{left:0;}.ipsDrawer_content{position:absolute;top:0;left:0;bottom:0;right:0;}.ipsDrawer_close{background:#11171c;width:40px;height:40px;border-radius:40px;color:#fff;text-align:center;font-size:24px;display:block;position:absolute;top:5px;z-index:2000;}html[dir="ltr"] .ipsDrawer_close{right:285px;}html[dir="rtl"] .ipsDrawer_close{left:285px;}.ipsDrawer_close > span{font-family:arial, sans-serif;line-height:40px;}.ipsDrawer_list{width:100%;position:relative;list-style:none;padding:0 0 30px 0;margin:0;}.ipsDrawer_list > li > a:active{background:#000;}.ipsDrawer_itemParent > .ipsDrawer_list > li > a:not( .ipsButton ){padding:10px 30px;}.ipsDrawer_section{color:rgba(255,255,255,0.4);font-size:11px;padding:15px 30px 5px;text-transform:uppercase;}.ipsDrawer_list > li a{color:var(--color-ui-white);position:relative;cursor:pointer;margin:0 15px;display:block;border-bottom:1px solid var(--color-ui-light-black);height:60px;line-height:60px;}.ipsDrawer_list > li a.gpType_Text_Large{border-bottom:none;height:35px;line-height:35px;}.ipsDrawer_list > li span.gpType_Nav_Main_MegaTitle{margin:0 15px;}.ipsDrawer_itemParent > .ipsDrawer_title:last-child{border:none;}.ipsDrawer_itemParent > .ipsDrawer_list > .ipsDrawer_itemParent > .ipsDrawer_title{}html[dir="ltr"] .ipsDrawer_itemParent > .ipsDrawer_title a:after{content:"\e905";right:0px;}html[dir="rtl"] .ipsDrawer_itemParent > .ipsDrawer_title a:after{content:"\f104";left:14px;}.ipsDrawer_itemParent > .ipsDrawer_title > a{color:inherit;display:block;}html[dir="ltr"] .ipsDrawer_itemParent > .ipsDrawer_title a:after{content:"\e905";right:0px;}html[dir="rtl"] .ipsDrawer_itemParent > .ipsDrawer_title a:after{content:"\f104";left:14px;}.ipsDrawer_itemParent > .ipsDrawer_title > a{color:inherit;display:block;}.ipsDrawer_list .ipsDrawer_list{position:absolute;top:0;}html[dir="ltr"] .ipsDrawer_list .ipsDrawer_list{left:100%;}html[dir="rtl"] .ipsDrawer_list .ipsDrawer_list{right:100%;}.ipsDrawer_list [data-action="back"] .ipsDrawer_link{position:relative;}html[dir="ltr"] .ipsDrawer_list [data-action="back"] .ipsDrawer_link a{padding-left:30px;}html[dir="rtl"] .ipsDrawer_list [data-action="back"] .ipsDrawer_link a{padding-right:30px;}html[dir="ltr"] .ipsDrawer_list [data-action="back"] .ipsDrawer_link a:before{content:"\e904";left:0px;}html[dir="rtl"] .ipsDrawer_list [data-action="back"] .ipsDrawer_link a:before{content:"\e904";right:0px;}.ipsDrawer_itemParent > .ipsDrawer_title a:after, .ipsDrawer_list [data-action="back"] .ipsDrawer_link a:before{font-family:gamblerspick-iconfont;font-size:16px;position:absolute;top:0px;}.ipsDrawer_listTitle{font-size:14px;background:rgba(255,255,255,0.1);padding:10px;color:#c8c8c8;margin-top:10px;}@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi){html[dir="ltr"] .ipsApp .ipsStepBar > .ipsStep > a, html[dir="ltr"] .ipsApp .ipsStepBar > .ipsStep > span{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large@2x.png" );}html[dir="rtl"] .ipsApp .ipsStepBar > .ipsStep > a, html[dir="rtl"] .ipsApp .ipsStepBar > .ipsStep > span{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large_rtl@2x.png" );}html[dir="ltr"] .ipsApp .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active:after{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra@2x.png" );}html[dir="rtl"] .ipsApp .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active:after{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra_rtl@2x.png" );}html[dir="ltr"] .ipsApp .ipsDataItem_subList{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem@2x.png" );}html[dir="rtl"] .ipsApp .ipsDataItem_subList{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_subitem_stem_rtl@2x.png" );}}.ipsRedirect{text-align:center;}.ipsRedirect_loading{height:100px;}.ipsRedirect_progress{margin-bottom:20px;}.ipsRedirectMessage{margin:50px;}.ipsRedirect_manualButton{margin-top:20px;}.ipsResponsive_showDesktop, .ipsResponsive_showDesktop.ipsResponsive_inline{}.ipsResponsive_showDesktop.ipsResponsive_inlineBlock{display:inline-block !important;}.ipsResponsive_showDesktop.ipsResponsive_block{display:block !important;}.ipsResponsive_showPhone.ipsResponsive_inline, .ipsResponsive_showPhone.ipsResponsive_inlineBlock, .ipsResponsive_showPhone.ipsResponsive_block, .ipsResponsive_showTablet.ipsResponsive_inline, .ipsResponsive_showTablet.ipsResponsive_inlineBlock, .ipsResponsive_showTablet.ipsResponsive_block, .ipsResponsive_hideDesktop.ipsResponsive_inline, .ipsResponsive_hideDesktop.ipsResponsive_inlineBlock, .ipsResponsive_hideDesktop.ipsResponsive_block{display:none !important;}#elNavLang_menu li button, #elNavTheme_menu li button{text-align:left;}#elLicenseKey{margin:0;border-radius:0;font-size:14px;padding-right:40px;}#elLicenseKey .ipsList_inline{margin-top:15px;}#elLicenseKey [data-role="closeMessage"]{display:inline-block;background:rgba(0,0,0,0.6);width:30px;height:30px;border-radius:30px;line-height:28px;text-align:center;color:#fff;border-bottom:0;font-size:18px;position:absolute;right:15px;top:15px;}.ipsFlex{display:flex;}.ipsFlex > *{flex:0 1 auto;min-width:0;}.ipsFlex-ai\:start{align-items:flex-start;}.ipsFlex-ai\:center{align-items:center;}.ipsFlex-ai\:end{align-items:flex-end;}.ipsFlex-ai\:stretch{align-items:stretch;}.ipsFlex-as\:start{align-self:flex-start;}.ipsFlex-as\:center{align-self:center;}.ipsFlex-as\:end{align-self:flex-end;}.ipsFlex-as\:stretch{align-self:stretch;}.ipsFlex-jc\:start{justify-content:flex-start;}.ipsFlex-jc\:center{justify-content:center;}.ipsFlex-jc\:end{justify-content:flex-end;}.ipsFlex-jc\:around{justify-content:space-around;}.ipsFlex-jc\:between{justify-content:space-between;}.ipsFlex-fd\:column{flex-direction:column;}.ipsFlex-fd\:row{flex-direction:row;}.ipsFlex-fd\:column-reverse{flex-direction:column-reverse;}.ipsFlex-fd\:row-reverse{flex-direction:row-reverse;}.ipsFlex-fw\:wrap{flex-wrap:wrap;}.ipsFlex-fw\:nowrap{flex-wrap:nowrap;}.ipsFlex-fw\:wrap-reverse{flex-wrap:wrap-reverse;}.ipsFlex-flex\:00{flex-grow:0;flex-shrink:0;}.ipsFlex-flex\:10{flex-grow:1;flex-shrink:0;}.ipsFlex-flex\:11{flex-grow:1;flex-shrink:1;}.ipsFlex-flex\:01{flex-grow:0;flex-shrink:1;}@media (max-width:979px){.md\:ipsFlex{display:flex;}.md\:ipsFlex > *{flex:0 1 auto;min-width:0;}.md\:ipsFlex-ai\:start{align-items:flex-start;}.md\:ipsFlex-ai\:center{align-items:center;}.md\:ipsFlex-ai\:end{align-items:flex-end;}.md\:ipsFlex-ai\:stretch{align-items:stretch;}.md\:ipsFlex-as\:start{align-self:flex-start;}.md\:ipsFlex-as\:center{align-self:center;}.md\:ipsFlex-as\:end{align-self:flex-end;}.md\:ipsFlex-as\:stretch{align-self:stretch;}.md\:ipsFlex-jc\:start{justify-content:flex-start;}.md\:ipsFlex-jc\:center{justify-content:center;}.md\:ipsFlex-jc\:end{justify-content:flex-end;}.md\:ipsFlex-jc\:around{justify-content:space-around;}.md\:ipsFlex-jc\:between{justify-content:space-between;}.md\:ipsFlex-fd\:column{flex-direction:column;}.md\:ipsFlex-fd\:row{flex-direction:row;}.md\:ipsFlex-fd\:column-reverse{flex-direction:column-reverse;}.md\:ipsFlex-fd\:row-reverse{flex-direction:row-reverse;}.md\:ipsFlex-fw\:wrap{flex-wrap:wrap;}.ms\:ipsFlex-fw\:nowrap{flex-wrap:nowrap;}.md\:ipsFlex-flex\:00{flex-grow:0;flex-shrink:0;}.md\:ipsFlex-flex\:10{flex-grow:1;flex-shrink:0;}.md\:ipsFlex-flex\:11{flex-grow:1;flex-shrink:1;}.md\:ipsFlex-flex\:01{flex-grow:0;flex-shrink:1;}}@media (max-width:767px){.sm\:ipsFlex{display:flex;}.sm\:ipsFlex > *{flex:0 1 auto;min-width:0;}.sm\:ipsFlex-ai\:start{align-items:flex-start;}.sm\:ipsFlex-ai\:center{align-items:center;}.sm\:ipsFlex-ai\:end{align-items:flex-end;}.sm\:ipsFlex-ai\:stretch{align-items:stretch;}.sm\:ipsFlex-as\:start{align-self:flex-start;}.sm\:ipsFlex-as\:center{align-self:center;}.sm\:ipsFlex-as\:end{align-self:flex-end;}.sm\:ipsFlex-as\:stretch{align-self:stretch;}.sm\:ipsFlex-jc\:start{justify-content:flex-start;}.sm\:ipsFlex-jc\:center{justify-content:center;}.sm\:ipsFlex-jc\:end{justify-content:flex-end;}.sm\:ipsFlex-jc\:around{justify-content:space-around;}.sm\:ipsFlex-jc\:between{justify-content:space-between;}.sm\:ipsFlex-fd\:column{flex-direction:column;}.sm\:ipsFlex-fd\:row{flex-direction:row;}.sm\:ipsFlex-fd\:column-reverse{flex-direction:column-reverse;}.sm\:ipsFlex-fd\:row-reverse{flex-direction:row-reverse;}.sm\:ipsFlex-fw\:wrap{flex-wrap:wrap;}.sm\:ipsFlex-fw\:nowrap{flex-wrap:nowrap;}.sm\:ipsFlex-flex\:00{flex-grow:0;flex-shrink:0;}.sm\:ipsFlex-flex\:10{flex-grow:1;flex-shrink:0;}.sm\:ipsFlex-flex\:11{flex-grow:1;flex-shrink:1;}.sm\:ipsFlex-flex\:01{flex-grow:0;flex-shrink:1;}}.ipsApp [class*="ipsGap"]{list-style:none;padding:.1px 0;margin:calc(var(--ipsGap_row, var(--ipsGap)) * -1) 0 0 calc(var(--ipsGap, 0px) * -1);}.ipsApp [class*="ipsGap"] > *{margin:var(--ipsGap_row, var(--ipsGap)) 0 0 var(--ipsGap, 0px);}[class*="ipsGap"]{--ipsGap:var(--sp-4);--ipsGap_row:var(--ipsGap);}.ipsGap\:1{--ipsGap:var(--sp-1);}.ipsGap\:2{--ipsGap:var(--sp-2);}.ipsGap\:3{--ipsGap:var(--sp-3);}.ipsGap\:4{--ipsGap:var(--sp-4);}.ipsGap\:5{--ipsGap:var(--sp-5);}.ipsGap\:6{--ipsGap:var(--sp-6);}.ipsGap\:7{--ipsGap:var(--sp-7);}.ipsGap\:8{--ipsGap:var(--sp-8);}.ipsGap_row\:0{--ipsGap_row:0px;}.ipsGap_row\:1{--ipsGap_row:var(--sp-1);}.ipsGap_row\:2{--ipsGap_row:var(--sp-2);}.ipsGap_row\:3{--ipsGap_row:var(--sp-3);}.ipsGap_row\:4{--ipsGap_row:var(--sp-4);}.ipsGap_row\:5{--ipsGap_row:var(--sp-5);}.ipsGap_row\:6{--ipsGap_row:var(--sp-6);}.ipsGap_row\:7{--ipsGap_row:var(--sp-7);}.ipsGap_row\:8{--ipsGap_row:var(--sp-8);}#ipsLayout_body{background-color:#F6F6F6;color:#000000;}p.small{font-size:12px;line-height:18px;color:#999FA0;}@media screen and (max-width:1350px){.ipsResponsive_hideDesktop_small{display:none !important;}}.gpMasonry{}.gpMasonry > *{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;margin-bottom:calc(3 * var(--grids-gap));}.gpMasonry_two{-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:var(--grids-gap);-webkit-column-gap:var(--grids-gap);column-gap:var(--grids-gap);-moz-column-width:50%;-webkit-column-width:50%;column-width:50%;}.gpGrid{display:grid;grid-gap:var(--grids-gap);margin:var(--grids-gap) 0px;}.gpGrid_two{grid-template-columns:repeat(2, 1fr);}.gpGrid_three{grid-template-columns:repeat(3, 1fr);}.gpGrid_four{grid-template-columns:repeat(4, 1fr);}.gpGrid_five{grid-template-columns:repeat(5, 1fr);}.gpGrid_six{grid-template-columns:repeat(6, 1fr);}.gpGrid_fields{grid-template-columns:repeat(2, 1fr);text-align:left;padding:0 15px;grid-gap:10px 20px;}.gpGrid_coveredTopics{grid-template-columns:repeat(3, 1fr);}.gpGrid_blog{display:grid;grid-gap:20px;grid-template-areas:"large small_a small_b small_c" "large small_a small_b small_c" "large small_d small_e small_f" "ad small_d small_e small_f";grid-template-columns:2fr 1fr 1fr 1fr;grid-template-rows:repeat(3, min-content) 1fr;margin:20px 0px;}.gpGrid_blog>:nth-child(1){grid-area:large;}.gpGrid_blog>:nth-child(2){grid-area:small_a;}.gpGrid_blog>:nth-child(3){grid-area:small_b;}.gpGrid_blog>:nth-child(4){grid-area:small_c;}.gpGrid_blog>:nth-child(5){grid-area:ad;}.gpGrid_blog>:nth-child(6){grid-area:small_d;}.gpGrid_blog>:nth-child(7){grid-area:small_e;}.gpGrid_blog>:nth-child(8){grid-area:small_f;}.gpGrid_blog_promotion_override{grid-template-areas:"large_a small_a small_b small_c" "large_a small_a small_b small_c" "large_b small_d small_e small_f" "large_b small_d small_e small_f";}.gpGrid_blog_promotion_override>:nth-child(1){grid-area:large_a;}.gpGrid_blog_promotion_override>:nth-child(5){grid-area:large_b;}.gpGrid_news{display:grid;grid-gap:20px;grid-template-areas:"large small_a small_b small_c" "large small_a small_b small_c" "large small_d small_e small_f" "ad small_d small_e small_f";grid-template-columns:2fr 1fr 1fr 1fr;grid-template-rows:repeat(3, min-content) 1fr;margin:20px 0px;}.gpGrid_news>:nth-child(1){grid-area:large;}.gpGrid_news>:nth-child(2){grid-area:small_a;}.gpGrid_news>:nth-child(3){grid-area:small_b;}.gpGrid_news>:nth-child(4){grid-area:small_c;}.gpGrid_news>:nth-child(5){grid-area:ad;}.gpGrid_news>:nth-child(6){grid-area:small_d;}.gpGrid_news>:nth-child(7){grid-area:small_e;}.gpGrid_news>:nth-child(8){grid-area:small_f;}.gpGrid_promotions_best{display:grid;grid-gap:20px;grid-template-columns:repeat(4, 1fr);}.gpGrid_2columns46{grid-column:4/6;}.gpGrid_promotions_best >:nth-child(1){grid-column:1/3;}.gpGrid_sitemap{grid-template-columns:repeat(2, 1fr);grid-gap:30px;margin:30px 0;}.gpGrid_sitemapInside{grid-gap:15px;margin:0;}.gpGrid_partners{grid-template-columns:repeat(5, 1fr);grid-gap:30px;}.gpGrid_GapDouble{grid-gap:30px;}@media (min-width:999px) and (max-width:1366px){.gpGrid_partners{grid-template-columns:repeat(3, 1fr);grid-gap:20px;}}@media screen and (max-width:999px){.gpGrid_sitemapInside{grid-gap:10px;grid-template-columns:repeat(2, 1fr)!important;}.gpGrid:not(.gpGrid_fields){grid-template-columns:repeat(1, 1fr);}.gpMasonry{-moz-column-count:1;-webkit-column-count:1;column-count:1;-moz-column-width:100%;-webkit-column-width:100%;column-width:50%;}.gpGrid_smallGapMobile{grid-gap:10px;}.gpGrid_noGapMobile{grid-gap:0;}.gpGrid_smallMarginMobile{margin-top:10px;margin-bottom:10px;}.gpGrid_noMarginMobile{margin-top:0;margin-bottom:0;}.gpGrid_sitemap{grid-gap:10px 15px;margin:0;}.gpGrid_partners{grid-template-columns:repeat(3, 1fr)!important;grid-gap:20px;}}@media screen and (max-width:768px){.gpGrid_partners{grid-template-columns:repeat(1, 1fr)!important;grid-gap:10px 20px;}}.gpLayout_TopNav{height:var(--topnav-height);padding:0px 30px;column-gap:10px;display:grid;grid-template-columns:minmax(max-content, 1fr) auto minmax(max-content, 1fr);}.gpLayout_header_leftarea{display:flex;justify-content:space-between;}.gpLayout_header_centerarea > img{max-width:100%;}.gpLayout_top_nav_containers a.navbar-toggle i{font-size:22px;line-height:22px;margin-right:15px;}@media screen and (max-width:999px){.gpLayout_TopNav{padding:0 15px;column-gap:0;}.gpLayout_header_centerarea > img{}ul#elUserNav li .elSearchLabel{margin-left:10px;}#ipsLayout_header .elSearchFieldContainer .elSearchFieldWrapper{display:flex;}}@media screen and (min-width:999px) and (max-width:1200px){.gpLayout_TopNav{grid-template-columns:auto auto;}#cUserLink .ipsResponsive_hideDesktop{display:none;}#ipsLayout_header #elUserNav li.ipsResponsive_hideDesktop{display:none;}}@media screen and (min-width:1000px){.gpHeader_ProgressiveJackpotsGames .gpLayout_heading_img1{height:150px;}}.gpHeader_ProgressiveJackpotsGames .ipsSpacer_top{margin-top:0px;}@font-face{font-family:'gamblerspick-iconfont';src:url('/uploads/static/fonts/gamblerspick-iconfont.woff') format('woff');font-weight:normal;font-style:normal;font-display:block;}.iconfont{font-family:'gamblerspick-iconfont' !important;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale;speak:never;text-transform:none;}.icon-Number-1:before{content:"\e93b";}.icon-Number-2:before{content:"\e93c";}.icon-Number-3:before{content:"\e93d";}.icon-Number-4:before{content:"\e93e";}.icon-Number-5:before{content:"\e93f";}.icon-Baccarat:before{content:"\e900";}.icon-Bingo:before{content:"\e901";}.icon-Blackjack:before{content:"\e902";}.icon-Craps:before{content:"\e903";}.icon-Jackpots:before{content:"\e944";}.icon-Keno:before{content:"\e945";}.icon-Multihands:before{content:"\e946";}.icon-Poker:before{content:"\e947";}.icon-Roulette:before{content:"\e948";}.icon-Slots:before{content:"\e949";}.icon-Tournaments:before{content:"\e94a";}.icon-Video-Poker:before{content:"\e94b";}.icon-Ark:before{content:"\e94c";}.icon-Crypto-Bitcoin:before{content:"\e94d";}.icon-Crypto-Etherium:before{content:"\e94e";}.icon-Crypto-Litecoin:before{content:"\e94f";}.icon-Android:before{content:"\e950";}.icon-Apple:before{content:"\e951";}.icon-AppStore:before{content:"\e952";}.icon-Bitcoin:before{content:"\e953";}.icon-Blackberry:before{content:"\e954";}.icon-Coins-Per-Line:before{content:"\e955";}.icon-Currency:before{content:"\e956";}.icon-Desktop:before{content:"\e957";}.icon-Games:before{content:"\e958";}.icon-Globe:before{content:"\e959";}.icon-GooglePlay .path1:before{content:"\e95a";color:rgb(0, 0, 0);}.icon-GooglePlay .path2:before{content:"\e95b";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path3:before{content:"\e95c";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path4:before{content:"\e95d";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path5:before{content:"\e95e";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path6:before{content:"\e95f";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path7:before{content:"\e960";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path8:before{content:"\e961";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path9:before{content:"\e962";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path10:before{content:"\e963";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path11:before{content:"\e964";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path12:before{content:"\e965";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path13:before{content:"\e966";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path14:before{content:"\e967";margin-left:-1em;color:rgb(0, 0, 0);}.icon-GooglePlay .path15:before{content:"\e968";margin-left:-1em;color:rgb(0, 0, 0);opacity:0.2;}.icon-GooglePlay .path16:before{content:"\e969";margin-left:-1em;color:rgb(0, 0, 0);opacity:0.12;}.icon-GooglePlay .path17:before{content:"\e96a";margin-left:-1em;color:rgb(0, 0, 0);opacity:0.12;}.icon-GooglePlay .path18:before{content:"\e96b";margin-left:-1em;color:rgb(0, 0, 0);opacity:0.25;}.icon-Linux:before{content:"\e96c";}.icon-Livechat:before{content:"\e96d";}.icon-Mail:before{content:"\e96e";}.icon-Messenger:before{content:"\e96f";}.icon-Mobile-Apps:before{content:"\e970";}.icon-Payment-Methods:before{content:"\e971";}.icon-Phone:before{content:"\e972";}.icon-Progressive-Jackpots:before{content:"\e973";}.icon-Promotions:before{content:"\e974";}.icon-Scatter:before{content:"\e975";}.icon-Social:before{content:"\e976";}.icon-Ticket:before{content:"\e977";}.icon-VIP:before{content:"\e978";}.icon-VR:before{content:"\e979";}.icon-Wild:before{content:"\e97a";}.icon-Windows:before{content:"\e97b";}.icon-Xes:before{content:"\e97c";}.icon-UI-Account:before{content:"\e100";}.icon-UI-Africa:before{content:"\e101";}.icon-UI-Arrow-Down:before{content:"\e102";}.icon-UI-Arrow-Dropdown:before{content:"\e103";}.icon-UI-Arrow-Left:before{content:"\e904";}.icon-UI-Arrow-Right:before{content:"\e905";}.icon-UI-Arrow-Up:before{content:"\e906";}.icon-UI-Asia:before{content:"\e907";}.icon-UI-Baccarat-Game:before{content:"\e908";}.icon-UI-Card-Coin:before{content:"\e909";}.icon-UI-Card-Symbols:before{content:"\e90a";}.icon-UI-Casino-Game:before{content:"\e90b";}.icon-UI-Check-Small:before{content:"\e90c";}.icon-UI-Check:before{content:"\e90d";}.icon-UI-CoinStack:before{content:"\e90e";}.icon-UI-Community:before{content:"\e90f";}.icon-UI-Crown:before{content:"\e910";}.icon-UI-Delete:before{content:"\e911";}.icon-UI-Dice:before{content:"\e912";}.icon-UI-Dislike:before{content:"\e913";}.icon-UI-Edit:before{content:"\e914";}.icon-UI-Europe:before{content:"\e915";}.icon-UI-Eye:before{content:"\e916";}.icon-UI-Facebook:before{content:"\e917";}.icon-UI-Filter:before{content:"\e918";}.icon-UI-Game-Slot:before{content:"\e919";}.icon-UI-Guides:before{content:"\e91a";}.icon-UI-Half-Star:before{content:"\e91b";}.icon-UI-Heart:before{content:"\e91c";}.icon-UI-Home:before{content:"\e91d";}.icon-UI-Info:before{content:"\e91e";}.icon-UI-Jackpots:before{content:"\e91f";}.icon-UI-Like:before{content:"\e920";}.icon-UI-Menu:before{content:"\e921";}.icon-UI-Middle-East:before{content:"\e922";}.icon-UI-More-Games:before{content:"\e923";}.icon-UI-New-Zealand:before{content:"\e924";}.icon-UI-News:before{content:"\e925";}.icon-UI-North-America:before{content:"\e926";}.icon-UI-Notifications:before{content:"\e927";}.icon-UI-Oceania:before{content:"\e928";}.icon-UI-Play:before{content:"\e929";}.icon-UI-Poker-Cards:before{content:"\e92a";}.icon-UI-Quote:before{content:"\e92b";}.icon-UI-Reparing:before{content:"\e92c";}.icon-UI-Report:before{content:"\e92d";}.icon-UI-Review:before{content:"\e92e";}.icon-UI-Roullete:before{content:"\e92f";}.icon-UI-Scandinavia:before{content:"\e930";}.icon-UI-Search:before{content:"\e931";}.icon-UI-Share:before{content:"\e932";}.icon-UI-South-America:before{content:"\e933";}.icon-UI-Spade:before{content:"\e934";}.icon-UI-Star-Empty:before{content:"\e935";}.icon-UI-Star:before{content:"\e936";}.icon-UI-Twitter:before{content:"\e937";}.icon-UI-User:before{content:"\e938";}.icon-UI-Warning:before{content:"\e939";}.icon-UI-X:before{content:"\e93a";}#ipsLayout_body{margin:0 auto;}#ipsLayout_header{position:relative;}@media screen and (max-width:999px){#ipsLayout_header{position:fixed;top:0;z-index:5300;width:100%;}#ipsLayout_header_mobile_spacer{height:50px;}}#ipsLayout_contentArea{width:100%;border-top:0;}#ipsLayout_contentWrapper{width:100%;}#ipsLayout_mainArea, #ipsLayout_sidebar{height:100%;vertical-align:top;{prefix="box-sizing" value="border-box"}}#ipsLayout_mainArea:only-of-type{display:block;}#ipsLayout_mainArea{width:100%;min-height:350px;}.ipsLayout_minimal #ipsLayout_mainArea{padding-top:15px;padding-bottom:15px;}#ipsLayout_sidebar{min-width:315px;max-width:315px;padding:10px 0 15px 0;overflow:hidden;border-radius:0;}html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarleft, html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarright{padding-left:20px;}html[dir="ltr"] #ipsLayout_sidebar.ipsLayout_sidebarright, html[dir="rtl"] #ipsLayout_sidebar.ipsLayout_sidebarleft{padding-right:20px;}body:not( .cWidgetsManaging) #ipsLayout_sidebar.ipsLayout_sidebarUnused, body.ipsLayout_sidebarUnused:not( .cWidgetsManaging) #ipsLayout_sidebar{min-width:1px;width:0;padding:0 !important;}#ipsLayout_contentWrapper #ipsLayout_sidebar:first-child{padding:15px 15px 15px 15px;}#elContextualTools{padding:15px 15px 30px 15px;margin:-15px -15px 10px -15px;{prefix="transition" value="box-shadow 0.3s linear"}}#elContextualTools.ipsSticky{margin-top:0;padding:15px;}#ipsLayout_footer{}#ipsLayout_footer p{margin:0;}#ipsLayout_footer #elCopyright{opacity:0.6;font-size:12px;margin-top:5px;text-align:center;}#elCopyright_userLine{display:block;}.ipsApp .ipsSpacer_top, .ipsApp .ipsSpacer_both{margin-top:var(--sp-5);}.ipsApp .ipsSpacer_top.ipsSpacer_double, .ipsApp .ipsSpacer_both.ipsSpacer_double{margin-top:var(--sp-8);}.ipsApp .ipsSpacer_top.ipsSpacer_half, .ipsApp .ipsSpacer_both.ipsSpacer_half{margin-top:var(--sp-3);}.ipsApp .ipsSpacer_bottom, .ipsApp .ipsSpacer_both{margin-bottom:var(--sp-5);}.ipsApp .ipsSpacer_bottom.ipsSpacer_double, .ipsApp .ipsSpacer_both.ipsSpacer_double{margin-bottom:var(--sp-8);}.ipsApp .ipsSpacer_bottom.ipsSpacer_half, .ipsApp .ipsSpacer_both.ipsSpacer_half{margin-bottom:var(--sp-3);}.ipsMargin\:none{margin:0 !important;}.ipsMargin_vertical\:none, .ipsMargin_top\:none{margin-top:0 !important;}.ipsMargin_vertical\:none, .ipsMargin_bottom\:none{margin-bottom:0 !important;}.ipsMargin_horizontal\:none, html[dir="ltr"] .ipsMargin_left\:none, html[dir="rtl"] .ipsMargin_right\:none{margin-left:0 !important;}.ipsMargin_horizontal\:none, html[dir="ltr"] .ipsMargin_right\:none, html[dir="rtl"] .ipsMargin_left\:none{margin-right:0 !important;}.ipsMargin{margin:var(--sp-5) !important;}.ipsMargin_vertical, .ipsMargin_top{margin-top:var(--sp-5) !important;}.ipsMargin_vertical, .ipsMargin_bottom{margin-bottom:var(--sp-5) !important;}.ipsMargin_horizontal, html[dir="ltr"] .ipsMargin_left, html[dir="rtl"] .ipsMargin_right{margin-left:var(--sp-5) !important;}.ipsMargin_horizontal, html[dir="ltr"] .ipsMargin_right, html[dir="rtl"] .ipsMargin_left{margin-right:var(--sp-5) !important;}.ipsMargin\:half{margin:var(--sp-3) !important;}.ipsMargin_vertical\:half, .ipsMargin_top\:half{margin-top:var(--sp-3) !important;}.ipsMargin_vertical\:half, .ipsMargin_bottom\:half{margin-bottom:var(--sp-3) !important;}.ipsMargin_horizontal\:half, html[dir="ltr"] .ipsMargin_left\:half, html[dir="rtl"] .ipsMargin_right\:half{margin-left:var(--sp-3) !important;}.ipsMargin_horizontal\:half, html[dir="ltr"] .ipsMargin_right\:half, html[dir="rtl"] .ipsMargin_left\:half{margin-right:var(--sp-3) !important;}.ipsMargin\:double{margin:var(--sp-8) !important;}.ipsMargin_vertical\:double, .ipsMargin_top\:double{margin-top:var(--sp-8) !important;}.ipsMargin_vertical\:double, .ipsMargin_bottom\:double{margin-bottom:var(--sp-8) !important;}.ipsMargin_horizontal\:double, html[dir="ltr"] .ipsMargin_left\:double, html[dir="rtl"] .ipsMargin_right\:double{margin-left:var(--sp-8) !important;}.ipsMargin_horizontal\:double, html[dir="ltr"] .ipsMargin_right\:double, html[dir="rtl"] .ipsMargin_left\:double{margin-right:var(--sp-8) !important;}@media (max-width:979px){.md\:ipsMargin\:none{margin:0 !important;}.md\:ipsMargin_vertical\:none, .md\:ipsMargin_top\:none{margin-top:0 !important;}.md\:ipsMargin_vertical\:none, .md\:ipsMargin_bottom\:none{margin-bottom:0 !important;}.md\:ipsMargin_horizontal\:none, html[dir="ltr"] .md\:ipsMargin_left\:none, html[dir="rtl"] .md\:ipsMargin_right\:none{margin-left:0 !important;}.md\:ipsMargin_horizontal\:none, html[dir="ltr"] .md\:ipsMargin_right\:none, html[dir="rtl"] .md\:ipsMargin_left\:none{margin-right:0 !important;}.md\:ipsMargin{margin:var(--sp-5) !important;}.md\:ipsMargin_vertical, .md\:ipsMargin_top{margin-top:var(--sp-5) !important;}.md\:ipsMargin_vertical, .md\:ipsMargin_bottom{margin-bottom:var(--sp-5) !important;}.md\:ipsMargin_horizontal, html[dir="ltr"] .md\:ipsMargin_left, html[dir="rtl"] .md\:ipsMargin_right{margin-left:var(--sp-5) !important;}.md\:ipsMargin_horizontal, html[dir="ltr"] .md\:ipsMargin_right, html[dir="rtl"] .md\:ipsMargin_left{margin-right:var(--sp-5) !important;}.md\:ipsMargin\:half{margin:var(--sp-3) !important;}.md\:ipsMargin_vertical\:half, .md\:ipsMargin_top\:half{margin-top:var(--sp-3) !important;}.md\:ipsMargin_vertical\:half, .md\:ipsMargin_bottom\:half{margin-bottom:var(--sp-3) !important;}.md\:ipsMargin_horizontal\:half, html[dir="ltr"] .md\:ipsMargin_left\:half, html[dir="rtl"] .md\:ipsMargin_right\:half{margin-left:var(--sp-3) !important;}.md\:ipsMargin_horizontal\:half, html[dir="ltr"] .md\:ipsMargin_right\:half, html[dir="rtl"] .md\:ipsMargin_left\:half{margin-right:var(--sp-3) !important;}.md\:ipsMargin\:double{margin:var(--sp-8) !important;}.md\:ipsMargin_vertical\:double, .md\:ipsMargin_top\:double{margin-top:var(--sp-8) !important;}.md\:ipsMargin_vertical\:double, .md\:ipsMargin_bottom\:double{margin-bottom:var(--sp-8) !important;}.md\:ipsMargin_horizontal\:double, html[dir="ltr"] .md\:ipsMargin_left\:double, html[dir="rtl"] .md\:ipsMargin_right\:double{margin-left:var(--sp-8) !important;}.md\:ipsMargin_horizontal\:double, html[dir="ltr"] .md\:ipsMargin_right\:double, html[dir="rtl"] .md\:ipsMargin_left\:double{margin-right:var(--sp-8) !important;}}@media (max-width:767px){.sm\:ipsMargin\:none{margin:0 !important;}.sm\:ipsMargin_vertical\:none, .sm\:ipsMargin_top\:none{margin-top:0 !important;}.sm\:ipsMargin_vertical\:none, .sm\:ipsMargin_bottom\:none{margin-bottom:0 !important;}.sm\:ipsMargin_horizontal\:none, html[dir="ltr"] .sm\:ipsMargin_left\:none, html[dir="rtl"] .sm\:ipsMargin_right\:none{margin-left:0 !important;}.sm\:ipsMargin_horizontal\:none, html[dir="ltr"] .sm\:ipsMargin_right\:none, html[dir="rtl"] .sm\:ipsMargin_left\:none{margin-right:0 !important;}.sm\:ipsMargin{margin:var(--sp-5) !important;}.sm\:ipsMargin_vertical, .sm\:ipsMargin_top{margin-top:var(--sp-5) !important;}.sm\:ipsMargin_vertical, .sm\:ipsMargin_bottom{margin-bottom:var(--sp-5) !important;}.sm\:ipsMargin_horizontal, html[dir="ltr"] .sm\:ipsMargin_left, html[dir="rtl"] .sm\:ipsMargin_right{margin-left:var(--sp-5) !important;}.sm\:ipsMargin_horizontal, html[dir="ltr"] .sm\:ipsMargin_right, html[dir="rtl"] .sm\:ipsMargin_left{margin-right:var(--sp-5) !important;}.sm\:ipsMargin\:half{margin:var(--sp-3) !important;}.sm\:ipsMargin_vertical\:half, .sm\:ipsMargin_top\:half{margin-top:var(--sp-3) !important;}.sm\:ipsMargin_vertical\:half, .sm\:ipsMargin_bottom\:half{margin-bottom:var(--sp-3) !important;}.sm\:ipsMargin_horizontal\:half, html[dir="ltr"] .sm\:ipsMargin_left\:half, html[dir="rtl"] .sm\:ipsMargin_right\:half{margin-left:var(--sp-3) !important;}.sm\:ipsMargin_horizontal\:half, html[dir="ltr"] .sm\:ipsMargin_right\:half, html[dir="rtl"] .sm\:ipsMargin_left\:half{margin-right:var(--sp-3) !important;}.sm\:ipsMargin\:double{margin:var(--sp-8) !important;}.sm\:ipsMargin_vertical\:double, .sm\:ipsMargin_top\:double{margin-top:var(--sp-8) !important;}.sm\:ipsMargin_vertical\:double, .sm\:ipsMargin_bottom\:double{margin-bottom:var(--sp-8) !important;}.sm\:ipsMargin_horizontal\:double, html[dir="ltr"] .sm\:ipsMargin_left\:double, html[dir="rtl"] .sm\:ipsMargin_right\:double{margin-left:var(--sp-8) !important;}.sm\:ipsMargin_horizontal\:double, html[dir="ltr"] .sm\:ipsMargin_right\:double, html[dir="rtl"] .sm\:ipsMargin_left\:double{margin-right:var(--sp-8) !important;}}.gp_TextCenter{text-align:center;}.ipsSpacer_section{padding:30px 0;overflow:hidden;}.ipsSpacer_both{}.ipsSpacer_left, .ipsSpacer_horizontal{margin-left:15px;}.ipsSpacer_right, .ipsSpacer_horizontal{margin-right:15px;}.ipsSpacer_left.ipsSpacer_half, .ipsSpacer_horizontal.ipsSpacer_half{margin-left:5px;}.ipsSpacer_right.ipsSpacer_half, .ipsSpacer_horizontal.ipsSpacer_half{margin-right:5px;}.ipsSpacer_top, .ipsSpacer_both{margin-top:15px;}.ipsSpacer_top.ipsSpacer_double, .ipsSpacer_both.ipsSpacer_double{margin-top:30px;}.ipsSpacer_top.ipsSpacer_half, .ipsSpacer_both.ipsSpacer_half{margin-top:5px;}.ipsSpacer_top.ipsSpacer_normal, .ipsSpacer_both.ipsSpacer_normal{margin-top:10px;}.ipsSpacer_bottom, .ipsSpacer_both{margin-bottom:15px;}.ipsSpacer_bottom.ipsSpacer_double, .ipsSpacer_both.ipsSpacer_double{margin-bottom:30px;}.ipsSpacer_bottom.ipsSpacer_half, .ipsSpacer_both.ipsSpacer_half{margin-bottom:5px;}.ipsSpacer_bottom.ipsSpacer_normal, .ipsSpacer_both.ipsSpacer_normal{margin-bottom:10px;}.ipsColumns{width:100%;display:table;table-layout:fixed;border-collapse:collapse;border-spacing:0;}.ipsColumns.ipsColumns_horizontalSpacing, .ipsColumns.ipsColumns_verticalSpacing, .ipsColumns.ipsColumns_bothSpacing, .ipsColumns.ipsColumns_noSpacing{border-collapse:separate;}.ipsColumns.ipsColumns_horizontalSpacing{border-spacing:15px 0;}.ipsColumns.ipsColumns_horizontalSpacing.ipsColumns_halfSpacing{border-spacing:7px 0;}.ipsColumns.ipsColumns_verticalSpacing{border-spacing:0 15px;}.ipsColumns.ipsColumns_verticalSpacing.ipsColumns_halfSpacing{border-spacing:0 7px;}.ipsColumns.ipsColumns_bothSpacing{border-spacing:15px;}.ipsColumns.ipsColumns_bothSpacing.ipsColumns_halfSpacing{border-spacing:7px;}html[dir="ltr"] .ipsColumns>.ipsColumn:first-child:not( .ipsPad), html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad){padding-left:0;}html[dir="ltr"] .ipsColumns>.ipsColumn:last-child:not( .ipsPad), html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad){padding-right:0;}html[dir="rtl"] .ipsColumns>.ipsColumn:first-child:not( .ipsPad), html[dir="rtl"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad){padding-right:0;}html[dir="rtl"] .ipsColumns>.ipsColumn:last-child:not( .ipsPad), html[dir="rtl"] .ipsColumns.ipsColumns_noSpacing>.ipsColumn:not( .ipsPad){padding-left:0;}.ipsColumn{display:table-cell;position:relative;vertical-align:top;padding:0 7px;}.ipsColumn_veryNarrow{width:50px;}.ipsColumn_narrow{width:120px;}.ipsColumn_medium{width:200px;}.ipsColumn_wide{width:280px;}.ipsColumn_veryWide{width:360px;}.ipsColumn_fluid{width:100%;}.ipsFilter_layout{position:absolute !important;max-width:100%;}ul.ipsGrid, ol.ipsGrid{padding:0;margin:0;}.ipsGrid:before, .ipsGrid:after{display:table;content:"";line-height:0;}.ipsGrid:after{clear:both;}.ipsGrid>[class*="ipsGrid_span"]{display:block;width:100%;min-height:30px;{prefix="box-sizing" value="border-box"}}html[dir="ltr"] .ipsGrid>[class*="ipsGrid_span"]{float:left;margin-left:2.127659574468085%;}html[dir="rtl"] .ipsGrid>[class*="ipsGrid_span"]{float:right;margin-right:2.127659574468085%;}html[dir="ltr"] .ipsGrid>[class*="ipsGrid_span"]:first-child{margin-left:0;}html[dir="rtl"] .ipsGrid>[class*="ipsGrid_span"]:first-child{margin-right:0;}html[dir="ltr"] .ipsGrid .controls-row [class*="ipsGrid_span"]+[class*="ipsGrid_span"]{margin-left:2.127659574468085%;}html[dir="rtl"] .ipsGrid .controls-row [class*="ipsGrid_span"]+[class*="ipsGrid_span"]{margin-right:2.127659574468085%;}.ipsApp .ipsGrid>.ipsGrid_span12{width:100%;}.ipsApp .ipsGrid>.ipsGrid_span11{width:91.48936170212765%;}.ipsApp .ipsGrid>.ipsGrid_span10{width:82.97872340425532%;}.ipsApp .ipsGrid>.ipsGrid_span9{width:74.46808510638297%;}.ipsApp .ipsGrid>.ipsGrid_span8{width:65.95744680851064%;}.ipsApp .ipsGrid>.ipsGrid_span7{width:57.44680851063829%;}.ipsApp .ipsGrid>.ipsGrid_span6{width:48.93617021276595%;}.ipsApp .ipsGrid>.ipsGrid_span5{width:40.42553191489362%;}.ipsApp .ipsGrid>.ipsGrid_span4{width:31.914893617021278%;}.ipsApp .ipsGrid>.ipsGrid_span3{width:23.404255319148934%;}.ipsApp .ipsGrid>.ipsGrid_span2{width:14.893617021276595%;}.ipsApp .ipsGrid>.ipsGrid_span1{width:6.382978723404255%;}.ipsApp .ipsGrid>.ipsGrid_span2_5{width:19.1489361702127645%;}ol.ipsGrid>li, ul.ipsGrid>li{margin-bottom:15px;}html[dir="ltr"] .ipsGrid_span12:nth-child( 1n), html[dir="ltr"] .ipsGrid_span12+[class*="ipsGrid_span"], html[dir="ltr"] .ipsGrid_span6:nth-child( odd), html[dir="ltr"] .ipsGrid_span4:nth-child( 3n+1), html[dir="ltr"] .ipsGrid_span3:nth-child( 4n+1), html[dir="ltr"] .ipsGrid_span2:nth-child( 6n+1), html[dir="ltr"] .ipsGrid_span1:nth-child( 12n+1){margin-left:0;}html[dir="rtl"] .ipsGrid_span12:nth-child( 1n), html[dir="rtl"] .ipsGrid_span12+[class*="ipsGrid_span"], html[dir="rtl"] .ipsGrid_span6:nth-child( odd), html[dir="rtl"] .ipsGrid_span4:nth-child( 3n+1), html[dir="rtl"] .ipsGrid_span3:nth-child( 4n+1), html[dir="rtl"] .ipsGrid_span2:nth-child( 6n+1), html[dir="rtl"] .ipsGrid_span1:nth-child( 12n+1){margin-right:0;}.ipsPatchwork>li{margin-bottom:0 !important;}.ipsGrid>li [data-role="patchworkItem"]+[data-role="patchworkItem"]{margin-top:15px;}.gpLayout_top_nav_containers{display:flex;align-items:center;}.gpGap_medium{display:block;height:30px;}@media screen and (max-width:999px){.gpGap_medium{height:inherit;}}.gpGap_light{display:block;height:15px;}@media screen and (max-width:1200px){.gpResponsive_hideSmallScreen{display:none;}.gpLayout_top_nav_containers:nth-child(2){justify-content:left;}}.gpLayout_top_nav_containers:nth-child(1){white-space:nowrap;margin-right:auto;}.gpLayout_top_nav_containers:nth-child(2){flex:0 0 250px;}.gpLayout_top_nav_containers:nth-child(3){white-space:nowrap;margin-left:auto;}@media screen and (min-width:999px) and (max-width:1200px){.gpLayout_top_nav_containers:nth-child(1){display:none;}.gpLayout_top_nav_containers:nth-child(2){justify-content:left;}}.gpLayout_alphabet_bar{background-color:white;border-radius:5px;}.gpLayout_alphabet_bar{position:sticky;top:50px;z-index:2;}.gpLayout_alphabet_bar, .gpLayout_alphabet_bar h6{height:48px;line-height:48px;}.gpLayout_alphabet_bar a.ipsButton.ipsButton_grey.active-button{background-color:var(--color-accent-mint);color:var(--color-ui-white);}.gpLayout_topCasinos{background-color:var(--color-notifications-neon-orange);}#gpLayout_record_twoSections>:nth-child(1){overflow-x:auto;flex:1;}@media screen and (min-width:1000px){#gpLayout_record_twoSections>:nth-child(2){flex-basis:var(--sidebar-width);}#sidebar__inner{width:var(--sidebar-width);}}.gpLayout_sidebarSpecial_container{position:relative;top:-100px;margin-bottom:-100px;min-height:100px;}.gpLayout_sidebarSpecial_header{height:108px;padding:15px 30px;display:flex;align-items:center;justify-content:center;}.gpTheme_dark_independence .gpLayout_sidebarSpecial_header{background:var(--color-ui-silver);}.gpLayout_sidebar_cnt{padding:15px 30px;}.gpLayout_sidebarSpecial{background:var(--color-ui-independence);border-radius:5px 5px 0 0;}#sidebar .gpLayout_sidebarSpecial, #sidebar .gpLayout_sidebarSpecialCasino{z-index:2;}.gpLayout_sidebarSpecial_container>div.gpCard{border-radius:5px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 100%);}.gpLayout_sidebarSpecial_container .gpCard.gpLayout_sidebarSpecial{background:var(--color-ui-independence);border-radius:5px 5px 0 0;}.gpIcons{border-radius:100px;}.gpIcons_round_to_be_fixed{font-size:20px;border:solid var(--color-ui-rich-black) 1px;border-radius:50px;width:36px;display:block;height:36px;}.gpIcons_roundFilled{background-color:var(--color-ui-independence);}.gpIcons_sizeSmall{padding:4px;font-size:13px;}.gpLayout_writeReview{}.gpMisc_bullet{border-radius:101px;display:inline-block;height:5px;margin:0 5px;vertical-align:middle;width:5px;}.gpTheme_light .gpMisc_bullet{background-color:var(--color-ui-silver);opacity:0.5;}.gpTheme_dark .gpMisc_bullet{background-color:var(--color-ui-white);opacity:0.3;}.gpTheme_light .gpMisc_bullet{background-color:var(--color-ui-silver);opacity:0.5;}.gpCard .gpCard_content .gpMisc_bullet{background-color:var(--color-ui-silver);opacity:0.5;}.gpCard_bonuses .gpCard_head .gpMisc_bullet{background-color:var(--color-ui-white);opacity:0.3;}.gpLayout_tnc, a.gpLayout_tnc{color:var(--color-ui-silver);font-size:12px;line-height:12px;}#elCmsPageWrap .ipsGrid>[class*="ipsGrid_span"]{min-height:initial;}.gpLayout_w29{width:29%;}.gpLayout_w325{width:32.5%;}.gpLayout_w39{width:39%;}.gpLayout_w59{width:59%;}.eq{padding:12px;background:var(--color-ui-white);}.equalHMRWrap{background:var(--color-ui-white);border-radius:5px;}.trending_tags{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;}.trending_tags .tag{display:inline-block;font-size:14px;font-weight:700;line-height:16px;border-radius:3px;padding:8px 16px;color:var(--color-ui-rich-black);background-color:var(--color-ui-white);}.trending_tags .tag:hover{box-shadow:0px 0px 18px rgb(0 0 0 / 10%);}@media screen and (max-width:999px){.gpLayout_w29{width:100%;}.gpLayout_w325{width:100%;}.gpLayout_w59{width:100%;}.gpLayout_w39{width:100%;}.gpLayout_sidePadding{padding-right:20px;padding-left:20px;}.gpLayout_noSidePadding{padding-left:0;padding-right:0;}.gpLayout_topPadding40{padding-top:40px;}.gpLayout_sidebarSpecial_header{padding:15px;}.gpLayout_sidebar_cnt{padding:15px;}}.gpLayout_heading>:nth-child(2){flex-basis:var(--sidebar-width);}@media screen and (max-width:999px){.gpLayout_heading{flex-direction:column;}.gpLayout_heading>:nth-child(2){flex-basis:initial;}.gpLayout_sidebarSpecial_container{top:5px;margin-bottom:45px;}.ipsSpacer_section{padding:15px 0;}}[data-controller="core.global.core.notificationList"]{display:none !important;}ul.gp_FollowingMember li a{text-decoration:underline;color:var(--color-accent-mint);font-size:16;line-height:20px;font-weight:450;}ul.gp_FollowingMember hr.ipsHr{margin:5px 0;}.ipsLightbox{background:rgba(20,20,20,0.95);position:fixed;top:40px;bottom:40px;left:40px;right:40px;box-shadow:var(--dialog--boxShadow);border-radius:var(--radius-2);}.ipsLightbox_imagePanel{position:absolute !important;top:0px;bottom:0px;overflow:hidden;}.ipsLightbox .ipsLightbox_toolsPanel{bottom:0;align-items:flex-end;padding:20px;position:absolute;width:100%;display:flex;flex-wrap:nowrap;justify-content:center;z-index:9999;}.ipsLightbox .ipsLightbox_toolsPanel a.ipsButton.ipsButton_link{background:rgba(0,0,0,0.1) !important;color:#d0d0d0;border:1px solid #d0d0d0 !important;margin:0 5px;}html[dir="ltr"] .ipsLightbox_imagePanel{left:0px;right:0;margin-left:35px;margin-right:25px;}html[dir="rtl"] .ipsLightbox_imagePanel{right:0px;left:0;margin-left:25px;margin-right:35px;}html[dir="ltr"] .ipsLightbox_imagePanel.ipsLightbox_withComments{right:350px;}html[dir="rtl"] .ipsLightbox_imagePanel.ipsLightbox_withComments{left:350px;}.ipsLightbox_imagePanel .ipsLightbox_image{max-width:100%;max-height:100%;position:absolute;z-index:1000;}.ipsLightbox_commentsPanel{position:absolute;top:0;bottom:0;width:350px;background-color:#fff;overflow-y:auto;}.ipsLightbox_commentsPanel.ipsLoading{position:absolute;}html[dir="ltr"] .ipsLightbox_commentsPanel{right:0;}html[dir="rtl"] .ipsLightbox_commentsPanel{left:0;}.ipsLightbox_commentsPanel.ipsLoading{min-height:100px;}.ipsLightbox_next, .ipsLightbox_prev{font-size:65px;line-height:65px;color:#fff;position:absolute;top:50%;margin-top:-32px;opacity:0;cursor:pointer;z-index:5000;transition:opacity 0.3s linear;text-shadow:0px 0px 3px #000;}.ipsLightbox_fullSize{position:absolute;z-index:4999;color:#fff;opacity:0.4;text-align:center;display:none;font-size:20px;cursor:zoom-in;}.ipsLightbox_fullSize i.fa{font-size:80px;}.ipsLightbox_fullSize:hover{color:#fff;}.ipsLightbox:hover .ipsLightbox_fullSize{}html[dir="ltr"] .ipsLightbox_next{right:20px;}html[dir="ltr"] .ipsLightbox_prev{left:20px;}html[dir="rtl"] .ipsLightbox_next{left:20px;}html[dir="rtl"] .ipsLightbox_prev{right:20px;}.ipsLightbox_imagePanel:hover .ipsLightbox_next, .ipsLightbox_imagePanel:hover .ipsLightbox_prev{opacity:0.5;}.ipsLightbox_imagePanel .ipsLightbox_next:hover, .ipsLightbox_imagePanel .ipsLightbox_prev:hover{opacity:1;color:#fff;}.ipsLightbox_meta{position:absolute;top:0;left:0;right:0;background:#000;min-height:50px;z-index:10000;opacity:0;padding:15px;color:#fff;transition:all 0.2s linear;}html[dir="ltr"] .ipsLightbox_imagePanel.ipsLightbox_withComments + .ipsLightbox_meta{right:350px;}html[dir="rtl"] .ipsLightbox_imagePanel.ipsLightbox_withComments + .ipsLightbox_meta{left:350px;}.ipsLightbox_imagePanel:hover + .ipsLightbox_meta{opacity:1;}.ipsLightbox_close{font-size:38px;color:#fff;position:absolute;top:10px;cursor:pointer;z-index:5000;}html[dir="ltr"] .ipsLightbox_close{right:10px;}html[dir="rtl"] .ipsLightbox_close{left:10px;}.ipsLightbox_close:hover{color:#fff;}.ipsButton.ipsButton_gpCarousel{white-space:initial;}.ipsMenu{background:#2EF897;box-shadow:0px 2px 10px rgba(0,0,0,0.1);border-radius:3px;z-index:10000;position:absolute;color:#000000;padding:15px 0px;}.gpTheme_dark .ipsMenu{background:#2EF897;}.gpTheme_light .ipsMenu{background-color:white;}.ipsMenu_tooltip.ipsMenu{background-color:var(--color-ui-independence);color:white;border-radius:10px;z-index:9999!important;}.ipsMenu_tooltip.ipsMenu.ipsMenu_bottomLeft::before{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu_tooltip.ipsMenu.ipsMenu_bottomLeft::after{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu_tooltip.ipsMenu.ipsMenu_topLeft::before{border-color:var(--color-ui-independence) transparent transparent transparent;}.ipsMenu_tooltip.ipsMenu.ipsMenu_topLeft:after{border-color:var(--color-ui-independence) transparent transparent transparent;}.ipsMenu_tooltip.ipsMenu .ipsDialog_close{right:0;top:10px;}.ipsMenu_tooltip.ipsMenu .ipsDialog_close::before{padding:15px;}.ipsMenu_tooltip.ipsMenu.ipsMenu_topCenter:after , .ipsMenu_tooltip.ipsMenu.ipsMenu_topCenter:before{border-color:var(--color-ui-independence) transparent transparent transparent;}.ipsMenu_tooltip.ipsMenu.ipsMenu_bottomCenter:before, .ipsMenu_tooltip.ipsMenu.ipsMenu_bottomCenter:after{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu .ipsMenu_item:first-child a, .ipsMenu .ipsMenu_item:first-child > span{border-top-left-radius:3px;border-top-right-radius:3px;}.ipsMenu .ipsMenu_item:last-child a, .ipsMenu .ipsMenu_item:last-child > span{border-bottom-left-radius:3px;border-bottom-right-radius:3px;}.ipsMenu > ul{padding:0;}ul.ipsMenu, .ipsMenu > ul{list-style:none;margin:0;}.ipsJS_none .ipsMenu:target{display:block !important;}.ipsMenu_innerContent{max-height:350px;overflow:auto;}.ipsMenu_innerContent .ipsDataList{position:static;}.ipsMenu.ipsLoading{min-height:100px;}.ipsMenu_auto{min-width:200px;max-width:500px;}.ipsMenu_veryNarrow{width:140px;}.ipsMenu_narrow{width:200px;}.ipsMenu_normal{width:300px;}.ipsMenu_wide{width:450px;}.ipsMenu_item{text-align:left;line-height:39px;}html[dir="rtl"] .ipsMenu_item{text-align:right;}.ipsMenu_item > a, .ipsMenu_item > span{font-size:18px;display:block;padding:8px 15px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}ul:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a, .ipsMenu_item[data-selected] span, .ipsMenu_item.ipsMenu_hover{background:#2BE48D;}.ipsMenu_itemDisabled > a, .ipsMenu_itemDisabled > span{color:#c2c2c2;font-style:italic;cursor:default;pointer-events:none;}.ipsMenu_sep{}.ipsMenu hr.ipsHr, .ipsMenu .ipsMenu_sep hr{margin:18px 0px;border:0;}.ipsMenu_subItems > a, .ipsMenu_subItems > span{position:relative;}html[dir="ltr"] .ipsMenu_subItems > a, html[dir="ltr"] .ipsMenu_subItems > span{padding-right:25px;}html[dir="rtl"] .ipsMenu_subItems > a, html[dir="rtl"] .ipsMenu_subItems > span{padding-left:25px;}.ipsMenu_subItems > a:after{font-family:"FontAwesome";position:absolute;top:9px;}html[dir="ltr"] .ipsMenu_subItems > a:after, html[dir="ltr"] .ipsMenu_subItems > span:after{content:'\f0da';right:9px;}html[dir="rtl"] .ipsMenu_subItems > a:after, html[dir="rtl"] .ipsMenu_subItems > span:after{content:'\f0d9';left:9px;}.ipsMenu_subItems .ipsMenu{position:absolute;}.ipsMenu:not( .ipsMenu_noStem ):after, .ipsMenu:not( .ipsMenu_noStem ):before{border-style:solid;content:'';display:none;height:0;position:absolute;width:0;}.ipsMenu:not( .ipsMenu_noStem ):after{border-width:15px;z-index:6100;}.ipsMenu:not( .ipsMenu_noStem ):before{border-width:16px;z-index:6000;}.ipsMenu_topLeft:after, .ipsMenu_topRight:after, .ipsMenu_topCenter:after, .ipsMenu_bottomLeft:after, .ipsMenu_bottomRight:after, .ipsMenu_bottomCenter:after, .ipsMenu_topLeft:before, .ipsMenu_topRight:before, .ipsMenu_topCenter:before, .ipsMenu_bottomLeft:before, .ipsMenu_bottomRight:before, .ipsMenu_bottomCenter:before{display:block !important;pointer-events:none;}.ipsMenu.ipsMenu_topLeft, .ipsMenu.ipsMenu_topRight, .ipsMenu.ipsMenu_topCenter{margin-top:-10px;}.ipsMenu.ipsMenu_bottomLeft, .ipsMenu.ipsMenu_bottomRight, .ipsMenu.ipsMenu_bottomCenter{margin-top:10px;}.ipsMenu.ipsMenu_topLeft:after{border-color:var(--color-accent-neon-mint) transparent transparent transparent;left:10px;top:100%;}.ipsMenu.ipsMenu_topLeft:before{border-color:var(--color-accent-neon-mint) transparent transparent transparent;left:9px;top:100%;}.ipsMenu.ipsMenu_topRight:after{border-color:var(--color-accent-neon-mint) transparent transparent transparent;right:10px;top:100%;}.ipsMenu.ipsMenu_topRight:before{border-color:var(--color-accent-neon-mint) transparent transparent transparent;right:9px;top:100%;}.ipsMenu.ipsMenu_topCenter:after{border-color:var(--color-accent-neon-mint) transparent transparent transparent;left:50%;margin-left:-15px;top:100%;}.ipsMenu.ipsMenu_topCenter:before{border-color:var(--color-accent-neon-mint) transparent transparent transparent;left:50%;margin-left:-16px;top:100%;}.ipsMenu.ipsMenu_bottomRight:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;right:20px;}.gpTheme_dark .ipsMenu.ipsMenu_bottomRight:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;}.gpTheme_light .ipsMenu.ipsMenu_bottomRight:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;}.ipsMenu.ipsMenu_bottomRight:before{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;right:19px;}.ipsMenu.ipsMenu_bottomLeft:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;left:10px;}.ipsMenu.ipsMenu_bottomLeft:before{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;left:9px;}.ipsMenu.ipsMenu_bottomCenter:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;left:50%;margin-left:-15px;}.gpTheme_dark .ipsMenu.ipsMenu_bottomCenter:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;}.gpTheme_light .ipsMenu.ipsMenu_bottomCenter:after{border-color:transparent transparent var(--color-accent-neon-mint) transparent;}.ipsMenu.ipsMenu_bottomCenter:before{border-color:transparent transparent var(--color-accent-neon-mint) transparent;bottom:100%;left:50%;margin-left:-16px;margin-top:-1px;}.ipsMenu_title{display:none;padding:10px 15px;font-size:11px;font-weight:500;text-transform:uppercase;}.ipsMenu_headerBar, .ipsMenu_footerBar{padding:10px;line-height:24px;}.ipsMenu_headerBar{border-radius:3px 3px 0px 0px;}.ipsMenu_footerBar{border-radius:0px 0px 3px 3px;}.ipsMenu_itemCount, .ipsSideMenu_itemCount{line-height:18px;padding:0 5px;background:#f7f7f7;color:#6d6d6d;font-size:10px;font-weight:bold;border-radius:2px;}html[dir="ltr"] .ipsMenu_itemCount, html[dir="ltr"] .ipsSideMenu_itemCount{float:right;margin-right:-5px;margin-left:5px;}html[dir="rtl"] .ipsMenu_itemCount, html[dir="rtl"] .ipsSideMenu_itemCount{float:left;margin-left:-5px;margin-right:5px;}.ipsMenu_item:not( .ipsMenu_itemClicked ) a:hover .ipsMenu_itemCount, .ipsMenu_item:not( .ipsMenu_itemClicked ) button:hover .ipsMenu_itemCount{background:#fff;}.ipsSideMenu_itemActive .ipsSideMenu_itemCount{background:rgba(255,255,255,0.2);color:#fff;}.ipsSideMenu_itemActive .ipsSideMenu_itemCount.ipsSideMenu_clearCount{background:transparent;}html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) a, html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) > span, html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) button{padding-left:30px;}html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) a, html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) > span, html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) button{padding-right:30px;}.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) a:before, .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) > span:before, .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) button:before{content:'\f10c';font-size:14px;position:absolute;font-family:'FontAwesome';padding-left:10px;color:rgba(0,0,0,0.05);}html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) a:before, html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) > span:before, html[dir="ltr"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) button:before{left:0;padding-left:10px;}html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) a:before, html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) > span:before, html[dir="rtl"] .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ) button:before{right:0;padding-right:10px;}.ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked a, .ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked > span, .ipsMenu_selectable .ipsMenu_item.ipsMenu_itemChecked button{font-weight:bold;}.ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ).ipsMenu_itemChecked a:before, .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ).ipsMenu_itemChecked > span:before, .ipsMenu_selectable .ipsMenu_item:not( .ipsMenu_itemNonSelect ).ipsMenu_itemChecked button:before{content:'\f00c';color:inherit;}.ipsMenu_selectable button{width:100%;}html[dir="ltr"] .ipsMenu_selectable button:not( .ipsButton_fullWidth ){text-align:left;}html[dir="rtl"] .ipsMenu_selectable button:not( .ipsButton_fullWidth ){text-align:right;}.ipsMenu_selectable .ipsMenu_item:not( [data-noselect] ) input[type="radio"], .ipsMenu_selectable .ipsMenu_item:not( [data-noselect] ) input[type="checkbox"]{display:none;}.ipsAutocompleteMenu{background:#fff;box-shadow:0px 5px 10px rgba(0,0,0,0.2);border-radius:3px;z-index:10000;position:absolute;max-height:200px;overflow:auto;}.ipsAutocompleteMenu_item{padding:8px;}.ipsAutocompleteMenu_item[data-selected]{background:#ebf4f9;cursor:pointer;}.ipsAutocompleteMenu_item .ipsPhotoPanel > .ipsUserPhoto{float:left;line-height:0;margin-right:10px;}.ipsAutocompleteMenu_item .ipsUserPhoto_tiny img{width:34px;height:34px;}.ipsAutocompleteMenu_item .ipsPhotoPanel_tiny div strong{font-weight:500;line-height:16px;}.ipsAutocompleteMenu_item .ipsPhotoPanel_tiny div span.ipsType_light{font-size:12px;line-height:12px;display:block;color:var(--color-ui-silver);}.ipsSideMenu_mainTitle{display:none;margin:0;}.ipsSideMenu_title{text-transform:uppercase;font-weight:bold;margin:0 0 5px 0;padding-bottom:5px;color:#000;}html[dir="ltr"] .ipsSideMenu_title{padding-left:10px;}html[dir="rtl"] .ipsSideMenu_title{padding-right:10px;}.ipsSideMenu_titleExtra{text-transform:none;font-weight:normal;font-size:12px;}.ipsSideMenu_subTitle{margin:5px 0 0;padding:8px 10px;font-size:13px;}.ipsSideMenu_item{}.ipsSideMenu_item a, a.ipsSideMenu_item{padding:15px 10px;position:relative;color:inherit;cursor:pointer;display:flex;align-items:flex-start;font-size:16px;line-height:18px;font-weight:450;border-left:4px solid transparent;}a.ipsSideMenu_itemActive:hover{color:var(--color-accent-mint);}.ipsSideMenu .ipsSideMenu_list{margin:0;}.ipsSideMenu_item .fa:first-child{width:30px;text-align:center;font-size:16px;vertical-align:middle;}.ipsSideMenu_small .ipsSideMenu_item{padding:5px 10px;}.ipsSideMenu_item:not( .ipsSideMenu_itemActive ) a:hover, a.ipsSideMenu_item:not( .ipsSideMenu_itemActive ):hover{background:var(--color-ui-aluminium);border-left:4px solid var(--color-ui-aluminium);}.ipsSideMenu_item .ipsBadge{position:relative;}html[dir="ltr"] .ipsSideMenu_withChecks .ipsSideMenu_item a, html[dir="ltr"] .ipsSideMenu_withChecks a.ipsSideMenu_item, html[dir="ltr"] .ipsSideMenu_withRadios .ipsSideMenu_item a, html[dir="ltr"] .ipsSideMenu_withRadios a.ipsSideMenu_item{padding-left:28px;}html[dir="rtl"] .ipsSideMenu_withChecks .ipsSideMenu_item a, html[dir="rtl"] .ipsSideMenu_withChecks a.ipsSideMenu_item, html[dir="rtl"] .ipsSideMenu_withRadios .ipsSideMenu_item a, html[dir="rtl"] .ipsSideMenu_withRadios a.ipsSideMenu_item{padding-right:28px;}.ipsJS_has .ipsSideMenu_withChecks .ipsSideMenu_item > input[type="checkbox"], .ipsJS_has .ipsSideMenu_withRadios .ipsSideMenu_item > input[type="radio"]{display:none;}.ipsSideMenu_withChecks .ipsSideMenu_item a:after, .ipsSideMenu_withChecks a.ipsSideMenu_item:after, .ipsSideMenu_withRadios .ipsSideMenu_item a:after, .ipsSideMenu_withRadios a.ipsSideMenu_item:after{content:'\f10c';font-family:'FontAwesome';width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;color:var(--color-ui-aluminium);}html[dir="ltr"] .ipsSideMenu_withChecks .ipsSideMenu_item a:after, html[dir="ltr"] .ipsSideMenu_withChecks a.ipsSideMenu_item:after, html[dir="ltr"] .ipsSideMenu_withRadios .ipsSideMenu_item a:after, html[dir="ltr"] .ipsSideMenu_withRadios a.ipsSideMenu_item:after{left:8px;top:15px;}html[dir="rtl"] .ipsSideMenu_withChecks .ipsSideMenu_item a:after, html[dir="rtl"] .ipsSideMenu_withChecks a.ipsSideMenu_item:after, html[dir="rtl"] .ipsSideMenu_withRadios .ipsSideMenu_item a:after, html[dir="rtl"] .ipsSideMenu_withRadios a.ipsSideMenu_item:after{right:8px;}.ipsSideMenu_withChecks .ipsSideMenu_item a:after, .ipsSideMenu_withChecks a.ipsSideMenu_item:after{content:'\f096';}.ipsSideMenu_list{margin:0 0 5px 0;padding:0;list-style:none;}.ipsSideMenu_list + .ipsSideMenu_title{margin-top:20px;}.ipsSideMenu_itemActive a, a.ipsSideMenu_itemActive, .ipsSideMenu_withChecks .ipsSideMenu_item > input[type="checkbox"]:checked ~ a, .ipsSideMenu_withRadios .ipsSideMenu_item > input[type="radio"]:checked ~ a{background:var(--color-ui-pastel-mint);border-left:4px solid var(--color-accent-mint);color:var(--color-accent-mint);}.ipsSideMenu_withChecks .ipsSideMenu_itemActive a:after, .ipsSideMenu_withChecks a.ipsSideMenu_itemActive:after, .ipsSideMenu_withRadios .ipsSideMenu_itemActive a:after, .ipsSideMenu_withRadios a.ipsSideMenu_itemActive:after, .ipsSideMenu_withChecks .ipsSideMenu_item > input[type="checkbox"]:checked ~ a:after, .ipsSideMenu_withRadios .ipsSideMenu_item > input[type="radio"]:checked ~ a:after{content:'\f00c';color:#fff;}.ipsSideMenu_itemDisabled a, a.ipsSideMenu_itemDisabled{opacity:0.6;color:#7f7f7f;cursor:default;}html[dir="ltr"] .ipsSideMenu_item + .ipsSideMenu_list{margin:0 0 10px 15px;border-left:1px solid rgba(0,0,0,0.2);}html[dir="rtl"] .ipsSideMenu_item + .ipsSideMenu_list{margin:0 15px 10px 0;border-right:1px solid rgba(0,0,0,0.2);}.ipsSideMenu_item + .ipsSideMenu_list .ipsSideMenu_item{padding:1px 10px;margin:0;font-size:12px;}@media screen and (max-width:999px){.ipsMenu#elUserLink_menu{left:0px !important;width:100% !important;z-index:9998!important;}}.ipsMenu_important{background:var(--color-ui-independence);box-shadow:none;border-radius:5px;color:var(--color-ui-white);padding:0;}.ipsMenu.ipsMenu_important.ipsMenu_bottomCenter:before{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu.ipsMenu_important.ipsMenu_bottomCenter:after{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu.ipsMenu_important.ipsMenu_bottomRight:before{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu.ipsMenu_important.ipsMenu_bottomRight:after{border-color:transparent transparent var(--color-ui-independence) transparent;}.ipsMenu.ipsMenu_important.ipsMenu_bottomLeft, .ipsMenu.ipsMenu_important.ipsMenu_bottomRight, .ipsMenu.ipsMenu_important.ipsMenu_bottomCenter{margin-top:15px;}.ipsMenu_important .ipsMenu_headerBar{border-bottom:1px solid rgba(153, 159, 160, .5);}.ipsMenu_important .ipsMenu_footerBar{border-top:1px solid rgba(153, 159, 160, .5);}.ipsMessage, .ipsAnnouncement{font-size:15px;line-height:18px;font-weight:450;display:flex;border-radius:5px;position:relative;margin-bottom:var(--sp-3);color:var(--color-ui-white);}html[dir="ltr"] .ipsMessage{padding:var(--sp-4) var(--sp-4);}html[dir="rtl"] .ipsMessage{padding:var(--sp-4) var(--sp-4);}.ipsMessage:before{font-family:'FontAwesome';top:var(--sp-4);font-size:20px;margin-right:var(--sp-4);align-self:center;}html[dir="ltr"] .ipsMessage:before{left:var(--sp-4);}html[dir="rtl"] .ipsMessage:before{right:var(--sp-4);}.ipsMessage:not(.cAnnouncementPageTop):not(.cAnnouncementSidebar):not(.cAnnouncementContentTop) a:not(.ipsUserPhoto):not(.ipsButton){border-bottom:1px solid rgba(255,255,255,0.6);}.ipsMessage a:not(.ipsUserPhoto):not(.ipsButton){color:inherit;}.ipsMessage_title{margin:0;padding:0;font-size:16.0px;line-height:1;margin-bottom:var(--sp-1);}.ipsMessage a.ipsButton{margin-top:-5px;}html[dir] .ipsMessage .ipsButton_link{border-color:currentColor;color:#fff;opacity:0.7;}.ipsMessage_code{padding:7px;display:inline-block;background:rgba(0,0,0,0.2);border-radius:3px;margin-top:-7px;color:rgba(255,255,255,0.8);}html[dir="rtl"] .ipsMessage_code{float:left;margin-right:-7px;}html[dir="rtl"] .ipsMessage_code{float:left;margin-left:-7px;}.ipsMessage_error{background:var(--color-speciality-error-red);}.ipsMessage_error:before{font-family:'gamblerspick-iconfont' !important;content:'\e939';}.ipsMessage_success{background:var(--color-accent-mint);}.ipsMessage_success:before{content:'\f00c';}.ipsMessage_warning{background:var(--color-accent-cta-yellow);color:var(--color-ui-rich-black);}.ipsMessage_warning:before{font-family:'gamblerspick-iconfont' !important;content:'\e939';}.ipsMessage a.ipsMessage_close{border-bottom:none;}.ipsMessage_info, .ipsMessage_information{background:var(--color-notifications-neon-blue);}.ipsMessage_info:before, .ipsMessage_information:before{font-family:'gamblerspick-iconfont' !important;content:'\e91e';}.ipsMessage_general{background:var(--color-ui-platinum);color:var(--color-ui-rich-black);}.ipsMessage_general:before{font-family:'gamblerspick-iconfont' !important;content:'\e91e';}.ipsMessage_none{background:var(--color-ui-independence);color:var(--color-accent-neon-mint);}.ipsBox{border-width:0px;border-style:solid;border-color:#f2f2f2;}.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ){}.ipsBox.ipsModerated{border-color:#ede4e4;}.ipsRadius{border-radius:var(--box--radius);}.ipsRadius\:tl{border-top-left-radius:var(--box--radius);}.ipsRadius\:tr{border-top-right-radius:var(--box--radius);}.ipsRadius\:br{border-bottom-right-radius:var(--box--radius);}.ipsRadius\:bl{border-bottom-left-radius:var(--box--radius);}.ipsRadius\:full{border-radius:9000px;}.ipsDimension\:1{width:var(--size-1);height:var(--size-1);}.ipsDimension_width\:1{width:var(--size-1);}.ipsDimension_height\:1{height:var(--size-1);}.ipsDimension_minWidth\:1{min-width:var(--size-1);}.ipsDimension_minHeight\:1{min-height:var(--size-1);}.ipsDimension\:2{width:var(--size-2);height:var(--size-2);}.ipsDimension_width\:2{width:var(--size-2);}.ipsDimension_height\:2{height:var(--size-2);}.ipsDimension_minWidth\:2{min-width:var(--size-2);}.ipsDimension_minHeight\:2{min-height:var(--size-2);}.ipsDimension\:3{width:var(--size-3);height:var(--size-3);}.ipsDimension_width\:3{width:var(--size-3);}.ipsDimension_height\:3{height:var(--size-3);}.ipsDimension_minWidth\:3{min-width:var(--size-3);}.ipsDimension_minHeight\:3{min-height:var(--size-3);}.ipsDimension\:4{width:var(--size-4);height:var(--size-4);}.ipsDimension_width\:4{width:var(--size-4);}.ipsDimension_height\:4{height:var(--size-4);}.ipsDimension_minWidth\:4{min-width:var(--size-4);}.ipsDimension_minHeight\:4{min-height:var(--size-4);}.ipsDimension\:5{width:var(--size-5);height:var(--size-5);}.ipsDimension_width\:5{width:var(--size-5);}.ipsDimension_height\:5{height:var(--size-5);}.ipsDimension_minWidth\:5{min-width:var(--size-5);}.ipsDimension_minHeight\:5{min-height:var(--size-5);}.ipsDimension\:6{width:var(--size-6);height:var(--size-6);}.ipsDimension_width\:6{width:var(--size-6);}.ipsDimension_height\:6{height:var(--size-6);}.ipsDimension_minWidth\:6{min-width:var(--size-6);}.ipsDimension_minHeight\:6{min-height:var(--size-6);}.ipsDimension\:7{width:var(--size-7);height:var(--size-7);}.ipsDimension_width\:7{width:var(--size-7);}.ipsDimension_height\:7{height:var(--size-7);}.ipsDimension_minWidth\:7{min-width:var(--size-7);}.ipsDimension_minHeight\:7{min-height:var(--size-7);}.ipsDimension\:8{width:var(--size-8);height:var(--size-8);}.ipsDimension_width\:8{width:var(--size-8);}.ipsDimension_height\:8{height:var(--size-8);}.ipsDimension_minWidth\:8{min-width:var(--size-8);}.ipsDimension_minHeight\:8{min-height:var(--size-8);}@media (max-width:979px){.md\:ipsDimension\:1{width:var(--size-1);height:var(--size-1);}.md\:ipsDimension_width\:1{width:var(--size-1);}.md\:ipsDimension_height\:1{height:var(--size-1);}.md\:ipsDimension_minWidth\:1{min-width:var(--size-1);}.md\:ipsDimension_minHeight\:1{min-height:var(--size-1);}.md\:ipsDimension\:2{width:var(--size-2);height:var(--size-2);}.md\:ipsDimension_width\:2{width:var(--size-2);}.md\:ipsDimension_height\:2{height:var(--size-2);}.md\:ipsDimension_minWidth\:2{min-width:var(--size-2);}.md\:ipsDimension_minHeight\:2{min-height:var(--size-2);}.md\:ipsDimension\:3{width:var(--size-3);height:var(--size-3);}.md\:ipsDimension_width\:3{width:var(--size-3);}.md\:ipsDimension_height\:3{height:var(--size-3);}.md\:ipsDimension_minWidth\:3{min-width:var(--size-3);}.md\:ipsDimension_minHeight\:3{min-height:var(--size-3);}.md\:ipsDimension\:4{width:var(--size-4);height:var(--size-4);}.md\:ipsDimension_width\:4{width:var(--size-4);}.md\:ipsDimension_height\:4{height:var(--size-4);}.md\:ipsDimension_minWidth\:4{min-width:var(--size-4);}.md\:ipsDimension_minHeight\:4{min-height:var(--size-4);}.md\:ipsDimension\:5{width:var(--size-5);height:var(--size-5);}.md\:ipsDimension_width\:5{width:var(--size-5);}.md\:ipsDimension_height\:5{height:var(--size-5);}.md\:ipsDimension_minWidth\:5{min-width:var(--size-5);}.md\:ipsDimension_minHeight\:5{min-height:var(--size-5);}.md\:ipsDimension\:6{width:var(--size-6);height:var(--size-6);}.md\:ipsDimension_width\:6{width:var(--size-6);}.md\:ipsDimension_height\:6{height:var(--size-6);}.md\:ipsDimension_minWidth\:6{min-width:var(--size-6);}.md\:ipsDimension_minHeight\:6{min-height:var(--size-6);}.md\:ipsDimension\:7{width:var(--size-7);height:var(--size-7);}.md\:ipsDimension_width\:7{width:var(--size-7);}.md\:ipsDimension_height\:7{height:var(--size-7);}.md\:ipsDimension_minWidth\:7{min-width:var(--size-7);}.md\:ipsDimension_minHeight\:7{min-height:var(--size-7);}.md\:ipsDimension\:8{width:var(--size-8);height:var(--size-8);}.md\:ipsDimension_width\:8{width:var(--size-8);}.md\:ipsDimension_height\:8{height:var(--size-8);}.md\:ipsDimension_minWidth\:8{min-width:var(--size-8);}.md\:ipsDimension_minHeight\:8{min-height:var(--size-8);}}@media (max-width:767px){.sm\:ipsDimension\:1{width:var(--size-1);height:var(--size-1);}.sm\:ipsDimension_width\:1{width:var(--size-1);}.sm\:ipsDimension_height\:1{height:var(--size-1);}.sm\:ipsDimension_minWidth\:1{min-width:var(--size-1);}.sm\:ipsDimension_minHeight\:1{min-height:var(--size-1);}.sm\:ipsDimension\:2{width:var(--size-2);height:var(--size-2);}.sm\:ipsDimension_width\:2{width:var(--size-2);}.sm\:ipsDimension_height\:2{height:var(--size-2);}.sm\:ipsDimension_minWidth\:2{min-width:var(--size-2);}.sm\:ipsDimension_minHeight\:2{min-height:var(--size-2);}.sm\:ipsDimension\:3{width:var(--size-3);height:var(--size-3);}.sm\:ipsDimension_width\:3{width:var(--size-3);}.sm\:ipsDimension_height\:3{height:var(--size-3);}.sm\:ipsDimension_minWidth\:3{min-width:var(--size-3);}.sm\:ipsDimension_minHeight\:3{min-height:var(--size-3);}.sm\:ipsDimension\:4{width:var(--size-4);height:var(--size-4);}.sm\:ipsDimension_width\:4{width:var(--size-4);}.sm\:ipsDimension_height\:4{height:var(--size-4);}.sm\:ipsDimension_minWidth\:4{min-width:var(--size-4);}.sm\:ipsDimension_minHeight\:4{min-height:var(--size-4);}.sm\:ipsDimension\:5{width:var(--size-5);height:var(--size-5);}.sm\:ipsDimension_width\:5{width:var(--size-5);}.sm\:ipsDimension_height\:5{height:var(--size-5);}.sm\:ipsDimension_minWidth\:5{min-width:var(--size-5);}.sm\:ipsDimension_minHeight\:5{min-height:var(--size-5);}.sm\:ipsDimension\:6{width:var(--size-6);height:var(--size-6);}.sm\:ipsDimension_width\:6{width:var(--size-6);}.sm\:ipsDimension_height\:6{height:var(--size-6);}.sm\:ipsDimension_minWidth\:6{min-width:var(--size-6);}.sm\:ipsDimension_minHeight\:6{min-height:var(--size-6);}.sm\:ipsDimension\:7{width:var(--size-7);height:var(--size-7);}.sm\:ipsDimension_width\:7{width:var(--size-7);}.sm\:ipsDimension_height\:7{height:var(--size-7);}.sm\:ipsDimension_minWidth\:7{min-width:var(--size-7);}.sm\:ipsDimension_minHeight\:7{min-height:var(--size-7);}.sm\:ipsDimension\:8{width:var(--size-8);height:var(--size-8);}.sm\:ipsDimension_width\:8{width:var(--size-8);}.sm\:ipsDimension_height\:8{height:var(--size-8);}.sm\:ipsDimension_minWidth\:8{min-width:var(--size-8);}.sm\:ipsDimension_minHeight\:8{min-height:var(--size-8);}}.ipsPageHeader{background:transparent;border-bottom:0;position:relative;margin:10px 0;}.ipsPageHeader h1{display:inline;}.ipsPageHeader .ipsPageHeader_info, .ipsPageHeader_info p:first-child{margin:5px 0;}.ipsPageHeader .ipsFollow{margin-top:0;}html[dir="ltr"] .ipsPageHeader--hasFeatureColor{border-width:0;border-left-style:solid;border-left-width:6px;}html[dir="rtl"] .ipsPageHeader--hasFeatureColor{border-width:0;border-right-style:solid;border-right-width:6px;}.ipsJS_none .ipsJS_show{display:none;}.ipsJS_has .ipsJS_hide{display:none;}.ipsAreaBackground{background:#edf2f7;}.ipsAreaBackground_light{background:#f7fafc;}.ipsAreaBackground_reset{background:#ffffff;}.ipsAreaBackground_dark{background:#2d3748;color:#fff;}.ipsAreaBackground_dark a{color:#fff;}.ipsAreaBackground_positive{background:var(--color-accent-mint);color:var(--color-ui-white);}.ipsAreaBackground_negative{background:var(--color-speciality-error-red);color:var(--color-ui-white);}.ipsAreaBackground_positive .ipsType_sectionHead, .ipsAreaBackground_positive .ipsType_sectionTitle, .ipsAreaBackground_negative .ipsType_sectionHead, .ipsAreaBackground_negative .ipsType_sectionTitle{color:var(--color-ui-white);}.ipsAreaBackground_rounded{border-radius:3px;}.ipsUserPhoto{border-radius:5px;overflow:hidden;}.ipsUserPhoto_tiny img{height:23px;width:auto;}.ipsUserPhoto > i{font-size:23px;}.ipsButton_special_user{padding:2px 5px 2px 3px;border-radius:34px;height:30px;}.ipsButton_special_user .ipsUserPhoto{border-radius:50px;}.ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after{width:45px;height:45px;}.ipsUserPhoto_small .icon-UI-Account{font-size:45px;}.ipsImage{max-width:100%;height:auto;}.ipsImage_thumbnailed{padding:1px;max-width:100%;}.ipsThumb{border:1px solid #E2E2E2;}span.ipsThumb, a.ipsThumb{display:block;}.ipsThumb_bg{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;background-color:#ebebeb;}.ipsThumb_bg img{display:none;}.ipsThumb_bg.ipsThumb_embed{width:400px;height:400px;}.ipsThumb_bg.ipsThumb_embed.ipsThumb_embed_fullWidth{width:98%;height:400px;}.ipsThumb_large{max-width:175px;max-height:175px;}.ipsThumb_bg.ipsThumb_large{width:175px;height:175px;}.ipsThumb_medium{max-width:125px;max-height:125px;}.ipsThumb_bg.ipsThumb_medium{width:125px;height:125px;}.ipsThumb_small{max-width:75px;max-height:75px;}.ipsThumb_bg.ipsThumb_small{width:75px;height:75px;}.ipsThumb_tiny{max-width:40px;max-height:40px;}.ipsThumb_bg.ipsThumb_tiny{width:40px;height:40px;}.ipsNoThumb{background:#262e33;text-align:center;position:relative;width:200px;height:200px;}.ipsNoThumb.ipsThumb_embed{width:400px;height:400px;}.ipsNoThumb:after{content:'\f030';font-family:'FontAwesome';font-size:30px;color:rgba(255,255,255,0.075);position:absolute;top:50%;margin-top:-10px;left:0;right:0;text-align:center;}.ipsNoThumb_video:after{content:'\f008';}.ipsNoThumb_product:after{content:'\f1b2';}.ipsNoThumb_gift:after{content:'\f06b';}.ipsContained{display:table;table-layout:fixed;width:100%;}.ipsContained_container{display:table !important;}.ipsDataList .ipsContained_container{width:100%;}html[dir="ltr"] .ipsContained_container > span{display:table-cell;padding-right:3px;}html[dir="rtl"] .ipsContained_container > span{display:table-cell;padding-left:3px;}@media screen and (min-width:744px){_::-moz-svg-foreign-content, :root .ipsContained_container{width:100%;!important;}_::-moz-svg-foreign-content, :root .ipsContained_container > span{display:inline-block !important;float:left;}}_:window-inactive, body:nth-last-child(n0) .ipsContained_container{width:100%;!important;}_:window-inactive, body:nth-last-child(n0) .ipsContained_container > span{display:inline-block !important;}hr.ipsHr{margin:25px 0;height:0;padding:0;border-width:1px 0 0 0;border-style:solid;border-color:var(--color-ui-platinum);}.ipsAreaBackground_dark hr.ipsHr{border-color:rgba(255,255,255,0.1);}hr.ipsHr.ipsHr_thick{border-width:10px 0 0 0;border-color:#394248;}hr.ipsHr.ipsHr_small{margin:7px 0;}.ipsBorder\:none{border:0 !important;}.ipsBorder{border:var(--border-1px) !important;}.ipsBorder_top, .ipsBorder_vertical{border-top:var(--border-1px) !important;}.ipsBorder_bottom, .ipsBorder_vertical{border-bottom:var(--border-1px) !important;}.ipsBorder_left, .ipsBorder_horizontal{border-left:var(--border-1px) !important;}.ipsBorder_right, .ipsBorder_horizontal{border-right:var(--border-1px) !important;}@media (max-width:979px){.md\:ipsBorder\:none{border:0 !important;}.md\:ipsBorder{border:var(--border-1px) !important;}.md\:ipsBorder_top, .md\:ipsBorder_vertical{border-top:var(--border-1px) !important;}.md\:ipsBorder_bottom, .md\:ipsBorder_vertical{border-bottom:var(--border-1px) !important;}.md\:ipsBorder_left, .md\:ipsBorder_horizontal{border-left:var(--border-1px) !important;}.md\:ipsBorder_right, .md\:ipsBorder_horizontal{border-right:var(--border-1px) !important;}}@media (max-width:767px){.sm\:ipsBorder\:none{border:0 !important;}.sm\:ipsBorder{border:var(--border-1px) !important;}.sm\:ipsBorder_top, .sm\:ipsBorder_vertical{border-top:var(--border-1px) !important;}.sm\:ipsBorder_bottom, .sm\:ipsBorder_vertical{border-bottom:var(--border-1px) !important;}.sm\:ipsBorder_left, .sm\:ipsBorder_horizontal{border-left:var(--border-1px) !important;}.sm\:ipsBorder_right, .sm\:ipsBorder_horizontal{border-right:var(--border-1px) !important;}}.ipsOutline{--outline-border-width:1px;--outline-border-color:rgb( var(--theme-area_background_reset ) );}.ipsOutline\:1px{--outline-border-width:1px;}.ipsOutline\:2px{--outline-border-width:2px;}.ipsOutline{filter:drop-shadow( var(--outline-border-width) 0 0 var(--outline-border-color ) ) drop-shadow( 0 var(--outline-border-width) 0 var(--outline-border-color ) ) drop-shadow( calc( var(--outline-border-width) * -1 ) 0 0 var(--outline-border-color ) ) drop-shadow( 0 calc( var(--outline-border-width) * -1 ) 0 var(--outline-border-color ) );}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.ipsLoading{position:relative;}.ipsLoading:before{display:block;color:var(--color-accent-mint);position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;font-size:50px;line-height:1 !important;font-family:'FontAwesome';content:'\f1ce';font-style:normal;}.ipsLoading:not( .ipsLoading_noAnim ):before{-webkit-animation:spinner 0.75s infinite linear;animation:spinner 0.75s infinite linear;}.ipsLoading.ipsLoading_small:before{font-size:23px;margin-top:-12px;margin-left:-12px;color:var(--color-accent-mint);}.ipsLoading.ipsLoading_tiny:before{margin-top:-8px;color:var(--color-accent-mint);margin-left:-15px;font-size:18px;}.ipsLoading.ipsLoading_dark:before{color:#fff;}.ipsLoading_tinyIcon{width:16px;height:16px;font-size:17px;display:inline-block;}.ipsPad{padding:15px;}.ipsPad_double{padding:30px;}.ipsPad_top{padding-top:15px;}.ipsPad_bottom{padding-bottom:15px;}.ipsPad_horizontal{padding-left:15px;padding-right:15px;}.ipsPad_horizontal_double{padding-left:25px;padding-right:25px;}.ipsPad_vertical{padding-top:15px;padding-bottom:15px;}.ipsPad_vertical_double{padding-top:30px;padding-bottom:30px;}.ipsPadding\:none{padding:0 !important;}.ipsPadding_vertical\:none, .ipsPadding_top\:none{padding-top:0 !important;}.ipsPadding_vertical\:none, .ipsPadding_bottom\:none{padding-bottom:0 !important;}.ipsPadding_horizontal\:none, html[dir="ltr"] .ipsPadding_left\:none, html[dir="rtl"] .ipsPadding_right\:none{padding-left:0 !important;}.ipsPadding_horizontal\:none, html[dir="ltr"] .ipsPadding_right\:none, html[dir="rtl"] .ipsPadding_left\:none{padding-right:0 !important;}.ipsPadding{padding:var(--sp-5) !important;}.ipsPadding_vertical, .ipsPadding_top{padding-top:var(--sp-5) !important;}.ipsPadding_vertical, .ipsPadding_bottom{padding-bottom:var(--sp-5) !important;}.ipsPadding_horizontal, html[dir="ltr"] .ipsPadding_left, html[dir="rtl"] .ipsPadding_right{padding-left:var(--sp-5) !important;}.ipsPadding_horizontal, html[dir="ltr"] .ipsPadding_right, html[dir="rtl"] .ipsPadding_left{padding-right:var(--sp-5) !important;}.ipsPadding\:half{padding:var(--sp-3) !important;}.ipsPadding_vertical\:half, .ipsPadding_top\:half{padding-top:var(--sp-3) !important;}.ipsPadding_vertical\:half, .ipsPadding_bottom\:half{padding-bottom:var(--sp-3) !important;}.ipsPadding_horizontal\:half, html[dir="ltr"] .ipsPadding_left\:half, html[dir="rtl"] .ipsPadding_right\:half{padding-left:var(--sp-3) !important;}.ipsPadding_horizontal\:half, html[dir="ltr"] .ipsPadding_right\:half, html[dir="rtl"] .ipsPadding_left\:half{padding-right:var(--sp-3) !important;}.ipsPadding\:double{padding:var(--sp-8) !important;}.ipsPadding_vertical\:double, .ipsPadding_top\:double{padding-top:var(--sp-8) !important;}.ipsPadding_vertical\:double, .ipsPadding_bottom\:double{padding-bottom:var(--sp-8) !important;}.ipsPadding_horizontal\:double, html[dir="ltr"] .ipsPadding_left\:double, html[dir="rtl"] .ipsPadding_right\:double{padding-left:var(--sp-8) !important;}.ipsPadding_horizontal\:double, html[dir="ltr"] .ipsPadding_right\:double, html[dir="rtl"] .ipsPadding_left\:double{padding-right:var(--sp-8) !important;}@media (max-width:979px){.md\:ipsPadding\:none{padding:0 !important;}.md\:ipsPadding_vertical\:none, .md\:ipsPadding_top\:none{padding-top:0 !important;}.md\:ipsPadding_vertical\:none, .md\:ipsPadding_bottom\:none{padding-bottom:0 !important;}.md\:ipsPadding_horizontal\:none, html[dir="ltr"] .md\:ipsPadding_left\:none, html[dir="rtl"] .md\:ipsPadding_right\:none{padding-left:0 !important;}.md\:ipsPadding_horizontal\:none, html[dir="ltr"] .md\:ipsPadding_right\:none, html[dir="rtl"] .md\:ipsPadding_left\:none{padding-right:0 !important;}.md\:ipsPadding{padding:var(--sp-5) !important;}.md\:ipsPadding_vertical, .md\:ipsPadding_top{padding-top:var(--sp-5) !important;}.md\:ipsPadding_vertical, .md\:ipsPadding_bottom{padding-bottom:var(--sp-5) !important;}.md\:ipsPadding_horizontal, html[dir="ltr"] .md\:ipsPadding_left, html[dir="rtl"] .md\:ipsPadding_right{padding-left:var(--sp-5) !important;}.md\:ipsPadding_horizontal, html[dir="ltr"] .md\:ipsPadding_right, html[dir="rtl"] .md\:ipsPadding_left{padding-right:var(--sp-5) !important;}.md\:ipsPadding\:half{padding:var(--sp-3) !important;}.md\:ipsPadding_vertical\:half, .md\:ipsPadding_top\:half{padding-top:var(--sp-3) !important;}.md\:ipsPadding_vertical\:half, .md\:ipsPadding_bottom\:half{padding-bottom:var(--sp-3) !important;}.md\:ipsPadding_horizontal\:half, html[dir="ltr"] .md\:ipsPadding_left\:half, html[dir="rtl"] .md\:ipsPadding_right\:half{padding-left:var(--sp-3) !important;}.md\:ipsPadding_horizontal\:half, html[dir="ltr"] .md\:ipsPadding_right\:half, html[dir="rtl"] .md\:ipsPadding_left\:half{padding-right:var(--sp-3) !important;}.md\:ipsPadding\:double{padding:var(--sp-8) !important;}.md\:ipsPadding_vertical\:double, .md\:ipsPadding_top\:double{padding-top:var(--sp-8) !important;}.md\:ipsPadding_vertical\:double, .md\:ipsPadding_bottom\:double{padding-bottom:var(--sp-8) !important;}.md\:ipsPadding_horizontal\:double, html[dir="ltr"] .md\:ipsPadding_left\:double, html[dir="rtl"] .md\:ipsPadding_right\:double{padding-left:var(--sp-8) !important;}.md\:ipsPadding_horizontal\:double, html[dir="ltr"] .md\:ipsPadding_right\:double, html[dir="rtl"] .md\:ipsPadding_left\:double{padding-right:var(--sp-8) !important;}}@media (max-width:767px){.sm\:ipsPadding\:none{padding:0 !important;}.sm\:ipsPadding_vertical\:none, .sm\:ipsPadding_top\:none{padding-top:0 !important;}.sm\:ipsPadding_vertical\:none, .sm\:ipsPadding_bottom\:none{padding-bottom:0 !important;}.sm\:ipsPadding_horizontal\:none, html[dir="ltr"] .sm\:ipsPadding_left\:none, html[dir="rtl"] .sm\:ipsPadding_right\:none{padding-left:0 !important;}.sm\:ipsPadding_horizontal\:none, html[dir="ltr"] .sm\:ipsPadding_right\:none, html[dir="rtl"] .sm\:ipsPadding_left\:none{padding-right:0 !important;}.sm\:ipsPadding{padding:var(--sp-5) !important;}.sm\:ipsPadding_vertical, .sm\:ipsPadding_top{padding-top:var(--sp-5) !important;}.sm\:ipsPadding_vertical, .sm\:ipsPadding_bottom{padding-bottom:var(--sp-5) !important;}.sm\:ipsPadding_horizontal, html[dir="ltr"] .sm\:ipsPadding_left, html[dir="rtl"] .sm\:ipsPadding_right{padding-left:var(--sp-5) !important;}.sm\:ipsPadding_horizontal, html[dir="ltr"] .sm\:ipsPadding_right, html[dir="rtl"] .sm\:ipsPadding_left{padding-right:var(--sp-5) !important;}.sm\:ipsPadding\:half{padding:var(--sp-3) !important;}.sm\:ipsPadding_vertical\:half, .sm\:ipsPadding_top\:half{padding-top:var(--sp-3) !important;}.sm\:ipsPadding_vertical\:half, .sm\:ipsPadding_bottom\:half{padding-bottom:var(--sp-3) !important;}.sm\:ipsPadding_horizontal\:half, html[dir="ltr"] .sm\:ipsPadding_left\:half, html[dir="rtl"] .sm\:ipsPadding_right\:half{padding-left:var(--sp-3) !important;}.sm\:ipsPadding_horizontal\:half, html[dir="ltr"] .sm\:ipsPadding_right\:half, html[dir="rtl"] .sm\:ipsPadding_left\:half{padding-right:var(--sp-3) !important;}.sm\:ipsPadding\:double{padding:var(--sp-8) !important;}.sm\:ipsPadding_vertical\:double, .sm\:ipsPadding_top\:double{padding-top:var(--sp-8) !important;}.sm\:ipsPadding_vertical\:double, .sm\:ipsPadding_bottom\:double{padding-bottom:var(--sp-8) !important;}.sm\:ipsPadding_horizontal\:double, html[dir="ltr"] .sm\:ipsPadding_left\:double, html[dir="rtl"] .sm\:ipsPadding_right\:double{padding-left:var(--sp-8) !important;}.sm\:ipsPadding_horizontal\:double, html[dir="ltr"] .sm\:ipsPadding_right\:double, html[dir="rtl"] .sm\:ipsPadding_left\:double{padding-right:var(--sp-8) !important;}}.ipsPos_left{float:left;}html[dir="rtl"] .ipsPos_left{float:right;}.ipsPos_right{float:right;}html[dir="rtl"] .ipsPos_right{float:left;}.ipsPos_center{margin:0 auto;}.ipsPos_middle{vertical-align:middle;}.ipsPos_top{vertical-align:top;}.ipsPos_sticky, .lg\:ipsPos_sticky{position:sticky !important;top:0;z-index:1;}.ipsPos_relative{position:relative;}@media (max-width:979px){.md\:ipsPos_left, html[dir="rtl"] .md\:ipsPos_right{float:left;}.md\:ipsPos_right, html[dir="rtl"] .md\:ipsPos_left{float:right;}html[dir] .md\:ipsPos_none{float:none;}.md\:ipsPos_center{margin:0 auto;}.md\:ipsPos_middle{vertical-align:middle;}.md\:ipsPos_top{vertical-align:top;}.md\:ipsPos_sticky{position:sticky !important;top:0;z-index:1;}.md\:ipsPos_relative{position:relative;}}@media (max-width:767px){.sm\:ipsPos_left, html[dir="rtl"] .sm\:ipsPos_right{float:left;}.sm\:ipsPos_right, html[dir="rtl"] .sm\:ipsPos_left{float:right;}html[dir] .sm\:ipsPos_none{float:none;}.sm\:ipsPos_center{margin:0 auto;}.sm\:ipsPos_middle{vertical-align:middle;}.sm\:ipsPos_top{vertical-align:top;}.sm\:ipsPos_sticky{position:sticky !important;top:0;z-index:1;}.sm\:ipsPos_relative{position:relative;}}#ipsLayout_mainArea > .ipsForm[action$='do=edit'] > .ipsForm{padding:var(--sp-6);}.ipsClear{clear:both;}@media (max-width:979px){.md\:ipsClear{clear:both;}}@media (max-width:767px){.sm\:ipsClear{clear:both;}}.ipsClearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.ipsOverflow{width:100%;overflow:auto;}.ipsApp .ipsHide{display:none;}.ipsApp .ipsBlock{display:block;}.ipsFaded{opacity:0.4;}.ipsFaded_unavailable{pointer-events:none;}.ipsFaded.ipsFaded_more{opacity:0.25;}.ipsFaded_withHover{transition:0.2s all linear;}.ipsFaded_withHover:hover, .ipsFaded_withHover:hover .ipsFaded, .ipsFaded.ipsFaded_cancel{opacity:1;}.ipsList_inline, .ipsList_reset{margin:0;padding:0;list-style:none;}.ipsList_none{list-style:none;}html[dir="ltr"] .ipsList_leftAlign{padding-left:20px;}html[dir="rtl"] .ipsList_leftAlign{padding-right:20px;}.ipsList_inline > li{display:inline-block;vertical-align:middle;}html[dir="ltr"] .ipsList_inline > li{margin-right:15px;}html[dir="rtl"] .ipsList_inline > li{margin-left:15px;}html[dir="ltr"] .ipsList_inline > li:last-child, html[dir="ltr"] .ipsList_inline.ipsList_noSpacing > li{margin-right:0;}html[dir="rtl"] .ipsList_inline > li:last-child, html[dir="rtl"] .ipsList_inline.ipsList_noSpacing > li{margin-left:0;}html[dir="ltr"] .ipsList_inline.ipsList_noSpacing_left > li{margin-left:0;}html[dir="rtl"] .ipsList_inline.ipsList_noSpacing_left > li{margin-right:0;}html[dir="ltr"] .ipsList_inline > li.ipsPos_right:not( .ipsResponsive_noFloat ){margin-right:0;margin-left:15px;}html[dir="rtl"] .ipsList_inline > li.ipsPos_right:not( .ipsResponsive_noFloat ){margin-left:0;margin-right:15px;}.ipsList_inline.ipsList_csv li:after{content:',';}.ipsList_inline.ipsList_csv li:last-child:after{content:'';}.ipsList_bullets{list-style-type:disc;margin:0 0 0 26px;padding:0;}html[dir="rtl"] .ipsList_bullets{margin:0 26px 0 0;}.ipsList_bullets.ipsList_numbers{list-style-type:decimal;}.ipsOnlineStatus, .ipsOnlineStatus_online{color:#249168;}.ipsOnlineStatus_anonymous{color:#616161;}.ipsOnlineStatus_offline{color:#c7c7c7;}.ipsOnlineStatus_away{color:#bd9e22;}.ipsOnlineStatus_busy{color:#a03223;}.ipsCursor_locked{cursor:not-allowed;}.ipsCursor_drag{cursor:move;}.ipsCursor_default{cursor:default;}.ipsCursor_pointer{cursor:pointer;}.ipsCursor_help{cursor:help;}.ipsToolList{width:100%;padding:0;list-style:none;margin:0;}.ipsToolList.ipsToolList_vertical > li{margin-bottom:15px;}.ipsToolList.ipsToolList_vertical > li:last-child{margin-bottom:0;}html[dir="ltr"] .ipsToolList.ipsToolList_horizontal > li, html[dir="ltr"] .ipsToolList.ipsToolList_horizontal > li.ipsPos_right{float:right;margin-left:10px;}html[dir="ltr"] .ipsToolList.ipsToolList_horizontal > li.ipsPos_left{float:left;margin:0 10px 0 0;}html[dir="ltr"] .ipsToolList.ipsToolList_horizontal.ipsPos_left > li{float:left;margin-left:0;}html[dir="rtl"] .ipsToolList.ipsToolList_horizontal > li, html[dir="rtl"] .ipsToolList.ipsToolList_horizontal > li.ipsPos_right{float:left;margin-right:10px;}html[dir="rtl"] .ipsToolList.ipsToolList_horizontal > li.ipsPos_left{float:right;margin:0 0 0 10px;}html[dir="rtl"] .ipsToolList.ipsToolList_horizontal.ipsPos_left > li{float:right;margin-right:0;}[dir='rtl'] .ipsToolList_horizontal > *, [dir='ltr'] .ipsToolList_horizontal > *.ipsPos_left{float:left !important;margin-right:var(--sp-3);margin-left:0;}.ipsToolList_horizontal::after{content:'';display:block;clear:both;}}.ipsToolList.ipsToolList_horizontal > li.ipsToolList_primaryAction .ipsButton:not( .ipsButton_link ){min-width:200px;}.ipsToolList.ipsToolList_horizontal > li.ipsPos_right{min-width:150px;}.ipsToolList.ipsToolList_vertical > li:not(:last-child){margin-bottom:15px;}.ipsToolList.ipsToolList_horizontal.ipsPos_center > li{float:none !important;display:inline-block;}.ipsModerated{background:#f7edf1;color:#880e4f;}.ipsModerated a{color:#880e4f;}.ipsModerated .ipsType_light{color:#a4768f;}.ipsStepBar{background:#f7f7f7;width:100%;overflow:hidden;margin:0;padding:0;list-style:none;}.ipsStepBar > li{float:left;position:relative;line-height:1.3;}html[dir="rtl"] .ipsStepBar > li{float:right;}.ipsStepBar > .ipsStep > a, .ipsStepBar > .ipsStep > span{padding:11px 33px 11px 18px;background-color:#f0f0f0;background-image:url( "https://www.gamblerspick.com/uploads/pages_media/1_wizard_step_large.png" );background-repeat:no-repeat;background-position:bottom right;background-size:200% 200%;height:55px;min-height:35px;display:inline-block;position:relative;min-width:115px;}html[dir="rtl"] .ipsStepBar > .ipsStep > a, html[dir="rtl"] .ipsStepBar > .ipsStep > span{padding:11px 18px 11px 33px;background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_large_rtl.png" );background-position:bottom left;}.ipsStepBar > .ipsStep.ipsStep_active > a, .ipsStepBar > .ipsStep.ipsStep_active > span{background-position:top right;color:#fff;}html[dir="rtl"] .ipsStepBar > .ipsStep.ipsStep_active > a, html[dir="rtl"] .ipsStepBar > .ipsStep.ipsStep_active > span{background-position:top left;}.ipsStepBar > .ipsStep + .ipsStep.ipsStep_active:after{background-size:23px 100%;background-repeat:no-repeat;width:23px;height:100%;position:absolute;top:0;content:'';display:inline-block;}html[dir="ltr"] .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active:after{background-image:url( "https://www.gamblerspick.com/uploads/pages_media/1_wizard_step_extra.png" );left:-23px;}html[dir="rtl"] .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active:after{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/d0e70b4cbb9ab8afb1bc1065a3f8487a_wizard_step_extra_rtl.png" );right:-23px;}.ipsStep_title{display:block;height:50%;width:auto;position:absolute;top:0;left:0;right:0;border:1px solid rgba( var(--theme-text_color), 0.1 );border-width:0 1px 0 1px;transform-origin:0% 50%;transform:skewX(30deg);pointer-events:none;}.ipsStepBar > .ipsStep:after, .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active::after{transform:skewX(-30deg);top:auto;bottom:0;}.ipsStepBar > .ipsStep:first-child:before, .ipsStepBar > .ipsStep:first-child:after{width:calc(100% + 40px);}html[dir='ltr'] .ipsStepBar > .ipsStep:first-child:before, html[dir='ltr'] .ipsStepBar > .ipsStep:first-child:after{left:auto;}html[dir='rtl'] .ipsStepBar > .ipsStep:first-child:before, html[dir='rtl'] .ipsStepBar > .ipsStep:first-child:after{right:auto;}html[dir='rtl'] .ipsStepBar > .ipsStep:before, html[dir='rtl'] .ipsStepBar > .ipsStep:after, html[dir='rtl'] .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active::after{transform:skewX(-30deg);}html[dir='rtl'] .ipsStepBar > .ipsStep:after, html[dir='rtl'] .ipsStepBar > .ipsStep + .ipsStep.ipsStep_active::after{transform:skewX(30deg);}.ipsStepBar > .ipsStep.ipsStep_active::before, .ipsStepBar > .ipsStep.ipsStep_active::after{background:rgb( var(--theme-area_background_dark) );}.ipsStepBar > .ipsStep.ipsStep_active > a, .ipsStepBar > .ipsStep.ipsStep_active > span{color:#fff;}.ipsStep_desc{font-size:11px;}.ipsPageHead_special{border-radius:4px 4px 0px 0px;padding:15px;color:#fff;position:relative;background-color:#353c41;}.ipsPageHead_barText, .ipsPageHead_barText_small{display:inline-block;line-height:1;font-weight:300;}.ipsPageHead_barText_small a{color:#fff !important;}.ipsPageHead_barText_small{padding:3px 10px;}.ipsPageHead_special .ipsType_pageTitle{color:#fff;}.ipsCommentCount{padding:5px 10px;border-radius:3px;background:#ececec;display:inline-block;font-size:12px;text-transform:uppercase;position:relative;text-align:center;line-height:15px;color:#333;margin-bottom:3px;}html[dir="ltr"] .ipsCommentCount{margin-left:10px;}html[dir="rtl"] .ipsCommentCount{margin-right:10px;}.ipsCommentCount strong{font-size:15px;display:block;font-weight:normal;}.ipsCommentCount:after{position:absolute;top:50%;margin-top:-7px;content:"";display:block;width:0;height:0;border-width:7px 5px;border-style:solid;}html[dir="ltr"] .ipsCommentCount:after{right:100%;border-color:transparent #ececec transparent transparent;}html[dir="rtl"] .ipsCommentCount:after{left:100%;border-color:transparent transparent transparent #ececec;}.ipsCommentCount_hot{background:#da8619;color:#fff;}.ipsCommentCount_hot:after{border-color:transparent #da8619 transparent transparent;}html[dir="rtl"].ipsCommentCount_hot:after{border-color:transparent transparent transparent #da8619;}.ipsSideMenu_item a .ipsCommentCount{margin-top:-4px;}.ipsDataItem_selected .ipsCommentCount{background:rgb( var(--theme-area_background_reset) );}.ipsApp .ipsNotificationCount{position:absolute;top:-10px;font-size:11px;color:#fff;display:inline-block;text-indent:0%;line-height:18px;padding:0 6px;border-radius:8px;z-index:2;background:#36ab80;}html[dir="ltr"] .ipsApp .ipsNotificationCount{right:-10px;}html[dir="rtl"] .ipsApp .ipsNotificationCount{left:-10px;}.ipsJS_has .ipsNotificationCount[data-role="autoCheckCount"]{display:none;}.ipsApp .ipsNotificationCount.ipsHide{display:none;}.ipsChart{border-width:0 4px 4px 4px;border-style:solid;border-color:#ebebeb;}.ipsChart .ipsChart_chart{overflow:hidden;}.ipsChart .ipsButtonRow li > a:not( .ipsButtonRow_active ){background:#fff;color:#6f6f6f;}.ipsChart .ipsType_sectionHead{margin-bottom:15px;}#ipsAccessibility_border{width:0;height:300px;}html[dir="ltr"] #ipsAccessibility_border{border-left:3px solid #d91f4b;}html[dir="rtl"] #ipsAccessibility_border{border-right:3px solid #d91f4b;}#ipsAccessibility_arrow{width:0;height:0;border-width:10px;border-style:solid;border-color:transparent transparent transparent red;}.ipsSticky{background:#fff;}.ipsSticky.ipsSticky_bottom:before, .ipsSticky.ipsSticky_top:before{content:'';display:block;position:absolute;height:6px;left:0;right:0;}.ipsSticky.ipsSticky_top{border-bottom:1px solid rgba(0,0,0,0.05);}.ipsSticky.ipsSticky_top:before{bottom:-6px;background:-moz-linear-gradient(top, rgba(0,0,0,0.075) 0%, rgba(0,0,0,0) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.075)), color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(top, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.075) 0%,rgba(0,0,0,0) 100%);pointer-events:none;}.ipsSticky.ipsSticky_bottom:before{top:-30px;height:30px;background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);pointer-events:none;}.ipsSticky.ipsSticky_noFade:before{display:none;}.ipsScrollbar::-webkit-scrollbar{width:8px;height:8px;}.ipsScrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.4);border-radius:3px;}.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.4);border-radius:3px;}.ipsScrollbar::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,0.05);}.ipsScrollbar.ipsScrollbar_light::-webkit-scrollbar-track-piece{background-color:rgba(255,255,255,0.05);}#ipsMultiQuoter{position:fixed;bottom:20px;background:#333333;padding:15px;border-radius:3px;z-index:5000;box-shadow:0px 15px 110px rgba(0,0,0,0.2);}html[dir="ltr"] #ipsMultiQuoter{right:20px;}html[dir="rtl"] #ipsMultiQuoter{left:20px;}#ipsMultiQuoter a{color:#fff;}.ipsEmpty{padding:30px 0 0;font-size:22px;color:#e5e5e5;}.ipsEmpty i{font-size:120px;margin-bottom:15px;}.ipsCalendarDate{width:40px;display:block;border:1px solid rgba(0,0,0,0.2);background:#fafafa;padding:4px 0;border-radius:3px;overflow:hidden;}.ipsWidget .ipsCalendarDate{background:#fff;}.ipsCalendarDate > span{display:block;text-align:center;}.ipsCalendarDate_month{color:#a93848;text-transform:uppercase;font-size:10px;line-height:1;font-weight:bold;}.ipsCalendarDate_date{font-size:20px;line-height:20px;}.ipsCalendarDate.ipsCalendarDate_large{width:80px;}.ipsCalendarDate.ipsCalendarDate_large .ipsCalendarDate_month{font-size:20px;font-weight:500;}.ipsCalendarDate.ipsCalendarDate_large .ipsCalendarDate_date{font-size:40px;line-height:42px;font-weight:300;}.ipsWidget_vertical .ipsColumn--ipsCalendarDate{width:70px;}.ipsWidget_vertical .ipsColumn--ipsCalendarDate .ipsCalendarDate{width:50px;}.ipsWidget_vertical .ipsColumn--ipsCalendarDate .ipsCalendarDate_month{font-size:13px;}.ipsWidget_vertical .ipsColumn--ipsCalendarDate .ipsCalendarDate_date{font-size:20px;}.ipsCarousel{position:relative;overflow:hidden;width:100%;}html[dir="ltr"] .ipsCarousel:not( [data-ipsCarousel-fullSizeItems] ) .ipsCarousel_item{margin-right:15px;}html[dir="rtl"] .ipsCarousel:not( [data-ipsCarousel-fullSizeItems] ) .ipsCarousel_item{margin-left:15px;}html[dir="ltr"] .ipsCarousel .ipsCarousel_item:last-child{margin-right:0;}html[dir="rtl"] .ipsCarousel .ipsCarousel_item:last-child{margin-left:0;}.ipsCarousel .ipsCarousel_nav{position:absolute;top:50%;margin-top:-20px;background:#fff;color:#323232;width:30px;height:50px;text-align:center;line-height:50px;font-size:18px;box-shadow:0px 2px 1px rgba(0,0,0,0.1);opacity:0.4;}html[dir="ltr"] .ipsCarousel .ipsCarousel_nav[data-action='prev']{left:0;}html[dir="ltr"] .ipsCarousel .ipsCarousel_nav[data-action='next']{right:0;}html[dir="rtl"] .ipsCarousel .ipsCarousel_nav[data-action='prev']{right:0;}html[dir="rtl"] .ipsCarousel .ipsCarousel_nav[data-action='next']{left:0;}.ipsCarousel:hover .ipsCarousel_nav{opacity:1;}.ipsCarousel > [data-role="carouselItems"]{padding:0;margin:0;list-style:none;width:15000px;position:absolute;}html[dir="ltr"] .ipsCarousel > [data-role="carouselItems"] > .ipsCarousel_item{float:left;}html[dir="rtl"] .ipsCarousel > [data-role="carouselItems"] > .ipsCarousel_item{float:right;}.ipsCarousel_shadow{position:absolute;top:0;bottom:0;width:20px;display:block;pointer-events:none;}html[dir="ltr"] .ipsCarousel_shadowLeft{left:0;background:-moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.04) 76%, rgba(0,0,0,0) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.25)), color-stop(76%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);}html[dir="rtl"] .ipsCarousel_shadowLeft{right:0;background:-moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 24%, rgba(0,0,0,0.25) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(24%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0.25)));background:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:-o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:-ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);}html[dir="ltr"] .ipsCarousel_shadowRight{right:0;background:-moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 24%, rgba(0,0,0,0.25) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(24%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0.25)));background:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:-o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:-ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);background:linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 24%,rgba(0,0,0,0.25) 100%);}html[dir="rtl"] .ipsCarousel_shadowRight{left:0;background:-moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.04) 76%, rgba(0,0,0,0) 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.25)), color-stop(76%,rgba(0,0,0,0.04)), color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);background:linear-gradient(to right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.04) 76%,rgba(0,0,0,0) 100%);}.ipsJS_none .ipsCarousel{min-height:200px;}.ipsJS_none .ipsCarousel > [data-role="carouselItems"]{width:auto;position:static;}.ipsJS_none .ipsCarousel .ipsCarousel_nav, .ipsJS_none .ipsCarousel_shadow{display:none;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;}to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.ipsProgressBar{width:50%;margin:auto;height:26px;overflow:hidden;background:rgb(156,156,156);background:-moz-linear-gradient(top, rgba(156,156,156,1) 0%, rgba(180,180,180,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,156,156,1)), color-stop(100%,rgba(180,180,180,1)));background:-webkit-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:-o-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:-ms-linear-gradient(top, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);background:linear-gradient(to bottom, rgba(156,156,156,1) 0%,rgba(180,180,180,1) 100%);border-radius:4px;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}.ipsProgressBar.ipsProgressBar_small{height:18px;}.ipsProgressBar.ipsProgressBar_small .ipsProgressBar_progress{line-height:18px;font-size:10px;}.ipsProgressBar.ipsProgressBar_fullWidth{width:100%;}.ipsProgressBar.ipsProgressBar_animated .ipsProgressBar_progress{background-color:#5490c0;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px;animation:progress-bar-stripes 2s linear infinite;}.ipsProgressBar_progress{float:left;width:0;height:100%;font-size:12px;font-weight:bold;color:#ffffff;text-align:center;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25);background:#5490c0;position:relative;white-space:nowrap;line-height:26px;padding-left:0;text-indent:3px;}html[dir="rtl"] .ipsProgressBar_progress{float:right;}.ipsProgressBar_warning .ipsProgressBar_progress{background:#c05454;}html[dir="ltr"] .ipsProgressBar > span:first-child{padding-left:7px;}html[dir="rtl"] .ipsProgressBar > span:first-child{padding-right:7px;}.ipsProgressBar_progress[data-progress]:after{position:absolute;top:0;line-height:32px;color:#fff;content:attr(data-progress);display:block;font-weight:bold;}html[dir="ltr"] .ipsProgressBar_progress[data-progress]:after{right:5px;}html[dir="rtl"] .ipsProgressBar_progress[data-progress]:after{left:5px;}.ipsCoverPhoto{position:relative;text-shadow:1px 1px 1px #111, 0px 0px 10px rgba(0,0,0,0.7);}.ipsCoverPhoto .ipsType_pageTitle{font-weight:400;}.ipsCoverPhoto_container{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;text-align:left;}.ipsCoverPhoto_container:after{position:absolute;height:50%;left:0;bottom:0;right:0;display:block;content:'';pointer-events:none;background:-moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(34,34,34,0.9) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(34,34,34,0.9)));background:-webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(34,34,34,0.9) 100%);background:-o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(34,34,34,0.9) 100%);background:-ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(34,34,34,0.9) 100%);background:linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(34,34,34,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );}.ipsCoverPhoto_photo{width:100%;}.ipsCoverPhoto_container [data-role="coverPhotoControls"]{position:absolute;top:10px;}html[dir="ltr"] .ipsCoverPhoto_container [data-role="coverPhotoControls"]{right:10px;}html[dir="rtl"] .ipsCoverPhoto_container [data-role="coverPhotoControls"]{left:10px;}.ipsCoverPhoto_button{position:absolute;top:10px;}html[dir="ltr"] .ipsCoverPhoto_button{right:10px;}html[dir="rtl"] .ipsCoverPhoto_button{left:10px;}.ipsPrint{margin-left:50px;margin-right:50px;-webkit-print-color-adjust:exact;}.ipsPrint table{width:100%;padding:5px;}.ipsPrint th{background:#000;color:#FFF;padding:5px;text-align:left;border:2px solid #000;}.ipsPrint tbody td{padding:5px;border:2px solid #000;}.ipsPrint tfoot td{padding:5px;text-align:right;}.ipsPrint tfoot td:last-child{padding:5px;text-align:left;}.ipsPrint_doubleHeight{height:50px;}.ipsPrint_tripleHeight{height:75px;}.ipsMap{width:100%;height:500px;background:rgb( var(--theme-area_background_light) );}.ipsMap_small{height:200px;}.ipsProgressBar_close{position:absolute;top:0;display:block;color:#000;width:44px;height:44px;line-height:48px;font-size:34px;font-weight:300;text-align:center;z-index:1000;transition:0.2s all linear;}html[dir="ltr"] .ipsProgressBar_close{right:0;}html[dir="rtl"] .ipsProgressBar_close{left:0;}.cActiveUserEditor{font-style:italic;}.cInviteButton{padding-left:6px !important;padding-right:6px !important;}.ipsPixabayImage{width:100%;height:auto;cursor:pointer;}.ipsPixabay_content{max-width:100%;height:600px;max-height:calc(100vh - 260px);overflow:auto;padding:10px;}.ipsPixabay_content .ipsLoading{margin-top:150px;}.ipsPixabay_row{display:flex;align-items:center;justify-content:space-between;}.ipsPixabay_thumb{min-width:0;flex:1 1 26%;background:rgb( var(--theme-area_background) );margin:4px;position:relative;}.ipsPixabay_thumb:hover img{opacity:.9;}@supports (object-fit:contain){.ipsPixabay_thumb::before{content:'';display:block;padding-bottom:66.66%;}.ipsPixabayImage{position:absolute;top:0;left:0;height:100%;object-fit:contain;object-position:50% 50%;}}a.ipsPixabay_attribution{color:rgba(255,255,255,0.8);position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);}.ipsPixabay_attribution svg{width:110px;height:30px;fill:currentColor;display:block;}.ipsPixabay_moar{margin:10px auto 6px auto;text-align:center;}.ipsCaterpillar{margin:0;padding:0;list-style:none;display:flex;align-items:center;}.ipsCaterpillar__item span.ipsPos_relative{position:relative;display:block;}[dir="ltr"] .ipsCaterpillar > .ipsCaterpillar__item + .ipsCaterpillar__item{margin-left:-12px;}[dir="rtl"] .ipsCaterpillar > .ipsCaterpillar__item + .ipsCaterpillar__item{margin-right:-12px;}.gpLayout_ad{background-color:var(--color-ui-rich-black);color:white;display:flex;height:100%;justify-content:center;}.line-clamp{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;}.line-clamp-1{-webkit-line-clamp:1;}.line-clamp-2{-webkit-line-clamp:2;}.line-clamp-3{-webkit-line-clamp:3;}.line-clamp-4{-webkit-line-clamp:4;}.line-clamp-5{-webkit-line-clamp:5;}.line-clamp-6{-webkit-line-clamp:6;}.line-clamp-7{-webkit-line-clamp:7;}.line-clamp-8{-webkit-line-clamp:8;}.line-clamp-9{-webkit-line-clamp:9;}.line-clamp-10{-webkit-line-clamp:10;}.line-clamp-11{-webkit-line-clamp:11;}.line-clamp-12{-webkit-line-clamp:12;}.line-clamp-13{-webkit-line-clamp:13;}.line-clamp-14{-webkit-line-clamp:14;}.line-clamp-15{-webkit-line-clamp:15;}.line-clamp-16{-webkit-line-clamp:16;}.line-clamp-17{-webkit-line-clamp:17;}.line-clamp-18{-webkit-line-clamp:18;}.line-clamp-19{-webkit-line-clamp:19;}.line-clamp-20{-webkit-line-clamp:20;}.gpDecoration_uppercase{text-transform:uppercase;}.gpDecoration_lowercase{text-transform:lowercase;}.gpDecoration_underline{text-decoration:underline;}.blurDemoGamePage .blurDemoGameSection{filter:blur(10px);-webkit-filter:blur(10px);}.region_override_container{position:fixed;bottom:10px;right:10px;padding:10px;background:#2EF897;border-radius:5px;z-index:9999;max-width:calc(100% - 20px);overflow:hidden;}@media all and (max-width:999px){.region_override_container{display:none;}}.ipsNavBar_primary > ul, .ipsNavBar_secondary{margin:0;padding:0;}.ipsNavBar_primary > ul > li, .ipsNavBar_secondary > li{display:inline-block;}html[dir="ltr"] .ipsNavBar_primary > ul > li, html[dir="ltr"] .ipsNavBar_secondary > li{float:left;}html[dir="rtl"] .ipsNavBar_primary > ul > li, html[dir="rtl"] .ipsNavBar_secondary > li{float:right;}.ipsNavBar_secondary > li{position:relative;}.ipsNavBar_secondary > li .ipsNotificationCount{top:3px;}.ipsNavBar_primary > ul > li > a, .ipsNavBar_secondary > li > a{display:block;position:relative;text-align:center;text-decoration:none;}.ipsNavBar_primary{position:relative;padding:5px 5px 40px 5px;z-index:2000;background:white;border-radius:2px 2px 0px 0px;}.ipsNavBar_primary.ipsNavBar_noSubBars{padding-bottom:0;}.ipsNavBar_primary > ul > li > a{background:rgba(255,255,255,1);font-size:14px;color:rgba(255,255,255,1);padding:9px 25px;border-radius:1px 1px 0px 0px;}html[dir="ltr"] .ipsNavBar_primary > ul > li > a{margin-right:5px;}html[dir="rtl"] .ipsNavBar_primary > ul > li > a{margin-left:5px;}html[dir="ltr"] .ipsNavBar_primary > ul > li > a .ipsNotificationCount{top:-2px;right:2px;}html[dir="rtl"] .ipsNavBar_primary > ul > li > a .ipsNotificationCount{top:-2px;left:2px;}.ipsNavBar_primary > ul > li > a:hover{background:rgba(255,255,255,0.1);}.ipsNavBar_primary > ul > li.ipsNavBar_active > a{background:#ffffff;color:#353c41;}.ipsNavBar_primary.ipsNavBar_noSubBars > ul > li.ipsNavBar_active > a{background:#ffffff;}.ipsNavBar_primary > ul > li.ipsNavBar_active > .ipsNavBar_secondary, .ipsJS_none .ipsNavBar_primary > ul > li > a:hover + .ipsNavBar_secondary{display:block;}.ipsNavBar_primary:not( .ipsNavBar_noSubBars ) > ul:before{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:40px;z-index:100;background:#ffffff;}.ipsNavBar_secondary{position:absolute;bottom:0;left:0;right:0;height:40px;z-index:1000;display:none;background:#ffffff;}.ipsNavBar_secondary > li > a{font-size:13px;padding:12px 18px 8px;border-bottom:2px solid transparent;}.ipsNavBar_secondary > li > a:hover{border-color:rgba(53,60,65,0.1);color:rgba(53,60,65,0.8);}.ipsNavBar_secondary > li.ipsNavBar_active a{font-weight:bold;border-color:rgba(53,60,65,0.3);color:#353c41;}.ipsNavBar_primary .ipsMenu:not( #elSearchFilter_menu ), .ipsNavBar_secondary .ipsMenu{margin-top:0px;}.ipsBreadcrumb.ipsBreadcrumb_top{padding:12px 0;}.ipsBreadcrumb.ipsBreadcrumb_bottom{padding:12px 0;margin:25px 20px 0 20px;}.ipsBreadcrumb li a{text-decoration:underline;}.ipsApp_front .ipsBreadcrumb li i{display:inline-block !important;}.ipsApp_front .ipsBreadcrumb a{}.ipsApp_front .ipsBreadcrumb .fa{}.ipsBreadcrumb > ul{margin:0;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.ipsBreadcrumb > ul > li{display:inline;}.gpTheme_light .ipsBreadcrumb > ul > li , .gpTheme_light .ipsBreadcrumb > ul > li a{color:var(--color-ui-rich-black);}.gpTheme_light .ipsBreadcrumb > ul > li a:hover{color:#3F5053;}.gpTheme_dark .ipsBreadcrumb > ul > li, .gpTheme_dark .ipsBreadcrumb > ul > li a{color:#FFFFFF;font-size:12px;}.ipsBreadcrumb > ul > li .fa:not( .fa-home ){margin:0 3px;}.ipsBreadcrumb > ul > li > a{}.ipsBreadcrumb > ul:last-child > li:last-child{}.ipsBreadcrumb [data-action="defaultStream"], .ipsBreadcrumb [data-action="markSiteRead"]{font-size:12px;font-weight:400;color:#353c41}#elBackHome{display:block;color:#fff;}html[dir="ltr"] #elBackHome{padding:7px 0 12px 10px;}html[dir="rtl"] #elBackHome{padding:7px 10px 12px 0;}.elSearchFieldWrapper{position:relative;display:flex;align-items:center;height:100%;}.elSearchFieldWrapper .elSearchSubmit{position:absolute;cursor:pointer;left:13px;background-color:transparent;border:none;color:var(--color-ui-silver);}.elSearchFieldWrapper .elSearchField{border:none;border-radius:100px;padding:10px 40px;transition:width 0.5s;width:100%;}.gpTheme_light .elSearchFieldWrapper .elSearchField{background-color:var(--color-ui-platinum);}.gpTheme_dark .elSearchFieldWrapper .elSearchField{background-color:var(--color-ui-independence);}.elSearchFieldWrapper .elSearchFieldClear{cursor:pointer;font-size:16px;position:absolute;right:15px;}.elSearchFieldWrapper .elSearchButton{position:absolute;right:5px;height:30px;}@media screen and (max-width:999px){.elSearchFieldWrapper, .elSearchFieldWrapper .elSearchField{width:100%;}}.elSearchField::placeholder{color:var(--color-ui-silver);}.elSearchLabel{cursor:pointer;}.bootstrapWrapper .ipsTabsType{position:relative;border-bottom:1px solid rgba(153, 159, 160, 0.3);width:100%;}.bootstrapWrapper ul.tablist{display:flex;list-style:none;margin:0;padding:0;}.bootstrapWrapper ul.tablist li:not(:last-child){margin-right:40px;}.bootstrapWrapper ul.tablist li a{position:relative;color:var(--color-ui-rich-black);text-decoration:none;cursor:pointer;padding:12px 0;margin:0;font-size:14px;line-height:14px;font-weight:450;display:inline-flex;white-space:nowrap;overflow:hidden;}.bootstrapWrapper ul.tablist li a::after{transition:all .5s;position:absolute;bottom:0;left:0;right:0;margin:auto;width:0%;content:'.';color:transparent;background:var(--color-accent-mint);height:3px;}.bootstrapWrapper ul.tablist li a:hover{color:var(--color-accent-mint);background-color:transparent;}.bootstrapWrapper ul.tablist li a:focus{background-color:transparent;}.bootstrapWrapper ul.tablist li a:hover::after{width:100%;}.bootstrapWrapper ul.tablist li a.is-active::after, .bootstrapWrapper ul.tablist li a.ipsTabs_activeItem::after, .bootstrapWrapper ul.tablist li a.active::after{background:var(--color-accent-mint);height:3px;width:100%;}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}article, aside, footer, nav, section{display:block;}h1{font-size:2em;margin:0.67em 0;}figcaption, figure, main{display:block;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b, strong{font-weight:700;}code, kbd, samp{font-family:monospace, monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}audio, video{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}button, input, optgroup, select, textarea{margin:0;}button, input{overflow:visible;}button, select{text-transform:none;}button, html [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{border:0;background:var(--color-ui-platinum);border-radius:100px;overflow:hidden;margin:5px 0;}progress::-moz-progress-bar{border-radius:100px;background:linear-gradient(90deg, #F2BE41 0%, #ED6F45 100%);}progress::-webkit-progress-bar{background:var(--color-ui-platinum);border-radius:100px;}progress::-webkit-progress-value{border-radius:100px;background:linear-gradient(90deg, #F2BE41 0%, #ED6F45 100%);}.gpTheme_dark progress{background:var(--color-ui-independence);}.gpTheme_dark progress::-webkit-progress-bar{background:var(--color-ui-independence);}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"], [type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details, menu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}.noUi-target, .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box;}.noUi-target{position:relative;}.noUi-base, .noUi-connects{width:100%;height:100%;position:relative;z-index:1;}.noUi-connects{overflow:hidden;z-index:0;}.noUi-connect, .noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat;}.noUi-connect{height:100%;width:100%;}.noUi-origin{height:10%;width:10%;}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto;}.noUi-vertical .noUi-origin{width:0;}.noUi-horizontal .noUi-origin{height:0;}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;}.noUi-touch-area{height:100%;width:100%;position:relative;}.noUi-touch-area::before{content:"";display:block;position:absolute;height:10px;width:1px;background:var(--color-ui-rich-black);left:5px;top:5px;}.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin{-webkit-transition:transform 0.3s;transition:transform 0.3s;}.noUi-state-drag *{cursor:inherit !important;}.noUi-horizontal{height:2px;}.noUi-horizontal .noUi-handle{width:21px;height:21px;right:-21px;top:-10px;}.noUi-vertical{width:18px;}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px;}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto;}.noUi-target{background:#E0E1DD;}.noUi-connects{border-radius:3px;}.noUi-connect{background:var(--color-ui-rich-black);}.noUi-draggable{cursor:ew-resize;}.noUi-vertical .noUi-draggable{cursor:ns-resize;}.noUi-handle{border:1px solid var(--color-ui-rich-black);border-radius:50%;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;}.noUi-active{box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;}.noUi-handle:before, .noUi-handle:after{content:"";display:block;position:absolute;height:10px;width:1px;background:var(--color-ui-rich-black);left:9px;top:5px;}.noUi-handle:after{left:13px;}.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px;}.noUi-vertical .noUi-handle:after{top:17px;}.noUi-horizontal .noUi-handle-upper{right:0;}[disabled] .noUi-connect{background:#B8B8B8;}[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle{cursor:not-allowed;}.noUi-pips, .noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box;}.noUi-pips{position:absolute;color:#999;}.noUi-value{position:absolute;white-space:nowrap;text-align:center;}.noUi-value-sub{color:#ccc;font-size:10px;}.noUi-marker{position:absolute;background:#CCC;}.noUi-marker-sub{background:#AAA;}.noUi-marker-large{background:#AAA;}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%;}.noUi-value-horizontal{-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%);}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%);}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px;}.noUi-marker-horizontal.noUi-marker-sub{height:10px;}.noUi-marker-horizontal.noUi-marker-large{height:15px;}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%;}.noUi-value-vertical{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding-left:25px;}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0, 50%);transform:translate(0, 50%);}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px;}.noUi-marker-vertical.noUi-marker-sub{width:10px;}.noUi-marker-vertical.noUi-marker-large{width:15px;}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap;}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;bottom:120%;}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;right:120%;}.noUi-horizontal .noUi-origin > .noUi-tooltip{-webkit-transform:translate(50%, 0);transform:translate(50%, 0);left:auto;bottom:10px;}.noUi-vertical .noUi-origin > .noUi-tooltip{-webkit-transform:translate(0, -18px);transform:translate(0, -18px);top:auto;right:28px;}.ipsPagination{padding:0;margin:0;display:inline-flex;-webkit-font-smoothing:antialiased;}[dir="ltr"] .ipsPagination:not(.ipsPagination_mini) > li{margin-right:4px;}[dir="rtl"] .ipsPagination:not(.ipsPagination_mini) > li{margin-left:4px;}.ipsPagination > li, .ipsPagination a{display:block;text-decoration:none;height:36px;width:36px;line-height:36px;}.ipsPagination:not( .ipsPagination_mini ) a{color:inherit;position:relative;}.ipsPagination a::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;opacity:0;background:currentColor;}.ipsPagination a:hover::before{opacity:.06;}.ipsPagination:not( .ipsPagination_mini ) a{padding:0 10px;border-radius:var(--radius-1);text-align:center;}.ipsPagination_prev, .ipsPagination_next{text-transform:uppercase;}.ipsPagination:hover a{opacity:1;}.ipsPagination .ipsPagination_pageJump{color:rgb( var(--theme-text_light) );font-weight:normal;margin:0 15px;}.ipsPagination .ipsPagination_pageJump a{display:inline-block;vertical-align:top;}.ipsPagination li:not( .ipsPagination_pageJump ):not( .ipsPagination_mini ) .fa{font-size:20px;font-weight:500;position:relative;top:3px;}.ipsPagination > li.ipsPagination_inactive{display:none;}.ipsPagination.ipsPagination_mini{line-height:20px;opacity:0.2;transition:all 0.3s linear;}html[dir="ltr"] .ipsPagination.ipsPagination_mini, html[dir="ltr"] .ipsPagination.ipsPagination_mini > *{margin:0 0 0 5px;}html[dir="rtl"] .ipsPagination.ipsPagination_mini, html[dir="rtl"] .ipsPagination.ipsPagination_mini > *{margin:0 5px 0 0;}.ipsPagination.ipsPagination_mini:hover, .ipsDataItem:hover .ipsPagination_mini{opacity:1;}.ipsPagination.ipsPagination_mini a{padding:0 8px;border-radius:var(--radius-1);position:relative;}.ipsPagination.ipsPagination_mini a::before{opacity:.15;}.ipsPager{display:flex;align-items:center;color:rgb( var(--theme-text_color) );}.ipsPager_prev, .ipsPager_next{flex:1 1 25%;}.ipsPager_center{flex:1 1 50%;text-align:center;}.ipsPager_next a, .ipsPager_prev a{color:inherit;}.ipsPager_next a:hover, .ipsPager_prev a:hover{color:rgb( var(--theme-text_dark) );}[dir='ltr'] .ipsPager_next{text-align:right;}[dir='rtl'] .ipsPager_next{text-align:left;}.ipsPager_next a, .ipsPager_prev a{display:inline-block;position:relative;padding:15px 1.8em;width:100%;max-width:350px;}.ipsPager_next a:after, .ipsPager_prev a:after{content:'\f105';font-family:'FontAwesome';font-size:2em;position:absolute;line-height:1;top:50%;transform:translateY(-50%);transition:all 0.2s linear;}html[dir="ltr"] .ipsPager_next a:after, html[dir="rtl"] .ipsPager_prev a:after{right:0;}html[dir="ltr"] .ipsPager_prev a:after, html[dir="rtl"] .ipsPager_next a:after{content:'\f104';left:0;}.ipsPager_type{font-size:13.0px;}.ipsPager_title, .ipsPager_type{display:block;overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap;}[data-role="tablePagination"]{text-align:center;}@media screen and (max-width:576px){[data-role="tablePagination"] .ipsButtonBar{padding:10px 5px;overflow:auto;}}@media screen and (max-width:999px){}.ipsModal{background:rgba( var(--theme-area_background_dark), 0.7 );position:fixed;top:50px;bottom:0;left:0;right:0;z-index:15000;}.ipsDialog{bottom:0;left:0;padding:var(--gp-layout-padding);position:absolute;right:0;top:0;z-index:20000;}.ipsDialog.ipsDialog_fixed{position:fixed;}.ipsDialog > div{background:rgb(var(--theme-area_background_reset));border-radius:10px;box-shadow:var(--dialog--boxShadow);display:block;margin:3% auto 0 auto;max-width:1520px;position:relative;width:100%;padding:15px 30px;}.ipsDialog.ipsDialog_fixed > div{height:90%;max-height:90%;}.ipsDialog .ipsDialog_loading{background-color:rgb(var(--theme-area_background_reset));height:200px;}.ipsDialog.ipsDialog_narrow > div{max-width:500px;}.ipsDialog.ipsDialog_small > div{max-width:750px;}.ipsDialog.ipsDialog_medium > div{max-width:850px;}.ipsDialog.ipsDialog_wide > div{max-width:1000px;}.ipsDialog.ipsDialog_fullscreen > div{bottom:10px;height:auto;left:10px;margin:0;max-height:100%;max-width:100%;position:absolute;right:10px;top:10px;width:auto;}.ipsDialog_close{display:block;position:absolute;top:22px;transition:0.2s all linear;visibility:hidden;}.ipsDialog_close::before{font-family:gamblerspick-iconfont;content:"\e93a";visibility:visible;font-size:16px;padding:12px 16px;}.ipsDialog_close::after{}html[dir="ltr"] .ipsDialog_close{right:4px;}html[dir="rtl"] .ipsDialog_close{left:4px;}.ipsDialog_title{font-size:18px;line-height:24px;font-weight:450;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0;padding:10px 25px 15px 0;border-bottom:1px solid var(--color-ui-platinum);}html[dir="rtl"] .ipsDialog_title{text-align:right;}.ipsDialog_title ~ .ipsHr{margin:12px 15px 0 15px;visibility:hidden;}.ipsDialog_fixed .ipsDialog_content{top:0;bottom:0;left:0;right:0;position:absolute;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;-webkit-box-flex:1;-webkit-overflow-scrolling:touch;overflow:auto;}.ipsDialog_fixed .ipsDialog_title ~ .ipsDialog_content{top:56px;}.ipsDialog_footer{position:fixed;bottom:60px;left:0;right:0;}.ipsHovercard{background:rgb( var(--theme-area_background_reset) );box-shadow:var(--popup--boxShadow);border:var(--popup--border);background-clip:padding-box;border-radius:var(--popup--radius);position:relative;}.ipsHovercard > div{width:100%;height:100%;}.ipsHovercard:not( .ipsHovercard_noStem ) .ipsHovercard_stem{color:rgb( var(--theme-area_background_reset) );border-color:inherit;display:block;position:absolute;width:2em;height:2em;font-size:10px;pointer-events:none !important;}.ipsHovercard_stem::before, .ipsHovercard_stem::after{content:'';display:block;position:absolute;width:0;height:0;border:1em solid transparent;}.ipsHovercard.ipsHovercard_stemTop{margin-top:-10px;}.ipsHovercard.ipsHovercard_stemBottom{margin-top:10px;}.ipsHovercard.ipsHovercard_stemLeft{margin-left:-20px;}.ipsHovercard.ipsHovercard_stemRight{margin-left:20px;}.ipsHovercard_stemLeft .ipsHovercard_stem{left:3em;}.ipsHovercard_stemRight .ipsHovercard_stem{right:3em;}.ipsHovercard_stemTop .ipsHovercard_stem{top:100%;}.ipsHovercard_stemTop .ipsHovercard_stem::before{top:1px;border-top-color:inherit;}.ipsHovercard_stemTop .ipsHovercard_stem::after{border-top-color:currentColor;}.ipsHovercard_stemBottom .ipsHovercard_stem{bottom:100%;}.ipsHovercard_stemBottom .ipsHovercard_stem::before{bottom:1px;border-bottom-color:inherit;}.ipsHovercard_stemBottom .ipsHovercard_stem::after{border-bottom-color:currentColor;}.ipsHovercard_loading{width:30px;height:30px;border-radius:var(--popup--radius);padding:5px;box-shadow:0px 5px 40px rgba(0,0,0,0.4);background-color:rgb( var(--theme-area_background_reset) );pointer-events:none;}.ipsHovercard_loading .ipsLoading_tinyIcon{width:20px;height:20px;font-size:20px;}.ipsHovercard_loading:after{content:'';display:block;position:absolute;width:0;height:0;border-width:5px;border-style:solid;border-color:rgb( var(--theme-area_background_reset) ) transparent transparent transparent;left:50%;top:100%;}html[dir="ltr"] .ipsHovercard_loading:after{margin-left:-5px;}html[dir="rtl"] .ipsHovercard_loading:after{margin-right:-5px;}.ipsTooltip{background:var(--color-ui-independence);border-color:var(--color-ui-independence);padding-top:4px !important;padding-bottom:4px !important;font-size:12px;line-height:18px;color:#fff;position:absolute;padding:0 8px;pointer-events:none;border-radius:var(--popup--radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}body[data-dragging] .ipsTooltip{display:none !important;}.ipsTooltip.ipsTooltip_top{margin-top:-2px;}.ipsTooltip.ipsTooltip_bottom{margin-top:2px;}.ipsTooltip:after{content:'';display:block;position:absolute;width:0;height:0;border:5px solid transparent;left:50%;margin-left:-5px;}.ipsTooltip.ipsTooltip_right:after{left:auto;right:4px;margin-left:0;}.ipsTooltip.ipsTooltip_left:after{left:4px;margin-left:0;}.ipsTooltip.ipsTooltip_top:after{border-top-color:inherit;bottom:-10px;}.ipsTooltip.ipsTooltip_bottom:after{border-bottom-color:inherit;top:-10px;}.ipsTooltip a{color:currentColor;border-bottom:1px dotted currentColor;}.ipsPageAction{background:rgb(32,32,32);border:1px solid rgba(0,0,0,0.4);box-shadow:var(--dialog--boxSHadow);position:fixed;left:50%;bottom:10px;border-radius:40px;padding:0 var(--sp-4);z-index:2000;color:#cdcdcd;}.ipsPageAction > ul[data-role='actionItems'] > li{padding:8px 12px;margin:0;float:left;border-right:1px solid rgba(0,0,0,0.3);min-width:58px;line-height:var(--sp-7);text-align:center;}html[dir="rtl"] .ipsPageAction > ul[data-role='actionItems'] > li{float:right;}.ipsPageAction > ul > li.ipsPageAction_active{background:#000;}.ipsPageAction > ul > li.ipsPageAction_active .ipsPageAction_icon{color:#fff;}.ipsPageAction .ipsPageAction_icon{display:inline-block;min-width:26px;line-height:32px;color:#d9d9d9;font-size:26px;text-shadow:0px 1px 2px #000;border-radius:2px;vertical-align:middle;text-align:center;}.ipsPageAction [data-role="actionMenu"]:hover, .ipsPageAction [data-role="actionButton"]:hover{cursor:pointer;}.ipsPageAction [data-role="actionMenu"]:hover .ipsPageAction_icon, .ipsPageAction [data-role="actionButton"]:hover .ipsPageAction_icon{color:#fff;}.ipsPageAction select{padding:5px 10px;}.ipsAlert{background:rgb( var(--theme-area_background_reset) );padding:var(--sp-5);width:480px;position:fixed;top:100px;border-radius:var(--popup--radius);box-shadow:var(--dialog--boxShadow);left:50%;margin-left:-240px;text-align:center;}.ipsAlert_icon{font-size:36px;display:block;margin-bottom:var(--sp-5);color:rgb( var(--theme-text_light) );}.ipsAlert_msg{font-size:16px;line-height:1.25;}.ipsAlert_msg > .ipsType_normal{margin-top:var(--sp-2);}.ipsApp .ipsToolList.ipsAlert_buttonRow{margin-top:var(--sp-5);margin-bottom:0;}.ipsAlert_buttonRow > li{flex:1 1 auto;min-width:0;}.ui-datepicker{background:rgb( var(--theme-area_background_reset) );box-shadow:var(--popup--boxShadow);width:375px;border-radius:var(--popup--radius);z-index:10051 !important;}.ui-datepicker-header{line-height:36px;font-size:14px;text-align:center;background:rgb( var(--theme-area_background_dark) );color:#fff;border-bottom:1px solid rgb( var(--theme-area_background_dark) );border-top-left-radius:5px;border-top-right-radius:5px;}.ui-datepicker-prev, .ui-datepicker-next{position:absolute;top:10px;cursor:pointer;}.ui-datepicker-prev:after, .ui-datepicker-next:after{font-family:'FontAwesome';color:#fff;display:block;position:absolute;top:-9px;width:20px;height:20px;}html[dir="ltr"] .ui-datepicker-prev:after, .ui-datepicker-next:after{right:9px;}html[dir="rtl"] .ui-datepicker-prev:after, .ui-datepicker-next:after{left:9px;}html[dir="ltr"] .ui-datepicker-next{right:9px;}html[dir="rtl"] .ui-datepicker-next{left:9px;}html[dir="ltr"] .ui-datepicker-next:after{content:'\f054';}html[dir="rtl"] .ui-datepicker-next:after{content:'\f053';}html[dir="ltr"] .ui-datepicker-prev{left:0px;}html[dir="rtl"] .ui-datepicker-prev{right:0px;}html[dir="ltr"] .ui-datepicker-prev:after{content:'\f053';}html[dir="rtl"] .ui-datepicker-prev:after{content:'\f054';}.ui-datepicker-next span, .ui-datepicker-prev span{visibility:hidden;}.ui-datepicker table{width:100%;margin-bottom:5px;}.ui-datepicker th{padding:4px 0;background:rgba( var(--theme-text_color), 0.15 );}.ui-datepicker td, .ui-datepicker th{text-align:center;}.ui-datepicker td a{display:block;width:50px;height:100%;padding:5px 0px;}.ui-datepicker td a:hover, .ui-datepicker-current-day{background-color:rgba( var(--theme-text_color), 0.1 );}.ui-datepicker-today{background-color:rgba( var(--theme-text_color), 0.15 );}.ui-datepicker-title select, .ui-datepicker-title option{color:rgb( var(--theme-text_color) );}.cke_source{min-height:300px !important;min-width:300px !important;}.ipsApp .cke_inner{background-color:rgb( var(--theme-area_background_reset) );}.ipsApp .cke_wysiwyg_frame, .ipsApp .cke_wysiwyg_div{background-color:rgb( var(--theme-area_background_reset) );color:rgb( var(--theme-text_color) );}.ipsApp .cke_wysiwyg_div a{color:var(--color-accent-mint);cursor:pointer;}.cke_wysiwyg_div{padding:15px !important;min-height:200px;}.cke_wysiwyg_div > p:first-child{margin-top:0 !important;}.ipsApp .cke_widget_wrapper:hover > .cke_widget_element, .ipsApp .cke_widget_wrapper:hover .cke_widget_editable{outline-width:1px;outline-style:solid;outline-color:#8ec2ed;}.ipsApp .cke_widget_wrapper:hover .cke_widget_editable.cke_widget_editable_focused{box-shadow:0 1px 1px rgba(0,0,0,0.075), 0px 1px 9px rgba(82,168,236,0.7);}.ipsMenu_item[data-mentionid] > a{padding:3px 15px;}.cke_wysiwyg_div ul{list-style-type:disc;}.cke_wysiwyg_div ul ul, .cke_wysiwyg_div ol ul{list-style-type:circle;}.cke_wysiwyg_div ul ul ul, .cke_wysiwyg_div ol ol ul, .cke_wysiwyg_div ol ul ul, .cke_wysiwyg_div ul ol ul{list-style-type:square;}pre{overflow:auto;}.ipsQuote, .ipsSpoiler, .ipsStyle_spoiler{margin:0;padding:var(--sp-4);position:relative;background:rgb( var(--theme-area_background_light) );border-radius:var(--radius-1);clear:both;border:4px solid rgba( var(--theme-area_background_dark),.15);}[dir='ltr'] .ipsQuote, [dir='ltr'] .ipsSpoiler, [dir='ltr'] .ipsStyle_spoiler{border-width:0 0 0 4px;}[dir='rtl'] .ipsQuote, [dir='rtl'] .ipsSpoiler, [dir='rtl'] .ipsStyle_spoiler{border-width:0 4px 0 0;}.ipsQuote + .ipsQuote, .ipsSpoiler + .ipsSpoiler{margin-top:var(--sp-4);}.ipsQuote_citation, .ipsSpoiler_header{background:rgb( var(--theme-area_background) );margin:calc(var(--sp-4) * -1);margin-bottom:var(--sp-3);padding:var(--sp-3) var(--sp-4);border-top-right-radius:inherit;color:rgb( var(--theme-text_color) );font-weight:bold;font-size:13.0px;display:block;cursor:pointer;}[dir='rtl'] .ipsQuote_citation, [dir='rtl'] .ipsSpoiler_header{border-top-right-radius:0;border-top-left-radius:inherit;}.ipsQuote .ipsQuote_citation a, .ipsSpoiler .ipsSpoiler_header a, .ipsStyle_spoiler .ipsSpoiler_header a{color:inherit;text-decoration:none;}.ipsQuote_citation.ipsQuote_closed, .ipsSpoiler_header.ipsSpoiler_closed{margin-bottom:calc(var(--sp-4) * -1);}[dir='ltr'] .ipsQuote_citation.ipsQuote_closed, [dir='ltr'] .ipsSpoiler_header.ipsSpoiler_closed{border-bottom-right-radius:inherit;}[dir='rtl'] .ipsQuote_citation.ipsQuote_closed, [dir='rtl'] .ipsSpoiler_header.ipsSpoiler_closed{border-bottom-left-radius:inherit;}.ipsQuote_citation [data-action='toggleQuote'], .ipsSpoiler_header [data-action='toggleSpoiler']{vertical-align:middle;font-family:'FontAwesome';font-size:16px;margin-top:-3px;transition:opacity 0.2s ease-in-out;display:inline-block;line-height:1;}.ipsQuote_citation:not(:hover) [data-action='toggleQuote'], .ipsSpoiler_header:not(:hover) [data-action='toggleSpoiler']{opacity:.3;}.ipsQuote_citation.ipsQuote_closed [data-action='toggleQuote']:before{content:"\f138";}html[dir="rtl"] .ipsQuote_citation.ipsQuote_closed [data-action='toggleQuote']:before{content:"\f137";}.ipsQuote_citation.ipsQuote_open [data-action='toggleQuote']:before{content:"\f13a";}.ipsQuote_citation .fa{line-height:23px;opacity:0.1;transition:all 0.3s linear;}.ipsQuote_citation:hover .fa{opacity:1;}.ipsQuote p:first-child{margin-top:0;}.ipsQuote p:last-child, .ipsSpoiler p:last-child{margin-bottom:0;}.ipsQuote_contents.ipsTruncate:after{content:"";bottom:0;position:absolute;left:0;right:0;height:60px;background:linear-gradient( rgba( var(--theme-area_background_light), 0.01 ), rgba( var(--theme-area_background_light), .99 ) );visibility:visible;pointer-events:none;}.ipsQuote .ipsTruncate_more{color:rgb( var(--theme-text_color) );}.ipsSpoiler_header.ipsSpoiler_closed [data-action='toggleSpoiler']:before{content:"\f06e";}.ipsSpoiler_header.ipsSpoiler_open [data-action='toggleSpoiler']:before{content:"\f070";}.ipsCode{background:rgb( var(--theme-area_background_light) );padding:15px !important;clear:both;direction:ltr;word-wrap:normal;border:0px solid rgba( var(--theme-area_background_dark),.15) !important;margin:0;border-radius:var(--radius-1);}html[dir='ltr'] .ipsCode{border-left-width:4px !important;}html[dir='rtl'] .ipsCode{border-right-width:4px !important;}.ipsQuote .ipsCode{background:rgba(var(--theme-area_background_dark), .03);}a[data-mentionid]{display:inline-block;border-radius:20px;padding:.1em .8em;font-size:90%;background:rgb( var(--theme-area_background_reset) );background-image:linear-gradient(to bottom, rgba( var(--theme-brand_primary), 0.15 ), rgba( var(--theme-brand_primary), 0.15 ));color:rgb( var(--theme-brand_primary) );text-decoration:none !important;}a[data-mentionid]:hover{background-image:linear-gradient(to bottom, rgba( var(--theme-brand_primary), 0.22 ), rgba( var(--theme-brand_primary), 0.22 ));}.ipsAttachLink_image, .ipsAttachLink{margin-bottom:15px;}body.ipsJS_none .ipsAttachLink_image:after{content:"IMG:" attr(href);background:rgb( var(--theme-area_background) );border:1px solid rgba( var(--theme-text_color), 0.1 );padding:5px;font-size:12px;display:block;word-wrap:break-word;}body.ipsJS_none .ipsAttachLink_image .ipsImage[data-src]{display:none;}html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_left{margin-left:30px;}html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_right{margin-right:30px;}.ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ){background:rgb( var(--theme-area_background) );border:1px solid rgb( var(--theme-area_background) );border-radius:var(--radius-1);text-decoration:none;color:rgb( var(--theme-text_light) );line-height:1.69;padding:0 7px;display:inline-block;max-width:300px;position:relative;cursor:pointer;transition:0.1s all ease-in-out;margin-bottom:0;font-size:13.0px;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ):hover{background:rgb( var(--theme-area_background_light) );}.ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ) .ipsAttachLink_title{color:rgb( var(--theme-text_dark) );}.ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ):before{font-family:'FontAwesome';content:'\f0c6';color:rgb( var(--theme-text_light) );}html[dir="ltr"] .ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ):before{margin-right:7px;}html[dir="rtl"] .ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ):before{margin-left:7px;}.cke .ipsAttachLink[data-fileid]:not( .ipsAttachLink_image ){max-width:none;}html[dir] .ipsAttachLink.ipsAttachLink_block{line-height:1.3;font-size:14.0px;margin-top:15px;min-height:50px;display:inline-block;text-align:center;}html[dir="ltr"] .ipsAttachLink.ipsAttachLink_block{padding:10px 12px 10px 12px;margin-right:10px;}html[dir="rtl"] .ipsAttachLink.ipsAttachLink_block{padding:10px 12px 10px 12px;margin-left:10px;}.ipsAttachLink.ipsAttachLink_inline{}.ipsAttachLink.ipsAttachLink_block:before{font-family:'FontAwesome';content:'\f016';font-size:28px;color:rgb( var(--theme-text_dark) );}html[dir="ltr"] .ipsAttachLink.ipsAttachLink_block:before{left:12px;}html[dir="rtl"] .ipsAttachLink.ipsAttachLink_block:before{right:12px;}.ipsAttachLink.ipsAttachLink_block[data-fileExt="zip"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="rar"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="7z"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="gz"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="tar"]:before{content:'\f1c6';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="pdf"]:before{content:'\f1c1';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="doc"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="docx"]:before{content:'\f1c2';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="txt"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="rtf"]:before{content:'\f0f6';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="xls"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="xlsx"]:before{content:'\f1c3';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="ppt"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="pptx"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="pps"]:before{content:'\f1c4';}.ipsAttachLink.ipsAttachLink_block[data-fileExt="html"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="php"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="js"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="css"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="xml"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="csv"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="sql"]:before, .ipsAttachLink.ipsAttachLink_block[data-fileExt="py"]:before{content:'\f1c9';}.ipsAttachLink_title{font-weight:500;text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;transition:0.1s all ease-in-out;}.ipsAttachLink_metaInfo{margin-top:5px;font-size:12.0px;color:rgb( var(--theme-text_light) );}iframe[data-embedContent]{width:100%;min-height:165px;max-width:500px;min-width:250px;margin:10px 0;border:1px solid transparent;position:relative;background-size:40px 40px;border-radius:var(--radius-1);display:block;}iframe[data-embedContent].ipsEmbed_finishedLoading{background-color:rgb( var(--theme-page_background) );background-image:none;border:1px solid rgba( var(--theme-text_dark), 0.1 );}.ipsRichEmbed .ipsRichEmbed_masthead{background:rgb( var(--theme-area_background_dark) );}.ipsRichEmbed .ipsRichEmbed_mastheadBg > a, .ipsRichEmbed .ipsRichEmbed_mastheadBg > span{background-position:center;background-repeat:no-repeat;background-size:cover;height:180px;display:block;}.ipsRichEmbed .ipsRichEmbed_mastheadBg.ipsRichEmbed_mastheadBg_small > a, .ipsRichEmbed .ipsRichEmbed_mastheadBg.ipsRichEmbed_mastheadBg_small > span{height:80px;}.ipsRichEmbed .ipsImage{max-height:350px;}.ipsRichEmbed_header{border-bottom:1px solid rgba( var(--theme-text_dark), 0.05 );padding:var(--sp-3) 45px var(--sp-3) var(--sp-4);}.ipsRichEmbed_header .ipsPhotoPanel .ipsUserPhoto{margin-top:5px;}.ipsRichEmbed_openItem{font-size:26px;position:absolute;right:15px;top:15px;color:rgb( var(--theme-text_dark) );opacity:0.1;transition:all 0.2s ease-in-out;}.ipsRichEmbed_openItem:hover{color:inherit;opacity:1;}.ipsRichEmbed_title{font-size:14.0px;font-weight:600;padding-top:2px;}.ipsRichEmbed_moreInfo{border-top:1px solid rgba( var(--theme-text_dark), 0.05 );}.ipsRichEmbed_metaLine{}.ipsApp .ipsRichEmbed_stats.ipsSpacer_top{border-top:1px solid rgba( var(--theme-text_dark), 0.1 );padding-top:10px;margin-top:10px;}.ipsRichEmbed_originalItem{border:1px solid rgba( var(--theme-text_dark), 0.1 );box-shadow:0px 0px 3px rgba(0,0,0,0.1);}.ipsRichEmbed_originalItem.ipsPad, .ipsRichEmbed_originalItem .ipsPad{padding:10px;}.ipsRichEmbed_itemTitle{margin:0;font-size:18.0px;color:rgb( var(--theme-text_dark) );font-weight:400;line-height:1.3;}.ipsRichEmbed_phone .ipsPhotoPanel > .ipsUserPhoto{display:none !important;}html[dir] .ipsRichEmbed_phone .ipsPhotoPanel > div{margin-left:0;margin-right:0;}html[dir="ltr"] .ipsList_inline .ipsRichEmbed_commentPhoto{margin-right:2px;}html[dir="rtl"] .ipsList_inline .ipsRichEmbed_commentPhoto{margin-left:2px;}.ipsRichEmbed hr.ipsHr{margin-top:10px;margin-bottom:10px;}.ipsEmbedded{width:1px;min-width:100%;*width:100%;}.ipsEmbedded_image{background-color:rgb( var(--theme-area_background_dark) );background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden;}.ipsEmbedded_image, .ipsEmbedded_image a{width:110px;height:110px;}.ipsEmbedded_image a{display:block;}.ipsEmbedded_image img{display:none;}.ipsEmbedded_withImage .ipsEmbedded_image{position:absolute;top:10px;border:3px solid #fff;}html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_image{left:10px;}html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_image{right:10px;}.ipsEmbedded_headerArea{background:rgb( var(--theme-area_background) );border-bottom:1px solid rgba( var(--theme-text_dark), 0.05 );padding:10px;line-height:1;font-size:16.0px;}.ipsEmbedded_headerArea .ipsEmbedded_type{font-size:12.0px;}.ipsEmbedded .ipsType_medium, .ipsEmbedded .ipsType_small{line-height:1.3;}.ipsEmbedded_content{padding:9px 7px 7px;background-color:rgb( var(--theme-area_background_light) );min-height:75px;}.ipsEmbedded_stats{margin-top:9px;padding:7px 0;border-top:1px solid rgba( var(--theme-text_dark), 0.05 );}.ipsEmbedded .ipsUserPhoto_tiny{width:30px;height:30px;}html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_headerArea, html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_content{padding-left:130px;}html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_headerArea, html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_content{padding-right:130px;}.ipsEmbedded_error{text-align:center;padding-top:50px;font-size:12.0px;color:rgba( var(--theme-text_dark), 0.35 );}video.ipsEmbeddedVideo{min-width:1px;min-height:1px;}.ipsEmbeddedVideo iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.ipsEmbeddedVideo{float:none;clear:both;width:100%;overflow:auto;position:relative;}.ipsEmbeddedVideo:not( video ){padding-bottom:56.25%;padding-top:25px;}.ipsQuote .ipsEmbeddedVideo{width:98%;margin-bottom:15px;}.ipsEmbeddedVideo + .ipsEmbeddedVideo{margin-top:var(--sp-4);}.ipsEmbeddedOther iframe{float:none;clear:both;width:100%;position:relative;border:none;}.ipsReviewResponse{margin-top:var(--sp-4);border-left:2px solid rgb( var(--theme-area_background) );}html[dir="ltr"] .ipsReviewResponse{margin-left:var(--sp-4);}html[dir="rtl"] .ipsReviewResponse{margin-right:var(--sp-4);}.cMemberNewBadge .fa{color:gold;}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}.gpShowMore_hide{display:none;}a.gpShowMore_toggle{text-decoration:underline;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.slick-track{position:relative;top:0;left:0;display:flex;}.slick-track:before, .slick-track:after{display:table;content:'';}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{display:none;float:left;height:inherit;min-height:1px;}[dir='rtl'] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.slick-slider{}.slick-list{margin-left:-20px;}.slick-slide{margin-left:20px;}.slick-arrow{position:absolute;top:-40px;background-color:white;border:none;height:30px;width:30px;cursor:pointer;border-radius:5px;color:var(--color-ui-rich-black);}.slick-arrow > i{position:relative;font-size:20px;font-weight:500;top:3px;}.slick-prev > i{left:-1px;}.slick-next > i{left:0px;}@media not all and (min-resolution:.001dpcm){@media{.slick-prev > i{left:-5px;}.slick-next > i{left:-3px;}}}.slick-arrow.slick-disabled{color:var(--color-ui-platinum);}.slick-arrow.slick-prev{right:40px;}.slick-arrow.slick-next{right:0px;}@media screen and (max-width:999px){.slick-slide{}}.gpTheme_dark_independence .slick-arrow{color:var(--color-ui-white);background-color:var(--color-ui-rich-black);}.gpTheme_dark_independence .slick-arrow.slick-disabled{background-color:rgba(21, 43, 46, .5);}.sp-container{position:absolute;top:0;left:0;display:inline-block;z-index:9999994;overflow:hidden}.sp-original-input-container{position:relative}.sp-original-input-container input+.sp-add-on{position:absolute;left:0;top:0;bottom:0;border-top:none!important;border-bottom:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}input.spectrum.with-add-on{padding-left:45px}.sp-original-input-container input+.sp-add-on .sp-colorize{height:100%;width:100%;border-radius:inherit}backgrou .sp-colorize-container{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{position:absolute;top:0;left:0;bottom:0;right:0}.sp-color{position:absolute;top:0;left:0;bottom:0;right:20px!important}.sp-hue{position:absolute;top:0;right:0;bottom:0;width:12px;height:100%;left:initial!important}.sp-clear-enabled .sp-hue{top:15%;height:85%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:28px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-3px;cursor:pointer;height:16px;border-radius:50%;width:16px;margin-right:5px;left:-2px;right:0;background:#f9f9f9;box-shadow:0 0 2px 0 #3a3a3a}.sp-alpha{display:none;position:absolute;bottom:-18px;right:0;left:0;height:10px}.sp-alpha-inner{border-radius:4px}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:center}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:3px;right:0;bottom:0;cursor:pointer;left:initial;height:12px;width:12px}.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-input-disabled .sp-input-container{display:none}.sp-container.sp-buttons-disabled .sp-button-container{display:none}.sp-container.sp-palette-buttons-disabled .sp-palette-button-container{display:none}.sp-palette-only .sp-picker-container{display:none}.sp-palette-disabled .sp-palette-container{display:none}.sp-initial-disabled .sp-initial{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#fff),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(to right,#fff,rgba(204,154,129,0))}.sp-val{border-radius:4px;background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(to top,#000,rgba(204,154,129,0))}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.sp-1{height:17%}.sp-2{height:16%}.sp-3{height:17%}.sp-4{height:17%}.sp-5{height:16%}.sp-6{height:17%}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:10px;width:10px;border:1px solid #fff;cursor:pointer;position:absolute;top:0;left:0;margin-left:3px;margin-top:3px;box-shadow:0 0 2px 1px rgba(0,0,0,.2)}.sp-slider{position:absolute;top:0;cursor:pointer;height:16px;border-radius:50%;width:16px;left:-2px;background:#f9f9f9;box-shadow:0 0 2px 0 #3a3a3a;margin-top:8px}.sp-container{border-radius:0;background-color:#fff;padding:0;border-radius:4px;color:#000;box-shadow:0 0 0 1px rgba(99,114,130,.16),0 8px 16px rgba(27,39,51,.08)}.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font-size:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:10px}.sp-clear,.sp-color,.sp-hue,.sp-sat,.sp-val{border-radius:3px}.sp-input-container{margin-top:-5px;margin-bottom:10px}.sp-button-container.sp-cf,.sp-initial.sp-thumb.sp-cf,.sp-input-container.sp-cf{height:25px}.sp-palette-row-initial>span:first-child{cursor:pointer}.sp-initial-disabled .sp-input-container{width:100%}.sp-input{padding:0 5px!important;margin:0;width:100%;box-shadow:none!important;height:100%!important;background:0 0;color:#3a3a3a;border-radius:2px!important;border:1px solid #e0e0e0!important;text-align:center;font-family:monospace;font-size:inherit!important}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px;padding-bottom:300px;margin-bottom:-290px}.sp-picker-container{width:200px;border-left:solid 1px #fff}.sp-palette-container{border-right:solid 1px #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:solid 2px transparent}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .spe-thumb-el.sp-thumb-active{border-radius:0 5px 5px 0}.sp-initial .spe-thumb-el{border-radius:5px 0 0 5px}.sp-initial .sp-clear-display{background-position:center}.sp-button-container{float:right}.sp-palette-button-container{margin-top:10px}.sp-replacer{position:relative;overflow:hidden;cursor:pointer;display:inline-block;border-radius:3px;border:1px solid #ccc;color:#666;transition:color .3s,border-color .3s;vertical-align:middle;width:3rem;height:1.5rem}.sp-replacer.sp-active,.sp-replacer:hover{border:1px solid #666;color:#000}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{position:absolute;font-size:10px;right:0;top:0;bottom:0;padding:0 2px;line-height:1.6rem;background-color:#fff}.sp-preview{position:relative;width:100%;height:100%;float:left;z-index:0}.sp-preview-inner{transition:background-color .2s}.sp-preview-inner.sp-clear-display{width:1rem;margin-left:.3rem}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:3px;border:none;border-radius:3px}.sp-container{padding-bottom:0}.sp-container button{border-radius:3px;border:none;background:0 0;line-height:1;padding:0 8px;height:25px;text-transform:capitalize;text-align:center;vertical-align:middle;cursor:pointer;color:#606c72;font-weight:700}.sp-container button.sp-choose{background-color:#3cab3b;color:#fff;margin-left:5px}.sp-container button:hover{opacity:.8}.sp-container button.sp-palette-toggle{width:100%;background-color:#f3f3f3;margin:0}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{border-radius:3px;background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==)}html[dir="ltr"] .ipsStream.ipsStream_withTimeline{}html[dir="rtl"] .ipsStream.ipsStream_withTimeline{margin-right:20px;}.ipsStreamItem{margin-top:10px;margin-bottom:10px;position:relative;}.ipsStreamItem.ipsStreamItem_contentBlock{border:1px solid #d9d9d9;padding:15px;border-radius:3px;}.ipsStreamItem.ipsStreamItem_actionBlock{padding-top:4px;padding-bottom:4px;background:transparent;}html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock time{margin-left:15px;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock time{margin-right:15px;}html[dir="ltr"] .ipsStreamItem.ipsStreamItem_contentBlock.ipsStreamItem_active{border-right:2px solid #333;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_contentBlock.ipsStreamItem_active{border-left:2px solid #333;}.ipsStream .ipsStreamItem:first-child{margin-top:0;}.ipsStreamItem_title{color:#000;font-size:19px;line-height:1.2;}.ipsStreamItem_titleSmall{font-weight:400;font-size:17px;}.ipsStreamItem_unread .ipsStreamItem_title, .ipsStreamItem_unread .ipsStreamItem_titleSmall{}.ipsStreamItem_status{font-size:14px;}html[dir="ltr"] .ipsStreamItem_snippet, html[dir="ltr"] .ipsStreamItem_meta{margin-left:65px;}html[dir="rtl"] .ipsStreamItem_snippet, html[dir="rtl"] .ipsStreamItem_meta{margin-right:65px;}html[dir="ltr"] .ipsStreamItem_loadMore{margin-left:25px;margin-top:15px;}html[dir="rtl"] .ipsStreamItem_loadMore{margin-right:25px;margin-top:15px;}html[dir="ltr"] .ipsStreamItem_bar hr.ipsHr{border-color:#3d5e78;margin-left:25px;}html[dir="rtl"] .ipsStreamItem_bar hr.ipsHr{border-color:#3d5e78;margin-right:25px;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock.ipsModerated:before{border-color:transparent #ede4e4 transparent transparent;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock.ipsModerated:before{border-color:transparent transparent transparent #ede4e4;}.ipsStream_withTimeline .ipsStreamItem:after{border-width:11px;top:8px;z-index:200;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem:after{left:-22px;border-color:transparent #fff transparent transparent;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem:after{right:-22px;border-color:transparent transparent transparent #fff;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsModerated:after{border-color:transparent #f7edf1 transparent transparent;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsModerated:after{border-color:transparent transparent transparent #f7edf1;}.ipsStream_withTimeline .ipsStreamItem_container:before{content:'';position:absolute;top:38px;left:-59px;width:10px;height:10px;border-radius:10px;background:var(--color-ui-rich-black);}.ipsStream_comment{background:#f7fafc;}html[dir="ltr"] .ipsStream_comment{margin-left:30px;}html[dir="rtl"] .ipsStream_comment{margin-right:30px;}.ipsStream_comment:before{content:'';display:block;width:0;height:0;position:absolute;top:10px;border-width:15px;border-style:solid;}html[dir="ltr"] .ipsStream_comment:before{left:0px;border-color:transparent #f7fafc transparent transparent;}html[dir="rtl"] .ipsStream_comment:before{right:0px;border-color:transparent transparent transparent #f7fafc;}.ipsStreamItem_actionBlock{font-size:13px;}html[dir] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after{content:'';width:9px;height:9px;border-radius:9px;position:absolute;top:50%;margin-top:-4px;background:#2d3748;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after{left:-36px;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after{right:-36px;}.ipsStreamItem_time{display:inline-block;border-radius:20px;color:#fff;line-height:24px;font-size:12px;padding:2px 20px;}.ipsStreamItem.ipsStreamItem_condensed ~ .ipsStreamItem_time{margin-top:7px;margin-bottom:7px;}.ipsStream .ipsStreamItem_time:first-child{margin-bottom:7px;}.ipsStreamItem_terminator{width:13px;height:13px;border-radius:13px;background:#2d3748;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_terminator{margin-left:-8px;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_terminator{margin-right:-8px;}.ipsStream .ipsStreamItem_contentType{}.ipsStreamItem.ipsModerated .ipsStreamItem_contentType{background:#e8dfdf;}html[dir="ltr"] .ipsStream:not( .ipsStream_withTimeline ) .ipsStreamItem_contentType{}html[dir="rtl"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType{right:-48px;top:5px;}html[dir="rtl"] .ipsStream:not( .ipsStream_withTimeline ) .ipsStreamItem_contentType{left:7px;top:7px;}.ipsStream_price{color:#b63f3f;font-weight:bold;}.ipsStream_snippetInfo{border-style:solid;border-color:rgba(0,0,0,0.1);padding-left:15px;}html[dir="ltr"] .ipsStream_snippetInfo{border-width:0 0 0 1px;}html[dir="rtl"] .ipsStream_snippetInfo{border-width:0 1px 0 0;}html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded{padding-left:0;margin-left:30px;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded{padding-right:0;margin-right:30px;}.ipsStreamItem_condensed .ipsStreamItem_titleSmall{font-size:17px;}.ipsStreamItem_condensed.ipsStreamItem{margin-top:5px;margin-bottom:5px;}.ipsStreamItem_condensed.ipsStreamItem.ipsStreamItem_contentBlock{padding:10px;line-height:1.6;}html[dir="ltr"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed{padding-left:0;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed{padding-right:0;}.ipsStreamItem_condensed .ipsUserPhoto_tiny img{width:30px;height:30px;}html[dir="ltr"] .ipsStreamItem_condensed .ipsPhotoPanel_small > div{margin-left:85px;}html[dir="rtl"] .ipsStreamItem_condensed .ipsPhotoPanel_small > div{margin-right:85px;}.ipsStreamItem_condensed .ipsCalendarDate{width:75px;}.ipsStreamItem_condensed .ipsStreamItem_status{font-size:13px;}}*/ .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_contentBlock:after{margin-top:-11px;}html[dir] .ipsStream.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_contentType{top:50%;margin-top:-15px;}.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats time, .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_actionBlock time{font-size:0px;line-height:1;}.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats time:after, .ipsStreamItem.ipsStreamItem_condensed.ipsStreamItem_actionBlock time:after{content:attr(data-short);font-size:13px;line-height:inherit;}.ipsStream_withTimeline{position:relative;padding:15px 0;}.ipsStreamItem.ipsStreamItem_contentBlock{position:relative;padding:15px;margin-left:60px;border-radius:5px;background-color:var(--color-ui-white);border:0;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock{margin-bottom:30px;background-color:transparent;margin:5px 0;padding:10px;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock .ipsStreamItem_container{border-radius:5px;background-color:var(--color-ui-white);border:0;padding:15px;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock{margin:0 0 0 60px;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock::before{content:'';position:absolute;top:0px;left:-55px;width:2px;height:100%;background:var(--color-ui-rich-black);z-index:1;}.ipsStream .ipsStreamItem_contentType{}.ipsStream .ipsStreamItem_contentType i{display:none;}.ipsStreamItem_contentBlock .ipsUserPhoto img{height:50px;width:50px;border-radius:100px;font-size:12px;}.ipsStreamItem_header h2.ipsStreamItem_title{font-size:22px;line-height:26px;margin-bottom:5px;}.ipsStreamItem_header .ipsStreamItem_status, .ipsStreamItem_meta a{font-size:10px;font-weight:450;line-height:10px;color:var(--color-ui-silver);}.ipsStreamItem_meta a i.fa-clock-o{display:none;}.ipsStreamItem_snippet .ipsType_richText{margin-bottom:8px;color:var(--color-ui-rich-black);}.ipsStream_withTimeline .ipsStreamItem_header.ipsPhotoPanel.ipsPhotoPanel_mini{display:flex;column-gap:15px;}.ipsStream_withTimeline .ipsStreamItem_header.ipsPhotoPanel.ipsPhotoPanel_mini .searchCategory{display:none;}.ipsStream_withTimeline .ipsStreamItem_header h2.ipsStreamItem_title a{color:var(--color-ui-rich-black);}.ipsStream_withTimeline .ipsStreamItem_header .gpCasinos_thumbnail{width:55px;display:flex;align-items:center;}.ipsStream_withTimeline .ipsStreamItem_header .gpCasinos_thumbnail img{height:auto;width:100%}.ipsStreamItem_time{display:block;color:var(--color-ui-rich-black);font-size:26px;line-height:36px;font-weight:500;padding:0;margin:10px 0;}#elLeaderboardContent .ipsTabs_panel{background-color:transparent;padding:0;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock{display:flex;flex-direction:column;margin:0;}#elLeaderboardContent .cStream_members .ipsStreamItem{margin:0!important;}#elLeaderboardContent .cStream_members .ipsUserPhoto{margin:0;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock .ipsStreamItem_member_details ul.ipsList_reset .ipsType_medium{color:var(--color-ui-rich-black);}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock .ipsStreamItem_member_details ul.ipsList_reset .ipsType_medium .fa{color:var(--color-ui-silver);}#elLeaderboardContent .cStream_members .ipsStreamItem_contentBlock .ipsUserPhoto img{height:88px;width:88px;margin:30px auto;}#elLeaderboardContent .cStream_members .ipsStreamItem_container p.ipsType_medium span{color:var(--color-ui-rich-black);}#elLeaderboardContent ul li span.ipsType_reset, #elLeaderboardContent ul li span.ipsType_minorHeading{font-size:12px;line-height:18px;font-weight:450;}#elLeaderboardContent ul li span.ipsType_reset a{color:var(--color-ui-rich-black);}#elLeaderboardContent ul li span.ipsType_reset a .fa{color:var(--color-ui-silver);}#elLeaderboardContent ul li span.ipsType_minorHeading{text-transform:uppercase;}#elLeaderboardContent ol.popularContent .ipsStreamItem.ipsStreamItem_contentBlock{display:flex;flex-direction:column;justify-content:space-between;margin:0 0 15px 0;}#elLeaderboardContent ul.ipsList_inline li a{color:var(--color-ui-rich-black);font-weight:500;}#elLeaderboardContent ul.ipsList_inline li a time{color:var(--color-ui-silver);font-size:10px;line-height:12px;}#elLeaderboardContent ol.popularContent .ipsPhotoPanel{display:flex;}#elLeaderboardContent ol.popularContent .ipsStreamItem_contentBlock a.ipsUserPhoto{margin-right:15px;width:50px;overflow:initial;}#elLeaderboardContent ol.popularContent .ipsStreamItem_snippet .ipsType_richText{margin-bottom:0;font-size:14px;line-height:20px;}#elLeaderboardContent .ipsType_light{color:var(--color-ui-silver);font-weight:450;}#elLeaderboardContent .ipsAreaBackground_light{border:1px solid var(--color-ui-silver);border-radius:5px;margin:10px 0;}.ipsStream [data-role="streamNoResultsMessage"]{border:1px solid var(--color-ui-silver);border-radius:5px;margin:10px 0;}#elFilterByMenu_menu.ipsMenu, #elLeaderboard_app_menu.ipsMenu, #elLeaderboard_time_menu.ipsMenu{background:var(--color-ui-white);padding:0;border-radius:0;box-shadow:0px 2px 50px rgb(0 0 0 / 10%);}#elLeaderboard_app_menu.ipsMenu{height:300px;overflow-y:auto;}#elFilterByMenu_menu.ipsMenu.ipsMenu_bottomCenter:before, #elFilterByMenu_menu.ipsMenu.ipsMenu_bottomCenter:after, #elLeaderboard_app_menu.ipsMenu.ipsMenu_bottomCenter:before, #elLeaderboard_app_menu.ipsMenu.ipsMenu_bottomCenter:after, #elLeaderboard_time_menu.ipsMenu.ipsMenu_bottomCenter:before, #elLeaderboard_time_menu.ipsMenu.ipsMenu_bottomCenter:after, #elLeaderboard_app_menu.ipsMenu.ipsMenu_bottomLeft:before, #elLeaderboard_app_menu.ipsMenu.ipsMenu_bottomLeft:after{border-color:transparent transparent var(--color-ui-white) transparent;}#elFilterByMenu_menu.ipsMenu.ipsMenu_topCenter:before, #elFilterByMenu_menu.ipsMenu.ipsMenu_topCenter:after, #elLeaderboard_app_menu.ipsMenu_topCenter:before, #elLeaderboard_app_menu.ipsMenu_topCenter:after, #elLeaderboard_time_menu.ipsMenu_topCenter:before, #elLeaderboard_time_menu.ipsMenu_topCenter:after{border-color:var(--color-ui-white) transparent transparent transparent;}#elFilterByMenu_menu .ipsMenu_item > a, #elFilterByMenu_menu .ipsMenu_item > span, #elLeaderboard_app_menu .ipsMenu_item > a, #elLeaderboard_app_menu .ipsMenu_item > span, #elLeaderboard_time_menu .ipsMenu_item > a, #elLeaderboard_app_menu .ipsMenu_item > span{font-size:14px;line-height:20px;padding:16px;color:var(--color-ui-rich-black);}#elFilterByMenu_menu .ipsMenu_item > a:before, #elLeaderboard_app_menu .ipsMenu_item > a:before, #elLeaderboard_time_menu .ipsMenu_item > a:before{content:'';}ul#elFilterByMenu_menu:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, ul#elLeaderboard_app_menu:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, ul#elLeaderboard_time_menu:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover{background:var(--color-ui-pastel-mint);}#elLeaderboardContent .cPastLeaders_row{margin:0;}#elLeaderboardContent .cPastLeaders_cell{position:relative;background-color:var(--color-ui-white);box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);border-radius:5px;margin-bottom:15px;padding:15px 15px 30px 15px;}#elLeaderboardContent .cPastLeaders_cell:after{background-color:var(--color-ui-snow);color:var(--color-ui-platinum);border-radius:5px;font-size:16px;font-weight:500;text-transform:uppercase;position:absolute;top:0;bottom:0;right:15px;margin:auto 0;width:55px;height:55px;display:flex;align-items:center;justify-content:center;}#elLeaderboardContent .cPastLeaders_cell.cPastLeaders_cellEmpty{display:none;}#elLeaderboardContent .cPastLeaders_cell .ipsPhotoPanel a.ipsUserPhoto{overflow:initial;display:block;width:50px;margin-right:15px;float:left;}#elLeaderboardContent .cPastLeaders_cell .ipsPhotoPanel a.ipsUserPhoto img{overflow:initial;display:block;width:50px;border-radius:100px;}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--color-ui-snow);margin-top:30px;margin-left:32px;}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy.ipsLeaderboard_trophy_1{background-color:var(--color-notifications-neon-orange);}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy.ipsLeaderboard_trophy_2{background-color:var(--color-ui-silver);}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy.ipsLeaderboard_trophy_3{background-color:#C68E00;}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy .iconfont{font-size:38px;color:var(--color-ui-rich-black);}#elLeaderboardContent .cPastLeaders_title, #elLeaderboardContent .cPastLeaders_title a{font-weight:500;color:var(--color-ui-rich-black);margin:15px 0;}#elLeaderboardContent .cPastLeaders_cell .cPastLeaders_user, #elLeaderboardContent .cPastLeaders_cell .cPastLeaders_user a{font-weight:500;color:var(--color-ui-rich-black);}#elLeaderboardContent .cPastLeaders_cell .cPastLeaders_rep{font-weight:450;font-size:10px;color:var(--color-ui-silver);line-height:18px;}#elSearch_main .ipsStream .ipsStreamItem_contentType{position:relative;display:flex;background:transparent;}#elSearch_main .ipsStream .ipsStreamItem_contentType i{display:inline-block;color:var(--color-ui-rich-black);font-size:18px;line-height:18px;}#elSearch_main .searchCategory h5{margin-left:10px;font-size:14px;line-height:20px;}#elSearch_main .ipsStreamItem_header h2.ipsStreamItem_title{font-size:18px;line-height:24px;margin:8px 0;}.ipsStreamItem_header h2.ipsStreamItem_title a{color:var(--color-ui-rich-black);}#elSearch_main .ipsStreamItem_status.ipsType_blendLinks{font-size:14px;line-height:14px;margin:8px 0;color:var(--color-ui-independence);}#elSearch_main .ipsStreamItem_status.ipsType_blendLinks a{text-decoration:underline;}#elSearch_main .ipsStreamItem_snippet .ipsType_richText{margin:15px 0;}#elSearch_main .ipsStreamItem_meta a.ipsType_blendLinks{font-size:14px;line-height:20px;color:var(--color-ui-independence);margin:5px 0;}#elSearch_main .ipsStream .ipsStreamItem_contentType span{content:attr(title);font-size:16px;font-weight:500;color:var(--color-ui-rich-black);}#elSearch_main ol.ipsStream .ipsStreamItem_contentBlock .ipsStreamItem_header .searchCategory{display:flex;align-items:center;margin-bottom:10px;}#elSearch_main ol.ipsStream .ipsStreamItem_contentBlock .ipsStreamItem_header a.ipsUserPhoto{margin-right:15px;width:50px;height:50px;overflow:initial;float:left;margin:0 15px 0 0;}#elSearch_main .ipsStreamItem_snippet, #elSearch_main .ipsStreamItem_meta{margin-left:0;}#elSearch_main .ipsStreamItem_header h2.ipsStreamItem_title a{color:var(--color-ui-rich-black);}#elSearch_main ol.ipsStream .ipsStreamItem.ipsStreamItem_contentBlock{margin-left:0;}#elSearch_main ol.ipsStream ul.ipsList_inline.ipsStreamItem_meta{display:flex;flex-direction:column-reverse;margin-top:10px;}#elSearch_main ol.ipsStream ul.ipsTags.ipsList_inline{margin:5px 0 8px 0;}#elSearch_main ol.ipsStream ul.ipsTags.ipsList_inline li:not(:last-child){margin-bottom:5px;}#elSearch_main .gpCasinos_thumbnail{position:relative;height:45px;width:45px;padding:5px;border-radius:5px;display:flex;align-items:center;justify-content:center;background-color:var(--color-ui-rich-black);}.gpCasinos_searchResult{margin:10px 0;}#elSearch_main .gpCasinos_searchResult h5 a{font-size:18px;line-height:24px;color:var(--color-ui-rich-black);margin-bottom:5px;}#elSearch_main .gpSearch_type{margin:10px 0;}#elSearch_main .gpSearch_type i{font-size:18px;line-height:18px;margin-right:8px;}#elSearch_main .gpSearch_type .gpSearch_type_Title{color:var(--color-ui-independence);font-size:14px;line-height:18px;font-weight:450px;}#elSearch_main .gpCasinos_thumbnail img{max-width:100%;max-height:100%;}.cTagPopup.ipsMenu{background-color:var(--color-ui-platinum);margin:5px 0;padding:10px;}.cTagPopup.ipsMenu.ipsMenu_topCenter:before, .cTagPopup.ipsMenu.ipsMenu_topCenter:after, .cTagPopup.ipsMenu.ipsMenu_topRight:before, .cTagPopup.ipsMenu.ipsMenu_topRight:after , .cTagPopup.ipsMenu.ipsMenu_topLeft:before, .cTagPopup.ipsMenu.ipsMenu_topLeft:after{border-color:var(--color-ui-platinum) transparent transparent transparent;}.cTagPopup.ipsMenu.ipsMenu_bottomRight:before, .cTagPopup.ipsMenu.ipsMenu_bottomRight:after, .cTagPopup.ipsMenu.ipsMenu_bottomCenter:before, .cTagPopup.ipsMenu.ipsMenu_bottomCenter:after, .cTagPopup.ipsMenu.ipsMenu_bottomLeft:before, .cTagPopup.ipsMenu.ipsMenu_bottomLeft:after{border-color:transparent transparent var(--color-ui-platinum) transparent;}.cTagPopup.ipsMenu.ipsMenu_topLeft:after, .cTagPopup.ipsMenu.ipsMenu_topLeft:before{border-color:var(--color-ui-platinum) transparent transparent transparent;}.cTagPopup.ipsMenu .ipsType_pageTitle{margin:0 5px;font-weight:500;}#elSearch_main .ipsThumb_bg.ipsThumb_large{margin:10px 0;border-radius:5px;}#elSearch_main .ipsStream_snippetInfo{border:0;padding:0;}#elProfileTabs_content .ipsStreamItem_header a.ipsUserPhoto{margin-right:15px;width:50px;height:50px;overflow:initial;float:left;margin:0 15px 0 0;}#elProfileTabs_content .ipsStream .ipsStreamItem_contentType{background-color:var(--color-ui-rich-black);}#elProfileTabs_content .ipsStream .ipsStreamItem_contentType i{color:var(--color-ui-white);display:block;font-size:16px;line-height:22px;}#elProfileTabs_content #elProfileActivityOverview .ipsStreamItem, .cForumTopicTable .ipsDataItem, #elUserContent .cSearchActivity .ipsStreamItem, .cProfileContent .ipsDataItem, .ipsWarninglist.ipsDataItem{padding:15px;border:0;background-color:var(--color-ui-white);box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);border-radius:5px;}.cProfileContent .ipsDataItem.ipsDataItem_selected{background-color:var(--color-ui-pastel-mint);box-shadow:0px 0px 2px rgba(34, 178, 109, 0.3);}#elUserContent .cSearchActivity .ipsStreamItem.ipsModerated, #elProfileTabs_content #elProfileActivityOverview .ipsStreamItem.ipsModerated{background-color:rgba(136, 14, 79, 0.1);box-shadow:0px 0px 2px rgba(136, 14, 79, 0.3);}#elUserContent .cSearchActivity .ipsStreamItem.ipsModerated h2.ipsStreamItem_title a, #elProfileTabs_content #elProfileActivityOverview .ipsStreamItem.ipsModerated h2.ipsStreamItem_title a{color:rgba(136, 14, 79, 1);}#elUserContent .cSearchActivity .ipsStreamItem{margin-left:0;}#elProfileTabs_content #elProfileActivityOverview .ipsStreamItem:not(:last-child), .cForumTopicTable .ipsDataItem:not(:last-child), #elUserContent .cSearchActivity .ipsStreamItem:not(:last-child), .cProfileContent .ipsDataItem:not(:last-child), .ipsWarninglist.ipsDataItem:not(:last-child){margin-bottom:10px;}#elUserContent .cSearchActivity .ipsStreamItem:first-child, .cForumTopicTable .ipsDataItem:first-child, .cProfileContent .ipsDataItem:first-child, .ipsWarninglist.ipsDataItem:first-child{margin-top:10px;}#elProfileTabs_content #elProfileActivityOverview .ipsStreamItem_contentType{display:none;}#elProfileTabs_content #elProfileActivityOverview .ipsStreamItem_header h2.ipsStreamItem_title a .ipsItemStatus{display:none;}.cSearchActivity .gpCasinos_thumbnail, #elProfileActivityOverview .gpCasinos_thumbnail{position:relative;height:60px;width:60px;padding:5px;border-radius:5px;display:flex;align-items:center;justify-content:center;background-color:var(--color-ui-snow);}.cSearchActivity .gpCasinos_thumbnail img, #elProfileActivityOverview .gpCasinos_thumbnail img{height:auto;width:100%;}.ipsStream_withTimeline .ipsStreamItem_header a.ipsUserPhoto{width:50px;}[data-controller='core.front.streams.results'] a[data-action='loadMore']{background-color:#FAFBFB;border:1px solid var(--color-ui-rich-black);color:var(--color-ui-rich-black);}ol.ipsStream_withTimeline ul.ipsTags.ipsList_inline li:not(:last-child){margin-bottom:5px;}table{border-collapse:collapse;border-spacing:0;}.ipsTable{width:100%;border-collapse:collapse;}.ipsTable th{text-align:left;background:rgb( var(--theme-area_background) );padding:15px 20px 15px 10px;font-size:13.0px;}html[dir="rtl"] .ipsTable th{text-align:right;padding:15px 10px 15px 20px;}.ipsTable th a{color:inherit;}.ipsTable th:not( .ipsMatrixHeader ), .ipsTable td{vertical-align:middle;white-space:nowrap;}.ipsTable td.ipsTable_wrap, .ipsTable td.ipsMatrix_rowTitle{white-space:normal;word-wrap:break-word;max-width:500px;}.ipsTable th.ipsPos_top, .ipsTable td.ipsPos_top{vertical-align:top;}.ipsTable td{padding:7px;border-bottom:1px solid rgba(0,0,0,0.01);}.ipsTable_zebra tbody tr:nth-child( even ):not(.ipsTable_highlight):not(.ipsModerated){background:rgb( var(--theme-area_background_light) );}.ipsTable_zebra.ipsTable td{border-bottom:0;}.ipsTable tr[data-tableClickTarget]:hover{background:rgb( var(--theme-area_background_light) ) !important;cursor:pointer;}.ipsTable code{cursor:text !important;}.ipsTable_highlight{background:rgb( var(--theme-selected) );}.ipsTable td.ipsTable_icon{width:65px;text-align:center;}.ipsTable td.ipsTable_controls{width:120px;}.ipsTable_sortable{position:relative;}.ipsTable_sortable:hover{background:rgba( var(--theme-text_dark), 0.06 );cursor:pointer;}.ipsTable_sortable:hover:after{opacity:0.3;}.ipsTable_sortable a{display:block;position:relative;}.ipsTable_sortIcon{display:block;position:absolute;top:50%;margin-top:-8px;}html[dir="ltr"] .ipsTable_sortIcon{right:-10px;}html[dir="rtl"] .ipsTable_sortIcon{right:auto;left:-10px;}.ipsTable_sortable .ipsTable_sortIcon:after{font-family:'FontAwesome';display:block;color:rgb( var(--theme-text_dark) );opacity:0.15;}.ipsTable_sortable.ipsTable_sortableDesc .ipsTable_sortIcon:after{content:'\f0d7';}.ipsTable_sortable.ipsTable_sortableAsc .ipsTable_sortIcon:after{content:'\f0d8';}.ipsTable_sortable.ipsTable_sortableActive{background:rgb( var(--theme-area_background_dark) );color:#fff;}.ipsTable_sortable.ipsTable_sortableActive .ipsTable_sortIcon:after{color:inherit;opacity:1;}.ipsTable.ipsMatrix thead th{background:rgb( var(--theme-area_background_dark) );color:#fff;text-align:center;}.ipsTable.ipsMatrix .ipsMatrix_subHeader{background:rgb( var(--theme-area_background) );color:rgb( var(--theme-text_dark) );padding:15px;font-size:16.0px;font-weight:normal;}.ipsTable.ipsMatrix td{padding:15px;}.ipsTable.ipsMatrix .ipsMatrix_error{background:rgb( var(--theme-moderated) );}.ipsTable.ipsMatrix .ipsButton[data-action]{line-height:18px;padding:0 5px;font-size:12.0px;}.ipsTable.ipsMatrix .ipsMatrix_highlighted{background:rgb( var(--theme-selected) );}.ipsBrandTable{width:100%;border-collapse:collapse;}.ipsBrandTable thead tr{background-color:var(--color-notifications-neon-orange);color:var(--color-ui-rich-black);}.ipsBrandTable tbody tr:last-child{border-top:15px solid var(--color-ui-snow);}.ipsBrandTable thead tr th{padding:20px 0;font-size:18px;line-height:24px;font-weight:500;}.ipsBrandTable thead tr th:first-child{border-top-left-radius:5px;}.ipsBrandTable thead tr th:last-child{border-top-right-radius:5px;}.ipsBrandTable thead tr th:not(:last-child){border-right:1px solid var(--color-ui-snow);}.ipsBrandTable tbody tr{background-color:var(--color-ui-white);}.ipsBrandTable tbody tr:not(:last-child){border-bottom:1px solid var(--color-ui-snow);}.ipsBrandTable tbody tr td{font-size:16px;line-height:26px;font-weight:450;padding:15px;text-align:center;border-right:1px solid var(--color-ui-snow);}.ipsBrandTable tbody tr td a{color:var(--color-ui-rich-black);font-size:18px;}.ipsBrandTable tbody tr td a i{font-size:20px;}.ipsBrandTable tbody tr td:not(:last-child){border-right:1px solid var(--color-ui-snow);}.ipsBrandTable tbody tr td:first-child{text-align:left;}.ipsBrandTable tbody tr:last-child td:first-child{text-align:center;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}.ipsBrandTable tbody tr:last-child td:first-child a{text-decoration:underline;color:var(--color-accent-mint);}.ipsBrandTable tbody tr:last-child td:first-child a i{margin-right:10px;}.ipsBrandTable tbody tr td:first-child img{max-width:168px;width:100%;}.ipsBrandTable tbody tr td:first-child span{margin-left:15px;}@media (max-width:768px){.ipsBrandTable thead tr th{padding:10px;font-size:15px;line-height:20px;}.ipsBrandTable tbody tr td{font-size:14px;line-height:18px;padding:10px;}.ipsBrandTable tbody tr td:first-child span{margin-left:0;margin:5px 0;}}.ipsTabs{background:#4a5568;padding:10px 10px 0 10px;margin:0;list-style:none;}.ipsTabs [data-action='expandTabs']{display:none !important;}.ipsTabs [role="tablist"]{margin:0;padding:0;list-style:none;}.ipsTabs.ipsTabs_stretch [role="tablist"]{display:table;table-layout:fixed;width:100%;}.ipsTabs.ipsTabs_stretch [role="tablist"] > li{display:table-cell;}.ipsTabs_small{padding:4px 4px 0 4px;}.ipsTabs_item{display:block;float:left;white-space:nowrap;line-height:38px;font-size:14px;color:#fff;background:rgba(255,255,255,0.1);padding:0 20px;text-overflow:ellipsis;max-width:100%;overflow:hidden;margin-right:2px;}html[dir="rtl"] .ipsTabs_item{float:right;margin-left:2px;}.ipsTabs_item.ipsTabs_itemDisabled{opacity:0.5;font-style:italic;pointer-events:none;color:rgba(255,255,255,0.6);}.ipsTabs.ipsTabs_stretch .ipsTabs_item{float:none;}.ipsTabs.ipsTabs_stretch.ipsTabs_small .ipsTabs_item{padding:0 10px;text-align:center;}html[dir="ltr"] .ipsTabs [role="tablist"] > li:last-child .ipsTabs_item{margin-right:0;}html[dir="rtl"] .ipsTabs [role="tablist"] > li:last-child .ipsTabs_item{margin-left:0;}.ipsTabs.ipsTabs_small .ipsTabs_item{font-size:12px;line-height:30px;margin:0;}.ipsTabs_activeItem{background:#fff;color:#333;font-weight:bold;}.ipsTabs_activeItem:hover{color:#333;}.ipsTabs_item:not( .ipsTabs_activeItem ):hover{background:rgba(255,255,255,0.2);color:#fff;}.ipsTabs_withIcons .ipsTabs_item{text-align:center;padding:8px 15px;line-height:24px;min-width:125px;}.ipsTabs_withIcons .ipsTabs_item i{font-size:20px;display:block;margin:0 auto;text-align:center;}.ipsTabs_dummyItem{background:#4e5b62;color:#fff;}.ipsTabs_panel{height:100%;background:#fff;}.ipsTabs_panels.ipsTabs_contained{}.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel{padding:15px;}.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel .ipsTabs_pullOut{margin:-15px;}.ipsTabs.ipsTabs_contained{padding:0;border-width:1px 1px 0px 1px;border-style:solid;border-color:#ededed #e8e8e8 transparent #ededed;}.ipsTabs_loadingContent{min-height:150px;}.ipsType_pageTitle + .ipsTags{margin-top:8px;}.ipsTags_inline{display:inline-block;vertical-align:middle;}@media screen and (max-width:767px){.ipsTags_inline{display:block;}}html[dir="ltr"] .ipsTags > li{margin-right:0;}html[dir="rtl"] .ipsTags > li{margin-left:0;}ul.ipsTags.ipsList_inline{margin:5px;}.ipsTags li{position:relative;display:inline-block;vertical-align:top;}.ipsMenu .ipsTags li{margin-bottom:5px;}html[dir="ltr"] .ipsTags li.ipsTags_edit:not( :only-child ) a{margin-left:5px;}html[dir="rtl"] .ipsTags li.ipsTags_edit:not( :only-child ) a{margin-right:5px;}.ipsTags .ipsTag, .ipsTag_prefix{background:var(--color-ui-snow);color:var(--color-ui-rich-black)!important;font-size:16px;vertical-align:middle;line-height:24px;padding:4px 8px;margin:0 2px 0 2px;display:inline-block;border-radius:5px;}.ipsTags .ipsTag{vertical-align:top;}.ipsTags .ipsTag > span, .ipsTag_prefix > span{display:block;max-width:250px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}.ipsTags .ipsTag:hover{opacity:.7;}.ipsApp .ipsTags[class*="ipsGap"] .ipsTag{margin:0;}.ipsTags a mark, .ipsTag_prefix mark{background:#fff !important;border-bottom:none;}html[dir="ltr"] .ipsTags > li:first-child .ipsTag{margin-left:0;}html[dir="rtl"] .ipsTags > li:first-child .ipsTag{margin-right:0;}[dir='ltr'] .ipsTags_deletable .ipsTag{padding-right:24px;}[dir='rtl'] .ipsTags_deletable .ipsTag{padding-left:24px;}.ipsTag_remove{color:rgb( var(--theme-tag_font) ) !important;width:16px;height:16px;position:absolute;top:50%;transform:translateY(-50%);text-align:center;line-height:14px;font-size:13px;transition:0.1s all linear;border-radius:50px;}.ipsTag_remove::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;background-color:rgb( var(--theme-area_background_reset) );opacity:1;z-index:-1;}html[dir="ltr"] .ipsTag_remove{right:4px;}html[dir="rtl"] .ipsTag_remove{left:4px;}.ipsTag_remove:hover::before{opacity:.3}.ipsTags_edit .ipsButton_veryVerySmall{line-height:15px;height:18px;margin-top:-3px;}.ipsTag_prefix{background:rgb( var(--theme-prefix) );color:#fff !important;}.gpToggleBlocks_container{display:flex;grid-gap:30px;padding-bottom:30px;padding-top:30px;}.gpToggleBlocks_title{color:var(--color-wireframes-ultra-dark);white-space:nowrap;}.gpToggleBlocks_button{height:44px;margin-top:8px;margin-top:15px;padding-left:15px;padding-right:15px;justify-content:flex-start;display:flex;min-width:280px;white-space:break-spaces;text-align:left;}.ipsButton.gpToggleBlocks_button.active, .ipsButton.gpToggleBlocks_button.active:hover{background-color:var(--color-accent-neon-mint);color:var(--color-ui-rich-black);}.gpToggleBlocks_hide{display:none;}.gpToggle_leftSidebar{width:310px;z-index:800;}.gpToggle_leftSidebar .inner-wrapper-sticky{position:sticky;left:0;top:80px;}.gpToggle_leftSidebar_select{margin-top:15px;width:100%;}.gpToggleBlock{margin-bottom:25px;}.gpToggleBlock_rightSidebar{min-height:470px;position:relative;padding-right:15px;overflow-y:auto;flex:1;z-index:770;}.gpToggleBlock_rightSidebar p{margin-block-end:8px;}@media screen and (max-width:999px){.gpToggleBlocks_container{flex-direction:column;}.gpToggleBlocks_container .gpLayout_container{position:relative!important;padding:0;}.gpToggleBlocks_container .gpToggleBlocks_bg{background-color:var(--color-ui-platinum);padding:15px;}.gpToggleBlocks_container .gpToggle_leftSidebar .inner-wrapper-sticky{left:0!important;top:0!important;width:100%!important;}.gpToggleBlocks_container .gpToggle_leftSidebar{height:auto !important;position:sticky !important;width:100%!important;}.gpToggleBlocks_container .gpToggleBlock_rightSidebar{}}.ipsApp .ipsToolbox{background:#212223;color:#fff;--form-field--borderColor:rgba(255,255,255,0.05);--form-field--borderHoverColor:rgba(255,255,255,0.3);--form-field--focusShadow:rgba(255,255,255,0.25) 0px 0px 0px 3px;--form-field--focusBorder:rgba(255,255,255,0.5);}.ipsToolbox .ipsType_light{color:inherit;opacity:.7;}.ipsApp .ipsToolbox a:not( .ipsButton ){color:inherit;text-decoration:underline;}.ipsApp .ipsToolbox .ipsToolbox_title{margin-bottom:15px;}.ipsApp .ipsToolbox .ipsToolbox_sectionTitle{background:#000;padding:10px 15px;font-weight:normal;border-radius:4px;}.ipsApp .ipsToolbox input, .ipsApp .ipsToolbox select, .ipsApp .ipsToolbox textarea{background-color:rgba(255,255,255,0.1);color:inherit;}.ipsApp .ipsToolbox select{background-image:url( "https://www.gamblerspick.com/uploads/set_resources_3/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png" );width:100%;max-width:350px;}.ipsApp .ipsToolbox option{background-color:rgba(0,0,0,0.8);}.ipsApp .ipsToolbox input[type=number]{width:100%;max-width:350px;}.ipsType_center{text-align:center;}.ipsType_left{text-align:left;}html[dir="rtl"] .ipsType_left{text-align:right;}.ipsType_right{text-align:right;}html[dir="rtl"] .ipsType_right{text-align:left;}@media screen and (max-width:999px){.ipsType_mobile_center{text-align:center;}.ipsType_mobile_left{text-align:left;}html[dir="rtl"] .ipsType_mobile_left{text-align:right;}.ipsType_mobile_right{text-align:right;}html[dir="rtl"] .ipsType_mobile_right{text-align:left;}}.ipsType_noBreak{white-space:nowrap !important;}.ipsType_reset{margin:0;}.ipsType_uppercase{text-transform:uppercase;}.ipsTruncate{overflow:hidden;}.ipsTruncate.ipsTruncate_line{white-space:nowrap;text-overflow:ellipsis;display:block;width:100%;}a.ipsTruncate.ipsTruncate_line, span.ipsTruncate.ipsTruncate_line{display:inline-block;vertical-align:middle;}.ipsTruncate + .ipsTruncate_more{display:inline-block;text-decoration:none !important;cursor:pointer;margin-top:5px;}.ipsTruncate > .ipsTruncate_more span{z-index:40;}.gpType_Title{font-size:38px;font-weight:450;line-height:56px;}h1, h2, h3, h4, h5, h6{margin-block-start:0;margin-block-end:0;}p{margin-block-start:8px;margin-block-end:20px;}h1, .h1{font-size:32px;font-weight:500;line-height:36px;}h2, .h2{font-size:28px;font-weight:500;line-height:32px;}h3, .h3{font-size:26px;font-weight:500;line-height:36px;}h4, .h4{font-size:22px;font-weight:500;line-height:26px;}h5, .h5{font-size:18px;font-weight:500;line-height:24px;}h6, .h6{font-size:16px;font-weight:500;line-height:24px;}.gpTypeBold{font-weight:500;}.gpTypeExtraBold{font-weight:700;}.gpType_Paragraph_Large{font-size:16px;font-weight:450;line-height:26px;}.gpType_Paragraph_Medium{font-size:14px;font-weight:500;line-height:20px;}.gpType_Text_Intro{font-size:20px;font-weight:500;line-height:26px;color:var(--color-ui-platinum);margin-block-start:0;margin-block-end:0;}.gpType_Text_Large{font-size:16px;font-weight:450;line-height:26px;margin-block-start:0;margin-block-end:0;}.gpType_Text_Medium{font-size:14px;font-weight:450;line-height:20px;margin-block-start:0;margin-block-end:0;}.gpType_Text_Small{font-size:12px;font-weight:450;line-height:18px;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Main{font-size:16px;font-weight:500;line-height:20px;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Main_MegaTitle{font-size:14px;font-weight:500;line-height:50px;text-transform:uppercase;opacity:0.4;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Top{font-size:16px;font-weight:500;line-height:20.21px;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Secondary{font-size:14px;font-weight:450;line-height:22px;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Breadcrumb{font-size:12px;font-weight:500;line-height:24px;margin-block-start:0;margin-block-end:0;}.gpType_Nav_Breadcrumb a{text-decoration:underline;margin-block-start:0;margin-block-end:0;}.gpType_Link_Large{font-size:16px;font-weight:450;line-height:20px;text-decoration:underline;margin-block-start:0;margin-block-end:0;}.gpType_Link_Medium{font-size:14px;font-weight:450;line-height:14px;margin-block-start:0;margin-block-end:0;}.gpType_Link_Small{font-size:12px;font-weight:450;line-height:12px;margin-block-start:0;margin-block-end:0;}.gpType_Text_Secondary{font-size:12px;font-weight:500;line-height:19.45px;color:var(--color-ui-platinum);margin-block-start:0;margin-block-end:0;}.gpType_Link_Secondary{font-size:10px;font-weight:400;line-height:16.21px;color:var(--color-ui-platinum);margin-block-start:0;margin-block-end:0;}.gpType_tableTitle{font-size:16px;font-weight:500;line-height:22px;margin-block-start:0;margin-block-end:0;}.gpType_tableValue{font-size:16px;font-weight:700;line-height:22px;margin-block-start:0;margin-block-end:0;}.gpType_labelXtraLarge{font-size:16px;font-weight:700;line-height:32px;margin-block-start:0;margin-block-end:0;}.gpType_labelLarge{font-size:16px;font-weight:700;line-height:20px;margin-block-start:0;margin-block-end:0;}.gpType_labelMedium{font-size:12px;font-weight:700;line-height:24px;margin-block-start:0;margin-block-end:0;}.gpType_labelSmall{font-size:10px;font-weight:700;line-height:20px;margin-block-start:0;margin-block-end:0;}.ipsButtonBar_info{font-size:14px;font-weight:500;line-height:22px;margin-block-start:0;margin-block-end:0;}.gpShowMore_container{color:var(--color-ui-independence);font-size:16px;font-weight:500;margin-block-start:0;margin-block-end:0;}.gpTheme_dark .gpShowMore_container{color:white;}.gpTheme_dark .gpShowMore_container a{color:var(--color-accent-neon-mint);}.gpType_BoldHeading{font-size:12px;line-height:38px;font-weight:700;margin-block-start:0;margin-block-end:0;}.ipsFontWeight_500{font-weight:500;}.ipsFontWeight_450{font-weight:450;}@media screen and (max-width:999px){.gpType_Title{font-size:34px;font-weight:700;line-height:38px;}h1, .h1{font-size:28px;font-weight:500;}h2, .h2{font-size:24px;font-weight:500;}h3, .h3{font-size:22px;font-weight:500;line-height:30px;}h4, .h4{font-size:18px;font-weight:500;line-height:22px;}h5, .h5{font-size:16px;font-weight:500;}.gpType_Text_Intro{font-size:16px;font-weight:500;}.gpType_Text_Large{font-size:14px;font-weight:450;line-height:22px;}.gpType_Text_Medium{font-size:12px;font-weight:450;}.gpType_Text_Small{font-weight:450;}.gpType_Nav_Main{font-size:18px;font-weight:500;}.gpType_Link_Large{font-size:14px;font-weight:450;}.gpType_Link_Medium{font-size:12px;font-weight:450;line-height:12px;}.gpType_Link_Small{font-size:12px;font-weight:500;line-height:16.21px;}}html[dir="ltr"] .ipsApp.cWidgetsManaging{margin-left:300px;}html[dir="rtl"] .ipsApp.cWidgetsManaging{margin-right:300px;}.cWidgetContainer[data-widgetArea="header"]{}.cWidgetContainer[data-widgetArea="footer"]{}.cWidgetsManaging #ipsLayout_sidebar{overflow:visible;}.cWidgetContainer.cWidgetContainer_managing{background-color:#eaf3f8;display:block;min-height:100px;position:relative;}.cWidgetContainer.cWidgetContainer_managing > ul{display:block;min-height:100px;}.cWidgetContainer > ul > li:first-child{margin-top:0;}.cWidgetContainer.cWidgetContainer_managing:before{border:1px dashed #5f95c7;bottom:-2px;content:'';left:-2px;position:absolute;right:-2px;top:-2px;}.cWidgetContainer_managing li.ipsWidget[data-blockconfig="true"]{min-height:100px;}.cSidebarBlock_managing{background:rgba(255, 255, 255, 0.6);border:1px dotted rgba(0, 0, 0, 0.2);bottom:0;cursor:move;left:0;padding-top:50px;position:absolute;right:0;top:0;}.cSidebarBlock_managing [data-action="removeBlock"]{background:#000;border-radius:14px;color:#fff;height:28px;line-height:28px;position:absolute;text-align:center;top:-5px;width:28px;}html[dir="ltr"] .cSidebarBlock_managing [data-action="removeBlock"]{right:-5px;}html[dir="rtl"] .cSidebarBlock_managing [data-action="removeBlock"]{left:-5px;}.cSidebarBlock_managing h4{background:#151515;border-radius:15px;color:#fff;font-size:12px;font-weight:400;line-height:20px;margin:0;padding:0 15px;position:absolute;top:5px;}html[dir="ltr"] .cSidebarBlock_managing h4{left:9px;}html[dir="rtl"] .cSidebarBlock_managing h4{right:9px;}.cSidebarBlock_loading{min-height:120px;}#elWidgetControls{font-size:12px;opacity:0.5;padding-left:2px;padding-right:2px;position:fixed;top:50%;width:18px;z-index:10000;}@media screen and (max-width:744px){#elWidgetControls{display:none !important;}}html[dir="ltr"] #elWidgetControls{border-radius:0 3px 3px 0;left:0;}html[dir="rtl"] #elWidgetControls{border-radius:3px 0 0 3px;right:0;}#elWidgetControls:hover{opacity:1;}#elSidebarWidgets.cSidebarManaging{min-height:100px;}#elSidebarWidgets.cSidebarManaging > li{min-height:100px;}#elSidebarManager{bottom:0;padding-bottom:70px;position:fixed;top:0;width:300px;z-index:1000;}html[dir="ltr"] #elSidebarManager{left:0;}html[dir="rtl"] #elSidebarManager{right:0;}#elSidebarManager > div:first-child{bottom:70px;overflow:auto;position:absolute;top:0;width:300px;}#elSidebarManager [data-role='availableBlocks']{min-height:100px;}#elSidebarManager .cSidebarManager_open, #elSidebarManager .cSidebarManager_closed{position:relative;}html[dir="ltr"] #elSidebarManager .cSidebarManager_open, html[dir="ltr"] #elSidebarManager .cSidebarManager_closed{padding-left:26px;}html[dir="rtl"] #elSidebarManager .cSidebarManager_open, html[dir="rtl"] #elSidebarManager .cSidebarManager_closed{padding-right:26px;}#elSidebarManager .cSidebarManager_open:before, #elSidebarManager .cSidebarManager_closed:before{font-family:"FontAwesome";font-size:18px;position:absolute;}html[dir="ltr"] #elSidebarManager .cSidebarManager_open:before, html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before{left:12px;}html[dir="rtl"] #elSidebarManager .cSidebarManager_open:before, html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before{right:12px;}#elSidebarManager .cSidebarManager_open:before{content:'\f0d7';}html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before{content:'\f0da';}html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before{content:'\f0d9';}#elSidebarManager_submit{background:#000;bottom:0;position:fixed;width:300px;z-index:5500;}html[dir="ltr"] #elSidebarManager_submit{left:0;}html[dir="rtl"] #elSidebarManager_submit{right:0 !important;}.cSidebarManager_block{background:#313233;color:#fff;margin:0 0 10px 10px;padding:7px;}html[dir="rtl"] .cSidebarManager_block{margin:0 10px 10px 0;}.cSidebarManager_placeholder{background:#bcd3e3;height:75px;margin-top:20px;}#elSidebarManager .cSidebarManager_placeholder{background:transparent;margin-top:0;}#elCmsPageWrap .ipsWidget{background:transparent;}
 @media screen and (max-width:1440px){.ipsItemStatus:not( .ipsItemStatus_large ), .ipsItemStatus.ipsItemStatus_tiny, .ipsItemStatus.ipsItemStatus_small{font-size:18px;vertical-align:initial;}}@media screen and (max-width:999px){.ipsBadge.ipsBadge_icon{width:19px;height:19px;line-height:19px;font-size:11px;}}@media screen and (max-width:999px){.ipsWidget .ipsTabs_small:target [role="tablist"], .ipsWidget .ipsTabs_small.ipsTabs_showMenu [role="tablist"]{top:0;left:0;right:0;}.ipsWidget .ipsTabs_small .ipsTabs_activeItem{border-bottom:0;}}@media screen and (max-width:999px){.ipsButton.ipsButton_bonus{height:38px;font-size:14px;line-height:18px;}}@media screen and (max-width:1440px){.ipsComment_content .ipsDataItem_modCheck{position:absolute;top:36px;}html[dir="ltr"] .ipsComment_content .ipsDataItem_modCheck, .ipsWarninglist.ipsDataItem .ipsDataItem_modCheck{left:auto;padding:0;right:0;top:10px;}.ipsWarninglist.ipsDataItem .ipsDataItem_modCheck{right:15px;top:15px;}}@media screen and (max-width:999px){html[dir="ltr"] .ipsComment_content, html[dir="ltr"] .ipsComment_subComments .ipsComment_content{margin-left:0;}html[dir="ltr"] .ipsComment_content, html[dir="ltr"] .ipsComment_subComments .ipsComment_content{margin-right:0;}html[dir="ltr"] .ipsComment_subComments{margin-left:0;padding:15px 0 0 0;}html[dir="rtl"] .ipsComment_subComments{margin-right:0;padding:15px 0 0 0;}.ipsComment_parent > .ipsComment > .ipsComment_content:before{display:none;}.ipsComment [data-role="commentContent"]{margin-bottom:10px;}}@media screen and (max-width:1440px){}@media screen and (max-width:999px){.ipsApp .ipsComposeArea .ipsToolList .ipsComposeArea_formControl{margin-bottom:15px;}.ipsComposeArea > .ipsUserPhoto, .ipsComposeArea_editor:before{display:none;}html[dir="ltr"] .ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-left:0;}html[dir="rtl"] .ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor{margin-right:0;}.ipsComposeArea.ipsComposeArea_withPhoto .ipsComposeArea_editor:before{display:none;}html[dir="ltr"] .ipsComposeArea_warning{margin-left:0;}html[dir="rtl"] .ipsComposeArea_warning{margin-right:0;}.ipsComposeArea_dropZone .fa-paperclip{font-size:24px;}.ipsComposeArea_dropZone .fa-clipboard{font-size:19px;}html[dir="ltr"] .ipsComposeArea_dropZone > div{margin-left:30px;}html[dir="rtl"] .ipsComposeArea_dropZone > div{margin-right:30px;}}@media screen and (max-width:1200px){.ipsDataItem_lastPoster{min-width:160px;}.ipsDataItem_lastPoster li:first-child{display:none;}html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li{margin:0;}html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto li{margin:0;}}@media screen and (max-width:1440px){.ipsDataList.ipsDataList_reducedSpacing, .ipsDataList, .ipsDataList .ipsDataItem_main, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_main, .ipsDataList .ipsDataItem_stats, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_stats, .ipsDataList .ipsDataItem_lastPoster, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_lastPoster, .ipsDataList .ipsDataItem_generic, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_generic, .ipsDataList .ipsDataitem_modCheck, .ipsDataList.ipsDataList_reducedSpacing .ipsDataItem_modCheck{display:block;padding:0;width:auto;}.ipsDataItem{padding:15px 10px 15px 10px;}.ipsDataList.ipsDataList_reducedSpacing .ipsDataItem{padding:7px;}.ipsDataItem_icon{width:auto;padding-top:0;}html[dir="ltr"] .ipsDataItem_icon{float:left;padding-left:0;}html[dir="rtl"] .ipsDataItem_icon{float:right;padding-right:0;}.ipsDataList_large .ipsDataItem_icon{min-width:40px;padding-top:4px;}html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon{padding-right:0;}html[dir="rtl"] .ipsDataList_large .ipsDataItem_icon{padding-left:0;}.ipsDataItem_icon br{display:none;}html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats{margin-left:45px;}html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="rtl"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats{margin-right:45px;}html[dir="ltr"] .ipsDataItem.ipsDataItem_responsivePhoto .ipsDataItem_main{margin-right:50px;}html[dir="rtl"] .ipsDataItem.ipsDataItem_responsivePhoto .ipsDataItem_main{margin-left:50px;}.ipsDataItem_icon .ipsItemStatus.ipsItemStatus_large{width:30px;height:30px;line-height:30px;font-size:13px;border-radius:15px;}.ipsDataItem_stats{display:block;min-width:0;text-align:left;margin-top:5px;}html[dir="rtl"] .ipsDataItem_stats{text-align:right;}.ipsDataItem_stats li, .ipsDataItem_stats dt, .ipsDataItem_stats dd{display:inline;}html[dir="ltr"] .ipsDataItem_stats li{margin-right:10px;}html[dir="rtl"] .ipsDataItem_stats li{margin-left:10px;}.ipsDataItem_statsLarge .ipsDataItem_stats_number{font-size:inherit;}html[dir="ltr"] .ipsDataItem_unread .ipsDataItem_main{border-left:0;}html[dir="rtl"] .ipsDataItem_unread .ipsDataItem_main{border-right:0;}.ipsDataItem_lastPoster{display:none;min-width:0;max-width:100%;}.ipsDataItem_lastPoster.ipsDataItem_withPhoto{display:block !important;position:absolute;top:18px !important;padding:0;width:34px;height:34px;}html[dir="ltr"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto{right:10px !important;}html[dir="rtl"] .ipsDataItem_lastPoster.ipsDataItem_withPhoto{left:10px !important;}html[dir] .ipsDataItem_lastPoster.ipsDataItem_withPhoto .ipsUserPhoto{margin:0;}.ipsDataItem_lastPoster.ipsDataItem_withPhoto li{display:none;margin:0;}.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:first-child, .ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child{display:block;}.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time{display:block;width:0;overflow:hidden;}.ipsDataItem_lastPoster.ipsDataItem_withPhoto li:last-child time:after{content:attr(data-short);position:absolute;top:40px;left:0;right:0;font-size:11px;text-align:center;white-space:nowrap;}.ipsDataItem_lastPoster .ipsUserPhoto{float:none;display:block;}.ipsDataItem_modCheck{position:absolute;top:36px;}html[dir="ltr"] .ipsDataItem_modCheck{left:10px;padding:0 10px 0 0;}html[dir="rtl"] .ipsDataItem_modCheck{right:10px;padding:0 0 0 10px;}.ipsDataItem_modCheck .ipsCustomInput, .ipsDataItem:hover .ipsDataItem_modCheck .ipsCustomInput{opacity:1;}}@media screen and (max-width:999px){.ipsDataItem_subList li{width:100%;}.ipsDataItem_subList li:after{content:'';}}@media screen and (max-width:1440px){.ipsLikeRep{margin-bottom:10px;}.ipsRep_mini .ipsLikeRep{margin-bottom:0;}}@media screen and (max-width:1440px){html[dir="ltr"] .ipsFollow{float:right;}html[dir="rtl"] .ipsFollow{float:left;}}@media screen and (max-width:999px){.ipsFollow{width:100%;display:table !important;float:none !important;}.ipsFollow > a, .ipsFollow > span, .ipsFollow > a > span{display:table-cell !important;}.ipsFollow > a:not( .ipsCommentCount ), .ipsFollow > span:not( .ipsCommentCount ), .ipsFollow > a > span:not( .ipsCommentCount ){width:100%;}html[dir="ltr"] .ipsFollow > a:not( .ipsCommentCount ), html[dir="ltr"] .ipsFollow > span:not( .ipsCommentCount ), html[dir="ltr"] .ipsFollow > a > span:not( .ipsCommentCount ){left:0;padding-left:0;}}@media screen and (max-width:999px){.ipsApp .ipsForm_horizontal .ipsFieldRow > .ipsFieldRow_title, .ipsApp .ipsForm_horizontal .ipsFieldRow > .ipsFieldRow_label{float:none !important;width:auto;text-align:inherit !important;}html[dir="ltr"] .ipsApp .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_content, html[dir="ltr"] .ipsApp .ipsForm_horizontal .ipsFieldRow_checkbox{margin-left:0;}html[dir="rtl"] .ipsApp .ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_content, html[dir="rtl"] .ipsApp .ipsForm_horizontal .ipsFieldRow_checkbox{margin-right:0;}.ipsApp .ipsFieldRow_content select{margin-top:0;width:100%;}.ipsApp textarea, .ipsApp input[type="text"], .ipsApp input[type="password"], .ipsApp input[type="datetime"], .ipsApp input[type="datetime-local"], .ipsApp input[type="date"], .ipsApp input[type="month"], .ipsApp input[type="time"], .ipsApp input[type="week"], .ipsApp input[type="number"], .ipsApp input[type="email"], .ipsApp input[type="url"], .ipsApp input[type="search"], .ipsApp input[type="tel"], .ipsApp input[type="color"], .ipsApp select{font-size:16px;}}@media screen and (max-width:1440px){.ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow > .ipsFieldRow_title, .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow > .ipsFieldRow_label{float:none !important;width:auto;text-align:inherit !important;}html[dir="ltr"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_content, html[dir="ltr"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow_checkbox{margin-left:0;}html[dir="rtl"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow:not( .ipsFieldRow_checkbox ) .ipsFieldRow_content, html[dir="rtl"] .ipsApp .ipsForm_collapseTablet.ipsForm_horizontal .ipsFieldRow_checkbox{margin-right:0;}.ipsApp .ipsForm_collapseTablet .ipsFieldRow_content select{margin-top:0;width:100%;}}@media screen and (max-width:1440px){html[dir="ltr"] #elMobileNav{text-align:right;}html[dir="rtl"] #elMobileNav{text-align:left;}html[dir="ltr"] #elMobileNav li{margin-right:0;}html[dir="rtl"] #elMobileNav li{margin-left:0;}#elMobileNav li:not( #elMobileBreadcrumb ) a{width:50px;height:50px;line-height:50px;color:#fff;text-align:center;font-size:26px;margin:0;position:relative;display:block;}#elMobileNav .icon-newspaper{font-size:24px;}#elMobileNav .ipsNotificationCount{top:6px;}html[dir="ltr"] #elMobileNav .ipsNotificationCount{right:6px;}html[dir="rtl"] #elMobileNav .ipsNotificationCount{left:6px;}#ipsLayout_mobileNav li a{display:block;color:#fff;line-height:52px;padding:0 20px;font-size:14px;}#ipsLayout_header > nav{padding:0;}body.cSearchOpen #ipsLayout_header > nav{height:50px;}body.cSearchOpen #elSearch{display:block;opacity:1;width:94%;margin:0 3%;transition:opacity 0.2s ease-out;}body.cSearchOpen #elSearchFilter{display:block;}body.cSearchOpen .elSearchField{width:auto;}html[dir="ltr"] body.cSearchOpen .elSearchField{left:120px;}html[dir="rtl"] body.cSearchOpen .elSearchField{right:120px;}code, pre{white-space:pre-wrap;word-break:break-word;}#elQueryLog, #elCachingLog{display:none !important;}}@media screen and (max-width:999px){body{font-size:14px;}input, select, option, label{font-size:16px;}#elFlashMessage{width:100%;padding:7px;}html[dir="ltr"] #elFlashMessage{left:auto;margin-left:0;}html[dir="rtl"] #elFlashMessage{right:auto;margin-right:0;}}#ipsLayout_mainArea .adsbygoogle{width:320px;height:100px;}@media (min-width:500px){#ipsLayout_mainArea .adsbygoogle{width:468px;height:60px;}}@media (min-width:1050px){#ipsLayout_mainArea .adsbygoogle{width:728px;height:90px;}}@media screen and (max-width:979px){.ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"]{width:100%;}html[dir="ltr"] .ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"]{margin-left:0;}html[dir="rtl"] .ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"]{margin-right:0;}}@media screen and (min-width:768px) and (max-width:979px){.ipsColumns.ipsColumns_collapseTablet{width:100%;display:block;}html[dir="ltr"] .ipsColumns.ipsColumns_collapseTablet{padding-right:0;}html[dir="rtl"] .ipsColumns.ipsColumns_collapseTablet{padding-left:0;}.ipsColumns.ipsColumns_collapseTablet > .ipsColumn:not( .ipsHide ){display:block;position:relative;margin:15px 0;width:100%;}.ipsLayout_contentSection{padding:15px;}}@media screen and (max-width:1440px){.ipsPageHeader{margin:15px 0;}#ipsLayout_mainArea > .ipsPageHeader:first-child{padding:7px 0;margin-top:-5px;}#elHeaderSubLinks{display:none;}.ipsLayout_container{}#ipsLayout_mainArea{margin-bottom:0 !important;}#ipsLayout_sidebar{background:#fff;padding:25px 10px 10px 10px;margin-left:5px;max-width:100% !important;min-width:0 !important;display:block;overflow:visible;}.ipsLayout_body{padding:0;max-width:100%;margin:0;}#ipsLayout_header > header{margin-bottom:0 !important;}#ipsLayout_mainArea{border-radius:0 !important;margin-bottom:10px;}#ipsLayout_mainNav{display:none;float:none !important;clear:both;}#ipsLayout_mainNav li{display:block;line-height:40px;}#ipsLayout_mainNav li a{font-size:13px;}html[dir="ltr"] #ipsLayout_mainNav li a.active{margin-right:-20px;}html[dir="rtl"] #ipsLayout_mainNav li a.active{margin-left:-20px;}#ipsLayout_contentArea, #ipsLayout_mainArea{display:block;border:0;}}@media screen and (max-width:767px){#ipsLayout_mainArea{}.ipsColumns.ipsColumns_collapseTablet:not( .ipsHide ), .ipsColumns.ipsColumns_collapsePhone:not( .ipsHide ){width:100%;display:block;padding-right:0;}.ipsColumns.ipsColumns_collapseTablet > .ipsColumn:not( .ipsHide ), .ipsColumns.ipsColumns_collapsePhone > .ipsColumn:not( .ipsHide ){display:block;position:relative;width:100%;margin:0 0 15px 0;padding:0;}.ipsLayout_contentSection{padding:5px;}.ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"], .ipsGrid.ipsGrid_collapsePhone > [class*="ipsGrid_span"]{width:100%;}html[dir="ltr"] .ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"], html[dir="ltr"] .ipsGrid.ipsGrid_collapsePhone > [class*="ipsGrid_span"]{margin-left:0;}html[dir="rtl"] .ipsGrid.ipsGrid_collapseTablet > [class*="ipsGrid_span"], html[dir="rtl"] .ipsGrid.ipsGrid_collapsePhone > [class*="ipsGrid_span"]{margin-right:0;}}.gp_StickyHeaderSection.gp_stickyScroll .ipsBreadcrumb{display:none;}.gp_StickyHeaderSection.gp_stickyScroll .gp_BonusOffer{margin-top:5px;}@media screen and (max-width:999px){gp_StickyHeaderSection.gp_stickyScroll:not(.db_promotions) .gpLayout_heading{line-height:10px;}.gp_StickyHeaderSection.gp_stickyScroll .gp_TitleOffer{display:none;}.gp_StickyHeaderSection.gp_stickyScroll h2{font-size:15px;line-height:26px;}.gp_StickyHeaderSection.gp_stickyScroll .ipsSpacer_both{margin-top:4px;margin-bottom:4px;}.gpRatingWithZeroReviews + .gp_bulletContainer{visibility:hidden;display:block;height:0;}.gp_StickyHeaderSection.gp_stickyScroll .gpRatingWithZeroReviews + .gp_bulletContainer{margin:4px;}.gpCasinoStatus > span{display:block;}}@media screen and (max-width:1440px){.ipsLightbox_next, .ipsLightbox_prev{opacity:0.4;}}@media screen and (max-width:999px){.ipsSideMenu{border:o;}.ipsSideMenu .ipsSideMenu_mainTitle a{color:var(--color-ui-rich-black);font-weight:normal;}.ipsSideMenu .ipsSideMenu_title, .ipsSideMenu .ipsSideMenu_subTitle, .ipsSideMenu .ipsSideMenu_list{display:none;}.ipsSideMenu .ipsSideMenu_mainTitle, .ipsSideMenu .ipsSideMenu_mainTitle a, .ipsSideMenu:target .ipsSideMenu_title, .ipsSideMenu:target .ipsSideMenu_list, .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_title, .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list, .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_subTitle{display:block;}.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_mainTitle a, .ipsSideMenu:target .ipsSideMenu_mainTitle a{background:var(--color-accent-mint);color:var(--color-ui-white);display:block;}.ipsSideMenu.ipsSideMenu_open, .ipsSideMenu:target{width:100%;background:#fff;z-index:4000;}.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_title, .ipsSideMenu:target .ipsSideMenu_title{padding:10px;background:#f9f9f9;}.ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list, .ipsSideMenu:target .ipsSideMenu_list{margin-bottom:0;}html[dir="ltr"] .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list li a, html[dir="ltr"] .ipsSideMenu:target .ipsSideMenu_list li a{padding-left:20px;}html[dir="rtl"] .ipsSideMenu.ipsSideMenu_open .ipsSideMenu_list li a, html[dir="rtl"] .ipsSideMenu:target .ipsSideMenu_list li a{padding-right:20px;}.ipsSideMenu .fa-caret-down{margin-left:10px;transform:rotate(0deg);transition:transform .3s linear;}.ipsSideMenu.ipsSideMenu_open .fa-caret-down{transform:rotate(180deg);transition:transform .3s linear;}}@media screen and (max-height:450px){.ipsMenu_innerContent{max-height:210px;}}@media screen and (max-width:1440px){.ipsPhotoPanel.ipsPhotoPanel_notTablet > .ipsUserPhoto{display:none;}html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet > div{margin-left:0;}html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet > div{margin-right:0;}.ipsToolList.ipsToolList_horizontal{margin-bottom:15px;}.ipsActiveUsers_title{display:block;margin:0;}}@media screen and (max-width:999px){.ipsPhotoPanel.ipsPhotoPanel_notPhone > .ipsUserPhoto, .ipsPhotoPanel.ipsPhotoPanel_notTablet > .ipsUserPhoto{display:none;}html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notPhone > div, html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet > div{margin-left:0;}html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notPhone > div, html[dir="rtl"] .ipsPhotoPanel.ipsPhotoPanel_notTablet > div{margin-right:0;}html[dir="ltr"] .ipsToolList.ipsToolList_horizontal, html[dir="rtl"] .ipsToolList.ipsToolList_horizontal{display:block;}html[dir="ltr"] .ipsToolList.ipsToolList_horizontal > li, html[dir="rtl"] .ipsToolList.ipsToolList_horizontal > li{margin:0 0 5px 0 !important;float:none !important;}.ipsContained_container{display:block !important;}html[dir] .ipsContained_container > span{display:inline !important;}.ipsApp .ipsType_break.ipsContained{display:inline !important;width:auto;word-break:break-word;}.ipsApp .ipsType_richText.ipsType_break.ipsContained{display:inline-block !important;}}@media screen and (max-width:1440px){}@media screen and (max-width:999px){.ipsDialog > div{width:100%;margin:0 auto;}.ipsDialog.ipsDialog_fixed > div{position:fixed;top:0;left:0;right:0;bottom:0;margin-top:0;width:auto;height:auto;max-width:100%;max-height:100%;}.ipsAlert{width:96%;top:20px;text-align:center;}html[dir="ltr"] .ipsAlert{margin-left:-48%;}html[dir="rtl"] .ipsAlert{margin-right:-48%;}.ipsAlert_icon{float:none;}.ipsAlert_icon + .ipsAlert_msg{margin:10px 0 20px !important;}.ipsAlert .ipsToolList li{margin-bottom:20px;}.ipsAlert .ipsToolList li:last-child{margin-bottom:0;}.ipsHovercard.ipsHovercard_stemLeft{margin-left:0;}.ipsHovercard.ipsHovercard_stemRight{margin-left:0;}.ipsPageAction{margin-left:0px !important;left:10px;right:10px;text-align:center;}.ipsPageAction > ul[data-role='actionItems'] > li{min-width:50px;padding:5px 7px;float:none;}.ipsPageAction > ul[data-role='actionItems'] > li:not( .ipsHide ){display:inline-block;}.ipsPageAction > ul[data-role='actionItems'] > li:first-child{display:block;width:100%;font-size:12px;line-height:18px;padding:5px 10px;}.ipsPageAction > ul[data-role='actionItems'] > li:last-child{border-right:0;}.ipsPageAction .ipsPageAction_icon{font-size:20px;}}@media screen and (max-width:999px){iframe[data-embedContent]{max-width:100%;min-height:165px;}html[dir] .ipsEmbedded_withImage .ipsEmbedded_image{display:none;}.ipsEmbedded_image, .ipsEmbedded_image a{width:auto;}html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_headerArea, html[dir="ltr"] .ipsEmbedded_withImage .ipsEmbedded_content{padding-left:7px;}html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_headerArea, html[dir="rtl"] .ipsEmbedded_withImage .ipsEmbedded_content{padding-right:7px;}a.ipsAttachLink_image[data-ipsLightbox]{pointer-events:none;cursor:default;}html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_left{margin-left:15px;}html[dir="ltr"] .ipsAttachLink_image.ipsAttachLink_left, html[dir="ltr"] .ipsAttachLink.ipsAttachLink_left, html[dir="rtl"] .ipsAttachLink_image.ipsAttachLink_right, html[dir="rtl"] .ipsAttachLink.ipsAttachLink_right{margin-right:15px;}}@media screen and (max-width:1440px){.cke_wysiwyg_div{font-size:16px;}}@media screen and (max-width:1440px){}@media screen and (max-width:999px){.ipsPost{font-size:13px;}.ipsAuthorPane{text-align:left;border-bottom:1px solid #efefef;margin:0 0 15px 0;padding:0 0 10px 0;}html[dir="rtl"] .ipsAuthorPane{text-align:right;}.ipsAuthorPane h3, .ipsAuthorPane_info{margin:0 0 3px 65px;}html[dir="rtl"] .ipsAuthorPane h3, html[dir="rtl"] .ipsAuthorPane_info{margin:0 65px 3px 0;}.ipsAuthorPane > .ipsUserPhoto{position:absolute;top:0;}html[dir="ltr"] .ipsAuthorPane > .ipsUserPhoto{left:0;}html[dir="rtl"] .ipsAuthorPane > .ipsUserPhoto{right:0;}.ipsAuthorPane > .ipsUserPhoto img{width:50px;height:50px;}.ipsPost_ignored > .ipsPost{margin:0 30px;text-align:center;}.ipsPost_ignored > .ipsPost > a{display:block;}.ipsPost_bestAnswer{padding-right:10px !important;}html[dir="ltr"] .ipsPost_bestAnswer{padding-right:10px !important;}html[dir="rtl"] .ipsPost_bestAnswer{padding-left:10px !important;}.ipsPost_bestAnswer > .ipsColumn > .ipsUserPhoto img{max-width:50px;max-height:50px;}.ipsPost_bestAnswer_check{position:absolute;top:0px;}html[dir="ltr"] .ipsPost_bestAnswer_check{right:0px;}html[dir="rtl"] .ipsPost_bestAnswer_check{left:0px;}.ipsPost_bestAnswer .ipsPost{margin-top:15px;}html[dir="ltr"] .ipsPost_bestAnswer .ipsPost{margin-right:10px;}html[dir="rtl"] .ipsPost_bestAnswer .ipsPost{margin-left:10px;}.ipsPost_bestAnswer .ipsPost:before{border-width:10px 15px;top:-20px;border-color:transparent transparent #fcfffa transparent;}html[dir="ltr"] .ipsPost_bestAnswer .ipsPost:before{left:10px;}html[dir="rtl"] .ipsPost_bestAnswer .ipsPost:before{right:10px;}}@media screen and (min-width:1000px){.ipsResponsive_hideDesktop{display:none !important;}}@media screen and (max-width:999px){.ipsResponsive_hideDesktop.ipsResponsive_inline, .ipsResponsive_showTablet.ipsResponsive_inline{display:inline !important;}.ipsResponsive_hideDesktop.ipsResponsive_inlineBlock{display:inline-block !important;}.ipsResponsive_hideDesktop.ipsResponsive_block, .ipsResponsive_showTablet.ipsResponsive_block{display:block !important;}.ipsResponsive_hideTablet, .ipsResponsive_showDesktop, .ipsResponsive_showPhone, .ipsResponsive_hideTablet.ipsResponsive_inline, .ipsResponsive_hideTablet.ipsResponsive_inlineBlock, .ipsResponsive_hideTablet.ipsResponsive_block, .ipsResponsive_showDesktop.ipsResponsive_inline, .ipsResponsive_showDesktop.ipsResponsive_inlineBlock, .ipsResponsive_showDesktop.ipsResponsive_block{display:none !important;}}@media screen and (max-width:999px){.ipsResponsive_showPhone, .ipsResponsive_hideDesktop, .ipsResponsive_hideTablet, .ipsResponsive_hideDesktop.ipsResponsive_inline, .ipsResponsive_showPhone.ipsResponsive_inline{}.ipsResponsive_hideDesktop.ipsResponsive_block, .ipsResponsive_showPhone.ipsResponsive_block{display:block !important;}.ipsResponsive_hideDesktop.ipsResponsive_inlineBlock, .ipsResponsive_showPhone.ipsResponsive_inlineBlock{display:inline-block !important;}.ipsResponsive_hidePhone, .ipsResponsive_showDesktop, .ipsResponsive_showTablet, .ipsResponsive_showDesktop.ipsResponsive_inline, .ipsResponsive_showDesktop.ipsResponsive_inlineBlock, .ipsResponsive_showDesktop.ipsResponsive_block, .ipsResponsive_hidePhone.ipsResponsive_inline, .ipsResponsive_hidePhone.ipsResponsive_inlineBlock, .ipsResponsive_hidePhone.ipsResponsive_block{display:none !important;}}@media screen and (max-width:1440px){.ipsResponsive_noFloat{float:none !important;margin-top:5px;}#ipsLayout_header > header{padding-top:0;padding-bottom:0;}#elSiteTitle{font-size:24px;}#elCopyright{clear:both;float:none;text-align:center;}.ipsHeader_tabs{display:none;}.ipsApp_front .ipsSubNavigation .ipsBreadcrumb li, .ipsApp_front .ipsBreadcrumb li i{display:none;}.ipsBreadcrumb li{overflow:visible;}#elMobileBreadcrumb{top:10px;position:absolute;height:30px;font-size:11px;display:block;text-align:center;text-shadow:none;line-height:30px;font-weight:700;min-width:40px;background-color:;}html[dir="ltr"] #elMobileBreadcrumb{left:24px;border-radius:0 6px 6px 0;padding:0 10px 0 0;}html[dir="rtl"] #elMobileBreadcrumb{right:24px;border-radius:6px 0 0 6px;padding:0 0 0 10px;}#elMobileBreadcrumb a{font-size:11px !important;line-height:30px !important;display:inline-block;position:relative;white-space:nowrap;max-width:70px;height:30px;overflow:hidden;text-overflow:ellipsis;word-break:normal;z-index:50;color:!important;}#elMobileBreadcrumb:before{display:block;position:absolute;font-size:28px;line-height:30px;overflow:hidden;text-shadow:none;content:'';top:0;bottom:0;width:0px;border-style:solid;border-width:15px;z-index:0;color:;transform:scaleX(0.666667) rotate(45deg);}html[dir="ltr"] #elMobileBreadcrumb:before{left:-15px;border-radius:15px 15px 15px 1px;border-color:transparent transparent ;}html[dir="rtl"] #elMobileBreadcrumb:before{right:-15px;border-radius:15px 1px 15px 15px;border-color:transparent transparent;}}@media screen and (max-width:999px){.ipsStream{clear:both;margin-top:35px;}.ipsStream .ipsStreamItem_time:first-child{margin-bottom:15px;}html[dir] .ipsStreamItem_bar hr.ipsHr{margin-left:0;margin-right:0;}html[dir] .ipsStreamItem_loadMore{margin-left:0;margin-right:0;margin-bottom:5px;}html[dir="ltr"] .ipsStream.ipsStream_withTimeline{margin-left:0;border:0;}html[dir="rtl"] .ipsStream.ipsStream_withTimeline{margin-right:0;border:0;}html[dir="ltr"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType{top:10px;left:45px;}html[dir="rtl"] .ipsStream.ipsStream_withTimeline .ipsStreamItem_contentType{top:10px;right:45px;}.ipsStreamItem.ipsStreamItem_contentBlock{margin-top:20px;margin-bottom:20px;}.ipsApp .ipsStreamItem.ipsStreamItem_actionBlock{margin-top:0;margin-bottom:0;padding-left:10px;padding-right:10px;}html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_time{margin-left:0;}html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_time{margin-right:0;}html[dir] .ipsStreamItem .ipsPhotoPanel > .ipsUserPhoto{float:none;margin:-15px auto 15px;}html[dir="ltr"] .ipsStreamItem .ipsPhotoPanel.ipsPhotoPanel_mini > div, html[dir="ltr"] .ipsStreamItem_snippet, html[dir="ltr"] .ipsStreamItem_meta{margin-left:0;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_expanded .ipsPhotoPanel.ipsPhotoPanel_mini > div, html[dir="rtl"] .ipsStreamItem_snippet, html[dir="rtl"] .ipsStreamItem_meta{margin-right:0;}html[dir] .ipsStream_withTimeline .ipsPhotoPanel > .ipsUserPhoto{float:none;margin:0;flex-shrink:0;width:50px;}html[dir="ltr"] .ipsStreamItem.ipsStream_withTimeline .ipsPhotoPanel.ipsPhotoPanel_mini > div, html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_snippet, html[dir="ltr"] .ipsStream_withTimeline .ipsStreamItem_meta{margin-left:65px;}html[dir="rtl"] .ipsStreamItem.ipsStreamItem_expanded .ipsPhotoPanel.ipsPhotoPanel_mini > div, html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_snippet, html[dir="rtl"] .ipsStream_withTimeline .ipsStreamItem_meta{margin-right:65px;}.ipsStream_withTimeline .ipsStreamItem_header a.ipsUserPhoto{width:58px;}html[dir] .ipsStream_snippetInfo{border-width:1px 0 0 0;padding-top:7px !important;}html[dir="ltr"] .ipsStream_comment{margin-left:0;}html[dir="rtl"] .ipsStream_comment{margin-right:0;}.ipsStream_comment:before{display:none;}html[dir] .ipsStreamItem.ipsStreamItem_actionBlock time{display:block;margin:0;}.ipsStreamItem .ipsLikeRep{margin-bottom:0;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock{margin:0 0 0 20px;padding:10px 0;}.ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_contentBlock::before{left:-15px;}.ipsStream_withTimeline .ipsStreamItem_container:before{left:-19px;}.ipsStreamItem.ipsStreamItem_expanded .ipsStreamItem_status{margin:3px 0;line-height:14px;}html[dir] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_expanded{padding-left:10px;padding-right:10px;}.ipsStreamItem.ipsStreamItem_condensed{margin:10px 0;}.ipsStreamItem.ipsStreamItem_condensed ~ .ipsStreamItem_time{margin-top:15px;margin-bottom:15px;}html[dir] .ipsStreamItem.ipsStreamItem_actionBlock.ipsStreamItem_condensed{padding-left:10px;padding-right:10px;}html[dir] .ipsStreamItem_condensed .ipsPhotoPanel_mini > div{margin-left:0;margin-right:0;}.ipsStreamItem.ipsStreamItem_condensed .ipsUserPhoto, .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_contentType{display:none;}.ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_status > li:first-child{margin:7px 0;color:#353c41;}html[dir] .ipsStreamItem.ipsStreamItem_condensed .ipsStreamItem_stats{width:auto;float:none;position:static;border:0;padding:0;line-height:1.2;margin:5px 0;}.ipsApp .ipsStreamItem_title .ipsType_break.ipsContained{display:inline !important;}#elLeaderboardContent .ipsStream.gpGrid_five{grid-gap:15px;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock{position:relative;flex-direction:row;justify-content:flex-start;text-align:left;column-gap:15px;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock .ipsStreamItem_member_details{display:flex;column-gap:15px;justify-content:space-between;align-items:center;flex-direction:row;width:100%;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock ul.ipsList_reset.profile_btncnt{display:flex;flex-direction:column;}#elLeaderboardContent .ipsStreamItem.ipsStreamItem_contentBlock ul.ipsList_reset.profile_btncnt li{margin:5px 0;}#elLeaderboardContent .cStream_members .ipsUserPhoto{margin-top:0;width:50px;flex-shrink:0;}#elLeaderboardContent .ipsStreamItem_header h2.ipsStreamItem_title{font-size:16px;line-height:24px;margin-bottom:0;}#elLeaderboardContent .ipsStreamItem_header p{font-size:12px;line-height:18px;}#elLeaderboardContent .cStream_members .ipsStreamItem_contentBlock .ipsUserPhoto img{height:48px;width:48px;margin:10px auto;}#elLeaderboardContent .ipsStreamItem_container ul li{font-size:12px;line-height:18px;margin:0 10px 0 0;}#elLeaderboardContent ol.popularContent .ipsStreamItem.ipsStreamItem_contentBlock{padding-right:0;}#elLeaderboardContent ol.popularContent .ipsStreamItem_contentBlock a.ipsUserPhoto{margin:0 15px 0 0;}#elLeaderboardContent ol.popularContent .ipsStreamItem_snippet, #elLeaderboardContent ol.popularContent .ipsStreamItem_meta{margin-left:65px;}#elLeaderboardContent ol.popularContent .cPopularItem_stats{margin:0;}#elLeaderboardContent .cPastLeaders_cell .ipsPhotoPanel{margin:0;}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy{width:40px;height:40px;margin-top:40px;margin-left:46px;align-items:flex-start;}#elLeaderboardContent .cPastLeaders_cell .ipsLeaderboard_trophy .iconfont{font-size:26px;}#elLeaderboardContent .cPastLeaders_cell{padding-right:80px;}}@media screen and (max-width:768px){#elLeaderboardContent .ipsStreamItem_container ul li a.ipsButton{font-size:12px;}}@media screen and (max-width:999px){.ipsTable.ipsTable_responsive, .ipsTable.ipsTable_responsive tbody, .ipsTable.ipsTable_responsive tr, .ipsTable.ipsTable_responsive td{display:block;}.ipsTable.ipsTable_responsive thead{display:none;}.ipsTable.ipsTable_responsive tr{padding:10px;line-height:1.6;}.ipsTable.ipsTable_responsive tbody tr td{padding:0;border:0;}.ipsTable.ipsTable_responsive td.ipsTable_icon{float:left;padding:0;width:45px;}html[dir="rtl"] .ipsTable.ipsTable_responsive td.ipsTable_icon{float:right;}html[dir="ltr"] .ipsTable.ipsTable_responsive td.ipsTable_icon ~ td{margin-left:55px;}html[dir="rtl"] .ipsTable.ipsTable_responsive td.ipsTable_icon ~ td{margin-right:55px;}.ipsTable.ipsTable_responsive td.ipsTable_primary{font-size:16px;font-weight:bold;}.ipsTable.ipsTable_responsive td.ipsTable_controls{margin-top:5px;}.ipsTable.ipsTable_responsive td[data-title]:before{content:attr(data-title) ':\00A0';font-weight:bold;}html[dir="ltr"] .ipsTable.ipsTable_responsive.ipsMatrix td{text-align:left;}html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix td{text-align:right;}.ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_rowTitle{background:#f5f5f5 !important;padding:10px;text-align:left;margin:-10px -10px 10px -10px;}html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_rowTitle{text-align:right;}.ipsTable.ipsTable_responsive.ipsMatrix td input:not( [type="checkbox"] ):not( [type="radio"] ), .ipsTable.ipsTable_responsive.ipsMatrix td select, .ipsTable.ipsTable_responsive.ipsMatrix td textarea{width:100%;margin-bottom:5px;}.ipsTable.ipsTable_responsive.ipsMatrix td .ipsToggle{margin-bottom:5px;}.ipsTable.ipsTable_responsive.ipsMatrix .ipsMatrix_subHeader{background:#262e33;color:#fff;font-weight:normal;padding:10px;margin-top:5px;font-size:16px;display:block;margin:-10px -10px -10px -10px;}.ipsTable.ipsTable_responsive.ipsMatrix td[data-title]:before{text-align:left;display:block;}html[dir="rtl"] .ipsTable.ipsTable_responsive.ipsMatrix td[data-title]:before{text-align:right;}}@media screen and (max-width:999px){.ipsTabs{border-top:2px solid #e0e0e0;position:relative;}.ipsTabs_panels.ipsTabs_contained .ipsTabs_panel{padding:0;}.ipsTabs_panel .ipsComment{padding:0;}.gpSecondary_Tabs_Container .ipsTabs_item:not( .ipsTabs_activeItem ){display:block!important;}.ipsTabs_item:not( .ipsTabs_activeItem ){display:none !important;color:#333 !important;}.ipsTabs_activeItem a, a.ipsTabs_activeItem{width:100% !important;position:relative;font-size:16px;font-weight:bold;}.ipsTabs.ipsTabs_withIcons .ipsTabs_item{text-align:left;}html[dir="rtl"] .ipsTabs.ipsTabs_withIcons .ipsTabs_item{text-align:right;}.ipsTabs.ipsTabs_withIcons .ipsTabs_item i{display:inline-block;font-size:16px;width:22px;}.ipsTabs.ipsTabs_stretch [role="tablist"] > li{display:block;width:100%;}.ipsTabs [data-action='expandTabs']{display:inline-block !important;color:#000;position:absolute;left:10px;right:10px;top:8px;bottom:0;font-size:18px;z-index:10000;padding-right:15px;text-align:right;line-height:40px;margin-top:-5px;}html[dir="rtl"] .ipsTabs [data-action='expandTabs']{text-align:left;}.ipsTabs.ipsTabs_small [data-action='expandTabs']{top:3px;line-height:30px;}.ipsTabs:target, .ipsTabs.ipsTabs_showMenu{height:52px;z-index:1000;}.ipsTabs:target [data-action='expandTabs'], .ipsTabs.ipsTabs_showMenu [data-action='expandTabs']{width:40px;}html[dir="ltr"] .ipsTabs:target [data-action='expandTabs'], html[dir="ltr"] .ipsTabs.ipsTabs_showMenu [data-action='expandTabs']{left:auto;}html[dir="rtl"] .ipsTabs:target [data-action='expandTabs'], html[dir="rtl"] .ipsTabs.ipsTabs_showMenu [data-action='expandTabs']{right:auto;}.ipsTabs:target [role="tablist"], .ipsTabs.ipsTabs_showMenu [role="tablist"]{position:absolute;left:10px;right:10px;top:10px;background:#fff;box-shadow:0px 5px 40px rgba(0,0,0,0.4);border-radius:3px;}.ipsTabs.ipsTabs_contained:target [role="tablist"]{left:2px;right:2px;top:2px;}.ipsTabs:target .ipsTabs_item, .ipsTabs.ipsTabs_showMenu .ipsTabs_item{display:block !important;width:100% !important;}}
 .gp_welcomepage .gp_steptitle{font-size:18px;line-height:24px;}.gp_welcomepage .progress{box-shadow:none;position:relative;height:30px;background-color:var(--color-ui-silver);}.gp_welcomepage .progress-bar{background-color:var(--color-accent-mint);box-shadow:none;}.gp_welcomepage .progress .progress-barinfo{font-size:18px;line-height:24px;font-weight:450;color:var(--color-ui-white);text-shadow:0px 0px 2px rgba(150, 150, 150, 1);position:absolute;top:5px;left:15px;}.widgetContainer:not(.slick-initialized) > *:not(:first-child){display:none;}
 
 .cCmsRecord_image{float:left;max-width:300px;max-height:300px;margin-right:30px;margin-bottom:30px;}.cCmsRecord_image img{max-width:300px;max-height:300px;}div[data-controller="core.front.core.commentsWrapper"] .ipsTabs{margin:0px !important;}.ipsList_inline span.ipsBadge.ipsPos_right{margin-left:4px;}.ipsBadge img.ipsImage{max-height:20px;max-width:20px;}.ipsPagesDiff{margin-bottom:5px;}
 .ipsWidget.ipsWidget_horizontal[data-blockid^="app_cms"]:not([data-blockid^="app_cms_RecordFeed"]){padding:0px !important;background:transparent;border:none;box-shadow:none;}#elCmsPageWrap .cWidgetContainer_managing ul{margin-top:10px;}a.ipsPages_csv:after{content:", ";}a.ipsPages_csv:last-child:after{content:"";}.gpAffiliate_program_widget_wrapper{height:auto;border-radius:10px;padding:24px 32px 24px 32px;background:var(--color-ui-independence);color:var(--color-ui-white);}.gpWidget_text_block{margin-left:20px;flex-grow:2;}.gpDesc_text{display:none;}.ipsPad_Bottom{padding-bottom:6px;}.img_sort_select .elementBooleanIcon{width:80px;}.img_sort_exclusive .elementBooleanIcon{width:37px;}.ips_padding_right_10{padding-right:10px;margin-left:auto;}.ipsMargin_Bottom_16{margin-bottom:16px;}.ipsMargin_top_24{margin-top:24px;}.ipsMargin_bottom_24{margin-bottom:24px;}.ipsMargin_top_58{margin-top:58px;}.ipsMargin_top_18{margin-top:18px;}.ipsMarginTop_20{margin-top:20px;}.ipsPaddingTop_18{padding-top:18px;}.ipsPaddingBottom_16{padding-bottom:16px;}.ipsWidth_100{width:100%;}.ipsPaddingBottom_50{padding-bottom:50px;}.ipsMax_Width_95{max-width:95%;}.gpType_h4{font-size:22px !important;line-height:1.5 !important;}.labelWidth{width:100%;}.gpFilters_Section{padding:24px 0;border-bottom:1px solid rgba(224, 225, 221, 0.5);}.gpFilters_Section:nth-last-child(1){border-bottom:none;}.gpFilters_wrapper .carat_btn::before{top:0px !important;font-size:12px !important;}.ipsPaddingBottom_36{padding-bottom:36px;}.gpAccordion_container > .ipsColorWhite{padding:0 !important;margin:0 !important;border-radius:0px !important;}.gpAccordion_container > .ipsColorWhite.collapse:not(.show){background:var(--color-ui-white) !important;}.rangecollapse{margin-top:0 !important;}.gpAccordion_container > .ipsColorWhite{background-color:var(--color-ui-white) !important;}.gpAccordion_container>.collapsableContainer .ipsWidth_override{margin:0 !important;}.elSearchFieldWrapper .elSearchField_padding{padding:7px 0px 7px 37px !important;width:100%;height:50px;margin:16px 0;}.elSearchFieldWrapper .icon-UI-Search_position{left:6px !important;}.switch{position:relative;display:inline-block;width:33.25px;height:19px;top:15px;}.switch input{opacity:0;width:0;height:0;}.toggle{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--color-ui-white);-webkit-transition:0.4s;transition:0.4s;}.toggle:before{position:absolute;content:"";height:12.67px;width:12.67px;right:14px;bottom:1px;background-color:var(--color-ui-rich-black);-webkit-transition:0.4s;transition:0.4s;}input:checked+.toggle:before{background-color:var(--color-accent-neon-mint);}input:checked+.toggle{background-color:var(--color-ui-rich-black);}input:focus+.toggle{box-shadow:0 0 1px var(--color-ui-rich-black);}input:checked+.toggle:before{-webkit-transform:translateX(12.67px);-ms-transform:translateX(12.67px);transform:translateX(12.67px);}.toggle.round{border-radius:34px;border:2px solid var(--color-ui-rich-black);}.toggle.round:before{border-radius:50%;}input[type="radio"]+span{border-radius:50% !important;}.irs--round .irs-bar{background-color:var(--color-ui-rich-black) !important;height:2.1px !important;}.irs--round .irs-line{height:2.1px !important;}.irs--round .irs-handle{width:21px !important;height:21px !important;border:1px solid var(--color-ui-rich-black) !important;background-color:var(--color-ui-white) !important;box-shadow:0 0px 0px rgb(0 0 255 / 30%) !important;cursor:pointer;}.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{background-color:transparent;color:#666666;}.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before, .irs--round .irs-min, .irs--round .irs-max{display:none;}.irs--round .irs-single:before{display:none !important;}.irs-from, .irs-to, .irs-single{top:62px !important;}.irs--round .irs-from, .irs--round .irs-to{background-color:var(--color-ui-white) !important;color:var(--color-ui-rich-black) !important;}.irs--round .irs-single{background-color:var(--color-ui-white) !important;color:var(--color-ui-rich-black) !important;}.irs--round .irs-from:before, .irs--round .irs-to:before{content:none !important;}.irs-handle::before{content:"|||";position:relative;top:-4px;left:5px;color:var(--color-ui-rich-black);font-size:13px;}.greenbadgeContainer1, .greenbadgeContainer2{display:inline-block;align-items:center;cursor:pointer;background:var(--color-ui-rich-black);border-radius:4px;color:var(--color-accent-neon-mint);font-size:16px;padding:4px 8px;}.eq{padding:12px;background:var(--color-ui-white);}.equalHMRWrap{background:var(--color-ui-white);border-radius:5px;}.equalHMR{border-radius:5px;}.switchMobile{position:relative;width:33.25px;height:19px;}.toggle_check{position:relative;left:10px;bottom:2px;}.ipsFont_16{font-size:16px !important;font-weight:400 !important;}.gpFilters_wrapperDesktop>div{background-color:var(--color-ui-white);padding:30px 20px !important;}.levelSection{padding:12px;}.appendhtml{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}.appendhtml:empty{margin-top:0px;}.tag, .radiotag{background:var(--color-ui-rich-black);color:var(--color-accent-neon-mint);padding:4px 8px;border-radius:5px;cursor:pointer;}.hideBlock{display:none;}.showBlock{display:inline-block;}.ulFlex{display:flex;flex-wrap:wrap;}.ulFlex li.selected{order:-1;}.ulFlex li{width:100%;}.ulFlex li.selected:last-child{margin-bottom:15px !important;}.ipsfieldLabel_type_2{background:var(--color-ui-rich-black);color:#2ef897;border-radius:5px;padding:8px;}.ipsInput_type_2{margin-top:10px !important;right:8px !important;}h4{font-size:18px;}h5{font-size:16px;}.imgwidth{width:24px;}.tabBody{display:flex;border-bottom:1px solid var(--color-ui-platinum);margin-bottom:20px;overflow:auto;}.ipsTabsType{position:relative;}ul.tablist{display:flex;list-style:none;margin:0;padding:0;}ul.tablist li:not(:last-child){margin-right:40px;}ul.tablist li a.tablist__tab{position:relative;color:var(--color-ui-rich-black);cursor:pointer;padding:12px 0;font-size:14px;line-height:14px;font-weight:450;display:inline-flex;white-space:nowrap;overflow:hidden;}ul.tablist li a.tablist__tab:hover{color:var(--color-accent-mint);}ul.tablist li a.tablist__tab::after{transition:all .5s;position:absolute;bottom:0;left:0;right:0;margin:auto;width:0%;content:'.';color:transparent;background:var(--color-accent-mint);height:3px;}ul.tablist li a.tablist__tab.is-active::after{background:var(--color-accent-mint);height:3px;width:100%;}@media screen and (min-width:1000px){ul.tablist li a.tablist__tab:hover::after{width:100%;}}.ipsMarginTop_18{margin-top:18px !important;}.ipsTabWidget{}@media screen and (max-width:999px){.gpToggle_leftSidebar{height:auto !important;}.eq{padding:11px;}.gpFilters_Section{padding:50px 0;}.levelSection{padding:0;}.customInputSize input{top:2px;right:8px;width:11px;height:11px;}.ips_font_16_mobile{font-size:16px !important;}.ipsPadding_top_mb_48{padding-top:48px;}.ipsPadding_mb_24{padding-right:24px;}.ipsHideoverflow{overflow:hidden !important;}.filterWrapper{display:block !important;position:fixed;top:50px;left:0;right:0;width:100%;z-index:999;height:100%;max-height:100vh;overflow:auto;background-color:var(--color-ui-white);padding-bottom:100px;}.filter_results_mobile{background:var(--color-ui-white);position:fixed;top:50px;z-index:9999;padding:16px 0px;left:20px;border-bottom:1px solid rgba(224, 225, 221, 0.5);right:20px;}.gpAffiliate_program_widget_wrapper{border-radius:10px;padding:24px;background:var(--color-ui-rich-black);}.gpImg_mobile_24{width:24px;}.gpWidget_text_display_one{display:none;}.gpDesc_text{font-size:12px;padding:9px 0;display:block;margin:0;line-height:1.25;width:100%;}.gpDescMobile_text{width:100%;}.gpWidget_text_block{flex-basis:80%;}.slider.slider-horizontal{width:310px !important;}.equalHMR{width:48%;border:1px solid rgba(224, 225, 221, 1);}.equalHMRWrap{background:#f6f6f6 !important;height:auto !important;gap:20px 4%;}.img_sort_select .elementBooleanIcon{width:70px;}.img_sort_exclusive .elementBooleanIcon{width:30px;}.ipsMobile_green{background:var(--color-accent-neon-mint) !important;border:1px solid var(--color-accent-neon-mint);}.ipsPaddingTop_37_mobile{padding-top:37px;}.gpSpace{justify-content:space-between;}.ipsTabWidget{margin:calc(-1 * var(--gp-layout-padding));background:var(--color-ui-independence);width:100%;position:absolute;}.tablist__tab{color:#fff !important;padding-bottom:12px;}.tablist li:not(:last-child){margin-right:20px;}.is-active{font-weight:450;}.tabBody{border-bottom:0px;padding:2px 10px 0 10px;margin-bottom:0;}}@media screen and (max-width:300px){.gpWidget_text_block{flex-basis:75%;}}@media screen and (max-width:999px){.equalHMR{width:100%;}}@media screen and (max-width:1218px) and (min-width:1000px){.gpSpace{justify-content:left;}}@media screen and (max-width:1400px) and (min-width:1219px){.img_sort_select .elementBooleanIcon{display:none;}.img_sort_exclusive .elementBooleanIcon{display:none;}.eq{padding:12px 6px;}}.gpAppend_section ul.ipsField_fieldList li{padding:8px;}.gpAppend_section ul.ipsField_fieldList li .ipsfieldLabel_type_2{text-align:left;padding-right:32px;}.gpAppend_section ul.ipsField_fieldList li.ipsfieldLabel_type_2 label{cursor:pointer;}.gpAppend_section ul.ipsField_fieldList li.ipsfieldLabel_type_2 label img.flag{width:28px;margin-right:8px;}.gpTheme_dark .gpCard.gpCard_sidebar .gpCard_highlighted{background-color:var(--color-ui-rich-black);}.gpTheme_dark .gpCard.gpCard_sidebar{background-color:var(--color-ui-rich-black);color:var(--color-ui-white);box-shadow:none;}.gpTheme_dark .gpCard.gpCard_sidebar .ipsHr{border-color:rgba(153, 159, 160, 0.2);}.gpTheme_dark .gpCard.gpCard_sidebar .gpCard.gpCard_casinos2{background-color:var(--color-ui-rich-black);color:var(--color-ui-white);}.gpTheme_dark .gpCard.gpCard_sidebar .gpCard.gpCard_casinos2 .gpCard_headingLink{color:var(--color-ui-white);}.gpTheme_dark .gpCard.gpCard_sidebar .gpCard.gpCard_casinos2 .gpCard_label_readReviews, .gpTheme_dark .gpCard.gpCard_sidebar .gpCard.gpCard_casinos2 .gpCard_label_tnc{color:var(--color-ui-silver);}.gpCard .gpCard_icon img{height:28px;width:28px;}a.gpCard.gpCard_Strikethrough{pointer-events:none;cursor:default;}a.gpCard.gpCard_Strikethrough:hover{box-shadow:none;}.gpCard.gpCard_Strikethrough .gpCard_icon img{opacity:0.7;}.gpCard.gpCard_Strikethrough h6{text-decoration:line-through;color:var(--color-ui-silver);}.gpCard .gType_Year, .gpCard .gType_Age{font-size:12px;font-weight:450;line-height:18px;margin-bottom:2px;color:var(--color-ui-silver);}.gpCard .gType_Year span, .gpCard .gType_Age span{color:var(--color-ui-rich-black);}.gpArticle_sidebar{padding:30px;}.bootstrapWrapper .gpBlogs_Tabs .tab-content > .tab-pane:not(.active){display:block;}.bootstrapWrapper .gpBlogs_Tabs ul li a{font-size:16px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);padding:8px;margin:0 0 20px 0;background-color:var(--color-ui-snow);border:1px solid var(--color-ui-snow);border-radius:5px;}.bootstrapWrapper .gpBlogs_Tabs ul li a.active, .bootstrapWrapper .gpBlogs_Tabs ul li a:hover{background-color:var(--color-ui-pastel-mint);border:1px solid var(--color-ui-rich-black);}.bootstrapWrapper .gpBlogs_Tabs_Content .gpBlogs_Items:not(:last-child){margin-bottom:24px;}.bootstrapWrapper .gpBlogs_Items .gpBlogs_Items_Thumbnail img{width:84px;}.bootstrapWrapper .gpBlogs_Items .gpBlogs_Items_content h5{margin:0 0 4px;line-height:20px;}.bootstrapWrapper .gpBlogs_Items .gpBlogs_Items_content p{margin:0;}@media (min-width:250px){.bootstrapWrapper .gpBlogs_Tabs .nav-justified>li{display:table-cell;width:1%;}}@media (max-width:768px){.gpArticle_sidebar{padding:15px;}}.gp_Article_Share .fa-flag{font-size:24px;}.gp_Article_Share .gp_Article_Share_Title{font-size:16px;line-height:26px;font-weight:450;}.gpText_RightAlign{}.gp_Article_Share .gpIcons_round_to_be_fixed .fa-facebook{color:#3b5998;margin:8px 10px;}.gp_Article_Share .gpIcons_round_to_be_fixed .fa-twitter{color:#00acee;margin:8px 10px;}@media (max-width:768px){.gp_Article_Share .gp_Article_Share_Title{font-size:14px;line-height:20px;}}.symbolField{display:inline-block;width:20px;}.gpCard_white{background-color:var(--color-ui-white);color:var(--color-ui-rich-black);border-radius:5px;}.gpCard_dark{background-color:var(--color-ui-rich-black);color:var(--color-ui-white);}.gpCard_SpecialDark{background-color:var(--color-ui-independence);color:var(--color-ui-white);}.gpCard_border{border:1px solid var(--color-ui-platinum);}.visible_UptoTablet_landscape{display:none;}.hidden_UptoTablet_landscape{display:block;}.visible_UptoTablet{display:none;}.hidden_uptoTablet{display:block;}.gp_tryItFree{padding:22px 72px;border-radius:5px;background-color:var(--color-ui-rich-black);color:var(--color-accent-neon-mint);}.gp_tryItFree .icon{font-size:60px;margin-right:15px;font-weight:500;}.gp_tryItFree .labelText{font-size:26px;line-height:36px;}@media (max-width:768px){.visible_UptoTablet{display:block;}.hidden_uptoTablet{display:none;}.gpMobile_TextCenter{text-align:center;}p.gpMobile_TextCenter{line-height:22px;}}@media (max-width:999px){.visible_UptoTablet_landscape{display:block;}.hidden_UptoTablet_landscape{display:none;}}.gp_Check{background:var(--color-ui-white);border-radius:18px;font-size:15px;height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}.gp_Check_Unavailable{background:var(--color-ui-white);border-radius:18px;color:var(--color-speciality-error-red);font-size:15px;height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}.gp_Check_Yes{color:var(--color-accent-mint);}.gp_Check_No{color:var(--color-speciality-error-red);}.gp_Check_Dark{background:var(--color-accent-neon-mint);border-radius:18px;color:var(--color-ui-rich-black);font-size:15px;height:32px;width:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}.gp_Notification_Dark{background-color:var(--color-ui-rich-black);color:var(--color-ui-white);padding:15px;border-radius:5px;}.gp_Notification_Dark .gp_Caption{font-size:16px;line-height:24px;font-weight:450;margin:4px 0 4px 10px;}.gp_Notification_Dark .gp_Check_Dark{height:24px;width:24px;}.gp_Notification_Dark .gp_Caption .gp_link{font-weight:500;color:var(--color-accent-neon-mint);margin:0 4px;pointer-events:none;}.gp_Notification_Dark_Fixedbottom{display:none;background-color:var(--color-ui-rich-black);color:var(--color-ui-white);padding:5px 15px;}.gp_Notification_Dark_Fixedbottom .ipsButton{margin:0;}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails{font-size:12px;line-height:24px;font-weight:500;color:var(--color-accent-cta-yellow);}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails i{margin-right:4px;font-size:15px;}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails .gp_title{font-size:16px;line-height:22px;color:var(--color-ui-white);}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails a.gp_termslink{font-size:10px;line-height:12px;color:var(--color-ui-platinum);text-decoration:underline;}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails .gpLayout_tnc{color:var(--color-ui-white);}.gp_Notification_Dark_Fixedbottom .gp_CaptionDetails a.gpDecoration_underline{color:var(--color-ui-silver);}.ipsLinkUnderline{text-decoration:underline;color:var(--color-accent-neon-mint);font-size:16;line-height:20px;font-weight:450;}.gpLabel_Featured{background-color:var(--color-ui-independence);color:var(--color-accent-cta-yellow);border-radius:10px;padding:6px;font-size:12px;line-height:24px;font-weight:500;text-transform:uppercase;}.gpLabel_Featured .fa-star{color:var(--color-accent-cta-yellow);font-size:12px;line-height:24px;margin-right:6px;}.gp_TitleOffer .icon-UI-X{color:var(--color-speciality-error-red);font-size:14px;background-color:rgba(0, 0, 0, 0.3);padding:6px;border-radius:20px;margin-right:3px;}.gp_TitleOffer .icon-UI-Check{color:var(--color-accent-neon-mint);font-size:14px;background-color:rgba(0, 0, 0, 0.3);padding:6px;border-radius:20px;margin-right:3px;}.gp_TitleOffer .ipsFlag-32{margin:0 4px;margin-top:-8px;zoom:0.9;-moz-transform:scale(0.9);-moz-transform-origin:0 0;}.gp_Review_button_Mobile{display:block;}.gp_Review_button{display:none;}.gpCard_Space.gpCard:hover{box-shadow:none;}.gpCard_Space{padding:30px;flex-wrap:nowrap;margin:15px 0;}.gp_ReviewStatistics{gap:20px;}.gp_ReviewStatistics .gp_Review_starrating{flex-basis:30%;text-align:center;}.gp_ReviewStatistics .gp_Review_Graph{flex-basis:70%;}.gp_Review_starrating .gp_ReviewTitle{margin-bottom:6px;}.gp_Review_starrating .ipsRating_value{margin:0 8px;}.gp_Review_starrating .gp_ReviewCount, .gp_Review_starrating .gp_TextAccent{font-size:14px;line-height:20px;font-weight:450;margin:2px 0;}.gp_Review_starrating .gp_TextAccent{color:var(--color-accent-mint);font-weight:500;}.gp_Review_Graph .gp_Review_Graphbar{margin:5px 0;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabel, .gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabelPercentage{flex:12%;margin:0 15px;font-size:16px;line-height:24px;font-weight:450;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabelPercentage{text-align:right;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewBar{flex:88%;}.gp_ReviewBar .gp_Progressline{height:9px;overflow:hidden;background:var(--color-ui-snow);border-radius:5px;box-shadow:inset 0px 0px 0px 1px var(--color-ui-platinum);}.gp_ReviewBar .gp_Progressline .gp_HighlightColor{min-width:1%;height:100%;background-color:var(--color-notifications-neon-orange);border-radius:5px;box-shadow:inset -2px 0 0 -1px var(--color-accent-cta-yellow), inset 0 0 0 1px var(--color-accent-cta-yellow);border-top-right-radius:0;border-bottom-right-radius:0;}.gp_ReviewBar .gp_Progressline .gp_HighlightColor[style*="width:100%"]{border-top-right-radius:5px;border-bottom-right-radius:5px;}.gp_Review_Graph .gpLink_Review{margin:25px 15px 0;}.gp_Review_Graph .gpLink_Review a{font-size:14px;line-height:24px;font-weight:450;text-decoration:underline;}.gp_UserReview_Titlebar .gp_UserReview_Title{align-items:flex-start;}.gp_UserReview_Titlebar .gp_UserReview_Title h2, .gp_UserReview_Titlebar .gp_UserReview_Title .gpMisc_bullet, .gp_UserReview_Titlebar .gp_UserReview_Title .ipsRating{display:flex;align-self:center;}.gp_UserReview_Titlebar .gp_CheckCaption .gp_Caption{font-size:16px;line-height:26px;font-weight:450;margin-left:10px;}.gp_UserReview_Titlebar .ipsRating_collective .fa-star, .gp_UserReview_Titlebar .ipsRating_collective .ipsRating_value{font-size:24px;margin:0 2px;}.gp_UserReview_Titlebar .gpMisc_bullet{margin:0 8px;background-color:var(--color-ui-rich-black);opacity:0.3;}.gp_UserReview_CTA{padding:20px 30px;border-radius:5px;margin:15px 0;}.gp_UserReview_CTALight{background-color:var(--color-ui-white);}.gp_UserReview_CTADark{background-color:var(--color-ui-independence);}.gp_UserReview_CTADark2{background-color:var(--color-ui-rich-black);}.gp_UserReview_CTA .gp_UserReview_CTAIcon{margin-right:30px;}.gp_UserReview_CTA .gp_UserReview_CTAIcon img{width:60px;}.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTATitle{margin-bottom:8px;}.gp_UserReview_CTADark .gp_UserReview_CTAMsg .gp_UserReview_CTATitle, .gp_UserReview_CTADark2 .gp_UserReview_CTAMsg .gp_UserReview_CTATitle{color:var(--color-ui-white);}.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt{color:var(--color-ui-independence);}.gp_UserReview_CTADark2.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt{color:var(--color-ui-platinum);}.gp_UserReview_CTADark2.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt .gpMisc_bullet{background-color:var(--color-ui-white);opacity:0.3;}.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt, .gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTANote{font-size:14px;line-height:20px;font-weight:450;margin-bottom:8px;}.gp_UserReview_CTADark .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt{color:var(--color-ui-white);}.gp_UserReview_CTADark .gp_UserReview_CTAMsg .gp_UserReview_CTAMsgTxt a{color:var(--color-accent-neon-mint);}.gp_UserReview_CTA .gp_UserReview_CTAMsg .gp_UserReview_CTANote{color:var(--color-speciality-error-red);font-size:12px;line-height:18px;font-weight:450;}.gp_CTA_Conversation{padding:15px;border-radius:5px;}.gp_CTA_Conversation h4{color:var(--color-ui-white);}.gp_CTA_Conversation p{margin-bottom:10px;color:var(--color-ui-white);padding:0 10px 0 76px;}.gp_CTA_Conversation img{float:left;width:60px;height:60px;margin-right:15px;}.gp_Promotion_CTA_Cnt{margin:20px 0;}.gp_Promotion_CTA:not(:last-child){margin-bottom:8px;}.gp_Promotion_CTA{background-color:var(--color-ui-white);padding:8px 16px;border-radius:5px;}.gp_Promotion_CTA .gp_Promotion_CTA_icon{flex-shrink:0;}.gp_Promotion_CTA .gp_Promotion_CTA_icon i{height:32px;width:32px;font-size:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:12px;border-radius:50%;background-color:var(--color-ui-white);border:1px solid var(--color-ui-platinum);}.gp_Promotion_CTA .gp_Promotion_CTA_icon .Title{font-size:16px;line-height:24px;font-weight:500;}.gp_Promotion_CTA_content_block p{margin:0;}.gp_Promotion_CTA_content_block .gp_Title{font-size:16px;line-height:24px;font-weight:450;color:var(--color-ui-independence);}.gp_Promotion_CTA_content_block .gp_ItemList{font-size:12px;line-height:18px;font-weight:450;color:var(--color-ui-independence);}.gp_Promotion_CTA_content_block .gp_ItemList span{font-weight:500;color:var(--color-ui-rich-black);}.gp_Promotion_CTA_content_block .gp_ItemList span .fa{height:22px;width:22px;}.gp_Promotion_CTA_content_block .gp_TC{font-size:10px;line-height:10px;font-weight:450;color:var(--color-ui-silver);margin:10px 0 0;text-decoration:underline;}.gp_Promotion_CTA_Action{margin:auto 0;}.gp_UserReview_comment_filter{margin:30px 0;}.gp_UserReview_comment_filter .ipsApp select{margin-bottom:10px;}.gp_UserReview_comment_filter .ipsApp:not(:last-child){margin-right:15px;}.gp_UserReview_comment_filter select{padding:10px 12px;border:1px solid var(--color-ui-platinum);border-radius:4px;}.gp_UserReview_comment_filter select:not([multiple]){-webkit-appearance:none;-moz-appearance:none;background-position:right 50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);padding:10px 12px;padding-right:30px;}.gp_UserReview_comment .gp_UserReview_Items:not(:last-child){margin-bottom:40px;}.gp_UserReview_Items{position:relative;}.gp_UserReview_Items .gp_UserReview_Items_TopSection{align-items:center;}.gp_UserReview_Items .gp_UserReview_Items_UserProfile .gp_UserReview_Items_User_Thumb{margin-right:15px;}.gp_UserReview_Items .gp_UserReview_Items_UserProfile .gp_UserReview_Items_User_Thumb img{width:45px;height:45px;}.gp_UserReview_Items .gp_UserReview_Items_User_Name h4{font-size:18px;line-height:24px;font-weight:500;display:inline-block;}.gp_UserReview_Items .gp_UserReview_Items_User_Name h6{font-size:14px;line-height:20px;font-weight:450;color:var(--color-ui-independence);}.gp_UserReview_Items .gp_UserReview_Items_User_Rating{margin-top:10px;}.gp_UserReview_Items .gp_UserReview_Items_User_Rating h6{font-size:12px;line-height:18px;font-weight:450;padding-top:3px;}.gp_UserReview_Items .gp_UserReview_Items_User_Rating .ipsRating .ipsRating_value{font-size:18px;line-height:20px;font-weight:700;margin:0 8px;}.gp_UserReview_Items .gp_UserReview_Items_User_Rating .gpMisc_bullet{margin-right:8px;background-color:var(--color-ui-rich-black);opacity:0.3;}.gp_UserReview_Items_content > p{font-size:16px;line-height:26px;margin:20px 0 15px 0;margin-block-end:8px;}.gp_UserReview_Items_content > form{padding:20px;margin:15px 0;border-radius:5px;background-color:var(--color-ui-white);}.gp_UserReview_Items_content > form button[type="submit"]{background-color:var(--color-accent-neon-mint);color:var(--color-ui-rich-black);}.gp_UserReview_Items_content > form a[data-action="cancelEditComment"]{background-color:rgba(224, 225, 221, 0.5);color:var(--color-ui-rich-black);}.gp_UserReview_Items_content .ipsField_fieldList{display:block;padding:0;}.gp_UserReview_Items_content .ipsField_fieldList .ipsCustomInput{float:left;}.gp_UserReview_Items_content a.gpType_Link_medium{text-decoration:underline;}.gp_UserReview_Items_ReputationButton{display:inline-block;}.gp_UserReview_Items_ReputationButton .ipsRepBadge{display:inline-flex;background-color:var(--color-ui-white);padding:0 2px;font-size:14px;line-height:14px;border-radius:20px;align-content:center;align-items:center;}.gp_UserReview_Items_ReputationButton .gp_Count_value{color:var(--color-ui-rich-black);margin:0 2px;}.gp_CountBtn{background:none;border-radius:50px;color:var(--color-accent-mint);padding:2px;align-self:center;}.gp_CountBtn.fa-circle{color:var(--color-ui-platinum);padding:0;border:0;background:none;font-size:12px;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link{color:var(--color-ui-independence);text-decoration:none;font-weight:450;padding:0 10px;height:auto;font-size:14px;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link i{font-size:14px;color:var(--color-ui-independence);}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link.gp_UserReview_ShareLink i{font-size:15px;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link span{text-decoration:underline;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link.gp_UserReview_ReportLink, .gp_UserReview_Items .gp_UserReview_Link .ipsButton_link.gp_UserReview_ShareLink{text-decoration:none;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link:hover{box-shadow:none;}.gp_UserReview_Items .gp_UserReview_Link .ipsButton_link img{height:15px;}.gp_UserReview_Items_Action{margin:10px 0 20px 0;}.gp_UserReview_Items_Action a.ipsButton:hover{text-decoration:none;}.gp_UserReview_Items_Action .btn-group .ipsReact_types{float:left;}.gp_UserReview_Items_Action .btn-group .ipsReact_types .btn{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;}.gp_UserReview_Items_Action .btn-group .ipsButton.ipsButton_small{display:inline-flex;font-size:14px;font-weight:450;line-height:17px;height:34px;padding:0px 12px;background-color:var(--color-ui-white);border-color:var(--color-ui-platinum);color:var(--color-ui-independence);}.gp_UserReview_Items_Action .ipsButton.ipsButton_small.gp_MarkLike{background-color:var(--color-accent-neon-mint);}.gp_UserReview_Items_Action span.gp_LikeCount{background-color:var(--color-accent-neon-mint);border-radius:5px;font-size:11px;font-weight:700;padding:2px 4px;min-width:16px;display:flex;justify-content:center;}.gp_UserReview_Items_Action .ipsButton.ipsButton_small.gp_MarkLike span.gp_LikeCount{background-color:var(--color-ui-white);}.gp_UserReview_Items_Action .ipsButton.ipsButton_small.gp_MarkHelpful .fa{background:var(--color-accent-mint);border-radius:50px;color:var(--color-ui-white);font-size:9px;height:15px;width:15px;display:inline-flex;justify-content:center;align-items:center;}.gp_UserReview_Items.gp_UserReview_Items_Reply{padding:15px;background-color:var(--color-ui-platinum);border-radius:5px;}.gp_UserReview_Items.gp_UserReview_Items_Reply ul.ipsComment_controls li:not(:first-child){margin-right:0;}.gp_UserReview_Items.gp_UserReview_Items_Reply .gp_UserReview_Items_content p{font-size:16px;line-height:26px;}.gp_UserReview_Items.gp_UserReview_Items_Reply .gp_UserReview_Items_content p:last-child{margin-bottom:0;}.gp_UserReview_Items.gp_UserReview_Items_Reply .gp_UserReview_Items_User_Name h6{color:var(--color-ui-rich-black);}.gp_Pagination .gp_Pagination_count{font-size:14px;line-height:20px;margin:8px 0;}.gp_AddReview_comment{padding:20px;margin:15px 0;border-radius:5px;background-color:var(--color-ui-white);}.gp_AddReview_comment .gp_AddReview_commentUser .gp_AddReview_commentUser_Thumb{margin-right:15px;}.gp_AddReview_comment .gp_AddReview_commentUser .gp_AddReview_commentUser_Thumb img{width:45px;height:45px;}.gp_AddReview_comment .gp_AddReview_commentUser .gp_AddReview_commentUser_Name h4{font-size:22px;line-height:26px;font-weight:500;margin-bottom:8px;}.gp_AddReview_comment .gp_AddReview_commentUser .gp_AddReview_commentUser_Name h6{font-size:12px;line-height:18px;font-weight:450;color:var(--color-speciality-error-red);}.gp_AddReview_comment .ipsButtonGroup button:not(:last-child){margin-right:8px;}.gp_AddReview_comment [data-ipsRating] .ipsRating .fa-star{background-color:var(--color-ui-white);}.gp_AddReview_comment .ipsRating .ipsRating_off .fa-star-o, .gp_AddReview_comment .ipsRating .ipsRating_off .fa-star{color:var(--color-ui-platinum);}.gp_AddReview_comment .ipsFieldRow:not(.ipsFieldRow_checkbox) .ipsFieldRow_label, .gp_AddReview_comment .ipsFieldRow:not(.ipsFieldRow_checkbox) .ipsFieldRow_title{font-size:18px;font-weight:600;}.gp_OverviewCard:not(:last-child){margin-bottom:30px;}.gp_OverviewCard .gp_OverviewIcon{margin-right:15px;}.gp_OverviewCard .gp_OverviewIcon img{width:40px;height:40px;}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Title{font-size:18px;line-height:24px;font-weight:500;margin-bottom:0;}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info{font-size:14px;line-height:20px;font-weight:450;margin:0;color:var(--color-ui-independence);}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info img.gp_Pcard{height:24px;width:auto;margin:0 10px 10px 0;}@media screen and (max-width:999px){.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info img.gp_Pcard{height:16px;width:auto;margin:8px 8px 8px 0;}}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info img.gp_Pcard:not(:last-child){margin-right:4px;}.gp_ReportActionCnt{display:grid;grid-gap:20px;grid-template-columns:repeat(2, 1fr);}.gp_ReportAction{padding:30px 15px;border-radius:5px;}.gp_ReportAction.gp_ReportAction_Dark{background-color:var(--color-ui-rich-black);color:var(--color-ui-white);}.gp_ReportAction .gp_ReportAction_Heading .gp_Report_ActionTitle{font-size:16px;line-height:24px;font-weight:450;}.gp_ReportAction .gp_ReportAction_Heading img{width:20px;margin-right:15px;}.gp_ReportAction .gp_ReportAction_text p{font-size:12px;line-height:18px;margin-bottom:0;}.gp_ReportAction.gp_ReportAction_Light{background-color:var(--color-ui-gold);color:var(--color-ui-rich-black);padding:20px 15px;}.gp_ReportAction.gp_ReportAction_Light .gp_ReportAction_text p{color:var(--color-ui-independence);}table.gp_Style4_Table{width:min(730px, 100%);max-width:100%;border-collapse:separate;border-spacing:0 10px;margin-bottom:15px;}table.gp_Style4_Table .gp_Style4Card_details img{width:50px;margin-right:8px;}@media (max-width:480px){table.gp_Style4_Table .gp_Style4Card_details{flex-direction:column;}}table.gp_Style4_Table .gp_Style4Card_details .gp_CardHighlighted{font-size:16px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);margin-left:8px;word-break:break-all;}table.gp_Style4_Table tr th{font-size:16px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);text-align:left;padding-right:10px;word-break:break-all;}table.gp_UserProfileInfo{border-collapse:separate;border-spacing:0 15px;margin-bottom:20px;}table.gp_UserProfileInfo tr th{width:140px;font-size:16px;line-height:24px;font-weight:500;color:var(--color-ui-rich-black);text-align:left;padding-right:10px;vertical-align:top;}table.gp_UserProfileInfo .gp_UserProfileInfo_Text, table.gp_UserProfileInfo .gp_UserProfileInfo_Text span{font-size:16px;line-height:24px;font-weight:450;color:var(--color-ui-rich-black);}table.gp_UserProfileInfo a.ipsLink_Clear{text-decoration:none;color:var(--color-ui-rich-black);}.gpCard .gpCard_Body{padding:0 30px;}.gpCard a.ipsLink_bottom{color:var(--color-accent-neon-mint);display:inline-block;margin-bottom:12px;}.gpCard_sidebar .gpCard_dark.gpCard_casinos2{border-radius:0;padding:15px 0;}.gpCard_sidebar .gpCard_dark:not(:last-of-type){border-bottom:1px solid rgba(153, 159, 160, 0.2);padding-bottom:20px;}.gpCard_sidebar .gpCard_dark.gpCard_casinos2 h5{color:var(--color-ui-white);}.gpCard_sidebar .gpCard_dark.gpCard_casinos2 .gpCard_label_readReviews{color:var(--color-ui-silver);}.gpCard_casinos2 .gpCard_topCasinos_thumbnail{position:relative;}.gpCard_casinos2 .gpCard_topCasinos_thumbnail .gpCard_topCasinos_thumbnailContent{position:relative;height:65px;width:65px;display:flex;align-items:center;justify-content:center;background-color:var(--color-ui-rich-black);}.gpCard_casinos2 .gpCard_topCasinos_thumbnail .gpCard_topCasinos_thumbnailContent img{max-width:100%;max-height:100%;}.gpCard_casinos2 .gpCard_topCasinos_thumbnail .gp_selectImg{position:absolute;bottom:-5px;left:0;right:0;margin-left:auto;margin-right:auto;}.gpCard_casinos2 .gpCard_topCasinos_Details a.gpCard_label_readReviews, .gpCard_casinos2 .gpCard_topCasinos_Details a.gpCard_label_tnc{margin:4px 0;}.gpHeaderCaption{height:30px;}@media screen and (max-width:999px){.gpHeaderCaption{height:15px;}}.gpSecondary_Tabs.gpSecondary_Tabs_light{background-color:var(--color-ui-snow);}.gpSecondary_Tabs{background-color:var(--color-ui-independence);}.gpSecondary_Tabs .gp_Count_value{background:var(--color-accent-mint);border-radius:50px;color:var(--color-ui-white);font-size:14px;line-height:14px;height:22px;width:30px;margin-left:4px;display:inline-flex;justify-content:center;align-items:center;}.gpSecondary_Tabs .gpLayout_container{padding:0 15px;}.gpSecondary_Tabs ul.tablist li:not(:last-child){margin-right:40px;}.gpSecondary_Tabs ul.tablist li a{position:relative;display:inline-flex;white-space:nowrap;overflow:hidden;color:var(--color-ui-white);font-size:14px;line-height:24px;font-weight:450;padding:14px 0;}.gpSecondary_Tabs ul.tablist li a:hover{color:var(--color-accent-mint);}.gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a{position:relative;color:var(--color-ui-rich-black);}.gpSecondary_Tabs ul.tablist li a::after, .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a::after{transition:all .5s;position:absolute;bottom:0;left:0;right:0;margin:auto;width:0%;content:'.';color:transparent;background:var(--color-accent-mint);height:3px;}.gpSecondary_Tabs ul.tablist li a.is-active::after, .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a.is-active::after, .gpSecondary_Tabs ul.tablist li a.active::after{background:var(--color-accent-mint);height:3px;width:100%;}@media screen and (min-width:1000px){.gpSecondary_Tabs ul.tablist li a:hover::after, .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a:hover::after{width:100%;}}.gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a:focus, .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a:hover{background-color:transparent;}.gpSecondary_Tabs ul.tablist li a{margin:0;}.gpSecondary_Tabs_Container.gpFlex_flexOne{overflow-x:auto ;margin-right:20px;}.gpSecondary_Tabs_Container .ipsTabsType{border-bottom:1px solid rgba(153, 159, 160, 0.3);width:100%;}.gp_stickyScroll .gpSecondary_Tabs_Container .ipsTabsType{border-bottom:0;}.gp_Gameplay_Details .gp_Thumbnail{position:relative;}.gp_Gameplay_Details .gp_Thumbnail img{height:auto;width:190px;border-radius:5px;}.gp_Gameplay_Details .gp_Thumbnail .gp_FloatingLabel{position:absolute;top:10px;left:10px;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_ReviewInfo, .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_Genre{margin-bottom:18px;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content h1 .gpLabel_FeaturedSticky{display:none;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_ReviewInfo a.gp_Review_Link{text-decoration:underline;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_subcontent h1{font-weight:450;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details{position:relative;align-content:flex-end;flex-wrap:wrap;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details .ipsLink{margin:0 4px ;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details .icon-UI-Review{color:var(--color-accent-neon-mint);font-size:30px;line-height:26px;margin-right:5px;vertical-align:middle;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_subcontent .gp_StickyHeaderSection_More_Details a{color:var(--color-accent-neon-mint);}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_subcontent .gp_StickyHeaderSection_More_Details p{margin:0;color:var(--color-ui-silver);}.gp_StickyHeaderSection_ContentRight .gp_TitleOffer{margin:10px 0;}.gp_StickyHeaderSection.gpTheme_casino .gp_StickyHeaderSection_ContentRight .gp_TitleOffer{margin-top:-50px;}.gp_StickyHeaderSection_ContentRight .gp_TitleOffer .gp_selectImg{}.ipsLayout_container{position:relative;transition:all 0.35s;}#sidebar{position:relative;height:fit-content;}.gp_StickyHeaderSection{position:sticky;top:50px;z-index:2;transition:all 0.35s;}@media screen and (max-width:999px){.gp_StickyHeaderSection{position:initial;width:100%;}}.gp_StickyHeaderSection.gp_stickyScroll{}.gp_StickyHeaderSection.gp_stickyScroll .gpSecondary_Tabs{background-color:var(--color-ui-rich-black);}.gp_StickyHeaderSection .gpLayout_heading{padding-top:5px;padding-bottom:10px;}.gp_StickyHeaderSection .gpLayout_heading.hasMenu{padding-bottom:0px;}.gp_StickyHeaderSection.gp_stickyScroll .gpLayout_heading.gp_Gameplay_Details{padding-bottom:0;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_Gameplay_Details .gp_Thumbnail img.gpimg{width:70px;transition:all 0.35s;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_Promotion_Details .gp_Thumbnail img.gpimg{height:40px;transition:all 0.35s;}.gp_StickyHeaderSection.gp_stickyScroll.gpTheme_casino .gp_StickyHeaderSection_ContentLeft img.gpLayout_heading_img1{margin-bottom:10px;}@media screen and (min-width:1000px){.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_Casino_Details .gp_Thumbnail img.gpimg, .gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft img.gpLayout_heading_img1{height:70px;width:70px;transition:all 0.35s;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_currencyLogo_Cnt{height:70px;width:70px;transition:all 0.35s;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content h1, .gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft h1{font-size:22px;line-height:26px;display:flex;align-self:center;}}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content h1 img.gp_selectImg{margin:0 5px;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content h1 .gpLabel_FeaturedSticky{display:inline-block;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_Promotion_Details .gp_StickyHeaderSection_Details_content h1{font-size:18px;line-height:22px;display:flex;align-self:center;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_subcontent h1{font-size:16px;line-height:24px;margin-bottom:5px;display:flex;align-self:center;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details{margin-bottom:10px;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details a, .gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details p{font-size:14px;line-height:20px;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_ReviewInfo{margin-bottom:0;}.gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_Genre, .gp_StickyHeaderSection.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details{display:none;transition:all 0.35s;}.gp_StickyHeaderSection.gp_stickyScroll.gpTheme_casino .gpSecondary_Tabs{background:var(--color-ui-rich-black);}.gp_StickyHeaderSection.gp_stickyScroll.gpTheme_casino .gpSecondary_Tabs.gpSecondary_Tabs_light{background:transparent;}.gp_StickyHeaderSection.gp_stickyScroll.gpTheme_casino .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a{color:var(--color-ui-white);padding:6px 0;}.gp_StickyHeaderSection.gp_stickyScroll.gpTheme_casino .gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a:hover{color:var(--color-accent-neon-mint);}.gp_StickyHeaderSection.gp_stickyScroll .gpLabel_Featured{display:none;}.gp_StickyHeaderSection.gp_stickyScroll .gpLabel_FeaturedSticky{display:inline-block;font-size:14px;line-height:24px;font-weight:500;padding:0 5px;margin:0 5px;}.gp_StickyHeaderSection.gp_stickyScroll .gpSecondary_Tabs .gp_Count_value{color:var(--color-ui-rich-black);}.gp_StickyHeaderSection.gp_stickyScroll .gp_TitleOffer{display:none;}.gp_SidebarSticky_withHeader_withNav .gpLayout_sidebarSpecial_container{position:relative;top:-108px;margin-bottom:-108px;min-height:100px;}.gpTheme_casino.gp_stickyScroll .gp_SidebarSticky_withHeader_withNav .gpLayout_sidebarSpecial_container{top:-162px;margin-bottom:-162px;}.gp_SidebarSticky_withHeader_withNav{top:-15px;position:relative;}@media screen and (min-width:1000px){.gp_SidebarSticky_withHeader_withNav{z-index:2;}}.gp_SidebarSticky_withHeader{position:sticky;top:222px;z-index:1;}.gpTheme_casino{background:linear-gradient( 180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), #054146;background:linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), #13805D;}.gp_Casino_Details .gp_Thumbnail img.gpimg{height:125px;width:125px;border-radius:5px;}.gp_Casino_Details .gp_Casino_Content{display:flex;flex-direction:column;}.gp_Casino_Details .gp_StickyHeaderSection_Details_content{display:flex;flex-direction:column;justify-content:space-between;}.gp_Casino_Details .gp_Casino_Content .gp_Casino_ReviewInfo, .gp_Casino_Details .gp_Casino_Content .gp_Casino_Genre{margin-bottom:18px;}.gp_Casino_Details .gp_Casino_Content .gp_Casino_Info{margin-bottom:10px;margin-top:auto;}.gp_Casino_Details .gp_Casino_Content .gp_Casino_ReviewInfo a{text-decoration:underline;}.gpLayout_sidebarSpecialCasino{background:var(--color-ui-rich-black);border-radius:5px 5px 0 0;height:108px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;}.gpLayout_sidebarSpecialCasino .gp_CasinoLabel{margin:2px 0;}.gpLayout_sidebarSpecialCasino .gp_CasinoLabel i{font-size:14px;color:var(--color-accent-cta-yellow);}.gpLayout_sidebarSpecialCasino .gp_CasinoLabel span{font-size:12px;color:var(--color-accent-cta-yellow);margin:0 4px;font-weight:450;}.gpLayout_sidebarSpecialCasino .gp_CasinoTitle{font-size:20px;line-height:24px;margin:2px 0;color:var(--color-ui-white);text-align:center;padding:0px 10px;}.gpCard_CasinoBonus_Container{padding:20px;background-color:var(--color-ui-white);border-radius:0 0 5px;}.gpCard_CasinoBonus_Container .gpCard_CasinoBonus:not(:last-child){margin-bottom:15px;}.gpCard_CasinoBonus .gpCard_CasinoBonus_thumbnail i{width:48px;height:48px;font-size:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--color-ui-white);border:1px solid var(--color-ui-platinum);}.gpCard_CasinoBonus .gpCard_CasinoBonus_thumbnail img{width:48px;height:48px;font-size:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}.gpCard_CasinoBonus .gpCard_CasinoBonus_Content p{margin:5px 0;}.gpCard_CasinoBonus_Container .gpLayout_tnc, .gpCard_CasinoBonus_Container .gpCard_CasinoBonus_MoreInfo{font-size:12px;line-height:18px;color:var(--color-ui-rich-black);margin-bottom:20px;}.gpCard_CasinoBonus_Container .gpDecoration_underline{color:var(--color-ui-independence);font-size:14px;line-height:24px;font-weight:450;text-decoration:underline;text-align:center;display:block;margin:10px 0;}.gpCard_CasinoBonus_Container .gpCard_CasinoBonus_Action .ipsButton_link{color:var(--color-ui-independence);font-weight:450;}.gpCard_CasinoBonus_Action .ipsButton:not(:last-child){margin-bottom:10px;}.gpCard_CasinoBonus_Action .ipsButton_link{text-decoration:underline;height:auto;}.gpCard_CasinoBonus_Action .ipsButton_link:hover{box-shadow:none;}.gp_BonusBookmark_Block{padding:20px;}.gp_BonusBookmark_Block .gp_BonusBookmark_title{font-size:18px;line-height:24px;font-weight:450;text-align:center;color:var(--color-ui-rich-black);margin-bottom:15px;}.gp_BonusBookmark_Block .gp_BonusBookmark_button a:first-child{margin-right:10px;}.gp_BonusBookmark_Block .gp_BonusBookmark_button a:not(:last-child){margin-bottom:10px;}.gp_PostImmg{position:relative;}.gp_PostImmg .ipsTxt{background-color:var(--color-ui-rich-black);opacity:0.9;padding:15px;bottom:0;}.gp_PostImmg .ipsTxt p{color:var(--color-ui-white);padding:0;margin:0;}.gp_Promotion_Details .gp_Thumbnail{position:relative;}.gp_Promotion_Details .gp_Thumbnail .gpimg{width:65px;height:65px;}.gp_Promotion_Details .gp_FloatingLabel_Select{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:-15px;width:22px;height:22px;}.gp_Promotion_Details .gp_StickyHeaderSection_ReviewInfo a.gp_Review_LinkSilver{color:var(--color-ui-silver);text-decoration:underline;font-size:12px;line-height:12px;font-weight:450;}.gp_StickyHeaderSection_Details_subcontent h1{font-weight:450;margin-bottom:15px;}.gp_Bonus_Details .gp_Thumbnail{position:relative;}.gp_Bonus_Details .gp_Thumbnail .gpimg{width:125px;height:125px;}.gp_Bonus_Details .gp_StickyHeaderSection_Details_content{display:flex;flex-direction:column;justify-content:space-between;}.gp_Bonus_Details .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_More_Details img.gp_writeReview{width:32px;margin-right:5px;}.gpBonus_InfoSection{border-bottom:1px solid var(--color-ui-platinum);padding-bottom:30px;margin-bottom:30px;}.gpBonus_InfoSection .gpBonus_InfoSection_title{margin-bottom:30px;}.gpBonus_InfoSection .gpBonus_InfoSection_text{color:var(--color-ui-silver);}.gpBonus_InfoSection .gpBonus_InfoSection_text span{color:var(--color-ui-rich-black);}.gpContent p{margin-block-end:16px;}.gpContent:after{clear:both;content:" ";display:table;}.gpContent p:after{content:" ";display:table;}.gpContent .ipsQuote{border:0;padding:0;margin-bottom:30px;}.gpContent .ipsQuote .ipsQuote_citation,.gpContent .ipsQuote .ipsTruncate_more{margin-bottom:0;display:none;}.gpContent blockquote .ipsQuote_contents{display:flex;align-items:center;background-color:var(--color-ui-white);padding:15px;border-radius:5px;height:auto !important;}.gpContent blockquote .ipsQuote_contents p{font-size:16px;line-height:26px;font-weight:450;}.gpContent blockquote .ipsQuote_contents strong{font-weight:700;}.gpContent blockquote .ipsQuote_contents:before{content:' ';background-image:url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0167 7.08914C22.5942 5.63666 23.5042 4.20164 24.7204 2.81912C25.1054 2.38162 25.1579 1.75165 24.8429 1.26165C24.5979 0.87665 24.1954 0.666659 23.7579 0.666659C23.6354 0.666659 23.5129 0.675364 23.3904 0.719158C20.818 1.47165 14.8067 4.14039 14.6404 12.6979C14.5792 15.9966 16.9942 18.8316 20.1354 19.1554C21.8767 19.3304 23.6092 18.7617 24.8954 17.6067C26.1817 16.4429 26.9167 14.7804 26.9167 13.0479C26.9167 10.1604 24.8692 7.63163 22.0167 7.08914Z' fill='%23152B2E'/%3E%3Cpath d='M6.17039 19.1554C7.90292 19.3304 9.63541 18.7617 10.9216 17.6067C12.2079 16.4429 12.9429 14.7804 12.9429 13.0479C12.9429 10.1604 10.8954 7.63165 8.0429 7.08915C8.62042 5.63668 9.5304 4.20166 10.7467 2.81915C11.1317 2.38165 11.1842 1.75168 10.8691 1.26168C10.6242 0.876681 10.2216 0.666689 9.78414 0.666689C9.66168 0.666689 9.53916 0.675394 9.41666 0.719189C6.84416 1.47168 0.832906 4.14041 0.666657 12.6979L0.666657 12.8204C0.666657 16.0667 3.05539 18.8316 6.17039 19.1554Z' fill='black'/%3E%3C/svg%3E");background-repeat:no-repeat;display:flex;background-size:27px 20px;height:20px;width:27px;padding-left:32px;}.gpContent img.ipsImage{display:block;margin:0 auto;}.gpContent ul{list-style:none;margin:0 0 20px;padding:0;}.gpContent ul li{position:relative;padding-left:60px;}.gpContent ul li:not(:last-child){margin-bottom:40px;}.gpContent ul li::before{content:' 00c';display:inline-flex;justify-content:center;align-items:center;font-family:'FontAwesome';font-size:18px;color:var(--color-accent-mint);background:var(--color-ui-white);border:1px var(--color-ui-platinum) solid;border-radius:100px;height:44px;width:44px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto 0;}.gpContent ul li p{margin:5px 0;}.gpContent ul li a.notreplace{margin:0 5px;}.gpLayout_heading_img1{background:white;height:125px;width:125px;object-fit:contain;border-radius:5px}.gpTheme_dark .gpLayout_heading_img1{background:var(--color-ui-rich-black);}.gp_currencyLogo_Cnt{background:rgba(0, 0, 0, 0.3);color:var(--color-ui-white);border-radius:5px;height:125px;width:125px;margin:0px;padding:10px;display:flex;align-items:center;justify-content:center;}.gp_currencyLogo_Cnt .gp_Currency_logoTxt{font-weight:300;font-family:inherit;line-height:1.28;text-align:center;}.gpBlock_special h3{margin:20px 0;}.gpBlock_special a{display:block;float:left;margin-right:30px;}.gpBlock_special a > img{width:120px;}.gpBlock_special p{display:block;}.gpBlock_special p::after{display:block;clear:both;content:"";}.gpBlock_special p a{display:block;float:none;margin-right:0;text-decoration:underline;}.gpBlock_special div::after{display:block;clear:both;content:"";}canvas#chart, canvas#winnersChart{background-color:var(--color-ui-white);padding:15px 30px;border-radius:0 0 5px 5px;}canvas#winnersChart{border-radius:5px;padding:30px;}.gp_Chart{background-color:var(--color-ui-white);padding-top:30px;border-radius:5px 5px 0 0;margin-top:30px;}.gp_Chart .gp_ChartLegend{text-align:center;margin:0 30px;}.gp_Chart .gp_ChartLegend .med_gr{font-size:22px;line-height:26px;color:var(--color-accent-mint);font-weight:500;margin-bottom:8px;}.gp_Chart .gp_ChartLegend .cnt_gr{font-size:16px;line-height:24px;color:var(--color-ui-rich-black);font-weight:500;margin-bottom:5px;}.gp_Gameplay_Section{position:relative;width:100%;}.gp_Gameplay_Sectionlink{}.gp_Gameplay_Section iframe{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:1;border:0;border-radius:5px;}.gp_Gameplay_Section img{width:100%;border-radius:5px;}.gp_Gameplay_Section .gp_tryItFree{position:absolute;bottom:0;right:0;z-index:0;}.gp_Gameplay_SectionFooter{margin:10px 0;}.gp_Gameplay_SectionFooter p{color:var(--color-ui-white);font-size:14px;line-height:18px;font-weight:450;margin:2px 0;}.gp_Gameplay_SectionFooter .gpCasino_powerBy span{color:var(--color-ui-white);font-size:16px;line-height:20px;font-weight:500;}.gp_Gameplay_SectionFooter .gpCasino_powerBy img{height:20px;}.gpGrid_SpecificationList{grid-template-columns:repeat(3, 1fr);padding:0;}.gp_SpecificationList{margin:10px 0;}.gp_SpecificationList .gp_icon img{width:24px;height:24px;}.gp_SpecificationList .gp_content .gp_title{font-size:18px;line-height:22px;font-weight:500;color:var(--color-ui-rich-black);}.gp_SpecificationList.gp_Strikethrough .gp_content .gp_title{text-decoration:line-through;color:var(--color-ui-silver);font-weight:450;}.gp_SpecificationList.gp_Strikethrough .gp_icon img{opacity:0.5;}.gp_TimelineVertical{position:relative;padding-left:65px;margin-bottom:30px;}.gp_TimelineVertical__title p{font-size:16px;line-height:24px;text-transform:uppercase;font-weight:500;color:var(--color-ui-rich-black);margin-bottom:0;}.gp_TimelineVertical__title span{font-weight:500;}.gp_TimelineVertical__count span{font-size:24px;font-weight:700;color:var(--color-ui-rich-black);position:absolute;top:0;left:0;right:0;bottom:0;height:50px;width:50px;display:flex;align-items:center;justify-content:center;z-index:1;}.gp_TimelineVertical__description p{margin:5px 0;font-size:14px;line-height:20px;}.gp_TimelineVertical__description p:first-child{display:block;}.gp_TimelineVertical__description p{display:none;}.gp_TimelineVertical__description ol{margin:10px 0;padding:10px 10px 10px 40px;border-radius:5px;}.gp_TimelineVertical__description ol li:not(:last-child){margin-bottom:10px;}.gp_TimelineVertical__description ol li{line-height:20px;font-size:14px;}.gp_TimelineVertical__description ol li::marker{font-weight:500;}.gp_TimelineVertical__description a{text-decoration:none;}.gp_TimelineVertical__content{}.gp_TimelineVertical:after{content:"";width:2px;height:100%;background-color:var(--color-ui-platinum);position:absolute;top:30px;left:25px;}.gp_TimelineVertical:before{content:"";width:48px;height:48px;position:absolute;background:var(--color-ui-white);border-radius:100%;left:0;top:0;border:1px solid var(--color-ui-platinum);z-index:1;}.gp_TimelineVertical:last-child:after{height:85%;top:25px;}.gp_MobileAppType_Cnt{margin-bottom:20px;}.gp_MobileAppType_Cnt .gp_AppsThumb{width:180px;max-width:100%;}.gp_MobileAppType_Cnt, .gp_MobileAppType_Cnt a, .gp_MobileAppType_Cnt a:hover{position:relative;color:var(--color-ui-white);}.ipsFieldRow_desc.ipsSpacer_bottom.ipsType_neutral{line-height:14px;}.gp_bannerHeader{margin:30px 0;}.gp_bannerHeader h1{font-size:48px;line-height:36px;}.gpCasino_linkBlock_cnt{position:relative;margin-bottom:30px;}.gpCasino_linkBlock_cnt .gp_Gridscroll{display:grid;grid-gap:30px;padding:0 0 15px 0;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock{height:170px;width:auto;padding:30px;background-color:var(--color-ui-rich-black);border:1px solid var(--color-ui-silver);border-radius:5px;color:var(--color-ui-white);display:flex;flex-direction:column;}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock:hover{background-color:var(--color-ui-independence);border-color:var(--color-accent-neon-mint);}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock img.thumb{height:52px;max-height:52px;}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock .title{font-size:22px;line-height:26px;font-weight:500;text-align:center;margin:10px 0;}.gpCasino_linkBlock_cnt a.ipsLink_secondary{text-align:right;}.gp_bannerContent{position:relative;margin-bottom:40px;}.gp_bannerContent .gp_bannerContent_left{flex:1;order:1;margin-right:80px;}.gp_bannerContent .gp_bannerContent_right{position:relative;flex:2;order:2;}.gp_topCasino_gridscroll{display:grid;grid-gap:30px;padding:0 0 15px 0;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);overflow-x:auto;}.gp_bannerContent .gp_bannerContent_left h4{font-size:22px;line-height:26px;font-weight:450;}.gp_bannerContent .gp_bannerContent_left p{margin-bottom:20px;}.gp_CasinoMatcher{padding:40px;border-radius:5px;}.gp_CasinoMatcher .gp_CasinoMatcherSearch{display:flex;align-items:flex-end;column-gap:10px}.gp_CasinoMatcher .gp_FormElement{display:flex;align-items:end;}.gp_CasinoMatcher .subheading{font-weight:500;}.gp_CasinoMatcher img{width:48px;height:48px;}.gp_CasinoMatcher select{padding:15px 6px;}.gp_CasinoMatcher .ipsButton.ipsButton_tertiary{margin-top:auto;font-size:18px;padding:0 25px;height:50px;}.gpGrid.gpGrid_two .column_b{order:2;}.gpGrid.gpGrid_two .column_a{order:1;}.gpTips_Advice{margin:0 40px;}.gpTips_Advice.gpTips_Advice_grid{grid-template-columns:repeat(3, 1fr);}.gpTips_Advice.gpTips_Advice_grid a:hover .gpCard_border{border-color:var(--color-accent-mint);box-shadow:0px 0px 18px rgba(0, 0, 0, 0.05);background-color:var(--color-ui-pastel-mint);}.gpTips_Advice .gpCard{padding:20px 30px;}.gpTips_Advice .gpCard:hover, .gp_Popularpick .gpCard:hover, .gp_whytrust .gpCard:hover{box-shadow:none;}.gpTips_Advice .gpCard i{font-size:55px;color:var(--color-accent-mint);}.gpTips_Advice .gpCard img{height:55px;width:55px;}.gpTips_Advice .gpCard h5{margin:5px 0;text-align:center;}.gp_HomeTopCasino_cnt{border-radius:5px;padding:30px 10px;}.gp_HomeTopCasino_cnt h1{color:var(--color-accent-neon-mint);font-size:48px;line-height:48px;}.gp_HomeTopCasino_cnt h4{font-size:22px;line-height:26px;text-align:center;}.gp_HomeTopCasino_cnt p{text-align:center;margin-bottom:15px;}.gp_HomeTopCasino_cnt h1 img{height:62px;width:auto;margin-left:20px;}.gp_HomeTopCasino_cnt .ipsLink{color:var(--color-accent-neon-mint);}.gpCard_generic6{padding:15px;}.gpCard_generic6 img{height:45px;width:45px;margin-right:15px;}.gpCard_generic6 h3{font-size:22px;line-height:26px;font-weight:500;}.gpCard_generic6 h3, .gpCard_generic6 p{margin-bottom:15px;}.gp_Popularpick .bootstrapWrapper .collapsableContainer a, .gp_whytrust .bootstrapWrapper .collapsableContainer a, .gpGrid_two .bootstrapWrapper .collapsableContainer a{text-decoration:underline;}.gp_whytrust .gpCard a.ipsLink_Clear{margin-top:auto;}.gp_intoCnt{text-align:center;}.gp_intoCnt img{margin-bottom:30px;}.gp_intoCnt h3{font-size:22px;line-height:26px;}.gp_StatInfo .gp_StatInfoGrid{grid-template-columns:repeat(5, 1fr);}.gp_StatInfo img.thumb{height:98px;width:98px;}.gp_StatInfo h1{font-size:38px;line-height:38px;font-weight:500;margin:10px 0 5px 0;}.gp_StatInfo h2{margin-bottom:20px;}.gp_StatInfo h5{font-size:22px;line-height:26px;font-weight:450;margin:5px 0;}.gp_PartnerInfo .gp_StatInfoGrid{display:grid;grid-gap:30px;padding:0 0 15px 0;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;}.gp_PartnerInfo .gp_PartnerBlock{padding:15px 30px;background-color:var(--color-ui-white);box-shadow:0 0 5px var(--color-ui-snow);border-radius:5px 5px 0 0;display:flex;align-items:center;justify-content:center;}.gp_PartnerInfo .gp_PartnerBlock img{max-width:160px;width:100%;height:auto;margin:auto;}.bootstrapWrapper .tab-content .gpCard_bonuses .gpCard_head h5{font-size:18px;line-height:26px;}.gp_TimelineDot_Container{position:relative;padding:15px 0;}.gp_TimelineDot_Container .gp_TimelineCnt{position:relative;padding:15px;margin-left:60px;border-radius:5px;background-color:var(--color-ui-white);}.gp_TimelineDot_Container .gp_TimelineCnt:not(:last-child){margin-bottom:30px;}.gp_TimelineDot_Container .gp_TimelineCnt::before{content:'';position:absolute;top:38px;left:-59px;width:10px;height:10px;border-radius:10px;background:var(--color-ui-rich-black);}.gp_TimelineDot_Container::before{content:'';position:absolute;top:0;left:5px;width:2px;height:100%;background:var(--color-ui-rich-black);z-index:1}.gp_TimelineCnt img[data-controller="core.front.profile.main"]{height:50px;width:50px;border-radius:100px;}.gp_TimelineCnt h4{font-size:22px;line-height:26px;margin-bottom:5px;}.gp_TimelineCnt h5{color:var(--color-ui-silver);}.gp_TimelineCnt p.gp_TextCnt{margin-bottom:8px;}.gpSitemap h2{margin-top:30px;margin-bottom:10px;}.gpSitemap h2 i{margin-right:10px;}.gpGrid_sitemap + div:first-child, .gpGrid_sitemapColumn{min-height:100%;display:flex;flex-direction:column;}.gpGrid_sitemapInside + div:first-child{display:inline-block;}.gpGrid_sitemap .gpCardGold{background-color:var(--color-ui-gold);padding:30px;border-radius:5px;flex:1;}.gpGrid_sitemap div .gpCardGold:not(:last-child){margin-bottom:30px;}.gpGrid_sitemap .gpCardGold h4{margin-top:0;font-size:22px;line-height:26px;}.partners-box-container .partners-box{background-color:var(--color-ui-gold);padding:20px 20px 0 20px;border-radius:5px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;}.partners-box-container .partners-box .partners-logo-cnt{height:140px;display:flex;align-items:center;margin-bottom:20px;}.partners-box-container .partners-box .partners-logo-cnt img{width:100%;max-width:180px;font-size:12px;}.partners-box-container .partners-box .partners-title{font-size:22px;line-height:28px;font-weight:500;margin:20px 0;color:var(--color-ui-rich-black);}.gp_stickyScroll .ipsSpacer_top{margin-top:5px;}.gpLayout_container.gpBreadcrumbSpace{padding:6px 0;}.gp_SelectBanner{padding:60px 0;}.gp_SelectBanner .gptitle{margin:20px 0 10px 0;}.gpLayout_container.gp_SelectTab{padding-bottom:0;display:flex;overflow:auto;}.gp_stickyScroll .gpLayout_container.gp_SelectTab{padding-top:17px;}.gp_SelectTab .ipsTabsType{width:100%;}.gp_SelectTab ul.tablist li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;}.gp_SelectTab ul.tablist li:not(:last-child){margin-right:0;}.gp_SelectTab ul.tablist li .gp_SelectTab_cnt{display:flex;justify-content:center;align-items:center;flex-direction:column;}.gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_title{font-weight:450;font-size:26px;line-height:36px;color:var(--color-ui-rich-black);margin:30px 0 60px 0;}.gp_stickyScroll .gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_title{margin:10px 0 10px 0;transition:all ease .35s;}.gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_icon{margin-top:20px;}.gp_stickyScroll .gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_icon{margin-top:10px;height:60px;width:auto;}.tablist li:not(:last-child){margin-right:0;}.gp_SelectTab ul.tablist li a{display:block;}.gp_SelectTab ul.tablist li a.is-active{border-radius:5px 5px 0 0;background-color:var(--color-ui-white);}.gp_Selectintro ul.ipsList_inline li{font-size:26px;line-height:36px;font-weight:500;margin-right:2px;}.gp_Selectintro .gpGrid h3{margin-bottom:80px;font-size:24px;line-height:36px;}.selectblock_grid6_4{grid-template-columns:6fr 4fr;grid-column-gap:30px;align-items:flex-end;padding:50px 0;margin:0;}.gp_SelectTab_blocks{}.gp_SelectTab_blocks:not(:last-child){border-bottom:1px solid var(--color-ui-platinum);}.gp_SelectTab_blocks img.icon{height:125px;width:125px;}.gp_SelectTab_blocks h1{font-size:38px;line-height:56px;font-weight:450;margin:40px 0;}.gp_SelectTab_blocks p{padding-right:170px;}.gp_SelectTab_blocks ul{margin:0 0 40px;}.gp_SelectTab_blocks ul li{font-size:26px;line-height:36px;font-weight:500;}.gp_select_CTA{padding:20px;border-radius:5px;color:var(--color-ui-white);}.gp_select_CTA p{margin:5px 0 10px 0;}.gp_select_CTA img{margin-right:15px;}.gp_select_CTA .title{font-size:28px;line-height:32px;font-weight:450;}ul.gp_TermsList{position:relative;padding-left:20px;}ul.gp_TermsList li:not(:last-child){margin-bottom:8px;}ul.gp_TermsList li{font-size:14px;line-height:20px;color:var(--color-ui-silver);}@media (max-width:480px){.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabel, .gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabelPercentage{margin:0;}.gp_ReportAction.gp_ReportActionSignin{flex-direction:column;}.gp_ReportAction .gp_ReportActionButton{margin-top:15px;}.gp_Notification_Dark{flex-direction:column;align-items:flex-start;margin:10px 0;}.gp_Chart .gp_ChartLegend .med_gr{font-size:16px;line-height:16px;margin-bottom:4px;}.gp_Chart .gp_ChartLegend .cnt_gr{font-size:12px;line-height:14px;}.gp_UserReview_Items_Action .ipsComment_controls{float:left;}}@media (max-width:768px){.gp_Overview{margin:24px 0;}.gp_Overview .gp_Overview_title{margin-bottom:30px;}.gp_OverviewCard:not(:last-child){margin-bottom:16px;}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Title{font-size:16px;line-height:24px;}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info{font-size:12px;line-height:16px;}.gp_OverviewCard .gp_OverviewText .gp_OverviewText_Info .ipsLinkCountry{font-size:16px;line-height:16px;}.gpCard_Space{padding:15px;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabel, .gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabelPercentage{flex:22%;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewBar{flex:78%;}.gp_Review_Graph .gpLink_Review{text-align:center;}.gp_Review_Graph .gpLink_Review a{font-size:12px;line-height:16px;}.gp_Review_Graph .gpLink_Review a.ipsButton{text-decoration:none;font-size:14px;font-weight:700;height:38px;padding:0px 16px;}.gp_Review_starrating .gp_ReviewCount{font-size:12px;line-height:20px;}.gp_Review_button_Mobile{display:none;}.gp_Review_button{display:block;margin:15px 0;}.gp_UserReview_Items .gp_UserReview_Items_TopSection{align-items:flex-start;}.gp_UserReview_Items .gp_UserReview_Items_User_Name h6{font-size:12px;line-height:20px;}.gp_UserReview_Items_Reply.gp_UserReview_Items .gp_UserReview_Items_User_Name h6{font-size:14px;line-height:20px;}.gp_UserReview_Items .gp_UserReview_Items_User_Name h4{font-size:16px;line-height:24px;}.gp_UserReview_Items_content p, .gp_UserReview_Items.gp_UserReview_Items_Reply .gp_UserReview_Items_content p{font-size:14px;line-height:14px;}.gp_UserReview_CTALight .gp_UserReview_CTATitle img{width:30px;display:inline-flex;margin-right:15px;}.gp_UserReview_CTA .gp_UserReview_CTAIcon{margin:0 auto;}.gp_UserReview_CTADark .gp_UserReview_CTAMsg, .gp_UserReview_CTADark2 .gp_UserReview_CTAMsg{text-align:center;margin:10px 0;}.gp_CTA_Conversation{padding:22px;}.gp_CTA_Conversation p{padding-left:0;}.gp_CTA_Conversation img{float:left;width:30px;height:30px;}.gp_Promotion_CTA{padding:16px;}.gp_Promotion_CTA .gp_Promotion_CTA_icon{flex-basis:auto;margin-bottom:20px;}.gp_Promotion_CTA_Action{margin-left:auto;}.gp_UserReview_Titlebar .gp_CheckCaption{display:flex;align-items:center;margin:5px 0;}.gp_UserReview_comment_filter{flex-wrap:wrap;}.gp_UserReview_Items .gp_UserReview_Items_User_Rating h6{font-size:10px;}.gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ShareLink span, .gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ReportLink span{display:none;}.gp_UserReview_Items .gp_UserReview_Items_User_Name{padding-right:20px;}.gp_UserReview_Items_Reply.gp_UserReview_Items .gp_UserReview_Items_User_Name{padding-right:0;}.gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ShareLink, .gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ReportLink{align-items:flex-start;position:absolute;top:15px;padding:0 4px;}.gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ShareLink{right:35px;}.gp_UserReview_Items .gp_UserReview_Link .gp_UserReview_ReportLink{right:0;}.gp_AddReview_comment .gp_AddReview_commentUser .gp_AddReview_commentUser_Name h4{font-size:18px;line-height:24px;}table.gp_UserProfileInfo tr th, table.gp_UserProfileInfo tr td{display:block;width:100%;}.gp_ReportActionCnt{grid-template-columns:100%;}.gp_PostImmg .ipsTxt{position:relative;border-radius:0 0 5px 5px;}.gp_PostImmg .ipsTxt p{font-size:14px;line-height:22px;}.gp_PostImmg .ipsImage{border-radius:5px 5px 0 0;}.gpSecondary_Tabs ul.tablist{flex-wrap:nowrap;overflow:auto;}.gpSecondary_Tabs ul.tablist li:not(:last-child){margin-right:20px}.gpSecondary_Tabs ul.tablist li{}.gpSecondary_Tabs ul.tablist .is-active,.gpSecondary_Tabs.gpSecondary_Tabs_light ul.tablist li a.is-active{}.gpSecondary_Tabs ul.tablist li a{padding:8px 0;}.gp_Bonus_Details .gp_Thumbnail img.gpimg{width:60px;height:60px;transition:all 0.35s;}.gpContent blockquote .ipsQuote_contents p{font-size:14px;line-height:22px;margin-block-end:20px;}.gpContent ul li{position:relative;padding-left:50px;}.gpContent ul li:not(:last-child){margin-bottom:20px;}.gpContent ul li p{margin:0;font-size:16px;line-height:24px;}.gpContent ul li::before{font-size:16px;margin-right:10px;height:36px;width:36px;}.gp_Chart .gp_ChartLegend{margin:0 10px;}.gp_Chart .gp_ChartLegend .med_gr{font-size:18px;line-height:18px;margin-bottom:4px;}.gp_Chart .gp_ChartLegend .cnt_gr{font-size:14px;line-height:16px;}.gp_MobileAppType_Cnt .gp_AppsThumb{width:160px;max-width:100%;}.gp_UserReview_Items_Action .btn-group{margin-bottom:20px;}.gp_CasinoMatcher .ipsButton.ipsButton_tertiary{margin-top:10px;margin-left:auto;margin-right:auto;}.gp_CasinoMatcher .ipsFieldRow .ipsFieldRow_label{display:flex;justify-content:center;}.gp_bannerContent_left{text-align:center;}.gp_HomeTopCasino_cnt p{line-height:20px;}.gp_HomeTopCasino_cnt h1{font-size:24px;line-height:32px;margin-bottom:20px;}.gp_HomeTopCasino_cnt h4{font-size:18px;line-height:22px;}.gp_HomeTopCasino_cnt h1 img{height:50px;width:auto;margin-left:0;margin-top:10px;}.gp_TimelineDot_Container .gp_TimelineCnt{margin-left:30px;}.gp_TimelineDot_Container .gp_TimelineCnt::before{left:-29px;}.partners-box-container.gpGrid_five{grid-row-gap:10px;}.partners-box-container .partners-box{padding:20px;column-gap:20px;flex-direction:row;justify-content:flex-start;align-items:center;}.partners-box-container .partners-box .partners-logo-cnt{height:60px;}.partners-box-container .partners-box .partners-title{font-size:16px;line-height:24px;margin:15px 0;text-align:left;}.gp_Partners .gp_UserReview_CTA{padding:15px 20px;}.gp_Partners .gp_UserReview_CTAMsg{text-align:left;}.gp_Partners .gp_UserReview_CTATitle{font-size:16px;line-height:24px;}.gp_Partners .gp_UserReview_CTAMsgTxt{font-size:12px;line-height:18px;}.gp_topCasino_gridscroll{grid-gap:15px;scroll-snap-align:center;}.gp_stickyScroll .gpLayout_container.gp_SelectTab{padding-top:0;}.gp_stickyScroll .gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_icon{display:none;}}@media (min-width:999px) and (max-width:1366px){.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabel, .gp_Review_Graph .gp_Review_Graphbar .gp_ReviewLabelPercentage{flex:30%;}.gp_Review_Graph .gp_Review_Graphbar .gp_ReviewBar{flex:70%;}.gp_ReportAction.gp_ReportActionSignin{flex-direction:column;}.gpContent ul li:not(:last-child){margin-bottom:30px;}.gp_tryItFree{padding:20px 40px;}.gp_CasinoMatcher{padding:20px;}.gp_CasinoMatcher h2{font-size:22px;line-height:24px;}.gp_CasinoMatcher .subheading{margin:0;font-size:14px;line-height:18px;}.gp_CasinoMatcher .ipsFieldRow{margin-top:auto;}.gp_StatInfo .gp_StatInfoGrid{grid-template-columns:repeat(3, 1fr);}.partners-box-container .partners-box .partners-logo-cnt img{max-width:160px;}.gp_topCasino_gridscroll{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-auto-columns:minmax(220px,1fr);grid-gap:20px;}}@media screen and (min-width:1000px){.gp_StickyHeaderSection_ContentRight{display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:70px;row-gap:20px;}.gp_stickyScroll .gp_StickyHeaderSection_ContentRight{margin-bottom:0;}.gp_StickyHeaderSection_ContentRight_noSidebar{margin-bottom:0px;}}@media screen and (max-width:999px){.gpLayout_heading_img1{height:60px;width:60px;}.gp_currencyLogo_Cnt{height:60px;width:60px;}.gpText_mobile_center{text-align:center;display:block;}.gp_Notification_Dark{margin:20px 0;}.gp_Notification_Dark .gp_CheckCaption{margin:5px 0;}.gpTheme_dark .gpSecondary_Tabs_Container .ipsTabsType{border-bottom:0;}.gpLayout_heading .ipsBreadcrumb{padding-top:0px;}.gp_StickyHeaderSection.gpTheme_casino .gp_StickyHeaderSection_ContentRight .gp_TitleOffer{margin:0 0 7px 0;}.gp_StickyHeaderSection .gp_StickyHeaderSection_ContentRight .gp_TitleOffer{margin:5px 0px;}.gp_StickyHeaderSection .gp_Gameplay_Details .gp_Thumbnail img, .gp_Casino_Details .gp_Thumbnail img.gpimg, .gp_Casino_Details .gp_Thumbnail img.gpLayout_heading_img1{width:80px;height:auto;transition:all 0.35s;}.gp_StickyHeaderSection .gp_StickyHeaderSection_Details .gp_StickyHeaderSection_Details_content h1{font-size:22px;line-height:26px;display:flex;align-self:center;}.gp_StickyHeaderSection .gp_StickyHeaderSection_Details .gp_StickyHeaderSection_Details_subcontent h1{font-size:22px;line-height:26px;display:flex;align-self:center;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_Details_subcontent h1, .gp_StickyHeaderSection_ContentLeft h1{font-size:22px;line-height:22px;}.gp_StickyHeaderSection_ContentLeft .gpType_Text_Large{font-size:10px;line-height:12px;}.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .gpType_Text_Large{display:none;}.gp_stickyScroll .gp_StickyHeaderSection_ContentLeft .icon-UI-Review{display:none;}.gp_stickyScroll .gpSticky_hide{display:none;}.gp_StickyHeaderSection_ContentLeft .gp_StickyHeaderSection_More_Details{margin:4px 0}.gp_StickyHeaderSection .gp_StickyHeaderSection_Details .gp_StickyHeaderSection_Details_content .gp_StickyHeaderSection_ReviewInfo{margin-bottom:8px;}.gp_StickyHeaderSection .gpSecondary_Tabs{}.gpTheme_casino .gpSecondary_Tabs.gpSecondary_Tabs_light{background:var(--color-ui-white);}.gp_Gameplay_Details .gp_Thumbnail .gp_FloatingLabel{position:absolute;top:2px;left:2px;}.gp_StickyHeaderSection .gpLabel_Featured{font-size:10px;padding:2px 4px;}.gpSecondary_Tabs_Container.gpFlex_flexOne{margin-right:0;}.gp_Notification_Dark{flex-direction:column;align-items:flex-start;margin:10px 0;}.gp_Chart .gp_ChartLegend .med_gr{font-size:14px;line-height:14px;margin-bottom:4px;}.gp_Chart .gp_ChartLegend .cnt_gr{font-size:12px;line-height:12px;}.gp_Gameplay_SectionFooter p{text-align:center;}.gp_tryItFree{padding:15px 20px;}.gp_tryItFree .icon{font-size:30px;}.gp_tryItFree .labelText{font-size:18px;line-height:22px;}.gpGrid_SpecificationList{grid-template-columns:repeat(2, 1fr);}.gp_SpecificationList .gp_icon img{width:28px;height:28px;}.gp_SpecificationList .gp_content .gp_title{font-size:14px;line-height:20px;font-weight:500;color:var(--color-ui-rich-black);}.gp_Notification_Dark_Fixedbottom{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:9990;}.gpLayout_sidebarSpecialCasino .gp_CasinoTitle{font-size:18px;line-height:24px;}.gpCasino_linkBlock_cnt .gp_Gridscroll{grid-gap:15px;}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock{height:130px;padding:20px 15px;}.gpCasino_linkBlock_cnt a.gpCasino_linkBlock .title{font-size:18px;line-height:22px;}.gp_bannerContent{margin-bottom:20px;flex-direction:column;text-align:center;display:flex;width:auto;}.gp_bannerContent .gp_bannerContent_left{margin-right:0px;}.gp_CasinoMatcher .gp_FormElement{display:block;}.gp_bannerHeader{margin:10px 0;text-align:center;}.gp_bannerHeader h1{font-size:28px;line-height:36px;margin:0 10px;}.gp_bannerHeader h4{font-size:14px;line-height:20px;}.gpCasino_linkBlock_cnt{margin-bottom:20px;}.gp_bannerContent .gp_bannerContent_left h4{font-size:18px;line-height:22px;margin:20px 0;}.gp_bannerContent .gp_bannerContent_left p{line-height:22px;}.gp_HomeTopCasino_cnt{padding:20px 10px;text-align:center;border-radius:0;}.gpTips_Advice{margin:0;}.gpTips_Advice.gpTips_Advice_grid{grid-template-columns:repeat(2, 1fr);}.gpLayout_container.gp_Popularpick, .gpLayout_container.gp_whytrust{padding:0 15px;}.gp_Popularpick .bootstrapWrapper .gpType_tableTitle, .gp_whytrust .bootstrapWrapper .gpType_tableTitle{font-size:18px;line-height:22px;padding-right:20px;}.gp_Popularpick .bootstrapWrapper .collapsableContent p, .gp_whytrust .bootstrapWrapper .collapsableContent p{font-size:16px;line-height:24px;}.gp_Popularpick .bootstrapWrapper .gpType_tableTitle img.thumb, .gp_whytrust .bootstrapWrapper .gpType_tableTitle img.thumb{height:32px;width:32px;margin-right:15px;}.gp_Popularpick .bootstrapWrapper .gpType_tableTitle h3, .gp_whytrust .bootstrapWrapper .gpType_tableTitle h3{font-size:18px;line-height:22px;}.gp_StatInfo .gp_StatInfoGrid{grid-template-columns:repeat(2, 1fr);}.gp_StatInfo img.thumb{height:48px;width:48px;}.gp_StatInfo h1{font-size:24px;line-height:32px;margin:5px 0 10px 0;}.gp_StatInfo h2{margin-bottom:0;}.gp_StatInfo h5{font-size:14px;line-height:20px;margin:5px 0;}.gpGrid.gpGrid_two .column_b{order:1;}.gpGrid.gpGrid_two .column_a{order:2;}.gpSitemap p{margin-bottom:15px;}.gpGrid_sitemap .gpCardGold{padding:15px;}.gpGrid_sitemap div .gpCardGold:not(:last-child){margin-bottom:10px;}.gpGrid_sitemap .gpCardGold h4{margin-top:0;font-size:22px;line-height:26px;}.gpLeaderboard .gpSecondary_Tabs ul.tablist{justify-content:space-around;padding:10px 10px 0;}.gpLeaderboard .gpSecondary_Tabs_Container{background-color:var(--color-ui-white);}.gpLeaderboard .gpSecondary_Tabs_Container .ipsTabsType{border:0;}.partners-box-container .partners-box .partners-logo-cnt{height:60px;display:flex;align-items:center;margin-bottom:0;}.partners-box-container .partners-box .partners-logo-cnt img{width:100%;max-width:100px;}.selectblock_grid6_4{padding:20px 0;}.gp_SelectTab_blocksleft{text-align:center;}.gp_SelectTab_blocksleft p{text-align:center;padding:0;margin-bottom:15px;}.gp_SelectTab_blocks ul li{font-size:24px;line-height:32px;}.gp_SelectTab_blocks h1{font-size:26px;line-height:32px;font-weight:500;margin:20px 0;}.gp_Selectintro .gpGrid h3{margin-bottom:30px;}.gp_SelectBanner{padding:20px 0 20px 0;}.gpLayout_container.gpBreadcrumbSpace{padding:4px 6px;}.gpBreadcrumbSpace .ipsBreadcrumb.ipsBreadcrumb_top{padding:4px 0;}.gp_SelectTab ul.tablist li{min-width:220px;}.gp_SelectTab ul.tablist li .gp_SelectTab_cnt .gp_SelectTab_title{margin:20px 0;}.gp_SelectTabSection .stickyblock{height:0;}.gp_Selectintro ul.ipsList_inline li{display:block;text-align:center;margin:5px 0;}.gp_select_CTA .icon{width:26px;height:26px;margin-right:10px;}.gp_select_CTA .heading{display:flex;align-items:center;}.gp_select_CTA .title{font-size:18px;line-height:22px;font-weight:450;margin:5px 0;}.gp_select_CTA p{margin:10px 0;}.gpTabs{overflow-x:scroll;white-space:nowrap;}.gp_bannerContent .gp_bannerContent_left{order:2;}.gp_bannerContent .gp_bannerContent_right{order:1;width:100%;}}@media screen and (max-width:1440px){.gp_bannerContent .gp_bannerContent_left{margin-right:0;}}@media screen and (max-width:320px){.gp_topCasino_gridscroll{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-columns:minmax(200px,1fr);}}
 .partners-box-container{text-align:center;}*/ .partners-box{display:inline-block;width:100%;max-width:270px;height:270px;margin:0 40px;background-size:contain!important;text-decoration:none!important;}.gp_cell{height:100px;width:100px;}.gpFilters_wrapperDesktop{border-radius:5px;}.gpFilters_wrapper label{font-weight:450;}@media screen and (min-width:1000px){.gpFilters_wrapperDesktop{width:280px;}}.gpFilters_wrapperDesktop > div{background-color:white;padding:15px;}.gpFilters_clearForm, a.gpFilters_clearForm{color:var(--color-ui-rich-black);font-weight:500;text-decoration:underline;}.gpFilters_filterDialog_header{height:var(--topnav-height);border-bottom:1px solid var(--color-ui-platinum);}.gpFilters_filterDialog_header .iconfont{font-size:16px;color:var(--color-ui-rich-black);}@media screen and (min-width:1000px){.gpFilters_clearForm, a.gpFilters_clearForm{font-size:14px;}}@media screen and (max-width:1000px){.gpFilters_filterDialog{padding-bottom:80px;}}.gpFilters_filterWidget{bottom:0px;left:0px;padding:10px;position:fixed;text-align:center;width:100%;z-index:3500;}.gpFilters_filterDialog{left:0px;max-height:100%;overflow-y:scroll;padding-left:15px;padding-right:15px;position:fixed;top:0px;width:100%;z-index:3000;}.gpFilters_filterWidget_button{}.gpFilters_filtersIcon{height:20px;width:28px;object-fit:scale-down;}.gpFilters_wrapper .collapsableButton::before{font-size:15px;top:20px;}.gpFilters_wrapper .elSearchFieldWrapper .elSearchField{border-radius:5px;background-color:initial;border:1px solid var(--color-ui-platinum);}.gpFilters_wrapper .elSearchFieldWrapper .elSearchSubmit{color:var(--color-ui-rich-black);}.gpFilters_wrapper .elSearchField::placeholder{color:var(--color-ui-rich-black);}.ui-slider{cursor:pointer;}.ui-slider-horizontal{height:1px;}.ui-slider-horizontal .ui-slider-handle{top:-8px;}.ui-widget.ui-widget-content{border:1px solid var(--color-ui-platinum);}.ui-slider .ui-slider-handle{transform:rotate(90deg);background:white;color:var(--color-ui-rich-black);border-radius:100px;}.ui-slider .ui-slider-handle:focus-visible{outline:none;}.ui-slider .ui-slider-handle::before{content:"≡";position:relative;top:-4px;left:4px;color:var(--color-ui-rich-black);font-size:15px;}.ui-slider .ui-slider-handle::after{}.ui-slider .ui-slider-handle.ui-state-hover{cursor:grab;}.ui-slider .ui-slider-handle.ui-state-hover.ui-state-active{cursor:grabbing;}.gpFilters_count{text-align:right;}@media screen and (max-width:999px){.equalHMRWrap :nth-child(odd).gpFilters_count{width:100%;}}.cDatabaseFiltersFilter .addto-playlists .ipsField_fieldList{max-height:1000px;}
