/*# sourceMappingURL=gf_image_choices_legacy.css.map */

.image-choices-field.has-jetsloth-lazy .jetsloth-lazy {
	opacity: 0;
	transition: opacity .3s;
}

.image-choices-field.has-jetsloth-lazy .jetsloth-lazy-loaded {
	opacity: 1;
}

.image-choices-field ul.gfield_checkbox, .image-choices-field ul.gfield_radio {
	list-style: none;
	margin: 0;
	padding: 0;
}

.image-choices-field div.gfield_checkbox, .image-choices-field div.gfield_radio {
	margin: 0;
	padding: 0;
}

.image-choices-field .image-choices-choice {
	display: inline-block;
	margin: 0 10px 10px 0 !important;
	transition: all .3s;
	border: 1px solid hsla(0, 0%, 87%, 0);
	vertical-align: top;
	text-align: center;
}

.image-choices-field .image-choices-choice label {
	cursor: pointer;
	display: inline-block !important;
	line-height: 0;
	margin: 0 !important;
	max-width: none !important;
	padding: 10px !important;
	text-align: center;
	width: 100% !important;
	border: 1px solid transparent;
}

.image-choices-field .image-choices-choice input[type=checkbox], .image-choices-field .image-choices-choice input[type=radio] {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.image-choices-field .image-choices-choice-price, .image-choices-field .image-choices-choice-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 6px;
	transition: all .3s;
}

.image-choices-field .image-choices-choice-price {
	display: block;
}

.image-choices-field .image-choices-choice-text {
	display: none;
}

.image-choices-field .image-choices-choice-image-wrap {
	display: inline-block !important;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	line-height: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	transition: all .3s;
}

.image-choices-field .image-choices-choice-image {
	display: none;
}

.image-choices-field.image-choices-layout-vertical ul.gfield_checkbox, .image-choices-field.image-choices-layout-vertical ul.gfield_radio {
	display: inline-block;
}

.image-choices-field.image-choices-layout-vertical ul.gfield_checkbox>li.image-choices-choice, .image-choices-field.image-choices-layout-vertical ul.gfield_radio>li.image-choices-choice {
	display: block;
}

.image-choices-field.image-choices-layout-vertical div.gfield_checkbox, .image-choices-field.image-choices-layout-vertical div.gfield_radio {
	display: inline-block;
}

.image-choices-field.image-choices-layout-vertical div.gfield_checkbox>.image-choices-choice, .image-choices-field.image-choices-layout-vertical div.gfield_radio>.image-choices-choice, .image-choices-field.image-choices-show-labels .image-choices-choice-text {
	display: block;
}

.image-choices-field .image-choices-choice-focus label, .image-choices-field .image-choices-choice-selected {
	border-color: #000;
}

html[dir=rtl] .image-choices-field .image-choices-choice input[type=checkbox], html[dir=rtl] .image-choices-field .image-choices-choice input[type=radio] {
	left: unset;
	right: -9999px;
}

.image-choices-field .image-choices-choice.image-choices-choice-other input[type=text] {
	margin: 0;
}

.image-choices-field .image-choices-choice.image-choices-choice-other .image-choices-choice-image-wrap {
	background-color: #ecefed;
}

.image-choices-field .gf_other_wrap {
	position: absolute;
	width: 150%;
	max-width: 90vw;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 36px 10px 20px;
	z-index: 99;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.image-choices-field .gf_other_wrap:not(.active) {
	pointer-events: none;
	visibility: hidden;
}

.image-choices-field .gf_other_wrap:not(.active) .gf_other_close {
	display: none;
}

.image-choices-field .gf_other_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	opacity: .3;
}

.image-choices-field .gf_other_close:after, .image-choices-field .gf_other_close:before {
	position: absolute;
	left: 10px;
	content: " ";
	height: 24px;
	width: 2px;
	background-color: #000;
}

.image-choices-field .gf_other_close:before {
	transform: rotate(45deg);
}

.image-choices-field .gf_other_close:after {
	transform: rotate(-45deg);
}

.gquiz-image-choices-field .gquiz-image-choices {
	list-style: none;
	display: block;
	text-align: center;
}

.gquiz-image-choices-field .gquiz-image-choices-choice, .gquiz-image-choices-field .gquiz-image-choices>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
	text-align: center;
	position: relative;
}

.gquiz-image-choices-field .gquiz-image-choices-choice>img, .gquiz-image-choices-field .gquiz-image-choices>li>img {
	position: absolute;
	right: 0;
	bottom: -15px;
}

.gquiz-image-choices-field .gquiz-image-choices-choice-image {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.gquiz-image-choices-field .gquiz-image-choices-choice-text {
	display: block;
	font-size: 12px;
}

.image-choices-choice {
	position: relative;
}

.gform-theme--framework .gfield--type-choice.image-choices-field:not([class*=gf_list_]) .gfield_checkbox, .gform-theme--framework .gfield--type-choice.image-choices-field:not([class*=gf_list_]) .gfield_radio {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gform-theme--framework .gfield--type-choice.image-choices-field .gchoice {
	display: inline-block;
	margin-right: 0 !important;
}

.gform-theme--framework .gfield--type-choice.image-choices-field .gfield_checkbox>:last-child:where(:not(.gchoice)), .gform-theme--framework .gfield--type-choice.image-choices-field .gfield_radio>:last-child:where(:not(.gchoice)) {
	-ms-flex-item-align: center;
	align-self: center;
}

@media (min-width:640px) {
	.gform-theme--foundation .gfield.image-choices-field[class*=gf_list_] .gfield_checkbox, .gform-theme--foundation .gfield.image-choices-field[class*=gf_list_] .gfield_radio {
		grid-column-gap: var(--gf-field-choice-spacing, var(--gform-theme-field-choice-spacing));
	}
}

body.hidden-scroll {
	overflow: hidden;
}

.jl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: .7;
	display: none;
	z-index: 1035;
}

.jl-wrapper {
	z-index: 1040;
}

.jl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer;
}

