/**
 * Gel 2018.2
 * Contact Stylesheet
 * @version 2012.2.0 r 5
 * @modified 2022-08-22 by Grant Mosier
 */.contact-o {
	display: flex;
}
.contact-form {
	flex: 1 0 50%;
	width: 50%;
}
.contact-info {
	flex: 0 0 20em;
	width: 20em;
	margin-left: 3em;
	padding-left: 3em;
	border-left: 1px solid #B9C3CF;
}
@media screen and (max-width: 1000px) {
	.contact-o {
		flex-wrap: wrap;
	}
	.contact-form {
		flex: 0 0 100%;
		width: 100%;
	}
	.contact-info {
		flex: 0 0 100%;
		width: 100%;
		margin: 3em 0 0;
		padding: 3em 0 0;
		border-top: 1px solid #B9C3CF;
		border-left: none;
	}
}
@media screen and (max-width: 600px) {
	.contact-info {
		margin: 2em 0 0;
		padding: 2em 0 0;
	}
}


.contact-form fieldset {
	margin-top: 1.75em;
}
.capture label {
	width: 100%;
}
.submit-button {
	margin-left: 2em;
}
@media screen and (max-width: 650px) {
	.flex-block.capture input[type='text'] {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 1em;
	}
}


.contact-info h4, .contact-info h5, .contact-info h6 {
	margin-top: 0;
	text-align: center;
}
.contact-info p {
	text-align: center;
}
.contact-address {
	margin-top: 1.5em;
}
.contact-phone a {
	color: #628F00;
	font-weight: 200;
}
.contact-info .button {
	width: 100%;
	margin: 1em 0 0;
}
.contact-info .button:nth-of-type(4n-2) {
	border-color: #A88E69;
	color: #A88E69;
}
.contact-info .button:nth-of-type(4n-1) {
	border-color: #959BA3;
	color: #959BA3;
}
.contact-info .button:nth-of-type(4n) {
	border-color: #1C364B;
	color: #1C364B;
}
.contact-info .button:hover {
	color: #F6F4F2;
}
.contact-info .button:nth-of-type(4n-2):after {
	background: #A88E69;
}
.contact-info .button:nth-of-type(4n-1):after {
	background: #959BA3;
}
.contact-info .button:nth-of-type(4n):after {
	background: #1C364B;
}


#map_canvas {
	position: relative;
	left: 33.335em;
	width: 100vw;
	height: 30em;
	margin: 4em -50vw -4em;
}
#map_canvas img {
	max-width: 3000px
}
#contact_map_location_string,
#contact_map_window_info {
	display: none;
}
#map_canvas .gm-style .gm-style-iw-c {
	padding: 2em !important;
	background: #00A6CE;
	border-radius: 0;
	color: #F6F4F2;
	font-size: 14px;
}
#map_canvas .gm-style-iw-tc:after {
	background: #00A6CE;
}
#map_canvas .gm-style .gm-style-iw-d {
	overflow: visible !important;
}
#map_canvas .gm-style-iw-d p {
	margin: 0;
	text-align: center;
}
#map_canvas .gm-style-iw-d strong {
	font-size: 1.1em;
}
#map_canvas .gm-style-iw-d a {
	color: #F6F4F2;
	font-weight: 400;
}
#map_canvas .gm-style-iw-d a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1350px) {
	#map_canvas {
		left: 0;
		margin: 4em -4em -4em;
	}
}
@media screen and (max-width: 1000px) {
	#map_canvas {
		margin: 3em -3em -3em;
	}
}
@media screen and (max-width: 600px) {
	#map_canvas {
		margin: 2em -2em -2em;
	}
}




