﻿/* CUSTOM CSS OVERRIDES */	    
#support-header {
	background: url(/customer/portal/attachments/578403) no-repeat center center !important;
}
	    
#support-search #support-search-submit {
	background-image: url(/customer/portal/attachments/578418) !important;
}
	    
.topic-card .topic-icon {
	background: url(/customer/portal/attachments/585739);
}
	    
#rate_article_container a {
	background-image: url(/customer/portal/attachments/578759);
}
/*=============================================================================

	CSS RESET

	=============================================================================*/
	    
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	zoom: 1;
}
	    
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}
	    
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
	list-style: none;
}
	    
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
}
	    
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
	    
b,
strong {
	font-weight: bold;
}
	    
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}
	    
ul,
li {
	display: list-item;
	list-style: none;
}
	    
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	    
th,
td,
caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
	    
svg {
	overflow: hidden;
}
	    
input[type="checkbox"] {
	margin: 0 4px;
	width: 13px;
	height: 13px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
	    
input,
textarea,
select {
	outline: none;
	margin: 0;
	font-family: inherit;
}
	    
textarea {
	overflow: auto;
	resize: none;
}
	    
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	    
html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
	    
a,
img,
input,
select,
textarea,
._transition,
button,
.button,
:before,
:after {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	    
a:active,
.button:active,
button:active {
	-webkit-transition: all 0.05s ease-out;
	-moz-transition: all 0.05s ease-out;
	transition: all 0.05s ease-out;
}
	    
._no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* helpers */
	    
._center-block {
	margin-left: auto;
	margin-right: auto;
}
	    
._align-left {
	text-align: left;
}
	    
._align-center {
	text-align: center;
}
	    
._align-right {
	text-align: right;
}
	    
._uppercase {
	text-transform: uppercase;
}
	    
._lowercase {
	text-transform: none;
}
	    
._underline {
	text-decoration: underline;
}
	    
._vertical-align {
	display: table;
	width: 100%;
	height: 100%;
}
	    
._vertical-align > * {
	display: table-cell;
	vertical-align: middle;
}
	    
._justify-content {
	text-align: justify;
}
	    
._justify-content > * {
	display: inline-block;
	position: relative;
}
	    
._justify-content:before {
	content: '';
	display: block;
	width: 100%;
}
	    
._justify-content:after {
	content: '';
	display: inline-block;
	width: 100%;
}
	    
._mg-b-xs {
	margin-bottom: 5px;
}
	    
._mg-b-sm {
	margin-bottom: 30px;
}
	    
._mg-b-md {
	margin-bottom: 50px;
}
	    
._mg-b-lg {
	margin-bottom: 75px;
}
	    
._mg-b-xl {
	margin-bottom: 100px;
}
	    
._mg-t-xs {
	margin-top: 10px;
}
	    
._mg-t-sm {
	margin-top: 30px;
}
	    
._mg-t-md {
	margin-top: 50px;
}
	    
._mg-t-lg {
	margin-top: 75px;
}
	    
._mb-t-xl {
	margin-top: 100px;
}
	    
._no-mg {
	margin: 0 !important;
}
	    
._no-mg-b {
	margin-bottom: 0 !important;
}
	    
._no-mg-t {
	margin-top: 0 !important;
}
	    
._no-pd {
	padding: 0 !important;
}
	    
._no-pd-b {
	padding-bottom: 0 !important;
}
	    
._no-pd-t {
	padding-bottom: 0 !important;
}
/* responsive videos */
	    
.responsive-video {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin-bottom: 40px;
}
	    
.responsive-video iframe,
.responsive-video object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
	    
.responsive-video.aspect-4by3 {
	padding-bottom: 75%;
}
/*=============================================================================

	TYPOGRAPHY

	=============================================================================*/
	    
html {
	height: 100%;
}
	    
body {
	font: 16px/1.5 'Montserrat', Arial, 'Helvetica Neue', 'Helvetica', sans-serif !important;
	background: #FFFFFF;
	text-align: left;
	color: #272727;
}
	    
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #002c61 !important;
}
	    
h1 {
	font-size: 40px;
}
	    
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}
	    
h3 {
	font-size: 24px;
}
	    
h4 {
	font-size: 24px;
	color: #929495 !important;
}
	    
h5 {
	font-size: 14px;
}
	    
h6 {}
	    
a img {
	border: 0;
}
	    
p {
	margin: 0 0 20px;
}
	    
a {
	color: #00b6e8 !important;
	text-decoration: none;
}
	    
a:hover {
	color: #006ea9 !important;
	text-decoration: none;
}
/*floats*/
	    
.float-right {
	float: right;
}
	    
.float-left {
	float: left;
}
	    
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
	    
.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after,
.wrap:before,
.wrap:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
	    
.clearfix:after,
.grid:after,
.wrap:after {
	clear: both;
}
	    
.clearfix,
.grid,
.wrap {
	zoom: 1;
}
/* Support Forms */
	    
input[type="checkbox"] {
	margin: 0 4px;
	width: 13px;
	height: 13px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
	    
input,
textarea,
select {
	outline: none;
	margin: 0;
	font-family: inherit;
}
	    
textarea {
	overflow: auto;
	resize: none;
}
	    
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
	background: #FFFFFF;
	color: #aaaaaa;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 5px 10px;
	height: 34px;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}
	    
textarea {
	height: 200px;
	width: 100%;
	padding: 10px;
}
	    
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #39ABDD;
	color: #39ABDD;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
	    
::-webkit-input-placeholder {
	color: #359AD6;
}
	    
:-moz-placeholder {
	color: #359AD6;
}
	    
:-ms-input-placeholder {
	color: #359AD6;
}
	    
:focus::-webkit-input-placeholder {
	color: #86bce3;
}
	    
:focus:-moz-placeholder {
	color: #86bce3;
}
	    
:focus:-ms-input-placeholder {
	color: #86bce3;
}
	    
.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
	height: 20px
}
	    
#form {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
	    
#form .label {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	text-transform: uppercase;
}
	    
#form .input-block .input-radio-group {
	margin: 0 0 20px;
}
	    
#form .input-button {
	margin-top: 25px !important;
}
	    
#form .input-button input {
	width: 100%;
}
	    
#form .input-button .disabled {
	background-position: 0 -38px;
}
	    
#form .input-button img {
	display: none;
	margin: 7px 0 0 5px;
	position: absolute;
}
	    
#form label.invalid {
	color: f26832;
	display: block;
	font-size: 14px;
	position: relative;
	top: -14px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
/* Buttons */
	    
.btn,
input[type="submit"] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
	background: #30AADF;
	border-radius: 3px;
}
	    
.btn.primary,
input[type="submit"] {
	background: #00B6E8;
	color: #FFFFFF;
	border-bottom: 4px solid #006EA9;
	padding: 10px 25px;
	font-size: 16px;
}
	    
.btn.primary:hover,
input[type="submit"]:hover {
	background: #002C61;
	color: #FFF;
	border-color: #00B6E8;
}
	    
