#lhnHelpOutCenter div.lhnField {
	clear: both;
	margin-bottom: 20px
}

#lhnHelpOutCenter div.lhnField.lhnHidden {
	margin-bottom: 0
}

#lhnHelpOutCenter label.lhnLabel {
	display: block;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%
}

#lhnHelpOutCenter label.lhnLabel p {
	display: inline
}

#lhnHelpOutCenter .jumplogic label.lhnLabel>p {
	display: block;
	margin-top: 1em
}

#lhnHelpOutCenter .jumplogic label.lhnLabel>p:first-child {
	margin-top: 0
}

#lhnHelpOutCenter div.lhnWindow-body span.lhnErrorMsg {
	color: #aa2525;
	display: block;
	font-style: italic;
	padding: 5px 5px 0
}

.jumplogic .lhnPhoneCountryList {
	height: 110px;
	top: -40px
}

.lhnPhoneInput {
	position: relative
}

.lhnPhoneInput .lhnInput {
	padding-left: 77px!important
}

.lhnPhoneSelectedCountry {
	background-color: #dedede;
	bottom: 0;
	cursor: pointer;
	height: 40px;
	left: 0;
	padding: 0 5px;
	position: absolute
}

.lhnPhoneSelectedCountryFlag {
	display: inline-block;
	height: 40px;
	padding: 0 4px;
	width: 28px
}

.lhnPhoneSelectedCountryFlag img {
	line-height: 40px;
	margin: 10px 0;
	vertical-align: middle;
	width: 100%
}

.lhnPhoneSelectedCountryCode {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 4px;
	vertical-align: middle
}

.lhnPhoneSelectedCountryArrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
	display: inline-block;
	height: 0;
	width: 0
}

.lhnPhoneCountryList {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	display: none;
	height: 150px;
	list-style: none;
	margin: 0 0 0 -1px;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	z-index: 2
}

.lhnPhoneCountryDivider {
	height: 2px;
	line-height: 2px;
	padding: 5px 10px
}

.lhnPhoneCountryDivider div {
	background-color: #dedede;
	height: 2px;
	width: 100%
}

.lhnPhoneCountry {
	cursor: pointer;
	height: 28px;
	line-height: 18px;
	padding: 5px 10px;
	vertical-align: middle
}

.lhnPhoneCountry:hover {
	background-color: rgba(0, 0, 0, .05)
}

.lhnPhoneCountryFlag {
	display: inline-block
}

.lhnPhoneCountryFlag img {
	vertical-align: middle;
	width: 25px
}

.lhnPhoneCountryCode,
.lhnPhoneCountryName {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	vertical-align: middle
}

#lhnHelpOutCenter div.lhnWindow-body input#txtKeyword,
#lhnHelpOutCenter div.lhnWindow-body input.lhnInput,
#lhnHelpOutCenter div.lhnWindow-body input.sf_txtBox,
#lhnHelpOutCenter div.lhnWindow-body select.lhnInput,
#lhnHelpOutCenter div.lhnWindow-body select.sf_ddl,
#lhnHelpOutCenter div.lhnWindow-body textarea.lhnInput,
#lhnHelpOutCenter div.lhnWindow-body textarea.sf_txtArea {
	-webkit-appearance: none;
	background: none;
	background-color: #f3f4f4;
	border: 1px solid #f3f4f4;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-body textarea.lhnInput,
#lhnHelpOutCenter div.lhnWindow-body textarea.sf_txtArea {
	line-height: 22px;
	padding: 10px 15px
}

#lhnHelpOutCenter input#txtKeyword::placeholder,
#lhnHelpOutCenter input.lhnInput::placeholder,
#lhnHelpOutCenter input.sf_txtBox::placeholder,
#lhnHelpOutCenter select.lhnInput::placeholder,
#lhnHelpOutCenter select.sf_ddl::placeholder,
#lhnHelpOutCenter textarea.lhnInput::placeholder,
#lhnHelpOutCenter textarea.sf_txtArea::placeholder {
	color: #494949
}

#lhnHelpOutCenter textarea.sf_txtArea {
	height: 100px
}

#lhnHelpOutCenter input#txtKeyword::-webkit-input-placeholder,
#lhnHelpOutCenter input.lhnInput:-moz-placeholder,
#lhnHelpOutCenter input.lhnInput:-ms-input-placeholder #lhnHelpOutCenter select.lhnInput:-ms-input-placeholder #lhnHelpOutCenter textarea.lhnInput:-ms-input-placeholder,
#lhnHelpOutCenter input.lhnInput::-webkit-input-placeholder,
#lhnHelpOutCenter select.lhnInput:-moz-placeholder,
#lhnHelpOutCenter select.lhnInput::-webkit-input-placeholder,
#lhnHelpOutCenter textarea.lhnInput:-moz-placeholder,
#lhnHelpOutCenter textarea.lhnInput::-webkit-input-placeholder {
	color: #494949
}

#lhnHelpOutCenter input#txtKeyword:focus,
#lhnHelpOutCenter input.lhnInput:focus,
#lhnHelpOutCenter input.sf_txtBox:focus,
#lhnHelpOutCenter select.lhnInput:focus,
#lhnHelpOutCenter select.sf_ddl:focus,
#lhnHelpOutCenter textarea.lhnInput:focus,
#lhnHelpOutCenter textarea.sf_txtArea:focus {
	background-color: #eee;
	box-shadow: none;
	color: #333
}

#lhnHelpOutCenter select.lhnInput:hover,
#lhnHelpOutCenter select.sf_ddl:hover {
	cursor: pointer
}

#lhnHelpOutCenter select.lhnInput.lhnInput--select,
#lhnHelpOutCenter select.sf_ddl {
	-webkit-appearance: menulist;
	padding: 0 10px
}

#lhnHelpOutCenter textarea.lhnInput {
	height: auto;
	line-height: 1.5;
	min-height: 100px;
	padding-bottom: 15px;
	padding-top: 15px;
	resize: vertical;
	width: 100%
}

#lhnHelpOutCenter div.lhnNot-valid {
	color: red
}

#lhnHelpOutCenter div.lhnNot-valid .lhnInput {
	background-color: #fff;
	border: 2px solid red;
	color: red
}

#lhnHelpOutCenter div.lhnNot-valid input.lhnInput:-ms-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid input.lhnInput::-moz-placeholder,
#lhnHelpOutCenter div.lhnNot-valid input.lhnInput::-webkit-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid input.lhnInput[placeholder],
#lhnHelpOutCenter div.lhnNot-valid select.lhnInput:-ms-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid select.lhnInput::-moz-placeholder,
#lhnHelpOutCenter div.lhnNot-valid select.lhnInput::-webkit-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid select.lhnInput[placeholder],
#lhnHelpOutCenter div.lhnNot-valid textarea.lhnInput:-ms-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid textarea.lhnInput::-moz-placeholder,
#lhnHelpOutCenter div.lhnNot-valid textarea.lhnInput::-webkit-input-placeholder,
#lhnHelpOutCenter div.lhnNot-valid textarea.lhnInput[placeholder] {
	color: red;
	opacity: 1
}

