/* UTILITIES */
.hc-btn {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	height: auto;
	color: inherit;
	background-color: transparent;

	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.hc-btn:hover {
	text-decoration: none;
}
.hc-btn:focus {
	outline: none;
}

.hcj2-as-label-container {
	cursor: pointer;
}

/* fonts */
.icomoon, .typcn, .ion, .oi, .sli-icon, .hc-dashicons, .hc-fa
{
	width: 1.25em;
	height: inherit;
	line-height: inherit;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-size: inherit;
}

.hc-char {
/*	line-height: 1em; */
	width: 1em;
	text-align: center;
	display: inline-block;
}

.hc-field:invalid:focus,
.hc-field:invalid.hc-is-focused
{
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}

select.hc-field,
input.hc-field[type=text],
input.hc-field[type=password]
{
	min-height: 2em;
	vertical-align: middle;
}

/* THEME */
.hc-theme-btn-submit {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	cursor: pointer;
	display: inline-block;
	height: auto;
	color: inherit;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.125);
	text-decoration: none;

	text-align: center;
}
.hc-theme-btn-secondary {
	background-color: #ddd;
}
.hc-theme-btn-secondary:hover {
	color: #fff;
	background-color: #0074d9;
	text-decoration: none;
}
.hc-theme-btn-primary {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	background-color: #0074d9;
}
.hc-theme-btn-danger {
	color: #ff4136;
	border-color: #ff4136;
}
.hc-theme-btn-danger:hover {
	color: #fff;
	background-color: #ff4136;
	text-decoration: none;
}
.hc-theme-btn-warning {
	color: #ff851b;
	border-color: #ff851b;
}
.hc-theme-tab-link {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin: 0 0 0 0;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	line-height: 1em;
}
.hc-theme-tab-link-active,
.hc-theme-tab-link:hover {
	background-color: #ddd;
	text-decoration: none;
}

/* BASS */
.hc-hide { display: none !important }
.hc-bold{ font-weight: bold }
.hc-regular { font-weight: normal }
.hc-italic{ font-style: italic }
.hc-caps{ text-transform: uppercase; letter-spacing: .2em; }

.hc-decoration-none { text-decoration: none;}
.hc-decoration-none:hover { text-decoration: none;}
.hc-underline { text-decoration: underline;}
.hc-line-through { text-decoration: line-through;}

.hc-relative { position: relative;}
.hc-absolute { position: absolute;}
.hc-position-relative { position: relative;}
.hc-position-absolute { position: absolute;}

.hc-bullets {list-style-type: disc;}

.hc-fs1 { font-size: .75em; line-height: 1em; }
.hc-fs2 { font-size: .875em; line-height: 1em; }
.hc-fs3 { font-size: 1em; line-height: 1em; }
.hc-fs4 { font-size: 1.2em; line-height: 1em; }
.hc-fs5 { font-size: 1.5em; line-height: 1em; }

.hc-m0 { margin:0 0 0 0}
.hc-mt0 { margin-top:0 }
.hc-mr0 { margin-right:0 }
.hc-mb0 { margin-bottom: 0 }
.hc-ml0 { margin-left: 0 }

.hc-m1 { margin: .25rem }
.hc-mt1 { margin-top: .25rem }
.hc-mr1 { margin-right: .25rem }
.hc-mb1 { margin-bottom: .25rem }
.hc-ml1 { margin-left: .25rem }
.hc-mx1 { margin-right: .25rem; margin-left: .25rem }
.hc-my1 { margin-top: .25rem; margin-bottom: .25rem }

.hc-m2 { margin: .5rem }
.hc-mt2 { margin-top: .5rem }
.hc-mr2 { margin-right: .5rem }
.hc-mb2 { margin-bottom: .5rem }
.hc-ml2 { margin-left: .5rem }
.hc-mx2 { margin-right: .5rem; margin-left: .5rem }
.hc-my2 { margin-top: .5rem; margin-bottom: .5rem }