.btn.secondary {
	background: #006ea9 !important;
	color: #fff !important;
	border-bottom: 3px solid #00b6e8;
}
	    
.btn.secondary:hover {
	background: #002C61 !important;
}
	    
.secondary-button {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-top: 1px solid #bcbcbc;
	border-bottom: 4px solid #00b6e8;
	-webkit-appearance: none;
	cursor: pointer;
}
	    
.secondary-button:hover {
	background: #bcbcbc;
	color: #fff !important;
	text-decoration: none;
}
/* Flash Messages */
	    
#flash {
	font-size: 20px;
	text-align: center;
	display: none;
}
	    
.flash_html {
	display: inline;
}
	    
.flash_ajax {
	display: block;
	margin: 0 auto 0 -200px;
	position: fixed;
	top: 0px;
	left: 50%;
	width: 400px;
	z-index: 1003;
	color: #222;
}
	    
.flash_html div,
.flash_ajax div {
	text-align: center;
	font-size: 14px;
	margin: 0px auto;
	width: 400px;
	padding: 5px 40px;
	background-color: #FFFDD7;
	border-bottom: 3px solid #FDFBA8;
	border-left: 3px solid #FDFBA8;
	border-right: 3px solid #FDFBA8;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
	    
.flash_ajax div.flash_error,
.flash_html div.flash_error,
.flash_ajax div.flash_critical,
.flash_html div.flash_critical {
	border-color: #FF0000;
	background-color: #FFBABA;
}
/* Portal Wrappers */
	    
.wrapper {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 20px;
}
	    
.wrapper.narrow {
	max-width: 740px;
}
	    
#company-support-portal {
	padding: 0 0 30px;
	overflow: hidden;
}
/* Breadcrumbs */
	    
#breadcrumbs {
	color: #b1b1b1 !important;
	line-height: 30px;
	padding: 15px 0;
	margin: 0;
	font-size: 14px;
}
	    
#status-update {
	float: right;
	margin-right: 250px;
}
	    
#status-update .myaccount-form {
	padding-top: 0;
}
/* Portal Company Header */

#company-header h1 {
	color: #FFF;
	font-size: 25px;
	padding: 0 0 0 35px;
	float: left;
}
	    
#company-header a {}
	    
#company-header a:hover {
	color: #999;
	text-decoration: none;
}
	    
#customer-account {
	float: right;
	color: #555555;
	margin: 8px 0 0;
}
	    
#customer-account span {
	float: left;
	padding: 0 9px;
	font-weight: bold;
	line-height: 30px;
}
	    
#customer-account a {
	float: left;
	display: inline-block;
	padding: 0 18px;
	background: #006ea9;
	color: #fff !important;
	border-radius: 2px;
	line-height: 28px;
	font-size: 12px;
	border-bottom: 3px solid #00b6e8;
}
	    
#customer-account a:hover {
	background: #002C61;
	color: #FFF;
}
/* Portal Support Header */
	    
#support-header {
	margin: 0;
	padding: 60px 0;
	background-size: cover !important;
	background-color: #29404D !important;
}
	    
.page_index #support-header {
	padding: 180px 0;
}
	    
#support-header .wrapper {
	position: relative;
}
	    
#support-header h2 {
	font-size: 32px;
	text-shadow: none !important;
}
/* Support Side Column */
	    
#support-side {
	padding-top: 30px;
}
	    
#support-side .secondary-button {
	min-width: 200px;
}
	    
#support-side .content {
	margin: 0 0 40px;
}
	    
#support-side h3 {
	border-bottom: 1px solid #ccc;
	margin: 21px 0 30px 0;
	padding: 0 0 20px 0;
}
	    
#support-side ul {
	list-style: none;
}
	    
#support-side li {
	margin: 0 0 5px;
}
/* Support Side Column Twitter */
	    
#tweets .tweet_avatar {
	display: none;
}
	    
#tweets .tweet_time a {
	color: #999;
	display: block;
}
	    
#tweets li {
	margin: 0 0 20px;
	line-height: 18px;
}
/* Support Side Twitter Widget */
	    
#support-side .twitter-timeline-rendered {
	margin-top: 20px;
}
	    
#support-side a.twitter-timeline {
	clear: both;
	display: block;
	margin-top: 20px;
}
/* Support Main Column */
	    
#support-main {}
	    
#support-main.main-customer-feedback {
	float: none;
	margin: 60px auto;
}
	    
#support-main.main-customer-feedback .complete {
	font-size: 20px;
	font-weight: bold;
}
	    
#support-main.main-customer-feedback .error {
	font-size: 20px;
	font-weight: bold;
}
	    
#support-main .support-body {
	background: none !important;
}
	    
.page_index #support-main .content {
	padding: 90px 0;
}
	    
#support-main .content {
	padding: 60px 0;
}
	    
#support-main .headline-image {
	margin-top: 5px;
}
/* Support Main Column Headers */
/* Dashboard */
	    
.topic-card {
	display: block;
	border-radius: 3px;
	background: #00b6e8;
	text-align: center;
	padding: 10px 15px;
	border-bottom: 6px solid #00b6e8;
	margin-bottom: 14px;
	height: 100%;
}
	    
.topic-card:hover {
	text-decoration: none;
	background: #006ea9;
	box-shadow: 0 0 0 3px rgba(0, 182, 232, 0.15);
}
	    
.topic-card .topic-icon {
	display: none;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
}
	    
.topic-card .has_topic_icon {
	display: inline-block;
}
	    
.topic-card .topic-icon.icon1 {
	background-position: -384px 0;
}
	    
.topic-card .topic-icon.icon2 {
	background-position: -64px 0;
}
	    
.topic-card .topic-icon.icon3 {
	background-position: -128px 0;
}
	    
.topic-card .topic-icon.icon4 {
	background-position: -192px 0;
}
	    
.topic-card .topic-icon.icon5 {
	background-position: -256px 0;
}
	    
.topic-card .topic-icon.icon6 {
	background-position: -320px 0;
}
	    
.topic-card h4 {
	margin-bottom: 0;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
	    
#support-main .dashboard h5 a:hover {
	text-decoration: none;
	color: #FFF;
	background: #254689;
}
	    
#support-main .dashboard td {
	border-bottom: 1px solid #CCC;
	padding: 20px 0 10px;
}
	    
#support-main .dashboard .row1 td {
	padding: 0 0 10px;
}
	    
#support-main .dashboard .last td {
	border-bottom: none;
}
	    
#support-main .dashboard .topic {
	margin: 0;
}
	    
#support-main .dashboard .topic ul {
	color: #254689;
	margin: 0 15px 20px 0;
	list-style: none;
}
/* margin: 0 0 5px; padding: 0 0 0 15px; }
	*/
	    
#support-main .dashboard .topic li.featured a {
	background: #FAFBCA;
	font-weight: bold;
}
	    
#support-main .dashboard h5 {
	height: 16px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}
	    