#lhnHelpOutCenter button.form_submit,
#lhnHelpOutCenter button.lhnFormButton {
	border: none;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	font-family: LHN Open Sans, sans-serif;
	font-size: .66em;
	font-weight: 700;
	height: 45px;
	letter-spacing: 1px;
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	text-transform: uppercase;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

#lhnHelpOutCenter div.lhnRadioGroup {
	display: block;
	float: left;
	margin: 0 0 20px;
	min-width: 100%;
	padding-bottom: 15px;
	position: relative
}

#lhnHelpOutCenter div.lhnRadioGroup label {
	background-color: #fff;
	border: 3px solid #eee;
	border-radius: 5px;
	color: #aaa;
	cursor: pointer;
	display: inherit;
	float: left;
	margin: 5px 1% 5px 0;
	overflow: auto;
	width: auto
}

#lhnHelpOutCenter div.lhnRadioGroup label span {
	display: block;
	font-size: .8em;
	padding: 1px 4px;
	text-align: center;
	text-transform: uppercase
}

#lhnHelpOutCenter div.lhnRadioGroup label input {
	height: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 0
}

#lhnHelpOutCenter div.lhnRadioGroup div.lhnRadioOutstanding,
#lhnHelpOutCenter div.lhnRadioGroup div.lhnRadioPoor {
	bottom: 0;
	position: absolute
}

#lhnHelpOutCenter div.lhnRadioGroup div.lhnRadioPoor {
	left: 3px
}

#lhnHelpOutCenter div.lhnRadioGroup div.lhnRadioOutstanding {
	right: 3px
}

div#lhnHelpOutCenter.lhnWindow {
	background-color: #fff;
	border-radius: 5px;
	bottom: 0;
	-webkit-box-shadow: 0 5px 34px -2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 5px 34px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 34px -2px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	font-family: LHN Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: 0;
	line-height: 1.2em;
	opacity: 0;
	position: fixed;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 999999
}

div#lhnHelpOutCenter.lhnWindow.lhnright {
	right: 0
}

div#lhnHelpOutCenter.lhnWindow.lhnleft {
	left: 0
}

div#lhnHelpOutCenter.lhnWindow *,
div#lhnHelpOutCenter.lhnWindow :after,
div#lhnHelpOutCenter.lhnWindow :before {
	box-sizing: inherit;
	font-family: LHN Open Sans, sans-serif
}

@media(min-device-width:768px) {
	div#lhnHelpOutCenter.lhnWindow {
		bottom: 85px;
		height: 590px;
		max-height: 80%;
		-webkit-transform: translateY(500px);
		-moz-transform: translateY(500px);
		-ms-transform: translateY(500px);
		-o-transform: translateY(500px);
		transform: translateY(500px);
		width: 330px;
		z-index: 999999
	}
	div#lhnHelpOutCenter.lhnWindow.lhnright {
		right: 5px
	}
	div#lhnHelpOutCenter.lhnWindow.lhnleft {
		left: 30px
	}
}

div#lhnHelpOutCenter.lhnWindow.lhnActive {
	height: 100%;
	opacity: 1;
	visibility: visible
}

@media(min-device-width:768px) {
	div#lhnHelpOutCenter.lhnWindow.lhnActive {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0)
	}
	div#lhnHelpOutCenter.lhnWindow.lhnActive.circleButton {
		bottom: 0px
	}
}

div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar {
	background-color: #fff;
	border: none;
	border-radius: 0;
	bottom: 0;
	-webkit-box-shadow: 0 0 34px -7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 34px -7px rgba(0, 0, 0, .1);
	box-shadow: 0 0 34px -7px rgba(0, 0, 0, .1);
	font-family: LHN Open Sans, sans-serif;
	font-weight: 400;
	height: 100%;
	opacity: 0;
	position: fixed;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 999999
}

div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar.lhnleft {
	left: 0;
	-webkit-transform: translate(-500px);
	-moz-transform: translate(-500px);
	-ms-transform: translate(-500px);
	-o-transform: translate(-500px);
	transform: translate(-500px)
}

div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar.lhnright {
	right: 0;
	-webkit-transform: translate(500px);
	-moz-transform: translate(500px);
	-ms-transform: translate(500px);
	-o-transform: translate(500px);
	transform: translate(500px)
}

@media(min-width:768px) {
	div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar {
		width: 330px
	}
}

div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar.lhnActive {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	visibility: visible
}

div#lhnHelpOutCenter.lhnWindow.lhnWindow-sidebar.lhnActive.circleButton {
	bottom: 0
}

#lhnHelpOutCenter div.lhnWindow-header {
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 16px;
	max-height: 63px;
	padding: 15px 20px;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-header * {
	color: inherit
}

@media(min-width:768px) {
	#lhnHelpOutCenter div.lhnWindow-header {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text {
	display: block;
	float: left;
	width: 75%
}

.lhnWindow-header-text h3
{
    font-size:18px !important;
    font-weight:700 !important;
    margin-top:8px !important;
}

#lhnHelpOutCenter div.lhnWindow-header h2,
#lhnHelpOutCenter div.lhnWindow-header h4 {
	margin-bottom: 0;
	white-space: nowrap
}

#lhnHelpOutCenter div.lhnWindow-header h2 {
	font-size: 1.17em;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 28px;
	margin-top: 0;
	padding: 0
}

#lhnHelpOutCenter div.lhnWindow-header h4 {
	font-size: .6em;
	letter-spacing: 1px;
	line-height: 13px;
	margin-top: 0;
	text-transform: uppercase
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls {
	display: block;
	float: right;
	text-align: right;
	width: 25%
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-controls img {
	-webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .25))
}

#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-closer,
#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-minimizer {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 15px!important;
	line-height: normal;
	margin-left: 5px;
	margin-top: 8px;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 15px!important
}

#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-closer:focus,
#lhnHelpOutCenter div.lhnWindow-header button.lhnWindow-header-minimizer:focus {
	border: none
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-avatar {
	display: none;
	float: left;
	width: 17%
}