.hc-m3 { margin: 1rem }
.hc-mt3 { margin-top: 1rem }
.hc-mr3 { margin-right: 1rem }
.hc-mb3 { margin-bottom: 1rem }
.hc-ml3 { margin-left: 1rem }
.hc-mx3 { margin-right: 1rem; margin-left: 1rem }
.hc-my3 { margin-top: 1rem; margin-bottom: 1rem }

.hc-m4 { margin: 2rem }
.hc-mt4 { margin-top: 2rem }
.hc-mr4 { margin-right: 2rem }
.hc-mb4 { margin-bottom: 2rem }
.hc-ml4 { margin-left: 2rem }
.hc-mx4 { margin-right: 2rem; margin-left: 2rem }
.hc-my4 { margin-top: 2rem; margin-bottom: 2rem }

.hc-p1 { padding: .25rem }
.hc-py1 { padding-top: .25rem; padding-bottom: .25rem }
.hc-px1 { padding-left: .25rem; padding-right: .25rem }
.hc-pt1 { padding-top: .25rem }
.hc-pb1 { padding-bottom: .25rem }

.hc-p2 { padding: .5rem }
.hc-py2 { padding-top: .5rem; padding-bottom: .5rem }
.hc-px2 { padding-left: .5rem; padding-right: .5rem }
.hc-pt2 { padding-top: .5rem }
.hc-pb2 { padding-bottom: .5rem }

.hc-p3 { padding: 1rem }
.hc-py3 { padding-top: 1rem; padding-bottom: 1rem }
.hc-px3 { padding-left: 1rem; padding-right: 1rem }
.hc-pt3 { padding-top: 1rem }
.hc-pb3 { padding-bottom: 1rem }

.hc-p4 { padding: 2rem }
.hc-py4 { padding-top: 2rem; padding-bottom: 2rem }
.hc-px4 { padding-left: 2rem; padding-right: 2rem }
.hc-pt4 { padding-top: 2rem }
.hc-pb4 { padding-bottom: 2rem }

.hc-p0 { padding: 0 }
.hc-pt0 { padding-top: 0 }
.hc-pb0 { padding-bottom: 0 }

.hc-mxn1 { margin-left: -.25rem; margin-right: -.25rem; }
.hc-mxn2 { margin-left: -.5rem; margin-right: -.5rem; }
.hc-mxn3 { margin-left: -1rem; margin-right: -1rem; }

.hc-left { float: left }
.hc-right { float: right }

.hc-align-left { text-align: left }
.hc-align-center { text-align: center }
.hc-align-right { text-align: right }
.hc-align-justify { text-align: justify }

.hc-valign-top { vertical-align: top }
.hc-valign-bottom { vertical-align: bottom }
.hc-valign-middle { vertical-align: middle }

.hc-border {
border-style: solid;
border-width: 1px;
border-color: rgba(0,0,0,.05);
}
.hc-border-top {
border-top-style: solid;
border-top-width: 1px;
border-top-color: rgba(0,0,0,.05);
}
.hc-border-right {
border-right-style: solid;
border-right-width: 1px;
border-right-color: rgba(0,0,0,.05);
}
.hc-border-bottom {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0,0,0,.05);
}
.hc-border-left {
border-left-style: solid;
border-left-width: 1px;
border-left-color: rgba(0,0,0,.05);
}
.hc-border-none { border: 0 }

.hc-border-dotted {
border-style: dotted;
}
.hc-border-dashed {
border-style: dashed;
}
.hc-border-double {
border-style: double;
border-width: 5px;
}