#support-main .dashboard h5.questions {
	background-position: 0 -109px;
}
/* Article Lists */
	    
.article-box {
	display: block;
	padding: 30px 20px;
	margin: 0 -20px 10px;
	border-bottom: 6px solid transparent;
	border-radius: 3px;
}
	    
.article-box h4 {
	color: #00b6e8 !important;
}
	    
.article-box .meta {}
	    
.article-box p {}
	    
.article-box:hover {
	background: #006ea9;
	border-bottom-color: #00b6e8;
	box-shadow: 0 0 0 3px rgba(0, 182, 232, 0.15);
}
	    
.article-box:hover h4 {
	color: #fff !important;
}
	    
.article-box:hover .meta {}
	    
.article-box:hover p {
	color: #fff !important;
}
	    
.article-box:hover .highlight {
	background: #4d95a7;
}
	    
#support-main .articles ul {
	list-style: none;
}
	    
#support-main .articles h4 {
	margin: 0 0 5px;
	font-weight: normal;
}
	    
#support-main .articles li {
	margin: 0;
}
	    
#support-main .articles li.question {
	padding: 0 0 0 40px;
}
	    
#support-main .articles li.article {}
	    
#support-main .articles li.question.featured {
	background-position: 0 -138px;
}
	    
#support-main .articles li.article.featured {
	background-position: 0 -415px;
}
	    
#support-main .articles li.featured h4 a {
	font-weight: bold;
	background: #FAFBCA;
}
	    
#support-main .articles li p {
	margin: 0 0 5px;
	color: #777;
}
	    
#support-main .articles .condensed {
	background: #FFFDF4;
	border: 1px solid #E3DEBF;
	margin: 0 0 30px;
	padding: 20px 20px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	    
#support-main .articles .condensed li {
	margin: 0;
	padding: 0;
}
	    
#support-main .articles .condensed h4 {
	font-size: 15px;
}
	    
#support-main .articles .condensed p {
	margin: 0 0 20px 30px;
	color: #777;
}
	    
#support-main .articles .condensed a {
	margin: 0 0 20px 30px;
}
/* Article List Metas */
	    
#support-main #search-results .meta,
#support-main .articles .meta {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #b1b1b1;
	margin: 5px 0;
}
	    
#support-main .articles .meta .answered {
	border-right: 1px solid #DDD;
	color: #549b07;
	padding: 0 5px 0 14px;
	margin: 0 5px 0 0;
}
	    
#support-main .articles .meta .count,
#support-main .articles .meta .date,
#support-main .question-details .meta .name {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #DDD;
}
/* Article List Toggles */
	    
#toggle div {
	float: right;
	margin: -62px 0 0 0;
}
	    
#toggle a {
	background: #FFF;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
	    
#toggle a:hover {
	text-decoration: none;
	color: #FFF;
	background: #254689;
}
	    
#toggle .active,
#toggle a.active:hover {
	background: #DDD;
	color: #000;
}
/* Page Title */
	    
#support-main .title {
	margin: 0 0 60px 0;
	text-align: center;
}
	    
#support-main .title h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border: 0;
	border-bottom: 1px solid #ededed;
}
	    
#support-main .title .meta {
	margin: 0;
	font-size: 14px;
	color: #b1b1b1;
	text-transform: uppercase;
}
/* Article View & Question View */
	    
#support-main .article-content h1,
#support-main .article-content h2,
#support-main .article-content h3,
#support-main .article-content h4,
#support-main .article-content h5,
#support-main .answer-details h1,
#support-main .answer-details h2,
#support-main .answer-details h3,
#support-main .answer-details h4,
#support-main .answer-details h5,
{
	margin: 0 0 20px;
}
	    
#support-main .article-content h1,
#support-main .answer-details h1 {
	font-size: 22px;
}
	    
#support-main .article-content h2,
#support-main .answer-details h2 {
	font-size: 20px;
}
	    
#support-main .article-content h3,
#support-main .answer-details h3 {
	font-size: 18px;
}
	    
#support-main .article-content h4,
#support-main .answer-details h4 {
	font-size: 16px;
}
	    
#support-main .article-content h5,
#support-main .answer-details h5 {
	font-size: 15px;
}
	    
#support-main .article-content ul,
ol,
#support-main .answer-details ul,
#support-main .answer-details ol {
	margin-left: 15px;
	list-style-position: inside;
}
	    
#support-main .article-content p {
	margin: 0;
}
	    
#support-main .article-content blockquote,
#support-main .article-content q,
#support-main .answer-details blockquote,
#support-main .answer-details q {
	margin: 0.80em 0 0.80em 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
}
	    
#support-main .article-content blockquote p,
#support-main .article-content q p,
#support-main .answer-details blockquote p,
#support-main .answer-details q p {
	margin: 0;
	padding: 0.80em;
	color: #666;
	background: inherit;
}
/* Article View Attachments */
	    
#attachments {
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px;
	margin: 20px 0 0;
}
	    
#attachments strong {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
}
	    
#attachments ul {
	list-style: none;
}
/* Article View Rating */
	    
#rate_article_container {
	margin: 50px 0 0 0;
	overflow: hidden;
	padding: 55px 5px 0;
}
	    
#rate_article div {
	color: #265007;
	background: #f5f5f7;
	border-right: 1px solid #fff;
	float: left;
	width: 50%;
	margin: 0 0 6px;
	padding: 50px 15px;
	text-align: center;
	font-size: 12px;
}
	    
#rate_article_container a {
	overflow: hidden;
	width: 25px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	margin: 0 8px 0 0;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
	    
#rate_article_container a:hover {
	background-position: left bottom;
}
	    
#rate_article_container .rate-link-down {
	border-left: 1px solid #fff;
	border-right: none;
}
	    
#rate_article_container .rate-link-down a {
	background-position: right bottom;
}
	    
#rate_article_container .rate-link-down a:hover {
	background-position: right top;
}
	    
#rate_article_container span {
	position: relative;
	top: 3px;
	color: #454241;
}
	    
#rate_article_container span:before {
	content: "Yes!";
	color: #2fc26c;
	font-style: normal;
}
	    
#rate_article_container .rate-link-down span:before {
	content: "No!";
	color: #f96067;
}
/* Question View */
	    
#support-main .question {
	padding: 0;
}
	    
#support-main .question .question-body {
	background: #FFFDF4;
	border-bottom: 1px solid #E3DEBF;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 20px 0;
}
	    
#support-main .question .gravatar-wrapper {
	float: left;
	border: 1px solid #CCC;
	width: 56px;
	height: 56px;
}
	    
#support-main .question .gravatar {
	float: left;
	border: 3px solid #FFF;
}
	    
#support-main .question .question-details {
	padding: 0 0 0 70px;
}
	    
#support-main .question .question-details h3 {
	border: 0;
	margin: 0 0 5px;
	padding: 0;
}
	    
#support-main .question .question-details .meta {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
	    
#support-main .question .meta {
	font-weight: bold;
	margin: 0 0 10px;
}
/* Question Answers */
	    