#lhnHelpOutCenter div.lhnWindow-header .lhnWindow-header-avatar--img {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAk1BMVEX////////IyMjNzc3t7e3///+3t7e4uLi5ubm7u7u8vLy9vb3AwMDCwsLExMTFxcXGxsbHx8fIyMjJycnLy8vPz8/Q0NDS0tLU1NTW1tbX19fZ2dnc3Nzd3d3f39/g4ODh4eHk5OTn5+fq6urs7Ozt7e3u7u7v7+/x8fHy8vL09PT19fX39/f4+Pj6+vr8/Pz///+du2zDAAAABnRSTlNggL+/v79kJEPSAAABpUlEQVR42u3Wy3aCMBCAYXqLUovVEWo0gsRYuWnD+z9d0eNptNbgJDltF/w7Nt8JM4vE8+7c5j3VbuvADuzAfwrKUvDkEBeltAazlJ6VZlZgwehFLDMGZUp/LJFmoFzQKy2kEZhQqhHxoKCaUjwo51RXiQYF1ZagQUb1fSDBLW1pjQSLNjBFgqINTFyDzDVIO9B+y38Nlr8OrpCgbAMFEqzbwAILJi3gFgvyFrDGgmu9t9CD+DVzPYjfSoYHE8RO7O9lVuPBEjFCHaiaa8DCBOQaUJqABfYOVSD68VCYgQK5YwViH2BrPYg+IpOmoGSICSpQ02aqnSAefA8uvcnEAsx6L9PvHrEB84A8R2fekJDIBoQBIcGbOp5PyGBmBTZiQ072Px6NfdJ4EFqAMQAEPaLqBQCQG4MC9o38L88fQVNYmYEVg2PDQb/R+oPX43fIJRaUm2UEp42HYzhtxqvbwZzP4IZCtqrawUphN6Gx2F0HqxULAV+kUAUaYgpdbuQJuIsjsG+6kkeQg6PC/ADG4C7RgDG4LPcewWmR9wBu8+47sAPRfQIFNn3GkbHCdQAAAABJRU5ErkJggg==) no-repeat top;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjI2NiAzNTYgODAgODAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNjUuODQgMzU2aDgwdjgwaC04MHoiLz48cGF0aCBmaWxsPSIjQzhDOEM4IiBkPSJNMzE2LjI0IDQxMy41MjFjMCAzLjE5OSAzLjc2IDQuMTU5IDUuNjggNC42NCA2LjA4IDEuNiAxOC4yNCA0LjcyIDE4LjI0IDQuNzIgMi41Ni44OCA0LjU2IDIuOCA1LjY4IDUuMjhWNDM2aC04MHYtNy44NGMxLjA0LTIuNDggMy4xMi00LjQgNS42OC01LjI4IDAgMCAxMi4xNi0zLjEyIDE4LjI0LTQuNzIgMS45Mi0uNDggNS42OC0xLjQ0IDUuNjgtNC42NHYtOC43MjFoMjAuOHY4LjcyMnoiLz48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTMxNi4yNCA0MTMuNTIxYzAgMy4xOTkgMy43NiA0LjE1OSA1LjY4IDQuNjQgNi4wOCAxLjYgMTguMjQgNC43MiAxOC4yNCA0LjcyIDIuNTYuODggNC41NiAyLjggNS42OCA1LjI4VjQzNmgtODB2LTcuODRjMS4wNC0yLjQ4IDMuMTItNC40IDUuNjgtNS4yOCAwIDAgMTIuMTYtMy4xMiAxOC4yNC00LjcyIDEuOTItLjQ4IDUuNjgtMS40NCA1LjY4LTQuNjR2LTguNzIxaDIwLjh2OC43MjJ6Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iYiI+PHVzZSB4bGluazpocmVmPSIjYSIgb3ZlcmZsb3c9InZpc2libGUiLz48L2NsaXBQYXRoPjxwYXRoIGNsaXAtcGF0aD0idXJsKCNiKSIgZmlsbD0iI0I3QjdCNyIgZD0iTTMwNiAzNjQuOGguMTZjMi42NCAwIDYuNTYuMTYgOS4xMjEgMS42IDIuNjQgMS41MiA1Ljg0IDQuNDggNi44IDkuNjggMS45MiAxMC45Ni0xLjY4MSAyOC4zMi01LjA0IDMzLjkyLTMuMiA1LjM2LTcuODQgNy4zNi0xMC44IDcuNTJIMzA1Ljc2MWMtMi45Ni0uMTU5LTcuNi0yLjE1OS0xMC44LTcuNTItMy4zNi01LjYtNi45Ni0yMi45Ni01LjA0LTMzLjkyLjk2LTUuMiA0LjE2LTguMTYgNi44LTkuNjggMi41Ni0xLjQ0IDYuNDgtMS42IDkuMTItMS42SDMwNnoiLz48cGF0aCBmaWxsPSIjRDRENEQ0IiBkPSJNMzA1LjUyIDM2OC44YzE1LjI3OSAwIDE2LjU2IDExLjA0IDE2LjY0IDEyLjA4Ljg4IDkuNTIxLTIuNCAyMi40OC01LjQ0IDI2Ljk2LTMuMiA0LjcyLTcuODQgNi40OC0xMC44IDYuNjQxaC0uNGMtMy4wNC0uMjQtNy42OC0yLTEwLjg4LTYuNzIxLTMuMDQtNC40NzktNi4zMi0xNy40MzktNS40NC0yNy4wNC4wOC0uOTYgMS4wNC0xMS45MiAxNi4zMi0xMS45MnoiLz48L3N2Zz4=);
	background-size: 33px 33px;
	border-radius: 50%;
	display: block;
	height: 33px;
	overflow: hidden;
	text-align: center;
	width: 33px
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-avatar--img img {
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow.lhnWindow-sidebar div.lhnWindow-header {
	border-radius: 0
}

#lhnHelpOutCenter div.lhnWindow-header div.lhnWindow-header-text.lhnWindow-chat {
	width: 58%
}

#lhnHelpOutCenter span.lhnAgentStatus {
	background-color: #d7df01;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin-right: 4px;
	position: relative;
	top: 1px;
	width: 8px
}

#lhnHelpOutCenter span.lhnAgentStatus--active {
	background-color: #8fd82d
}

#lhnHelpOutCenter div.lhnWindow-tabs {
	background-color: #eee;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 10px;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-tabs *,
#lhnHelpOutCenter div.lhnWindow-tabs :after,
#lhnHelpOutCenter div.lhnWindow-tabs :before {
	box-sizing: inherit
}

#lhnHelpOutCenter div.lhnWindow-tabs ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-tabs li {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	color: #555;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: .55em;
	font-weight: 700;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-tabs li:first-child {
	border-bottom-left-radius: 5px;
	border-right: none;
	border-top-left-radius: 5px
}

#lhnHelpOutCenter div.lhnWindow-tabs li:last-child {
	border-bottom-right-radius: 5px;
	border-left: none;
	border-top-right-radius: 5px
}

#lhnHelpOutCenter div.lhnWindow-tabs li.hocactive {
	background-color: #e4e4e4;
	color: #3d3d3d
}

#lhnHelpOutCenter div.hocSecureForm div.form_not_filled:hover,
#lhnHelpOutCenter div.lhnWindow-tabs li:hover {
	background-color: #eee
}

#lhnHelpOutCenter div.lhnWindow-footer {
	border-top: 1px solid #ebebeb;
	box-sizing: border-box;
	color: #aaa;
	display: block;
	float: left;
	font-size: .55em;
	line-height: 1em;
	padding: 3px 20px;
	text-align: center;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-footer p {
	margin: 0
}

#lhnHelpOutCenter div.lhnWindow-footer a {
	color: #135d8a;
	text-decoration: none
}

#lhnHelpOutCenter div.lhnWindow-footer a:hover {
	text-decoration: underline
}

#lhnHelpOutCenter div.lhnWindow-body {
	box-sizing: border-box;
	color: #666;
	display: block;
	float: left;
	font-size: .7em;
	height: calc(100% - 148px);
	overflow-y: auto;
	padding: 30px 20px 20px;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-body.no-menu {
	height: calc(100% - 88px)
}

#lhnHelpOutCenter div.lhnWindow-body *,
#lhnHelpOutCenter div.lhnWindow-body :after,
#lhnHelpOutCenter div.lhnWindow-body :before {
	box-sizing: inherit
}

#lhnHelpOutCenter div.lhnWindow-body * {
	color: inherit;
	font-size: 100%
}

