html,
body
{
	margin: 0;
	padding: 0;
}

body
{
	overflow: hidden;
}

#contentContainer
{
}

#siteTemplateHeader
{
	max-width: 1437px;
	margin: 28px auto 28px auto;
}

#siteTemplateHeader .headerInnerContents
{
	margin: 0px auto 0px;
}

#siteTemplateHeader .headerInnerContents img
{
	max-width: 100%;
	max-height: 100%;
}

#siteTemplateBody
{
	max-width: 1437px;
	margin: 0px auto 0px;
}

#siteTemplateFooter
{
	margin-top: 29px;
	width: 100%;
	height: 64px;
	border-top: 1px;
	border-style: solid;
	background-size: cover;
	background-color: #f8f8f9;
	background-color: var(--footer-bg-color);
	border-color: #dddddd;
	border-color: var(--footer-border-color);
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-right-width: 0px;
	border-left-width: 0px;
}

#siteTemplateFooter .footerInnerContents
{
	max-width: 1437px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#siteTemplateFooter .footerInnerContents .copyright
{
	width: 243px;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #686868; 
	color: var(--footer-text-color);
	text-decoration: none solid rgb(104, 104, 104);
}

@media 
only screen and (max-width: 760px)
{
	#siteTemplateFooter .footerInnerContents .copyright
	{
		display: none;
	}
}

#siteTemplateFooter .footerInnerContents .footerRight
{
	height: 64px;
	line-height: 64px;
	float: right;
	text-align: right;
	display: inline-block;
}

#siteTemplateFooter .footerInnerContents .footerRight a
{
	font-size: 14px;
	color: var(--footer-link-color);
	text-decoration: none solid rgb(44, 152, 251);
}

@media 
only screen and (max-width: 480px)
{
	#siteTemplateFooter .footerInnerContents .footerRight a
	{
		font-size: 12px;
	}
}

@media 
only screen and (max-width: 1436px)
{
	#siteTemplateHeader
	{
		max-width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#siteTemplateBody
	{
		max-width: 100%;
	}

	#siteTemplateFooter
	{
		max-width: 100%;
	}
}

.form-group label
{
	display: block;
}

.form-group.has-error label
{
	color: #900;
}

.form-group.has-error input,
.form-group.has-error .selectize-control .selectize-input,
.form-group.has-error select,
.form-group.has-error input:focus
{
	background: #900;
	color: white !important;
}

.btn-default
{
	border: 1px solid #aab2bd !important;
	border-radius: 6px;
	color: #222222;
	background-color: #ffffff;
	font-size: 16px;
}

.btn-default.active
{
	background-color: #d7d7e1;
}

.btn-default:hover
{
	background-color: #efefef;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-custom-color
{
	padding: 10px;
	line-height: 35px;
	border-radius: 6px;
	background-color: #4d7cff;
	background-color: var(--custom-btn-color);
	font-size: 16px;
	line-height: 14px;
	color: #ffffff !important;
	text-decoration: none solid rgb(255, 255, 255);
	text-align: center;
}

.btn-custom-color.btn-medium
{
	height: 44px;
	line-height: 24px;
}

.btn-custom-color.btn-large
{
	height: 55px;
}

.btn-custom-color:hover
{
	background-color: var(--custom-btn-color-hover);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-custom-color:hover
{
	background-color: var(--custom-btn-color-hover);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-custom-clear2
{	
	height: 42px;
	border: 1px solid var(--custom-btn-color);
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 12px;
	color: var(--custom-btn-color);
	text-decoration: none solid rgb(44, 152, 251);
	text-align: center;
}

.btn-custom-clear
{	
	width: 104px;
	height: 42px;
	border: 1px solid var(--custom-btn-color);
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 12px;
	color: var(--custom-btn-color);
	text-decoration: none solid rgb(44, 152, 251);
	text-align: center;
}

.btn-custom-clear:hover, .btn-custom-clear2:hover
{
	background-color: var(--custom-btn-color-hover);
	color: var(--custom-btn-color);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-custom-outline
{	
	width: 104px;
	height: 42px;
	border: 1px solid var(--custom-btn-color);
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 12px;
	color: var(--custom-btn-color);
	text-decoration: none solid rgb(44, 152, 251);
	text-align: center;
}

.btn-custom-outline:hover
{
	border-color: var(--custom-btn-color-hover);
	color: var(--custom-btn-color);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.btn-custom-color.btn-sm,
.btn-custom-clear.btn-sm,
.btn-custom-clear2.btn-sm,
.btn-custom-outline.btn-sm
{
	min-width: 133px;
	height: 39px;
	line-height: 26px;
	padding: 6px;
	font-size: 16px;
}

.selectize-input .item
{
	line-height: 27px;
}

.form-control.selectize-control .selectize-input input
{
	position: relative;
	top: 6px;
}

.input-inline
{
	display: inline-block;
}

.affiliate-notice
{
	margin-top: 7px;
}

@media 
only screen and (max-width: 860px)
{
	.affiliate-notice
	{
		margin-right: 2px;
	}
}

.input-group-append .input-group-text, 
.input-group-prepend .input-group-text,
.form-control
{
	border-color: #bbbbbb !important;
	color: #394047;
}

input.form-control:focus
{
	border: 1px solid #006cff !important;
	color: #222 !important;
}

select.form-control
{
	border: 1px solid #bbbbbb !important;
	outline: #bbbbbb !important;
	border-radius: 2px;
	color: #394047;
}

.redText
{
	color: #900;
}

.greenText
{
	color: #090;
}

.form-control.inline
{
	display: inline-block;
}

.form-control.input-small
{
	width: 120px;
}

.form-group .radioLabel
{
	display: inline-block;
	width: 120px;
	line-height: 22px;
}

#cookieUsageNotification
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	background: var(--main-top-bar-color);
	color: var(--main-top-bar-text-color);
	text-align: center;
	padding: 19px;
}

#cookieUsageNotification .welcomeNotice
{
	text-align: center;
	font-size: 28px;
	line-height: 34px;
}

#cookieUsageNotification .cookiesExplanation
{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#cookieUsageNotification .buttonContainer
{
	margin-top: 5px;
	text-align: center;
}

input:focus,
.btn
{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.08) !important;
}

.btn.disabled
{
	box-shadow: none !important;
}

.sezzleLogo
{
	max-height: 14px;
	margin-left: 6px;
	margin-top: -3px;
}