#support-main .question .replies {
	padding: 0 20px;
	margin: 0 0 20px;
}
	    
#support-main .question .replies h4 {
	border-bottom: 1px solid #CCC;
	font-size: 15px;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
	    
#support-main .question .replies.agents h4 {
	padding: 10px 0 10px 20px;
}
	    
#support-main .question .replies.agents .reply {
	background: #FFF;
	padding: 20px 0 0;
}
	    
#support-main .question .reply {
	margin: 0;
	overflow: hidden;
	height: 1%;
	padding: 20px 0 0 70px;
	position: relative;
}
	    
#support-main .question .answer-details,
#support-main .myportal .interaction-details {
	padding: 0 0 0 70px;
}
	    
#support-main .question .answer-details .meta {
	float: left;
	width: 100%;
	margin: 0;
}
	    
#support-main .question .answer-details .meta span {
	display: block;
}
	    
#support-main .question .answer-details .meta span.date {
	float: none;
	display: block;
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
	    
#support-main .question .answer-details .meta span.date-short {
	float: none;
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
	    
#support-main .question .answer-details .answer-body {
	margin-bottom: 20px;
}
	    
#support-main .interactions .interaction-details .interaction-body {
	margin-top: 10px;
}
/* Question View Rating */
	    
#support-main .question .answer-rating {
	font-size: 20px;
	height: 53px;
	line-height: 20px;
	position: absolute;
	margin: 0 0 0 -70px;
	*margin: 0 0 0 -120px;
	text-align: center;
	width: 54px;
}
	    
#support-main .question .answer-rating div {
	border: 1px solid #CCC;
	padding: 4px;
	height: 48px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	    
#support-main .question .answer-rating a {
	display: block;
	height: 14px;
	text-align: center;
	text-indent: -900px;
	overflow: hidden;
}
	    
#support-main .question .answer-rating .decrement {
	background-position: center -25px;
}
	    
#support-main .question .dialog {
	display: none;
}
	    
#support-main .question .rating-true .score {
	display: inline-block;
	margin: 5px 0 0 0;
}
	    
#support-main .question .rating-true .dialog {
	display: inline-block;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
	    
#support-main .question .score-positive {
	color: #396905;
}
	    
#support-main .question .score-negative {
	color: #69050c;
}
/* Question View and Private Portal Reply Form */
	    
#support-main .question #form,
#support-main .myportal #form {
	background: #f8f8f8;
	border: 1px solid #CCC;
	margin: 20px;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	    
#support-main .question .form-notice,
#support-main .myportal .form-notice {
	border-top: 1px solid #DDD;
	margin: 0 20px 20px;
	padding: 15px 0 0 0;
}
	    
#support-main .question #form h4,
#support-main .myportal #form h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}
	    
#support-main .question #form .input-block input[type=text],
#support-main .question #form .input-block textarea,
#support-main .myportal #form .input-block textarea {
	width: 610px;
}
/* Pre Create Headers */
	    
#support-main .pre-create h4 {
	margin: 0 0 30px 0;
}
	    
#support-main .pre-create ul h4 {
	margin: 0;
}
/* Support Forms */
	    
#form .label {
	display: block;
	margin: 0 0 5px;
	color: #b1b1b1;
}
	    
#form .label span {
	color: #999;
	font-size: 0;
}
	    
#form .label span:before {
	content: "*";
	font-size: 16px;
	color: #f54820;
	font-weight: bold;
}
	    
#form .input-block .input-radio-group {
	margin: 0 0 20px;
}
	    
#form .input-button img {
	display: none;
	margin: 7px 0 0 5px;
	position: absolute;
}
	    
#form label.invalid {
	color: red;
	display: inline-block;
	margin: -20px 0 20px 0;
}
/* Pagination */
	    
#paginate_block {
	margin: 0;
	position: auto;
	text-align: center;
	width: 100%;
}
	    
#paginate_block .pagination {
	background-color: #FFF;
	height: auto;
	margin: 0;
	padding-top: 0;
	position: auto;
	width: auto;
}
	    
#paginate_block .current {
	background-color: #DDD;
	border: 1px solid #CCC;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* search form */
	    
#support-search {
	border: none;
	padding: 0;
	background: none !important;
	margin: 0;
	position: relative;
}
	    
#support-search .outer {
	height: auto;
	width: auto;
	margin: 0 64px 0 0;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	overflow: hidden;
}
	    
#support-search #q {
	padding: 13px;
	font-size: 16px;
	font-family: inherit;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	height: 50px;
	width: 100%;
	margin: 0;
	border-radius: 2px 0 0 2px;
	outline: none;
	outline-width: 0;
}
	    
#support-search #q:focus {
	background: #fff;
}
	    
#support-search #support-search-submit {
	width: 64px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	border-radius: 0 2px 2px 0;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	    
#support-search #support-search-submit {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: #00b6e8 !important;
}
	    
#support-search #support-search-submit:hover {
	background-color: #002C61 !important;
}
	    
#support-search #question-mask {
	width: auto;
	right: 115px;
	top: 0;
	left: 15px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
}
/* Footer */
	    
#footer {
	display: none;
}
	    
#site-footer {
	padding: 0 8px 0 11px;
	font: 11px/14px 'Montserrat', Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #002654;
	padding: 25px 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
	    
#site-footer #nav {
	border-right: 1px solid #1f4879;
	padding-right: 30px;
}
	    
#site-footer #social-copy {}
	    
#site-footer #cloud {
	float: left;
	width: 220px;
	padding: 0 20px;
}
	    
#site-footer #social a {
	margin-right: 15px;
}
	    
#site-footer .tx-timtabsociable-pi1,
.addthis_toolbox {
	margin-top: 10px;
}
	    
#site-footer #copy {
	margin-top: 20px;
}
/* Footer Nav */
	    
#site-footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	    
#site-footer ul a,
#site-footer #copy a {
	color: #fff !important;
	text-decoration: none;
}
	    
#site-footer ul .sec a {
	font-weight: normal;
	color: #4ca3db !important;
}
/* Shadowbox */
	    
#sb-body {
	-moz-box-shadow: 0 0 12px #343434;
	-webkit-box-shadow: 0 0 12px #343434;
}
	    
#site-footer ul a:hover,
#site-footer #copy a:hover {
	text-decoration: underline;
}
	    
#site-footer li {
	clear: both;
	padding-top: 5px;
}
	    
#site-footer .sec li {
	float: left;
	clear: none;
	padding-top: 0;
	color: #4ca3db;
}
/* end site footer */
	    
#question-mask {
	color: #AAA;
	position: absolute;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	text-overflow: ellipsis;
}
	    
.search-bg {
	display: none;
}
	    
.highlight {
	background-color: #FFFAE1;
}
/* Modals */
	    
#modal-screen {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
	    
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}
	    
#modal .inner {
	background: rgba(0, 0, 0, 0.4);
	width: 700px;
	left: 50%;
	top: 50%;
	margin: -230px 0 0 -350px;
	position: absolute;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
	    