#lhnHelpOutCenter div.lhnWindow-body form {
	display: block;
	float: left;
	margin-top: 20px;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-body .lhnOfflineMessage>p {
	margin-bottom: 20px
}

#lhnHelpOutCenter div.lhnWindow-chat div.lhnWindow-body {
	height: calc(100% - 266px)
}

#lhnHelpOutCenter div.lhnWindow-callback div.lhnWindow-body form {
	margin-top: 0
}

#lhnHelpOutCenter div.lhnWindow-files {
	border-bottom: 1px solid #ebebeb;
	display: block;
	float: left;
	height: 80px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px 20px;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-files span {
	color: #666;
	display: block;
	font-size: .55em;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-files ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap
}

#lhnHelpOutCenter div.lhnWindow-files li {
	display: inline-block;
	position: relative
}

#lhnHelpOutCenter div.lhnWindow-files li:last-child {
	margin-right: 20px
}

#lhnHelpOutCenter div.lhnWindow-files li:before {
	background-color: rgba(30, 165, 248, 0);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-files li:hover:before {
	background-color: rgba(30, 165, 248, .6)
}

#lhnHelpOutCenter div.lhnWindow-files img {
	display: block;
	float: left;
	height: 30px
}

#lhnHelpOutCenter div.lhnWindow-message--container {
	display: block;
	float: left;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-message {
	word-wrap: break-word;
	border-radius: 5px;
	clear: both;
	display: block;
	font-size: 1.2em;
	height: auto;
	margin-bottom: 10px;
	max-width: 80%;
	overflow-wrap: break-word;
	padding: 10px;
	position: relative;
	white-space: pre-wrap;
	width: auto
}

#lhnHelpOutCenter div.lhnWindow-message a {
	word-wrap: break-word;
	font-style: italic
}

#lhnHelpOutCenter div.lhnWindow-message:after {
	border-style: solid;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	width: 0
}

#lhnHelpOutCenter div.lhnWindow-message img,
#lhnHelpOutCenter div.lhnWindow-message p {
	margin: 0
}

#lhnHelpOutCenter div.lhnWindow-message div.lhnWindow-message--img {
	display: block
}

#lhnHelpOutCenter div.lhnWindow-message img {
	max-width: 100%
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message {
	border-bottom-right-radius: 0!important;
	float: right
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message:after {
	border-width: 12px 0 0 12px;
	right: -12px
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnWindow-message a {
	color: #ccc
}

#lhnHelpOutCenter div.lhnCustomerMessage>span {
	clear: both;
	display: block;
	display: none;
	float: right;
	margin-top: 2px
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnWindow-message {
	background-color: #eee;
	border-bottom-left-radius: 0!important;
	color: #666;
	float: left
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnWindow-message:after {
	border-color: transparent transparent #eee;
	border-width: 0 0 12px 12px;
	left: -12px
}

#lhnHelpOutCenter div.lhnOperatorMessage>span {
	clear: both;
	display: block;
	display: none;
	float: left;
	margin-top: 2px
}

#lhnHelpOutCenter div.lhnSystemMessage {
	background-color: #f8f8f8;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 10px 10px 0
}

#lhnHelpOutCenter div.lhnSystemMessage div.lhnWindow-message {
	max-width: 100%;
	padding: 0;
	width: 100%
}

#lhnHelpOutCenter div.lhnSystemMessage div.lhnWindow-message:after {
	display: none
}

#lhnHelpOutCenter div.lhnSystemMessage>span {
	clear: both;
	display: block;
	display: none;
	float: left;
	font-size: .55em!important;
	margin-top: 2px
}

#lhnHelpOutCenter div.lhnWindow-chat_input {
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	bottom: -24px;
	display: block;
	height: 40px;
	left: -20px;
	position: absolute;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: calc(100% + 40px)
}

#lhnHelpOutCenter div.lhnWindow-chat_input div.lhnInput-chat_input-textareasection {
	display: block;
	height: 40px;
	overflow: hidden
}

#lhnHelpOutCenter div.lhnWindow-chat_input form {
	display: none;
	margin: 0;
	overflow-y: hidden
}

#lhnHelpOutCenter div.lhnWindow-chat_input label {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px
}

#lhnHelpOutCenter div.lhnWindow-chat_input textarea {
	border: none;
	height: 20px;
	line-height: 1.4em;
	margin: 0;
	min-height: 40px;
	padding: 10px 15px;
	resize: none;
	width: 100%
}

#lhnHelpOutCenter div.lhnWindow-chat_input div.lhnInput-chat_input-buttons {
	display: block;
	float: right;
	margin-right: 15px;
	overflow-x: hidden
}

#lhnHelpOutCenter div.lhnWindow-chat_input button {
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-family: LHN Open Sans, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 4px;
	opacity: 0;
	padding: 0 10px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
	text-transform: uppercase;
	-webkit-transform: translate(200px);
	-moz-transform: translate(200px);
	-ms-transform: translate(200px);
	-o-transform: translate(200px);
	transform: translate(200px);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	visibility: hidden
}

#lhnHelpOutCenter div.lhnWindow-chat_input button.lhnShow {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	visibility: visible
}

#lhnHelpOutCenter div.lhnWindow-popup {
	background: #fff;
	bottom: 85px;
	display: none;
	font-size: 18px;
	left: 0;
	position: absolute;
	right: 0;
	top: 62px
}

#lhnHelpOutCenter div.lhnWindow-popup div.lhnWindow-header {
	background: #666;
	border-radius: 0;
	position: relative
}

#lhnHelpOutCenter div.lhnWindow-popup div.lhnWindow-header h3 {
	font-size: .77em
}

#lhnHelpOutCenter div.lhnWindow-popup div.lhnWindow-header div.lhnWindow-header-controls {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

#lhnHelpOutCenter div.lhnHocSection {
	display: none;
	height: calc(100% - 8px);
	padding-bottom: 20px;
	position: relative
}

#lhnHelpOutCenter div.lhnHocSection.hocactive {
	display: block
}

#lhnHelpOutCenter div.lhnChat {
	bottom: 10px;
	left: -20px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	pointer-events: all;
	position: absolute;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: calc(100% + 40px)
}

#lhnHelpOutCenter div.hasBillboard div.lhnChat {
	margin-top: 62px;
	max-height: calc(100% - 62px)!important
}

#lhnHelpOutCenter div.lhnOperatorMessage .lhnTypingDot:first-child {
	animation: fadein1 3s infinite
}

#lhnHelpOutCenter div.lhnOperatorMessage .lhnTypingDot:nth-child(2) {
	animation: fadein2 3s infinite
}

#lhnHelpOutCenter div.lhnOperatorMessage .lhnTypingDot:last-child {
	animation: fadein3 3s infinite
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnTypingDot,
div.lhnCustomerMessage div.lhnTypingDot {
	animation-delay: 2s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	border-radius: 5px;
	display: inline-block;
	height: 7px;
	margin-right: 3px;
	opacity: 0;
	width: 7px
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnTypingDot:last-child,
div.lhnCustomerMessage div.lhnTypingDot:last-child {
	margin-right: 0
}

#lhnHelpOutCenter div.lhnOperatorMessage div.lhnTypingDot {
	background-color: #aaa
}