.fieldsets-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.75em;
}
.fieldsets-flex.fieldsets-flex-block {
	margin-left: -1.75em;
}
.fieldsets-flex-block {
	-webkit-box-flex: 1 0 90%;
	-webkit-flex: 1 0 90%;
	-ms-flex: 1 0 90%;
	flex: 1 0 90%;
	margin-left: 1.75em;
}
.fieldsets-flex-2 {
	-webkit-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
}
fieldset.fieldset-open-close {
	margin-top: 3em;
	margin-bottom: .6em;
	padding: 0;
}
.fieldset-open, .fieldset-closed {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	margin: 0 0 -1.1em;
	padding-left: 1.25em;
	font-size: 1.15em !important;
	text-align: left;
	text-transform: unset;
	font-family: unset;
	color:#2C2926;
}
.fieldset-open {
	background-color: #BDB8B2;
}
.fieldset-closed {
	background-color: #D0CCC8;
}
.toggle-arrow {
	content: "";
	position: absolute;
	top: .65em;
	right: 1em;
	width: 0;
	height: 0;
	border-top: 15px solid #686058;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}
.fieldset-closed .toggle-arrow {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}
.fieldset-closed + .flex-toggle {
	display: none;
}
.flex-toggle {
	padding: 2em 0;
}
.fieldset-open-close .flex-form {
	margin-top: -1em;
}
.flex-2-sm:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0 5em;
	-moz-box-flex: 0 5em;
	-webkit-flex: 0 5em;
	-ms-flex: 0 5em;
	flex: 0 5em;
	margin-right: 1.5em;
}
.flex-2-sm:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0 5em;
	-moz-box-flex: 0 5em;
	-webkit-flex: 0 5em;
	-ms-flex: 0 5em;
	flex: 0 5em;
	margin-left: 1.5em;
}
.flex-2 > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}
.flex-block > .flex-block:first-of-type {
	margin-left: 0;
}
.flex-form .flex-form {
	margin-left: 0;
}
.flex-block input[type="text"], .flex-block input[type="file"],
.flex-block input[type="password"], .flex-block input[type="email"],
.flex-block textarea, .flex-block select,
.flex-block .mce-tinymce {
	margin: .5em 0 0;
	width: 100%;
}
.flex-form > p {
	margin: .5em 0 .5em 1.5em;
}

.fieldset-open-close + input[type='button'],
.fieldset-open-close + input[type='submit'] {
	margin-top: 2em;
}

.flex-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.flex-date label {
	width: 100%;
}
.flex-date input[type="text"] {
	-webkit-box-flex: 1 0

	-webkit-flex: 1 0 90%;
	-ms-flex: 1 0 90%;
	flex: 1 0 90%;
	width: 90%;
	padding-right: 0;
}
.flex-date input + svg, .flex-date input + img {
	-webkit-box-flex: 0 0 1.175em;
	-webkit-flex: 0 0 1.175em;
	-ms-flex: 0 0 1.175em;
	flex: 0 0 1.175em;
	width: 1.175em;
	height: 1.127em;
	margin: .5em 0 0 .5em;
	cursor: pointer;
}
.flex-times select {
	-webkit-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	width: 40%;
}
.flex-times select:first-of-type {
	margin-right: 1.25em;
}

.flex-block h2, .flex-block h3,
.flex-block h4, .flex-block h5,
.flex-block h6, .flex-block p {
	width: 100%;
}
.flex-form hr {
	margin-left: 1.5em;
}
.flex-block p + p {
	margin-top: 0;
}

.pos {
	color: #74B535;
}
.neg {
	color: #EF4136;
}
.flex-dollar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.dollar {
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	margin-right: .75em;
}
.flex-dollar input[type="text"] {
	-webkit-box-flex: 1 0 0;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	width: auto;
}

.fieldsets-flex-2 .fieldsets-flex-block {
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-left: 0;
}