#modal .inner h1 {
	text-align: center;
	font-size: 27px;
	padding: 25px 0 0;
}
	    
#modal .inner p.subheader {
	font-size: 18px !important;
	color: #767676 !important;
	text-align: center;
	margin: 4px 0 30px 0;
}
	    
#modal .inner .input-button {
	text-align: center;
	padding: 0 0 30px;
	font-size: 12px;
	font-weight: bold;
}
	    
#modal .inner .input-button input {
	margin: 0 0 0 10px;
}
	    
#modal .inner .note {
	text-align: center;
	color: #616161;
	margin: 0 0 20px 0 !important;
	font-size: 15px;
	font-style: italic;
}
	    
#modal .main {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	    
#modal .close {
	float: right;
	margin: -16px -16px 0 0;
}
/* Auto Completion */
	    
.ui-autocomplete {
	background: #FFF;
	border: none;
	border-radius: 2px;
	width: 100% !important;
	top: 52px !important;
	left: 0 !important;
	list-style: none;
	margin: 0 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	font-family: inherit !important;
	padding: 0;
	overflow: hidden;
}
	    
.ui-autocomplete a {
	padding: 7px 12px !important;
	cursor: pointer;
	display: block;
}
	    
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-hover {
	background: #00B6E8 !important;
	text-decoration: none;
	margin: 0 !important;
	border: none;
}
	    
.ui-autocomplete a:hover *,
.ui-autocomplete a.ui-state-hover * {
	color: #fff !important;
}
	    
.ui-autocomplete li a {
	border-radius: 0;
	font-family: inherit;
}
	    
.ui-autocomplete .KbArticle,
.ui-autocomplete .QnaThread {
	display: block;
	overflow: hidden;
}
	    
.ui-autocomplete .QnaThread {
	background-position: 0 -106px;
}
	    
.ui-autocomplete .article-autocomplete-subject {
	display: block;
	font-weight: bold;
	font-size: 15px !important;
	color: #00B6E8 !important;
	text-transform: uppercase;
	font-family: inherit !important;
}
	    
.ui-autocomplete .article-autocomplete-body {
	display: block;
	font-size: 13px !important;
	color: #666;
	font-family: inherit !important;
}
	    
.gs_search_result {
	width: 100% !important;
}
	    
#gs_Sidebar_Results .tweet_time,
.gs-search-result {
	padding-left: 20px;
}
	    
#gs_search_title h5 {
	font-size: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
	    
#question-best-answer {
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 5px;
	margin: 0 0 25px 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 20px 0;
}
	    
#support-main .agent-answer-label {
	margin: 0 0 10px;
}
	    
#support-main #question-best-answer .reply {
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
	    
#support-main .best-answer-green {
	position: absolute;
	right: 0;
	padding: 0 0 0 15px;
	color: #6db400;
	font-weight: bold;
}
	    
#support-main .best-answer-green a {
	color: #6db400;
}
	    
#support-main .best-answer-green a:hover {
	text-decoration: none;
}
	    
#support-main #question-best-answer-heading {
	margin: 30px 0 10px 0;
}
	    
#social-share {
	float: left;
	width: 80px;
	margin-left: -90px;
}
	    
#social-share .share-btn {
	margin: 0 auto 15px auto;
	width: 60px;
	text-align: center;
}
	    
#social-share .share-btn .fb-like {
	margin-left: 6px;
}
/* Private Portal */
	    
#support-main .myportal .content {
	background: #FFF;
}
	    
.myportal-label {
	margin: 0 0 8px 0;
	padding-left: 22px;
}
	    
.myportal .mycases-filters {
	padding: 20px 0 0 0;
	height: 50px;
}
	    
.myportal .a-selectbox {
	border: 1px solid #BEBEBE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFF;
	-webkit-border-image: none;
	display: block;
	float: left;
	padding: 4px;
	text-decoration: none;
	zoom: 1;
}
	    
.myportal .a-selectbox select {
	border: none;
	box-sizing: border-box;
	white-space: pre;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	padding: 2px 3px;
	font-size: 12px;
	width: 190px;
}
	    
.myportal .a-checkbox {
	float: left;
	margin: 5px;
	color: #333;
	font-size: 11px;
}
	    
.myportal-button,
.myportal-button:visited {
	float: right;
	padding: 8px 6px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	text-transform: uppercase;
}
	    
.myportal-button:hover {
	text-decoration: none;
}
	    
.myportal .mycases {
	background: ##E5E5E5;
	width: 100%;
	border-collapse: collapse;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 30px 0px;
	-moz-box-shadow: 0 3px 4px #CCC;
	-webkit-box-shadow: 0 3px 4px #CCC;
}
	    
.myportal .mycases caption {
	border: 1px solid #5C443A;
	color: #5C443A;
	font-weight: bold;
	letter-spacing: 20px;
	padding: 6px 4px 8px 0px;
	text-align: center;
	text-transform: uppercase;
}
	    
.myportal .mycases td,
th {
	color: #363636;
	padding: 11px 5px;
}
	    
.myportal .mycases tr {
	background: #FFF;
	border: 1px solid #ccc;
}
	    
.myportal .mycases tbody tr:hover {
	cursor: pointer;
}
	    
.myportal .mycases thead th,
tfoot th {
	background: #E8E8E8;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding: 6px 5px;
	text-align: left;
	text-transform: uppercase;
}
	    
.myportal .mycases a {
	text-decoration: none;
}
	    
.myportal .mycases a:hover {
	text-decoration: underline;
}
	    
.myportal .mycases tbody th,
.myportal .mycases tbody td {
	text-align: left;
	vertical-align: middle;
}
	    
.myportal .mycases tfoot td {
	background: #5C443A;
	color: #FFFFFF;
	padding-top: 3px;
}
	    
.myportal .mycases .a-casechannel {
	text-align: center;
	vertical-align: middle;
	width: 20px;
	padding: 11px 0 11px 11px;
}
	    
.myportal .case-block {
	float: left;
	margin-right: 60px;
}
	    
.myportal .a-caseid {
	padding-left: 15px;
}
	    
.myportal .a-caseid,
.myportal .a-casestatus {
	width: 70px;
}
	    
.myportal .a-casecreated {
	width: 60px;
}
	    
#support-main .case {
	padding: 0;
}
	    
#support-main .myportal .case-details,
#support-main .myportal .interaction {
	padding: 25px 20px;
}
	    
#support-main .myportal .interaction {
	min-height: 60px;
	padding-bottom: 0;
}
	    
#support-main .myportal .case-details {
	background-color: #fffdef;
}
	    
#support-main .myportal .case-details h3 {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
	width: 510px;
	font-size: 18px;
	vertical-align: top;
	float: left;
}
	    
#support-main .myportal .status {
	float: right;
	font-weight: bold;
}
	    
#support-main .myportal .status img {
	vertical-align: middle;
}
	    