#lhnHelpOutCenter div.lhnCustomerMessage div.lhnTypingDot {
	background-color: #fff
}

#lhnHelpOutCenter div.conversationForm {
	color: #90a4ae;
	font-size: 14px;
	margin: 10px auto;
	position: relative;
	text-align: center
}

#lhnHelpOutCenter.lhnMobileHoc div.conversationForm {
	text-align: left
}

#lhnHelpOutCenter div.conversationForm.hocEmail input[type=text] {
	box-sizing: border-box;
	margin: 5px auto;
	padding-right: 42px
}

#lhnHelpOutCenter div.conversationForm.hocFileUpload input[type=file],
#lhnHelpOutCenter div.secure_forms input[type=file] {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 5px auto;
	padding: 10px 55px 10px 10px;
	width: 100%
}

#lhnHelpOutCenter.lhnMobileHoc div.conversationForm.hocFileUpload input[type=file],
#lhnHelpOutCenter.lhnMobileHoc div.secure_forms input[type=file] {
	margin: 5px 0;
	padding: 10px;
	width: calc(100% - 65px)
}

#lhnHelpOutCenter div.conversationForm button {
	border: 0;
	height: 26px;
	text-indent: -999999999999px;
	width: 26px
}

#lhnHelpOutCenter div.conversationForm button.hocEmailChat {
	right: 0;
	top: 28px
}

#lhnHelpOutCenter div.conversationForm button.hocEmailChat,
#lhnHelpOutCenter div.conversationForm button.hocSendFileUpload {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAMFBMVEUAAABtbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW2TMiGpAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAAfElEQVQY023QSRYDIQhAwU/bIk7k/rfNwmjsRFZYT2WAESFZNgtsEbsXMyvedZIUVxmpeh2ZtCbrjdRxKJsBpQLRH4Z0hZZ4hnbCflFaApxUdssAGbNfwwZe12YTo4evYZ8/1e9l5FldX8vw1ee993me6Dj7eUvHff5v/g2ViQR0dK1BDQAAAABJRU5ErkJggg==) no-repeat 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iNTQgNTQgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2RDZENkQiIGQ9Im02OC4yNjggNjAuNTA3LTYuMTQgNi4xNC0yLjMzLTIuMzMxYS4zOTguMzk4IDAgMSAwLS41NjQuNTY0bDIuODk1IDIuODk1IDYuNzA0LTYuNzA0YS4zOTkuMzk5IDAgMCAwLS41NjUtLjU2NHpNNjQuMDMyIDU0Yy01LjUxNSAwLTEwIDQuNDg2LTEwIDEwIDAgNS41MTUgNC40ODcgMTAuMDAxIDEwIDEwLjAwMWguMDAxYzUuNTE0IDAgOS45OTktNC40ODYgOS45OTktMTAuMDAxcy00LjQ4Ni0xMC0xMC0xMHptLjAwMSAxOS4yMDFjLTUuMDc1IDAtOS4yMDMtNC4xMjgtOS4yMDQtOS4yMDIgMC01LjA3NCA0LjEyOC05LjIwMiA5LjIwMy05LjIwMnM5LjIwMiA0LjEyOCA5LjIwMiA5LjIwMi00LjEyOCA5LjIwMi05LjIwMSA5LjIwMnoiLz48L3N2Zz4=);
	padding: 0;
	position: absolute
}

#lhnHelpOutCenter div.conversationForm button.hocSendFileUpload {
	display: none;
	right: 31px;
	top: 36px
}

#lhnHelpOutCenter div.conversationForm button.hocCancelFileUpload {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAJ1BMVEUAAABtbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW37GlXPAAAADHRSTlMAEDBgcICPn6/P3+9E70xIAAAAdElEQVR42m2QSw7AIAhERxGB4v3P2waxaRNmQeBFhw9SfTDz6PiILtcHql+EVFM/Obm2zcwi+RVq+Mo0frQfbE5AeE/aljO6ontUi94Ix1AkPQwKZiSVZOAXQpYgYfmy9Cy755ySc0rMWW5U7V5eqbxnffkb/FYDuXfxhqUAAAAASUVORK5CYII=) no-repeat 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iNTQgNTQgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2RDZENkQiIGQ9Ik02OC4xNDUgNTkuODU0YS4zOTYuMzk2IDAgMCAwLS41NjIgMEw2NCA2My40MzdsLTMuNTgyLTMuNTgzYS4zOTguMzk4IDAgMSAwLS41NjQuNTY0TDYzLjQzNSA2NGwtMy41ODIgMy41ODNhLjQuNCAwIDAgMCAwIC41NjQuMzk3LjM5NyAwIDAgMCAuMjgzLjExNC4zOTQuMzk0IDAgMCAwIC4yODItLjExNEw2NCA2NC41NjRsMy41ODIgMy41ODNhLjM5My4zOTMgMCAwIDAgLjI4Mi4xMTQuMzkuMzkgMCAwIDAgLjI4LS4xMTQuMzk4LjM5OCAwIDAgMCAwLS41NjRMNjQuNTY0IDY0bDMuNTgtMy41ODJhLjM5Ny4zOTcgMCAwIDAgLjAwMS0uNTY0ek02NCA1NGMtNS41MTQgMC0xMCA0LjQ4Ni0xMCAxMCAwIDUuNTE1IDQuNDg2IDEwIDEwIDEwIDUuNTEzIDAgMTAtNC40ODUgMTAtMTAgMC01LjUxNC00LjQ4Ni0xMC0xMC0xMHptMCAxOS4yMDFjLTUuMDc0IDAtOS4yMDMtNC4xMjktOS4yMDMtOS4yMDEgMC01LjA3NCA0LjEyOC05LjIwMiA5LjIwMi05LjIwMiA1LjA3MiAwIDkuMjAyIDQuMTI4IDkuMjAyIDkuMjAyLjAwMSA1LjA3Mi00LjEyNyA5LjIwMS05LjIwMSA5LjIwMXoiLz48L3N2Zz4=);
	padding: 0;
	position: absolute;
	right: 5px;
	top: 36px
}

#lhnHelpOutCenter .conversationForm button.hocChatTimeoutAccept,
#lhnHelpOutCenter .conversationForm button.hocRemoteAssistAccept {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAMFBMVEUAAABtbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW2TMiGpAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAAfElEQVQY023QSRYDIQhAwU/bIk7k/rfNwmjsRFZYT2WAESFZNgtsEbsXMyvedZIUVxmpeh2ZtCbrjdRxKJsBpQLRH4Z0hZZ4hnbCflFaApxUdssAGbNfwwZe12YTo4evYZ8/1e9l5FldX8vw1ee993me6Dj7eUvHff5v/g2ViQR0dK1BDQAAAABJRU5ErkJggg==) no-repeat 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iNTQgNTQgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2RDZENkQiIGQ9Im02OC4yNjggNjAuNTA3LTYuMTQgNi4xNC0yLjMzLTIuMzMxYS4zOTguMzk4IDAgMSAwLS41NjQuNTY0bDIuODk1IDIuODk1IDYuNzA0LTYuNzA0YS4zOTkuMzk5IDAgMCAwLS41NjUtLjU2NHpNNjQuMDMyIDU0Yy01LjUxNSAwLTEwIDQuNDg2LTEwIDEwIDAgNS41MTUgNC40ODcgMTAuMDAxIDEwIDEwLjAwMWguMDAxYzUuNTE0IDAgOS45OTktNC40ODYgOS45OTktMTAuMDAxcy00LjQ4Ni0xMC0xMC0xMHptLjAwMSAxOS4yMDFjLTUuMDc1IDAtOS4yMDMtNC4xMjgtOS4yMDQtOS4yMDIgMC01LjA3NCA0LjEyOC05LjIwMiA5LjIwMy05LjIwMnM5LjIwMiA0LjEyOCA5LjIwMiA5LjIwMi00LjEyOCA5LjIwMi05LjIwMSA5LjIwMnoiLz48L3N2Zz4=);
	margin-top: 3px;
	padding: 0
}

