@charset "utf-8";
div.body {
	text-align: left;
}
#helpfaq {
    background-color: #eeeeee;
    /*
    -webkit-box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    */
}
#helpfaq .boxcontent {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    max-width: 750px;
    margin: 0 auto;
	padding:0 20px 15px 20px;

}
.boxcontent .sectionWrapper {
    background-color:#fff;
    color:#000;
    border-radius: 10px;
    border: 1px solid #bfbfbf;
}

#helpfaq .container {
    padding-top: 10px;
}

@media (max-width: 575px) {
    #helpfaq .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    #helpfaq .boxcontent {
        padding: 0 0px 15px 0px;
    }
}
.sectionWrapper {
	border: 1px solid #666;
	border-radius: 5px;
	padding:5px 0px;
}
.helpTopicTitle {
    text-align: right;
    margin-bottom:10px;
}
.helpReturn {
	display: inline-block;
}
#helpfaq .btn, #contact .btn {
    line-height: 34px;
    font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 2px 22px 0 22px;
    text-transform: uppercase;
}
.htoLogo {
	text-align:right;
	padding-right:4px;
}
.inset h1, .inset p {
	margin:0;
}
.helpSectionHeader {
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #FFF;
	margin:0 6px 12px;
	padding: 12px 12px 3px;
}
.pageTitle {
	padding-left:10px;
	font-weight:bold;
	font-size:14px;
}
.topicHeader {
	margin:2px 14px;
	padding-left:4px;
	background-color:#555;
}
.bodydata {
	margin:0 6px 12px;
	padding:0 12px 6px;
	border-bottom:2px solid #FFF;
	word-wrap: break-word;
}
.bodydata ul, .bodydata ol {
	margin:12px 0;
	padding-left: 24px;
}
.staffNotes {
	margin:24px 12px 0 12px;
	padding: 12px;
	border:1px dashed #FC0;
}
.lastone {
	margin-bottom:0;
	border-bottom:none;
}
.menuHeader {
	margin:2px 14px;
	padding-left:4px;
	text-transform: capitalize;
    font-weight: bold;
    color: #0099ff;
}
.topicSuggest {
	padding:12px 12px 14px;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
}
.topicSuggest a {
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#adf;
}
.topicSuggest a:hover {
	text-decoration:underline;
}
.helpEdit {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:18px;
	text-decoration:none;
}
.helpEdit:hover {
	color:#CCC;
	text-decoration:none;
}
.helpEdit img {
	vertical-align:middle;
}
@media (max-width: 767px) {
	.helpReturn {
		display: block;
		text-align: right;
	}
}
#contact .column {
    text-align: center;
}

.sectionWrapper .logout {
  text-align: center;
  color:#27e;
  padding: 18px;
  line-height: 20px;
  font-weight: bold;
}
.sectionWrapper .logout:before {
    font-family: FontAwesome;
  content: "\f046";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 22px;
  font-weight: normal;

}