#support-main .myportal .status .a-New,
#support-main .myportal .status .a-Open,
#support-main .myportal .status .a-Pending,
#support-main .myportal .status .a-Resolved,
#support-main .myportal .status .a-Closed {
	color: #fff;
	padding: 2px 8px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	    
#support-main .myportal .status .a-New {
	background-color: #5B75AF;
	border: #465A86 1px solid;
}
	    
#support-main .myportal .status .a-Open {
	background-color: #61A00F;
	border: #4A7B0B 1px solid;
}
	    
#support-main .myportal .status .a-Pending {
	background-color: #DE901B;
	border: #AA6E14 1px solid;
}
	    
#support-main .myportal .status .a-Resolved {
	background-color: #A5A5A5;
	border: #7E7E7E 1px solid;
}
	    
#support-main .myportal .status .a-Closed {
	background-color: #DE901B;
	border: #AA6E14 1px solid;
}
	    
#support-main .myportal .meta {
	clear: both;
	color: #888;
	line-height: 16px;
}
	    
#support-main .myportal .meta strong {
	color: #000;
}
	    
.myportal #paginate_block .pagination {
	background-color: transparent;
}
/* Private Portal - Case Detail */
	    
#support-main .myportal .case-details .meta span.date,
#support-main .myportal .interaction-details span.date {
	margin: 0;
	color: #888;
}
	    
#support-main .myportal .interaction-details span.date {
	float: right;
	text-align: right;
}
	    
#support-main .myportal .meta .case-data {
	list-style: none;
	width: 50%;
	float: left;
	position: relative;
}
	    
#support-main .myportal .meta .case-dates {
	list-style: none;
	width: 50%;
	float: right;
	position: relative;
}
	    
#support-main .myportal .meta .case-dates strong {
	display: inline-block;
	text-align: right;
	width: 50%;
	*display: inline;
	zoom: 1;
}
	    
#support-main .myportal .meta .name {
	font-weight: bold;
	text-transform: uppercase;
}
	    
#support-main .myportal .interactions {
	border-top: 1px solid #E3DEBF;
	padding-bottom: 20px;
}
	    
#customer-account a {
	margin-left: 15px;
}
	    
#support-main .myportal .gravatar-wrapper {
	position: absolute;
	border: 1px solid #CCC;
	width: 56px;
	height: 56px;
}
	    
#support-main .myportal .gravatar {
	float: left;
	border: 3px solid #FFF;
}
	    
#support-main .myportal .gravatar.twitter-avatar {
	border: 4px solid #fff;
}
	    
#support-main .myportal .interaction-details .meta {
	width: 100%;
	margin: 0;
}
	    
#support-main .myportal .interactions .system-message {
	padding: 15px 20px 0 20px;
	color: #aaa;
	font-size: 12px;
}
	    
#support-main .myportal .interactions .chat {
	padding: 18px 20px 10px;
}
	    
#support-main .myportal .interactions .chat .interaction-details {
	padding: 0;
}
	    
#support-main .myportal .interactions .chat .interaction-details .meta span {
	color: #000;
	font-weight: bold;
}
	    
#support-main .myportal .interactions .chat .interaction-details .meta span.date {
	color: #888;
	font-weight: normal;
}
	    
#support-main .myportal .interactions .chat .interaction-body {
	padding-right: 50px;
	margin-top: 5px;
}
	    
#support-main .myportal .case-footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 25px 20px 0;
}
	    
#support-main .myportal .case-footer p {
	margin-bottom: 5px;
}
/* Private Portal - My Profile */
	    
.myaccount-form {
	padding-top: 20px;
}
	    
.myaccount-form .new_customer_contact_email {
	padding: 30px 0;
	border-top: 1px solid #DDD;
}
	    
.myaccount-form div img {
	vertical-align: middle;
}
	    
.myaccount-form div[id^="email_"],
.myaccount-form div[id^="twitter_user_"],
.myaccount-form div[id^="facebook_user_"],
.myaccount-form div[id^="add_"] {
	padding: 15px 0;
	font-size: 14px;
	color: #666;
	position: relative;
	border-top: 1px solid #DDD;
}
	    
.myaccount-form div[id^="twitter_user_"] form div,
.myaccount-form div[id^="facebook_user_"] form div {
	position: absolute;
	top: 10px;
	right: 0px;
}
	    
.myaccount-form div[id^="email_"] div[id^="delete_"] form div {
	position: absolute;
	top: 10px;
	right: 78px;
}
	    
.myaccount-form input[id^="update_status"]:disabled {
	cursor: help;
}
	    
.myaccount-form div[id^="verified_"] input,
.myaccount-form div[id^="delete_"] input,
.myaccount-form input[id^="update_status"],
.myaccount-form input[id^="update_status"]:disabled {
	background-color: #f9f9f9;
	border: 1px solid #cfcfcf;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	padding: 6px 15px 7px;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
	    
.myaccount-form div[id^="verified_"] input:hover,
.myaccount-form div[id^="delete_"] input:hover,
.myaccount-form input[id^="update_status"]:hover {
	background-color: #fff;
	border-color: #b4b4b4;
}
	    
.myaccount-form div[id^="email_"]:hover,
.myaccount-form div[id^="twitter_user_"]:hover,
.myaccount-form div[id^="facebook_user_"]:hover,
.myaccount-form div[id^="add_"]:hover {
	background-color: #f9f9f9;
}
	    
#authentication-verification-copy {
	display: inline-block;
	padding-left: 20px;
	width: 50%;
	zoom: 1;
	*display: inline;
}
	    
.authentication_verification-form {
	display: inline-block;
	height: 100px;
	zoom: 1;
	*display: inline;
}
	    
.authentication_verification-form form {
	background-color: #eefaff;
	display: inline-block;
	padding: 25px 20px;
	zoom: 1;
	*display: inline;
}
	    
.myaccount-form .verified,
.authentication_verification-form .verified {
	position: absolute;
	top: 10px;
	right: 0;
	color: #3d8933;
	padding: 7px 1px 0 0;
	font-weight: bold;
	font-size: 13px;
}
	    
.myaccount-form div[id^="email_"] .verified form div,
.myaccount-form div[id^="twitter_user_"] .verified form div,
.myaccount-form div[id^="facebook_user_"] .verified form div {
	margin-top: -7px;
}
	    