#lhnHelpOutCenter .conversationForm button.hocChatTimeoutDecline,
#lhnHelpOutCenter .conversationForm button.hocRemoteAssistDecline {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAJ1BMVEUAAABtbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW37GlXPAAAADHRSTlMAEDBgcICPn6/P3+9E70xIAAAAdElEQVR42m2QSw7AIAhERxGB4v3P2waxaRNmQeBFhw9SfTDz6PiILtcHql+EVFM/Obm2zcwi+RVq+Mo0frQfbE5AeE/aljO6ontUi94Ix1AkPQwKZiSVZOAXQpYgYfmy9Cy755ySc0rMWW5U7V5eqbxnffkb/FYDuXfxhqUAAAAASUVORK5CYII=) no-repeat 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iNTQgNTQgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2RDZENkQiIGQ9Ik02OC4xNDUgNTkuODU0YS4zOTYuMzk2IDAgMCAwLS41NjIgMEw2NCA2My40MzdsLTMuNTgyLTMuNTgzYS4zOTguMzk4IDAgMSAwLS41NjQuNTY0TDYzLjQzNSA2NGwtMy41ODIgMy41ODNhLjQuNCAwIDAgMCAwIC41NjQuMzk3LjM5NyAwIDAgMCAuMjgzLjExNC4zOTQuMzk0IDAgMCAwIC4yODItLjExNEw2NCA2NC41NjRsMy41ODIgMy41ODNhLjM5My4zOTMgMCAwIDAgLjI4Mi4xMTQuMzkuMzkgMCAwIDAgLjI4LS4xMTQuMzk4LjM5OCAwIDAgMCAwLS41NjRMNjQuNTY0IDY0bDMuNTgtMy41ODJhLjM5Ny4zOTcgMCAwIDAgLjAwMS0uNTY0ek02NCA1NGMtNS41MTQgMC0xMCA0LjQ4Ni0xMCAxMCAwIDUuNTE1IDQuNDg2IDEwIDEwIDEwIDUuNTEzIDAgMTAtNC40ODUgMTAtMTAgMC01LjUxNC00LjQ4Ni0xMC0xMC0xMHptMCAxOS4yMDFjLTUuMDc0IDAtOS4yMDMtNC4xMjktOS4yMDMtOS4yMDEgMC01LjA3NCA0LjEyOC05LjIwMiA5LjIwMi05LjIwMiA1LjA3MiAwIDkuMjAyIDQuMTI4IDkuMjAyIDkuMjAyLjAwMSA1LjA3Mi00LjEyNyA5LjIwMS05LjIwMSA5LjIwMXoiLz48L3N2Zz4=);
	margin-top: 3px;
	padding: 0
}

#lhnHelpOutCenter div.lhnPrompt {
	background-color: hsla(0, 0%, 100%, .95);
	display: none;
	height: calc(100% + 50px);
	left: -20px;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: -30px;
	width: calc(100% + 40px);
	z-index: 99
}

#lhnHelpOutCenter div.lhnPrompt span.lhnPromptMsg {
	font-size: 160%
}

#lhnHelpOutCenter div.lhnPrompt div.lhnPromptButtons {
	margin-top: 20px
}

#lhnHelpOutCenter div.lhnPrompt button.lhnFormButton {
	float: none;
	line-height: 41px;
	margin-left: 10px;
	margin-right: 10px
}

#lhnHelpOutCenter div.lhnPrompt button.lhnFormButton.lhnPromptDecline {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .05)
}

#lhnHelpOutCenter div.lhnQueueInfo {
	background-color: #fdfaaa;
	display: none;
	height: 50px;
	left: -20px;
	line-height: 20px;
	padding: 5px;
	position: absolute;
	top: -30px;
	width: calc(100% + 40px);
	z-index: 10
}

#lhnHelpOutCenter div.hasBillboard div.lhnQueueInfo {
	top: 32px
}

#lhnHelpOutCenter div.lhnHocBillboards {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	font-size: 1.2em;
	height: 60px;
	left: -20px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	width: calc(100% + 40px)
}

#lhnHelpOutCenter div.lhnHocBillboards div.lhnHocBillboard {
	background-color: #fff;
	box-sizing: border-box;
	height: 60px;
	line-height: 14px;
	overflow: hidden;
	padding: 9px;
	position: absolute;
	width: 100%
}

#lhnHelpOutCenter div.lhnHocBillboards div.lhnHocBillboard img {
	max-height: 50px;
	max-width: 100%
}

#lhnHelpOutCenter div.lhnHocBillboards div.lhnHocBillboard a {
	text-decoration: none
}

#lhnHelpOutCenter div.lhnOperatorInfo,
#lhnHelpOutCenter div.lhnPromptOverlay {
	display: none
}

#lhnHelpOutCenter div.lhnSurveyForm form {
	margin-top: 0
}

#lhnHelpOutCenter h2.lhnSurveyHeader {
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.5em;
	margin-top: 0
}

#lhnHelpOutCenter div.lhnSurveyIntro {
	margin-bottom: 15px
}

#lhnHelpOutCenter div.lhnChatActionsMenu {
	cursor: pointer;
	float: left;
	text-align: right;
	width: 10%
}

#lhnHelpOutCenter div.lhnChatActionsMenu img {
	border-radius: 11px;
	margin-top: 9px;
	padding: 3px;
	width: 22px
}

#lhnHelpOutCenter div.lhnChatActions {
	background-color: #eee;
	display: none;
	font-size: 1.1em;
	left: 15px;
	position: absolute;
	text-transform: uppercase;
	top: -60px;
	width: auto
}

#lhnHelpOutCenter div.lhnChatActions:after {
	border-right: 12px solid transparent;
	border-top: 12px solid #eee;
	bottom: -11px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0
}

#lhnHelpOutCenter div.lhnChatActions a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 6px 15px 6px 30px
}

#lhnHelpOutCenter div.lhnChatActions a:last-child {
	border-bottom: none
}

