/*! Copyright 2008-2017 Clearnine, LLC.  All Rights Reserved.
** Version 2.5.2
** Licensed for a single site on a single server - redistribution prohibited
** Modification voids warranty and terms of support and maintenance agreements
*/
/* reset and base style definitions */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, dialog, figcaption, figure,
footer, header, main, menu, nav, section, main {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 1em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
/* reset end */

img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* default styles */
body {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.428;
	font-family: sans-serif;
	color: #333;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	line-height: 1.1;
}

h1, .h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2, .h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3, .h3 {
	font-size: 24px;
	font-size: 1.50rem;
}

h4, .h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5, .h5 {
	font-size: 14px;
	font-size: .875rem;
}

h6, .h6 {
	font-size: 12px;
	font-size: .75rem;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 66.6%;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%;
}

a {
	cursor: pointer;
}

p, ul, ol {
	margin: 0 0 10px;
}

.error, .formerror, .close, .alert {
	color: #c00;
}

.ok {
	color: #0c0;
}

.optional {
	color: #00c;
}


.credit-card-icon {
	font-size: 30px;
}

.lead {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
}

.small, small {
	  font-size: 85%;
}

b, strong {
	font-weight: 700;
}

i, cite, em, var, address, dfn {
  font-style: italic;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.negative{
	color: #d00;
}

.clear {
	clear: both;
	height: 0;}

.group:after, .grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.pad-bottom {
	padding-bottom: 15px;
}

.pad-top {
	padding-top: 15px;
}

.live {
	display: none;
}

#bodyoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
    z-index: 10000;
    display: none;
}

	#bodyoverlay i{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		color: #000;
		z-index: 10001;
	}