@-webkit-keyframes hc-blink { 
50% { border-color: #333; } 
}
@keyframes hc-blink { 
50% { border-color: #333; } 
}

.hc-border-blink {
animation: hc-blink .5s step-end infinite alternate;
-webkit-animation: hc-blink .5s step-end infinite alternate;
border-style: double;
border-width: 3px;
}

.hc-black {color: #111}
.hc-darkgray {color: #666}
.hc-gray {color: #aaa}
.hc-silver {color: #ddd}
.hc-white {color: #fff}
.hc-aqua {color: #7fdbff}
.hc-blue {color: #0074d9}
.hc-navy {color: #001f3f}
.hc-teal {color: #39cccc}
.hc-green {color: #2ecc40}
.hc-olive {color: #3d9970}
.hc-lime {color: #01ff70}
.hc-yellow {color: #ffdc00}
.hc-orange {color: #ff851b}
.hc-red {color: #ff4136}
.hc-darkred {color: #bb2116}
.hc-fuchsia {color: #f012be}
.hc-purple {color: #b10dc9}
.hc-maroon {color: #85144b}
.hc-color-inherit { color: inherit }

.hc-outlined {outline-style: solid;}

.hc-muted1 { opacity: .75 }
.hc-muted2 { opacity: .5 }
.hc-muted3 { opacity: .25 }

.hc-bg-black{ background-color: #111 }
.hc-bg-darkgray { background-color: #666 }
.hc-bg-gray { background-color: #aaa }
.hc-bg-silver { background-color: #ddd }
.hc-bg-lightsilver { background-color: #eee }
.hc-bg-wpsilver { background-color: #f9f9f9 }
.hc-bg-white{ background-color: #fff }
.hc-bg-aqua{ background-color: #7fdbff }
.hc-bg-blue{ background-color: #0074d9 }
.hc-bg-navy{ background-color: #001f3f }
.hc-bg-teal{ background-color: #39cccc }
.hc-bg-green { background-color: #2ecc40 }
.hc-bg-lightgreen { background-color: #94ffa6 }
.hc-bg-olive { background-color: #3d9970 }
.hc-bg-lime{ background-color: #01ff70 }
.hc-bg-yellow{ background-color: #ffdc00 }
.hc-bg-orange{ background-color: #ff851b }
.hc-bg-red { background-color: #ff4136 }
.hc-bg-lightred { background-color: #fcc }
.hc-bg-red-striped {
background: repeating-linear-gradient(
-45deg,
rgba(255,65,54,.25),
rgba(255,65,54,.25) .25em,
rgba(0,0,0,0) .25em,
rgba(0,0,0,0) .5em
) 
}
.hc-bg-fuchsia { background-color: #f012be }
.hc-bg-purple{ background-color: #b10dc9 }
.hc-bg-maroon{ background-color: #85144b }

.hc-border-black {border-color: #111}
.hc-border-gray {border-color: #aaa}
.hc-border-silver {border-color: #ddd}
.hc-border-white {border-color: #fff}
.hc-border-aqua {border-color: #7fdbff}
.hc-border-blue {border-color: #0074d9}
.hc-border-navy {border-color: #001f3f}
.hc-border-teal {border-color: #39cccc}
.hc-border-green {border-color: #2ecc40}
.hc-border-olive {border-color: #3d9970}
.hc-border-lime {border-color: #01ff70}
.hc-border-yellow {border-color: #ffdc00}
.hc-border-orange {border-color: #ff851b}
.hc-border-red {border-color: #ff4136}
.hc-border-darkred {border-color: #bb2116}
.hc-border-fuchsia {border-color: #f012be}
.hc-border-purple {border-color: #b10dc9}
.hc-border-maroon {border-color: #85144b}
.hc-border-current {border-color: currentcolor;}

.hc-bg-striped {
background: repeating-linear-gradient(
-45deg,
rgba(221,221,221,.75),
rgba(221,221,221,.75) .75em,
rgba(221,221,221,0) .75em,
rgba(221,221,221,0) 1em
)
}

.hc-rounded { border-radius: 3px }
.hc-circle{ border-radius: 50% }

.hc-not-rounded { border-radius: 0 }

.hc-nowrap { white-space: nowrap; overflow: hidden; }
.hc-break-word { word-wrap: break-word }

.hc-inline { display: inline }
.hc-block{ display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.hc-inline-block { display: inline-block;}
.hc-table{ display: table }
.hc-table-cell { display: table-cell }

.hc-lg-show {
	display: none !important
}

@media (max-width: 48em) {
	.hc-xs-hide { display: none !important }

	.hc-xs-m0 { margin:0 }
	.hc-xs-mt0 { margin-top:0 }
	.hc-xs-mr0 { margin-right:0 }
	.hc-xs-mb0 { margin-bottom: 0 }
	.hc-xs-ml0 { margin-left: 0 }

	.hc-xs-m1 { margin: .25rem }
	.hc-xs-mt1 { margin-top: .25rem }
	.hc-xs-mr1 { margin-right: .25rem }
	.hc-xs-mb1 { margin-bottom: .25rem }
	.hc-xs-ml1 { margin-left: .25rem }

	.hc-xs-m2 { margin: .5rem }
	.hc-xs-mt2 { margin-top: .5rem }
	.hc-xs-mr2 { margin-right: .5rem }
	.hc-xs-mb2 { margin-bottom: .5rem }
	.hc-xs-ml2 { margin-left: .5rem }

	.hc-xs-m3 { margin: 1rem }
	.hc-xs-mt3 { margin-top: 1rem }
	.hc-xs-mr3 { margin-right: 1rem }
	.hc-xs-mb3 { margin-bottom: 1rem }
	.hc-xs-ml3 { margin-left: 1rem }

	.hc-xs-block { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }
	.hc-xs-inline-block { display: inline-block }
}

/* GRID */
.hc-clearfix:before,
.hc-clearfix:after {
	content: " ";
	display: table
}
.hc-clearfix:after {
	clear: both
}

.hc-col {
	float: none;
	box-sizing: border-box;
}

.hc-xs-col {
	float: left;
	box-sizing: border-box;
}
.hc-xs-col-right {
	float: right;
	box-sizing: border-box;
}
.hc-xs-col-1 {
	width: 8.33333%;
}
.hc-xs-col-2 {
	width: 16.66667%;
}
.hc-xs-col-3 {
	width: 25%;
}
.hc-xs-col-4 {
	width: 33.33333%;
}
.hc-xs-col-5 {
	width: 41.66667%;
}
.hc-xs-col-6 {
	width: 50%;
}
.hc-xs-col-7 {
	width: 58.33333%;
}
.hc-xs-col-8 {
	width: 66.66667%;
}
.hc-xs-col-9 {
	width: 75%;
}
.hc-xs-col-10 {
	width: 83.33333%;
}
.hc-xs-col-11 {
	width: 91.66667%;
}
.hc-xs-col-12 {
	width: 100%;
}
.hc-xs-col-1-2 {
	width: 50%;
}
.hc-xs-col-1-3 {
	width: 33.3333%;
}
.hc-xs-col-1-4 {
	width: 25%;
}
.hc-xs-col-1-5 {
	width: 20%;
}
.hc-xs-col-1-6 {
	width: 16.666%;
}
.hc-xs-col-1-7 {
	width: 14.2857%;
}
.hc-xs-col-1-8 {
	width: 12.5%;
}
.hc-xs-col-7-8 {
	width: 87.5%;
}
.hc-xs-col-1-31 {
	width: 3.2258%;
}

@media (min-width: 48em) {
	.hc-lg-hide { display: none !important }
	.hc-lg-inline-block { display: inline-block }

	.hc-col {
		float: left;
		box-sizing: border-box;
	}
	.hc-col-right {
		float: right;
		box-sizing: border-box;
	}
	.hc-col-1 {
		width: 8.33333%;
	}
	.hc-col-2 {
		width: 16.66667%;
	}
	.hc-col-3 {
		width: 25%;
	}
	.hc-col-4 {
		width: 33.33333%;
	}
	.hc-col-5 {
		width: 41.66667%;
	}
	.hc-col-6 {
		width: 50%;
	}
	.hc-col-7 {
		width: 58.33333%;
	}
	.hc-col-8 {
		width: 66.66667%;
	}
	.hc-col-9 {
		width: 75%;
	}
	.hc-col-10 {
		width: 83.33333%;
	}
	.hc-col-11 {
		width: 91.66667%;
	}
	.hc-col-12 {
		width: 100%;
	}
	.hc-col-1-2 {
		width: 50%;
	}
	.hc-col-1-3 {
		width: 33.3333%;
	}
	.hc-col-1-4 {
		width: 25%;
	}
	.hc-col-1-5 {
		width: 20%;
	}
	.hc-col-1-6 {
		width: 16.666%;
	}
	.hc-col-1-7 {
		width: 14.2857%;
	}
	.hc-col-1-8 {
		width: 12.5%;
	}
	.hc-col-7-8 {
		width: 87.5%;
	}
	.hc-col-1-31 {
		width: 3.2258%;
	}
}

[class*="hc-col-"],
[class*="hc-xs-col-"] {
	min-height: 1px;
}

.hc-app-container {
overflow: hidden;
margin-left: auto;
margin-right: auto;
}

/* JAVASCRIPT */
.hc-closer,
.hc-close {
	float: right;
	font-weight: normal;
	line-height: 1rem;
	opacity: .2;
	filter: alpha(opacity=20);
}
.hc-closer:hover,
.hc-closer:focus,
.hc-close:hover,
.hc-close:focus {
/*	color: #b00; */
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
	filter: alpha(opacity=75);
}
button.hc-closer,
button.hc-close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}

.hc-closer-nofloat,
.hc-close-nofloat {
	opacity: .2;
	filter: alpha(opacity=20);
	text-decoration: none;
}
.hc-closer-nofloat:hover,
.hc-closer-nofloat:focus,
.hc-close-nofloat:hover,
.hc-close-nofloat:focus {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	opacity: .75;
	filter: alpha(opacity=75);
}

/* DROPDOWN */
.hcj2-dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.hcj2-open>.hcj2-dropdown-menu {
	display: block;
}
.hcj2-dropdown {
	position: relative;
}
.hcj2-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
/*	padding: 5px 0; */
	margin: 2px 0 0 0;
	list-style: none;
/*	font-size: 14px; */
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
}
/* END OF DROPDOWN */

/* COLLAPSER */
.hcj2-collapse {
	display: none;
}
.hcj2-collapse.hcj2-open {
	display: block;
}
/* END OF COLLAPSER */

.hcj2-radio-info {
	display: none;
}

[data-hc-observe] {
	display: none;
}

/* ANIMATE */
.hc-loader-shader {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0.2;
background-color: #999;
}

.hc-loader {
border: .25em solid #bbb;
border-radius: 50%;
border-top: .25em solid #666;
border-bottom: .25em solid #666;
-webkit-animation: hc-spin2 2s linear infinite;
animation: hc-spin2 2s linear infinite;

position: absolute;
left: 50%;
top: 50%;

width: 1em;
height: 1em;
margin: -.5em 0 0 -.5em;
}
@-webkit-keyframes hc-spin2 {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes hc-spin2 {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.hc-spin {
-webkit-animation: hc-spin 2s infinite linear;
animation: hc-spin 2s infinite linear;
}

@-webkit-keyframes hc-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes hc-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@media (max-width: 56em) {.hc-app-container{font-size:1.1rem;}}
@media (max-width: 48em) {.hc-app-container{font-size:1.3rem;}}
@media (max-width: 40em) {.hc-app-container{font-size:1.4rem;}}
@media (max-width: 32em) {.hc-app-container{font-size:1.3rem;}}

#hclc_map img { max-width: none !important; }
#locatoraid-map-list-container img { max-width: none !important; width: inherit !important; }

@media (max-width: 48em) {
	.hc-lg-flex-auto-grid.hc-lg-mxn2 > div {margin-top:.5em;}
	.hc-lg-flex-auto-grid.hc-lg-mxn2 > div:first-child {margin-top:0;}
}

#locatoraid-search-radius-select-container select { width: 100%; }

@media (min-width: 48em) {
	.hc-lg-mxn2 { margin-left: -.5rem; margin-right: -.5rem; }
	.hc-lg-px2 { padding-left: .5em; padding-right: .5em }
	.hc-lg-align-center { text-align: center }

	.hc-lg-flex-auto-grid {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: nowrap;
		align-items: center;
		vertical-align: middle;
		/* align-items: flex-start; */
	}
	.hc-lg-flex-auto-grid > div { white-space: nowrap; overflow: hidden; width: 100%; }
	#locatoraid-search-radius-select-container { width: 6em; }
}