#lhnHelpOutCenter div.lhnChatActions a.lhnHocEmailAction {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAMAAACKYC6uAAAAKlBMVEUAAABVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXdVbXeaggF7AAAADXRSTlMAEDBAUGBwj5+/z9/vTBZXqgAAAFJJREFUeNpViwEKwDAIxK7aOXX6/+/uVihlAaGJFXf8QVTqIQsx07HxnAgdLNuHMoBlO1aAtn/efK4gZencW8kKUhevHv6/ShiMTpTDYoh2PXi/D4wDAn/lMNEAAAAASUVORK5CYII=) no-repeat 5px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMC4yNCIgdmlld0JveD0iMjQ4IDI1MC44OCAxNiAxMC4yNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzU1NkQ3NyIgZD0iTTI2My4zNDkgMjUwLjg4SDI0OHYxMC4yNGgxNnYtMTAuMjRoLS42NTF6bS0uNjQuNjQtNi4xODIgNi4xODFhLjc2NS43NjUgMCAwIDEtMS4wNTYgMGwtNi4xODItNi4xODFoMTMuNDJ6bS0xNC4wNjkuMjU1IDQuMTU1IDQuMTU1LTQuMTU1IDQuMTU2di04LjMxMXptLjUxIDguNzA1IDQuMDk4LTQuMDk4IDEuNzcxIDEuNzcxYy4yNjIuMjYyLjYxLjQwNi45OC40MDZzLjcxOC0uMTQ1Ljk4LS40MDZsMS43NzEtMS43NzEgNC4wOTggNC4wOThIMjQ5LjE1em0xNC4yMDktLjM5NC00LjE1NS00LjE1NiA0LjE1NS00LjE1NnY4LjMxMnoiLz48L3N2Zz4=)
}

#lhnHelpOutCenter div.lhnChatActions a.lhnHocEndChatAction {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAG1BMVEUAAADrQSDrQSDrQSDrQSDrQSDrQSDrQSDrQSAde2BFAAAACHRSTlMAEDBQYIDP70qU3uIAAABJSURBVHjaVc1BCgAgCETR0dLm/icudEByoTxcfMDC0eNhsOTx1mEiyOcW+Xa5b0LeJYNMSZZqdnFJ+k6P4y6sr2fqIb4eLDm9vFaRA3EKmUrDAAAAAElFTkSuQmCC) no-repeat 5px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iNSA1IDE0IDE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRUI0MTIwIiBkPSJNMTguODE4IDYuNjcxYS41MzkuNTM5IDAgMCAxIDAgLjc2bC00LjE4MyA0LjE4MmEuNTQyLjU0MiAwIDAgMCAwIC43NjFsNC4xODEgNC4xODJhLjU0Mi41NDIgMCAwIDEgMCAuNzYxbC0xLjUyMyAxLjUyYS41NDYuNTQ2IDAgMCAxLS43NjEgMGwtNC4xNzgtNC4xODNhLjUzNy41MzcgMCAwIDAtLjc2IDBsLTQuMTgyIDQuMThhLjU0LjU0IDAgMCAxLS43NjEgMGwtMS41Mi0xLjUyMWEuNTM5LjUzOSAwIDAgMSAwLS43Nmw0LjE4My00LjE4MWEuNTQyLjU0MiAwIDAgMCAwLS43NjFsLTQuMTgtNC4xODRhLjU0LjU0IDAgMCAxIDAtLjc2MWwxLjUyMi0xLjUyYS41NDEuNTQxIDAgMCAxIC43NjEuMDAxbDQuMTc4IDQuMTgyYS41MzkuNTM5IDAgMCAwIC43NiAwbDQuMTgzLTQuMThhLjU0LjU0IDAgMCAxIC43NiAwbDEuNTIgMS41MjJ6Ii8+PC9zdmc+)
}

#lhnHelpOutCenter div.lhnChatActions a:hover {
	background-color: #f5f5f5;
	color: inherit;
	text-decoration: none
}

@media screen and (max-device-width:480px) {
	div#lhnHelpOutCenter.lhnWindow input,
	div#lhnHelpOutCenter.lhnWindow input:focus,
	div#lhnHelpOutCenter.lhnWindow select,
	div#lhnHelpOutCenter.lhnWindow select:focus,
	div#lhnHelpOutCenter.lhnWindow textarea,
	div#lhnHelpOutCenter.lhnWindow textarea:focus {
		font-size: 16px!important
	}
}

#lhnHelpOutCenter #kb_search {
	height: 100%
}

#lhnHelpOutCenter #kb_search table {
	margin: 0
}

#lhnHelpOutCenter #hocSysknowledge {
	font-size: 14px;
	padding-bottom: 0
}

#lhnHelpOutCenter #hocSysknowledge .lhnwrap {
	height: 100%
}

#lhnHelpOutCenter #hocSysknowledge input#txtKeyword {
	font-size: 100%
}

#lhnHelpOutCenter #kb_search #searchResultsContainer {
	height: calc(100% - 68px);
	margin-top: 20px;
	overflow-y: auto;
	padding: 0;
	width: 100%
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results {
	font-size: 95%
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result {
	box-sizing: border-box;
	display: block;
	margin: 15px 0 20px;
	padding: 0;
	width: 100%!important;
	z-index: 1000
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result a {
	display: block;
	font-weight: bolder;
	text-decoration: none
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	width: 100%
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content img {
	display: none
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_header {
	background: #e4e4e4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_body {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_footer {
	height: 25px;
	padding: 0 10px
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_footer .lhn_views {
	float: left;
	font-size: 12px;
	width: 50%
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_footer .lhn_ratings {
	float: right;
	height: 20px
}

#lhnHelpOutCenter #kb_search #searchResultsContainer .results .lhn_result .lhn_content .lhn_content_footer .lhn_ratings img {
	display: initial
}

#lhnHelpOutCenter div.hocSecureForm div.form_not_filled {
	background-color: #e4e4e4;
	border: 1px solid #d7d7d6;
	border-radius: 5px;
	color: #666;
	cursor: pointer;
	padding: 12px
}

#lhnHelpOutCenter div.secure_forms {
	background-color: #fff;
	border: 1px solid #cacaca;
	box-shadow: 0 0 12px #adadad;
	height: 100%!important;
	left: 0;
	overflow: auto;
	padding-bottom: 20px;
	top: -20px;
	width: 100%
}

#lhnHelpOutCenter div.secure_forms button.form_submit {
	margin: 0
}

#lhnHelpOutCenter div.secure_forms div.sf_main_form {
	height: calc(100% - 75px)
}

#lhnHelpOutCenter div.secure_forms input[type=file] {
	color: #90a4ae
}

#lhnHelpOutCenter div.secure_forms .error,
#lhnHelpOutCenter div.secure_forms .success {
	border: none;
	text-align: center
}

#lhnHelpOutCenter div.lhnWindow-message .lhngif .lhncredit {
	color: #aaa;
	font-size: 10px
}

#lhnHelpOutCenter div.jumplogic div.lhnWindow-message {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px 0 0;
	white-space: normal
}

#lhnHelpOutCenter div.jumplogic.lhnOperatorMessage div.lhnWindow-message:after {
	bottom: -1px
}

#lhnHelpOutCenter div.jumplogic .lhnField {
	margin-bottom: 0
}

#lhnHelpOutCenter div.jumplogic .lhnLabel {
	font-weight: 400;
	margin: 0;
	padding: 0 10px 10px;
	text-transform: none
}

#lhnHelpOutCenter div.jumplogic .lhnRequired {
	display: none
}