.jl-wrapper button:hover {
	opacity: .7;
}

.jl-wrapper .jl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 1060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial, Baskerville, monospace;
	color: #000;
	font-size: 3rem;
}

.jl-wrapper .jl-close:focus {
	outline: none;
}

.jl-wrapper .jl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1060;
	color: #000;
	font-size: 1rem;
}

.jl-wrapper .jl-navigation {
	width: 100%;
	display: none;
}

.jl-wrapper .jl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 1060;
	font-family: Arial, Baskerville, monospace;
	color: #000;
}

.jl-wrapper .jl-navigation button.jl-next {
	right: 5px;
	font-size: 2rem;
}

.jl-wrapper .jl-navigation button.jl-prev {
	left: 5px;
	font-size: 2rem;
}

.jl-wrapper .jl-navigation button:focus {
	outline: none;
}

@media (min-width:35.5em) {
	.jl-wrapper .jl-navigation button {
		width: 44px;
	}
	
	.jl-wrapper .jl-navigation button.jl-next {
		right: 10px;
		font-size: 3rem;
	}
	
	.jl-wrapper .jl-navigation button.jl-prev {
		left: 10px;
		font-size: 3rem;
	}
}

@media (min-width:50em) {
	.jl-wrapper .jl-navigation button {
		width: 44px;
	}
	
	.jl-wrapper .jl-navigation button.jl-next {
		right: 20px;
		font-size: 3rem;
	}
	
	.jl-wrapper .jl-navigation button.jl-prev {
		left: 20px;
		font-size: 3rem;
	}
}

.jl-wrapper .jl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000;
}

.jl-wrapper .jl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
}

@media (min-width:35.5em) {
	.jl-wrapper .jl-image img {
		border: 0 none;
	}
}

@media (min-width:50em) {
	.jl-wrapper .jl-image img {
		border: 0 none;
	}
}

.jl-wrapper .jl-image iframe {
	background: #000;
	border: 0 none;
}

@media (min-width:35.5em) {
	.jl-wrapper .jl-image iframe {
		border: 0 none;
	}
}

@media (min-width:50em) {
	.jl-wrapper .jl-image iframe {
		border: 0 none;
	}
}

.jl-wrapper .jl-image .jl-caption {
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.jl-wrapper .jl-image .jl-caption.pos-top {
	bottom: auto;
	top: 0;
}

.jl-wrapper .jl-image .jl-caption.pos-outside {
	bottom: auto;
}

.jl-wrapper .jl-image .jl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060;
}

.jl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	animation: a 1s ease-out infinite;
}

.jl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@keyframes a {
	0% {
		transform: scale(.1);
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		transform: scale(1.2);
		opacity: 0;
	}
}

.image-choices-field .image-choices-choice {
	position: relative;
}

.image-choices-lightbox-btn {
	text-decoration: none;
	font-weight: 700;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	color: #fff;
	background-color: #000;
	font-size: 30px;
	z-index: 10;
	text-indent: -99999px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'71\' height=\'71\' viewBox=\'0 0 71 71\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M69.5 62.3c1.8 1.8 1.8 4.6.1 6.4-1.8 1.8-4.6 1.8-6.4 0L46.4 51.9C35.2 60 19.4 59.1 9.3 49-1.9 37.8-1.9 19.6 9.3 8.4c11.2-11.2 29.4-11.2 40.6 0 10.1 10.1 11 25.9 2.9 37.1l16.7 16.8zM13.8 44.5c8.7 8.7 22.9 8.7 31.6 0 8.7-8.7 8.7-22.9 0-31.6-8.7-8.7-22.9-8.7-31.6 0-8.7 8.7-8.7 22.9 0 31.6zM41 25.4c1.8 0 3.3 1.5 3.4 3.4 0 1.9-1.6 3.4-3.4 3.4h-8v8c0 1.9-1.6 3.4-3.4 3.4-1.9 0-3.4-1.6-3.4-3.4v-8h-8c-1.9 0-3.4-1.6-3.4-3.4 0-1.9 1.6-3.4 3.4-3.4h8v-8c0-1.9 1.6-3.4 3.4-3.4 1.9 0 3.4 1.6 3.4 3.4v8h8z\' fill=\'%23fff\' fill-rule=\'nonzero\'/%3E%3C/svg%3E");
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.image-choices-lightbox-btn.nitro-lazy {
	background-image: none !important;
}

.image-choices-lightbox-btn:active, .image-choices-lightbox-btn:hover {
	text-decoration: none;
	background-color: #333;
}