.flex-value {
	margin: 0 0 0 0;
}
label.flex-subhead {
	margin: .8em 0 .4em 1.5em;
}
.flex-check-o {
	margin-top: .5em;
}
.flex-form > .flex-check-o {
	margin-left: 0;
}
.flex-block > .flex-block.flex-check-o {
	margin: .5em 0 0 -1.5em;
}
.flex-check-o .flex-check, .flex-check-sm .flex-check {
	-webkit-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.flex-check-o > .flex-check:nth-of-type(n) {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.flex-radio p {
	display: inline;
	width: auto;
	margin: 0 1.5em 0 .75em;
}

.submit-buttons {
	float: left;
	position: relative;
}
fieldset > .submit-buttons:only-child {
	margin-top: -1em;
}
.submit-buttons input:first-child {
	position: absolute;
	left: 100%;
	margin-left: .25em;
}
.flex-from-to {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-left: 1.75em;
}
.flex-from-to label {
	width: 2em;
	margin-top: 0;
	margin-right: 1em;
}
.flex-from-to label:not(:first-child) {
	width: auto;
	margin-left: 1em;
}
.flex-from-to select,
.flex-from-to input[type="text"] {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.flex-from-to select + select,
.flex-from-to select:last-child {
	margin-right: 0;
}
.flex-from-to select + select {
	margin-left: .5em;
}
.flex-from-to input[type="text"]:first-child,
.flex-from-to select:first-child {
	margin-left: -1.75em;
	margin-right: 1em;
}
.flex-range {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-range input[type="text"] {
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 20%;
}
.flex-range label:nth-of-type(2) {
	width: auto;
	margin: 0 .75em;
}

.legend-buttons .button {
	float: right;
	margin: 0 0 0 1em;
	background: #E0E0E0;
	color: #404545;
	font-size: .66em;
}

@media screen and (min-width: 1000px) {
	.flex-table {
		margin-top: 1em;
		margin-bottom: .3em;
	}
	.flex-table .flex-block {
		margin-bottom: 0;
		padding: 0 0 0 1em;
		background: rgb(230, 230, 230);
		border-bottom: 1px solid rgb(200, 200, 200);
		font-size: .9em;
	}
	.flex-table .flex-block:first-of-type {
		background: #404545;
		color: #FFF;
	}
	.flex-table .flex-block:last-of-type {
		border: none;
	}
	.flex-table p {
		margin: 0 1em 0 0;
		padding: .1em 0 .15em;
	}
}
@media screen and (max-width: 1550px) {
	.fieldsets-flex {
		width: 100%;
		margin-left: -.875em;
	}
}
@media screen and (max-width: 1200px) {
	.fieldsets-flex {
		margin-left: 0;
	}
	.fieldsets-flex-block {
		-webkit-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.flex-table .flex-block {
		border-bottom: 1px solid rgb(200, 200, 200);
	}
	.flex-table .flex-block:first-child {
		display: none;
	}
	.flex-4, .flex-5 {
		-webkit-box-flex: 1 0 40%;
		-webkit-flex: 1 0 40%;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
	}
	.submit-buttons {
		float: none;
		position: static;
	}
	.submit-buttons input:nth-of-type(n) {
		display: inline-block;
		position: static;
		width: 47.5%;
	}
	.submit-buttons input:last-of-type {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.flex-2, .flex-3,
	.flex-4, .flex-5 {
		-webkit-box-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.submit-buttons input:nth-of-type(n) {
		width: 100%;
		margin-right: 0;
	}
	.fieldsets-flex {
		display: block;
	}
	fieldset, .fieldset {
		margin-top: 2em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	fieldset.fieldset-open-close {
		margin-top: 2em;
	}
	.flex-toggle {
		margin-top: -.25em;
	}
	
	legend, .legend, .fieldset-open, .fieldset-closed {
		font-size: 1.25em;
	}
	
	
	.toggle-arrow {
		display: none;
	}
	
	

	
	
	label, .label {
		font-size: 1em
	}
	
	input[type="text"], input[type="file"],
	input[type="password"], input[type="email"],
	textarea, select {
		font-size: .9em;
	}
}
@media screen and (max-width: 500px) {
	.kapt-box {
		margin-top: .5em;
	}
}
@media screen and (max-width: 450px) {
	.flex-2 > div, .flex-2 .flex-2-sm {
		-webkit-box-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


.ui-autocomplete {
	max-height: 25em;
	overflow: scroll;
	font-size: .85em !important;
}
ul.ui-autocomplete {
	z-index: 2000;
}
.ui-autocomplete li span {
	font-size: .95em !important;
	font-weight: bold;
}
.ui-autocomplete li {
	position: relative;
	margin-top: -1px !important;
	margin-bottom: -1px !important;
	padding: .5em 1em !important;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.ui-autocomplete li:hover {
	background: #AFD9F7;
}
.ui-state-active {
	border: 1px solid #AFD9F7 !important;
	background: #AFD9F7 !important;
}
.ui-state-active, .ui-state-active:before, .ui-state-active:after, .ui-autocomplete li:before, .ui-autocomplete li:after {
	-moz-transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	-moz-transform .0s ease,
	opacity .0s ease;
	-webkit-transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	-webkit-transform .0s ease,
	opacity .0s ease;
	transition: background .0s ease,
	color .0s ease,
	fill .0s ease,
	border-color .0s ease,
	transform .0s ease,
	opacity .0s ease;
}



.mfp-wrap .mfp-container .mfp-content {
	width: 90vw;
	max-width: 1200px;
	padding: 1em 2em;
	background: #FFF;
}


.mce-content-body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.5em;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: 1px dashed #BBB;
}
a.mceItemAnchor {
	width: 12px;
	padding-left: 12px;
	background: url(../default/img/items.gif) no-repeat bottom left;
	line-height: 6px;
	overflow: hidden;
}
img.mceItemAnchor {
	width: 12px;
	height: 12px;
	background: url(../default/img/items.gif) no-repeat;
}
table {
	cursor: default;
}
table td, table th {
	cursor: text;
}
ins {
	border-bottom: 1px solid green;
	color: green;
	text-decoration: none;
}
del {
	color: red;
	text-decoration: line-through;
}
cite {
	border-bottom: 1px dashed blue;
}
acronym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
abbr, html\:abbr {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}


input[type="text"].hasDatepicker {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto;
}
.ui-datepicker-trigger{
	margin-left: 5px;
	cursor: pointer;
}
table.ui-datepicker-calendar {
	border-collapse: separate;
}
.ui-datepicker-calendar td {
	border: 1px solid transparent;
}
#ui-datepicker-div {
	font-size: .9em;
}
#ui-datepicker-div * {
	font-weight: normal;
	font-style: normal;
}
a.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	top: .6em;
	left: .5em;
	width: 0;
	height: 0;
	background: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFF;
	border-left: none;
	border-radius: 0;
	cursor: pointer;
}
a.ui-datepicker-next.ui-corner-all {
	position: absolute;
	top: .6em;
	right: .5em;
	width: 0;
	height: 0;
	background: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #FFF;
	border-right: none;
	border-radius: 0;
	cursor: pointer;
}
a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
	display: none;
	background: none;
}
.ui-datepicker table,
.ui-datepicker tr {
	background: none;
}
.ui-datepicker .ui-datepicker-calendar th {
	width: 20px !important;
	padding: .25em 0;
}
.ui-datepicker .ui-datepicker-calendar td a {
	border: 1px solid #D3D3D3 !important;
	color: #222;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
	background: rgb(200, 200, 200);
	border-color: rgb(100, 100, 100);
	color: #222;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
	background: none;
	border: none;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-highlight {
	background: #A61C14;
	border: none;
	color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-datepicker-today a {
	background: #A61C14 none;
	color: #FFF;
	border: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
	background: #FFE8AA;
	color: #222;
}
.ui-datepicker .ui-datepicker-other-month {
	background: #CCC
}


.capture label {
	margin-bottom: .5em;
}
.capture input[type="text"] {
	-webkit-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	margin: 0 1em 0 0;
}
.capture img {
	width: auto;
}
.captcha-refresh {
	margin-left: .5em;
}


#working_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	z-index:9999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#working_loader > img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1 !important;
}
#working_loader.loader-absolute {
	position: absolute;
}
.loader-o {
	position: relative;
}


#checkAll {
	cursor: pointer;
}