#lhnHelpOutCenter div.jumplogic .lhnFieldInput {
	clear: both
}

#lhnHelpOutCenter div.jumplogic .lhnOptions {
	background-color: #fff;
	max-height: 12em;
	overflow-y: auto
}

#lhnHelpOutCenter div.jumplogic.lhnOperatorMessage .lhnOptions {
	border-bottom-right-radius: 5px
}

#lhnHelpOutCenter div.jumplogic.lhnCustomerMessage .lhnOptions {
	border-bottom-left-radius: 5px
}

#lhnHelpOutCenter div.jumplogic .lhnOptions .lhnOption {
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding: 4px 8px;
	text-align: center
}

#lhnHelpOutCenter div.jumplogic .lhnOptions .lhnOption:last-child {
	border-bottom: none;
	border-bottom-right-radius: 5px
}

#lhnHelpOutCenter div.jumplogic input.lhnInput,
#lhnHelpOutCenter div.jumplogic textarea.lhnInput {
	background-color: #fefefe;
	box-sizing: border-box;
	padding-right: 27px;
	resize: none
}

#lhnHelpOutCenter div.jumplogic textarea.lhnInput {
	line-height: 1.5em;
	padding: 10px 15px
}

#lhnHelpOutCenter div.jumplogic .lhnFieldInput {
	overflow: hidden;
	position: relative
}

#lhnHelpOutCenter div.jumplogic .lhnFieldInput.lhnPhoneField {
	overflow: visible
}

#lhnHelpOutCenter div.jumplogic .lhnFieldInput button {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAMFBMVEUAAABtbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW2TMiGpAAAAD3RSTlMAECAwQFBgcICfr7/P3+8Gi+IRAAAAfElEQVQY023QSRYDIQhAwU/bIk7k/rfNwmjsRFZYT2WAESFZNgtsEbsXMyvedZIUVxmpeh2ZtCbrjdRxKJsBpQLRH4Z0hZZ4hnbCflFaApxUdssAGbNfwwZe12YTo4evYZ8/1e9l5FldX8vw1ee993me6Dj7eUvHff5v/g2ViQR0dK1BDQAAAABJRU5ErkJggg==) no-repeat 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iNTQgNTQgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2RDZENkQiIGQ9Im02OC4yNjggNjAuNTA3LTYuMTQgNi4xNC0yLjMzLTIuMzMxYS4zOTguMzk4IDAgMSAwLS41NjQuNTY0bDIuODk1IDIuODk1IDYuNzA0LTYuNzA0YS4zOTkuMzk5IDAgMCAwLS41NjUtLjU2NHpNNjQuMDMyIDU0Yy01LjUxNSAwLTEwIDQuNDg2LTEwIDEwIDAgNS41MTUgNC40ODcgMTAuMDAxIDEwIDEwLjAwMWguMDAxYzUuNTE0IDAgOS45OTktNC40ODYgOS45OTktMTAuMDAxcy00LjQ4Ni0xMC0xMC0xMHptLjAwMSAxOS4yMDFjLTUuMDc1IDAtOS4yMDMtNC4xMjgtOS4yMDQtOS4yMDIgMC01LjA3NCA0LjEyOC05LjIwMiA5LjIwMy05LjIwMnM5LjIwMiA0LjEyOCA5LjIwMiA5LjIwMi00LjEyOCA5LjIwMi05LjIwMSA5LjIwMnoiLz48L3N2Zz4=);
	border: 0;
	bottom: 9px;
	color: transparent;
	cursor: pointer;
	height: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 4px;
	-webkit-transform: translate(30px);
	-moz-transform: translate(30px);
	-ms-transform: translate(30px);
	-o-transform: translate(30px);
	transform: translate(30px);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	visibility: hidden;
	width: 20px
}

#lhnHelpOutCenter div.jumplogic .lhnFieldInput button.lhnShow {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	visibility: visible
}

#lhnHelpOutCenter div.jumplogic div.lhnRadioGroup {
	margin-bottom: 0;
	margin-top: -10px;
	padding: 0 10px
}

#lhnHelpOutCenter div.hocSecureForm {
	margin-bottom: 10px
}

#lhnHelpOutCenter #hocSyschat.lhnTextboxActive div.lhnWindow-chat_input,
#lhnHelpOutCenter #hocSyschat.lhnTextboxActive div.lhnWindow-chat_input div.lhnInput-chat_input-textareasection,
#lhnHelpOutCenter #hocSyschat.lhnTextboxActive div.lhnWindow-chat_input textarea,
#lhnHelpOutCenter #hocSyschat.lhnTextboxActive div.lhnWindow-chat_input>form {
	height: 100px
}

#lhnHelpOutCenter #hocSyschat.lhnTextboxActive div.lhnChat {
	bottom: 70px
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 9px -5px rgba(0, 0, 0, .7);
	cursor: pointer;
	font-size: 13px;
	margin: 2%;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	white-space: normal;
	width: 96%
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed:after {
	background-image: linear-gradient(180deg, transparent 60%, #fff);
	content: "";
	display: block;
	height: 117px;
	left: 2px;
	position: absolute;
	top: 50px;
	width: 98%
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed * {
	cursor: pointer
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed .hocKbTitle {
	background: #777 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkgNi40MSA4LjcgMTYuNzFhMSAxIDAgMSAxLTEuNC0xLjQyTDE3LjU4IDVIMTRhMSAxIDAgMCAxIDAtMmg2YTEgMSAwIDAgMSAxIDF2NmExIDEgMCAwIDEtMiAwVjYuNDF6TTE3IDE0YTEgMSAwIDAgMSAyIDB2NWEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY3YzAtMS4xLjktMiAyLTJoNWExIDEgMCAwIDEgMCAySDV2MTJoMTJ2LTV6IiBjbGFzcz0iaGVyb2ljb24tdWkiLz48L3N2Zz4=) no-repeat 98%;
	background-size: 16px 16px;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	padding: 8px 20px 8px 8px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed .hocKbAnswer,
#lhnHelpOutCenter #hocSyschat #lhnKbEmbed .hocKbQuestion {
	padding: 8px
}

#lhnHelpOutCenter #hocSyschat #lhnKbEmbed .hocKbAnswer label,
#lhnHelpOutCenter #hocSyschat #lhnKbEmbed .hocKbQuestion label {
	display: block
}

#lhnHelpOutCenter .secure_forms {
	position: absolute;
	z-index: 10000000
}

#lhnHelpOutCenter .secure_forms .sf_main_form {
	padding: 10px 20px
}

#lhnHelpOutCenter .secure_forms .form_close {
	background: url(http://www.livehelpnow.net/lhn/console/images/close_btn_gray.gif) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 13px
}

.lightpick {
	z-index: 999999!important
}

#lhnHelpOutCenter .lhnFieldGroup {
	padding: 20px 0 0 20px
}

#lhnHelpOutCenter .lhnCheckboxGroup>div,
#lhnHelpOutCenter .lhnRadioGroup>div {
	float: left;
	margin-right: 10px
}

#lhnHelpOutCenter .lhnCheckboxGroup:after,
#lhnHelpOutCenter .lhnRadioGroup:after {
	clear: both;
	content: "";
	display: block
}