.myaccount-form input[type="text"],
.authentication_verification-form input[type="text"] {
	font-size: 12px;
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 5px 8px 0;
	width: 195px;
	padding: 8px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	    
.myaccount-form button,
.authentication_verification-form button {
	height: 32px;
	padding: 0 6px;
	border: 1px solid #C0C0C0;
	color: #FFF;
	cursor: pointer;
	border: 0;
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
	    
.myaccount-form label.invalid,
.authentication_verification-form label.invalid {
	font-weight: normal;
	display: block !important;
	clear: both;
	margin: 10px 0 20px 0;
}
/* Private Portal - Login and Registration */
	    
.login-form,
.registration-form,
.forgotpw-form,
.alternatelogins {
	padding: 20px 0;
}
	    
.alternatelogins {
	float: right;
	padding: 20px 0;
}
	    
.login-form .field label,
.registration-form .field label,
.forgotpw-form .field label {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
	    
.login-form .field input,
.registration-form .field input,
.forgotpw-form .field input {
	font-size: 14px;
	border: 1px solid #999;
	display: block;
	margin: 4px 0 15px 0;
	width: 250px;
	padding: 8px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	    
.login-form .actions input {
	width: 80px;
	margin-bottom: 40px;
}
	    
.login-form .newaccount,
.login-form .forgotpw {
	font-weight: bold;
	float: left;
}
	    
.login-form .forgotpw {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #999;
}
	    
.registration-form label.invalid,
.forgotpw-form label.invalid {
	font-weight: normal;
	display: block;
	margin: -10px 0 20px 0;
}
	    
.login-form form {
	float: left;
	width: 330px;
}
	    
.left-divider {
	border-left: 1px solid #ccc;
}
	    
.alternatelogins {
	float: left;
	height: 200px;
	padding-left: 25px;
}
	    
.alternatelogins div {
	margin: 0 0 20px 0;
}
	    
.alternatelogins a,
#add_facebook input,
#add_twitter input {
	position: relative;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	padding: 0 1em;
	border: 1px solid #999;
	border-radius: 2px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	color: #222;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
	*overflow: visible;
	*display: inline;
	*zoom: 1;
}
	    
.alternatelogins a:hover,
.alternatelogins a:focus,
.alternatelogins a:active,
#add_facebook input,
#add_twitter input {
	color: #222;
	text-decoration: none;
}
	    
.alternatelogins a:before {
	content: "";
	float: left;
	width: 36px;
	height: 36px;
}
	    
.alternatelogins #twitter,
#add_twitter input {
	border-color: #a6cde6;
	color: #327695;
	background: #cfe4f0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	background-image: linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}
	    
.alternatelogins #twitter:hover,
.alternatelogins #twitter:focus,
.alternatelogins #twitter:active,
#add_twitter input:hover,
#add_twitter input:focus,
#add_twitter input:active {
	color: #327695;
	border-color: #8dc2e4;
	background-color: #cadde9;
}
	    
.alternatelogins #twitter:active,
#add_twitter input:active {
	background: #cadde9;
	-webkit-box-shadow: inset 0 1px 0 #bbd6e7;
	box-shadow: inset 0 1px 0 #bbd6e7;
}
	    
.alternatelogins #twitter:before {
	margin: 0 0.6em 0 -0.6em;
	background-position: -36px -22px;
}
	    
.alternatelogins #facebook,
#add_facebook input {
	border-color: #29447e;
	border-bottom-color: #1a356e;
	color: #fff;
	background-color: #5872a7;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
	background-image: -webkit-linear-gradient(#637bad, #5872a7);
	background-image: -moz-linear-gradient(#637bad, #5872a7);
	background-image: -ms-linear-gradient(#637bad, #5872a7);
	background-image: -o-linear-gradient(#637bad, #5872a7);
	background-image: linear-gradient(#637bad, #5872a7);
	-webkit-box-shadow: inset 0 1px 0 #879ac0;
	box-shadow: inset 0 1px 0 #879ac0;
}
	    
.alternatelogins #facebook:hover,
.alternatelogins #facebook:focus,
#add_facebook input:hover,
#add_facebook input:focus {
	color: #fff;
	background-color: #3b5998;
}
	    
.alternatelogins #facebook:active,
#add_facebook input:active {
	color: #fff;
	background: #4f6aa3;
	-webkit-box-shadow: inset 0 1px 0 #45619d;
	box-shadow: inset 0 1px 0 #45619d;
}
	    
.alternatelogins #facebook:before {
	border-right: 1px solid #465f94;
	margin: 0 1em 0 -1em;
	background-position: 0 -22px;
}
	    
#add_facebook input,
#add_twitter input {
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	padding-left: 35px;
}
	    
#registration-in-progress {
	display: none;
	padding: 5px;
	background-color: #fffdef;
	border-color: 2px solid #ede9c2;
}
	    
#registration-in-progress img {
	float: left;
	margin-right: 5px;
}
	    
.desk-external-variables {
	display: none;
}
	    
.hidden {
	display: none;
}
	    
.desk_file_upload {
	overflow: hidden;
}
	    
.desk_file_upload input[type=file] {
	float: left;
	outline: none;
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin-left: -99999px;
}
	    
.desk_file_upload input[type=button] {
	float: left;
}
	    
.desk_file_upload .faux-file-field {
	padding: 0 8px 0 0;
	margin: 0;
	z-index: 1;
	float: left;
}
	    
.desk_file_upload .faux-file-field input[type=text] {
	width: 180px !important;
	border: none;
	background: none;
}
	    
.radio-label-rating-type {
	margin-right: 12px;
	vertical-align: middle;
}
/*=============================================================================

	MEDIA QUERIES

	=============================================================================*/
	    
@media only screen and (max-width: 768px) {
	#site-footer #nav {
	    border: none;
	    padding-right: 0;
	    margin-bottom: 40px
	}
}
	    
@media only screen and (max-width: 400px) {
	body {
	    font-size: 12px !important;
	}
	h1 {
	    font-size: 26px
	}
	h2 {
	    font-size: 20px;
	}
	h3 {
	    font-size: 18px
	}
	h4 {
	    font-size: 16px
	}
	.wrapper {
	    padding: 0 15px;
	}
	.site-logo img {
	    width: 80px;
	}
	#customer-account {
	    margin-top: 0;
	}
	#support-header {
	    padding: 60px 0;
	}
	#support-main .content {
	    padding: 40px 0;
	}
	.page_index #support-main .content {
	    padding: 50px 0;
	}
	.page_index #support-header {
	    padding: 90px 0;
	}
	#support-search .outer {
	    margin-right: 50px;
	}
	#support-search #q {
	    height: 44px;
	    font-size: 12px;
	}
	#support-search #question-mask {
	    height: 44px;
	    line-height: 42px;
	    font-size: 12px;
	}
	#support-search #support-search-submit {
	    width: 50px;
	    height: 44px;
	}
	#support-side .secondary-button {
	    width: 100%;
	}
	#breadcrumbs {
	    font-size: 12px;
	}
	.ui-autocomplete .article-autocomplete-subject,
	.ui-autocomplete .article-autocomplete-body {
	    font-size: 12px !important;
	}
	#rate_article_container {
	    margin-top: 10px;
	}
	#rate_article div {
	    width: 100%;
	}
	#support-side {
	    padding-top: 0;
	}
}
/*=============================================================================

	GRIDS

	=============================================================================*/
		/* 
	grid sizes suffixes:

	xl < 1500px
	lg < 1200px
	md < 1024px
	sm < 768px
	xs < 600px
	xxs < 450px

	*/
	    
.grid {
	position: relative;
}
	    
[class*='grid_'] {
	float: left;
	position: relative;
}
	    
.grid.-spacing-sm {
	margin-left: -2px;
	margin-right: -2px;
}
	    
.grid.-spacing-sm > [class*='grid_'] {
	padding-left: 2px;
	padding-right: 2px;
}
	    
.grid.-spacing-md {
	margin-left: -7px;
	margin-right: -7px;
}
	    
.grid.-spacing-md > [class*='grid_'] {
	padding-left: 7px;
	padding-right: 7px;
}
	    
.grid.-spacing-lg {
	margin-left: -15px;
	margin-right: -15px;
}
	    
.grid.-spacing-lg > [class*='grid_'] {
	padding-left: 15px;
	padding-right: 15px;
}
	    
._float-right[class*='grid_'] {
	float: right;
}
	    
.grid_1 {
	width: 100%;
}
	    
.grid_1-2 {
	width: 50%;
}
	    
.grid_1-3 {
	width: 33.33%;
}
	    
.grid_2-3 {
	width: 66.66%;
}
	    
.grid_1-4 {
	width: 25%;
}
	    
.grid_3-4 {
	width: 75%;
}
	    
.grid_1-5 {
	width: 20%;
}
	    
.grid_4-5 {
	width: 80%;
}
	    
.grid_1-6 {
	width: 16.66%;
}
	    
._invisible {
	display: none;
}
	    
@media only screen and (max-width: 1500px) {
	/* grids */
	.grid_1-xl {
	    width: 100%;
	}
	.grid_1-2-xl {
	    width: 50%;
	}
	.grid_1-3-xl {
	    width: 33.33%;
	}
	.grid_2-3-xl {
	    width: 66.66%;
	}
	.grid_1-4-xl {
	    width: 25%;
	}
	.grid_3-4-xl {
	    width: 75%;
	}
	.grid_1-5-xl {
	    width: 20%;
	}
	.grid_4-5-xl {
	    width: 80%;
	}
	.grid_1-6-xl {
	    width: 16.66%;
	}
	._invisible-xl {
	    display: none !important;
	}
	._visible-xl {
	    display: block !important;
	}
	._visible-xl-inline {
	    display: inline-block !important;
	}
	._no-pd-xl {
	    padding: 0 !important;
	}
	._no-mg-xl {
	    margin: 0 !important;
	}
}
	    
@media only screen and (max-width: 1200px) {
	/* grids */
	.grid_1-lg {
	    width: 100%;
	}
	.grid_1-2-lg {
	    width: 50%;
	}
	.grid_1-3-lg {
	    width: 33.33%;
	}
	.grid_2-3-lg {
	    width: 66.66%;
	}
	.grid_1-4-lg {
	    width: 25%;
	}
	.grid_3-4-lg {
	    width: 75%;
	}
	.grid_1-5-lg {
	    width: 20%;
	}
	.grid_4-5-lg {
	    width: 80%;
	}
	.grid_1-6-lg {
	    width: 16.66%;
	}
	.-invisible-lg {
	    display: none !important;
	}
	.-visible-lg {
	    display: block !important;
	}
	._visible-lg-inline {
	    display: inline-block !important;
	}
	._no-pd-lg {
	    padding: 0 !important;
	}
	._no-mg-lg {
	    margin: 0 !important;
	}
}
	    
@media only screen and (max-width: 1024px) {
	/* grids */
	.grid_1-md {
	    width: 100%;
	}
	.grid_1-2-md {
	    width: 50%;
	}
	.grid_1-3-md {
	    width: 33.33%;
	}
	.grid_2-3-md {
	    width: 66.66%;
	}
	.grid_1-4-md {
	    width: 25%;
	}
	.grid_3-4-md {
	    width: 75%;
	}
	.grid_1-5-md {
	    width: 20%;
	}
	.grid_4-5-md {
	    width: 80%;
	}
	.grid_1-6-md {
	    width: 16.66%;
	}
	._invisible-md {
	    display: none !important;
	}
	._visible-md {
	    display: block !important;
	}
	._visible-md-inline {
	    display: inline-block !important;
	}
	._no-pd-md {
	    padding: 0 !important;
	}
	._no-mg-md {
	    margin: 0 !important;
	}
}
	    
@media only screen and (max-width: 768px) {
	/* grids */
	.grid_1-sm {
	    width: 100%;
	}
	.grid_1-2-sm {
	    width: 50%;
	}
	.grid_1-3-sm {
	    width: 33.33%;
	}
	.grid_2-3-sm {
	    width: 66.66%;
	}
	.grid_1-4-sm {
	    width: 25%;
	}
	.grid_3-4-sm {
	    width: 75%;
	}
	.grid_1-5-sm {
	    width: 20%;
	}
	.grid_4-5-sm {
	    width: 80%;
	}
	.grid_1-6-sm {
	    width: 16.66%;
	}
	._invisible-sm {
	    display: none !important;
	}
	._visible-sm {
	    display: block !important;
	}
	._visible-sm-inline {
	    display: inline-block !important;
	}
	._no-pd-sm {
	    padding: 0 !important;
	}
	._no-mg-sm {
	    margin: 0 !important;
	}
}
	    
@media only screen and (max-width: 599px) {
	/* grids */
	.grid_1-xs {
	    width: 100%;
	}
	.grid_1-2-xs {
	    width: 50%;
	}
	.grid_1-3-xs {
	    width: 33.33%;
	}
	.grid_2-3-xs {
	    width: 66.66%;
	}
	.grid_1-4-xs {
	    width: 25%;
	}
	.grid_3-4-xs {
	    width: 75%;
	}
	.grid_1-5-xs {
	    width: 20%;
	}
	.grid_4-5-xs {
	    width: 80%;
	}
	.grid_1-6-xs {
	    width: 16.66%;
	}
	._invisible-xs {
	    display: none !important;
	}
	._visible-xs {
	    display: block !important;
	}
	._visible-xs-inline {
	    display: inline-block !important;
	}
	._no-pd-xs {
	    padding: 0 !important;
	}
	._no-mg-xs {
	    margin: 0 !important;
	}
	/* general styles */
	.wrap {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
	    
@media only screen and (max-width: 450px) {
	/* grids */
	.grid_1-xxs {
	    width: 100%;
	}
	.grid_1-2-xxs {
	    width: 50%;
	}
	.grid_1-3-xxs {
	    width: 33.33%;
	}
	.grid_2-3-xxs {
	    width: 66.66%;
	}
	.grid_1-4-xxs {
	    width: 25%;
	}
	.grid_3-4-xxs {
	    width: 75%;
	}
	.grid_1-5-xxs {
	    width: 20%;
	}
	.grid_4-5-xxs {
	    width: 80%;
	}
	.grid_1-6-xxs {
	    width: 16.66%;
	}
	._invisible-xxs {
	    display: none !important;
	}
	._visible-xxs {
	    display: block !important;
	}
	._visible-xxs-inline {
	    display: inline-block !important;
	}
	._no-pd-xxs {
	    padding: 0 !important;
	}
	._no-mg-xxs {
	    margin: 0 !important;
	}
}
