/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

button.src-component-Launcher-wrapper.u-isActionable.u-textLeft.u-inlineBlock.u-borderNone.u-textBold.u-textNoWrap.Arrange.Arrange--middle.u-userLauncherColor {
 display: none !important; 
}

.src-component-Launcher-wrapper {
 display: none !important;
}

body {
  color: #000;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #00c;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 37px;
  color: #ff6600;
  font-weight: 300;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #dddddd;
  color: #00c;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field + .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZH3S45XA0Y76HTVDDDW0XNR") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box, .sub-nav .search {
  position: relative;
}

.search-box:before, .sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input, .sub-nav .search input {
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none;
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: "/";
  font-weight: 200;
}
.breadcrumbs li a {
  color: #000;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}
[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 13px;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* Frame */
main, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* Header */
.header {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.header-inner {
  display: table;
  height: 100px;
}

.logo, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  max-height: 60px;
}
.logo img:first-child {
  display: none;
}

.user-nav {
  text-align: right;
}
.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px;
}
[dir=rtl] .user-nav {
  text-align: left;
}
[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0;
}

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 80px 60px;
  text-align: center;
}

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}
body.community-enabled .knowledge-base {
  width: 620px;
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}
[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community h2, .community h3, .section h3 {
  color: #000;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
  font-weight: 300;
}

/* .category {
	text-align: left;
} */

.category h2 {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  margin: 25px 0;
  padding-bottom: 18px;
}

.category h2 a, .section h3 a {
  color: #ff6600;
}
.category-tree {
	max-width: 1000px;
  margin: 0 auto;
  width: auto;
}

.category-empty, .section {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 49.5%;
}
.section {
  margin: 0 0 80px 0;
}

.section-internal {
	border: 1px solid #aaa;
  min-height: 310px;
  white-space: wrap;
  display: block;
  margin: 0 20px;
  background-color: #F6F6F6;
}

.section-internal h3 {
	text-align: center;
  margin: 0 0 20px;
  margin-bottom: 0px;
  background: #f6f6f6;
  padding: 190px 0 20px;
  background-position: center 40px;
  background-repeat: no-repeat;
}

.section-internal ul.article-list,
.section-internal a.see-all-articles,
.section-internal a.section-empty-link {
  display: none;
}

html:lang(ja) h3, html:lang(nl) h3 {
  background-image: none;
}

h3.Promoted, h3.About, h3.Om, h3.O, h3.Acerca, h3.Tietoa h3.À propos, h3.Rólunk, h3.Tentang, h3.Indeedについて, h3.인디드, h3.Over, h3.Despre, h3.Про, h3.Giới, h3.关于, h3.Tietoa, h3.À, h3.משרות, h3.حول {
  background-image: url(/hc/theming_assets/01HZH3S2Z7DNPA4Z3HSGHHWZHE);
}

h3.Sponzorované, h3.Sponsorerede, h3.Premium-Stellenanzeigen, h3.Χρηματοδοτούμενες, h3.Empleos, h3.Sponsoroidut, h3.sponsorisés, h3.Szponzorált, h3.Lowongan, h3.Sponsorizzate, h3.のサービス, h3.유료, h3.Gesponsorde, h3.Sponsede, h3.Sponsorowane, h3.Ofertas, h3.Patrocinadas, h3.sponsorizate, h3.вакансий, h3.Sponsrade, h3.งานที่ถูกโฆษณาหรือสนับสนุน, h3.Sponsorlu, h3.Việc, h3.付费推广职位, h3.付費推廣職位, h3.Ceník, h3.Prissætning, h3.Preise, h3.Τιμολόγηση, h3.Sponsoroidun, h3.Tarification, h3.Listino, h3.유료광고 {
	background-image: url(../../../theme_assets/499832/200068200/account.png);
}

h3.Job, h3.Platební, h3.Faktureringsoplysninger, h3.Zahlungsangaben, h3.Πληροφορίες, h3.facturación, h3.Laskutustiedot, h3.facturation, h3.Fiók, h3.Informasi, h3.Informazioni, h3.お支払い情報, h3.계정, h3.Facturering, h3.Kontoinnstillinger, h3.Ustawienia, h3.Faturação, h3.Faturamento, h3.facturare, h3.информация, h3.Faktureringsinformation, h3.ข้อมูลเกี่ยวกับการเรียกเก็บเงิน, h3.Fatura, h3.Thông, h3.账单信息, h3.付款方式, h3.Odpovědi, h3.Ansøgninger, h3.Bewerbungen, h3.Αιτήσεις, h3.Työpaikkahakemukset, h3.פרטי, h3.Álláshirdetések, h3.تسعير {
	background-image: url(/hc/theming_assets/01HZH3S38303KD9VHT7BAW6KC1);
}

h3.Search, h3.Kontooplysninger, h3.Kontoübersicht, h3.Indeed-ansioluettelo, h3.קורות, h3.Pubblicare, h3.등록, h3.الإعلان {
	background-image: url(/hc/theming_assets/01HZH3S299WJQF2QFJWGZ8DMV7);
}

h3.Assessments, h3.Unternehmensprofile, h3.Εταιρικές, h3.Työpaikkailmoitusten, h3.Candidatures, h3.משרה, h3.Álláshirdetés, h3.Gestione, h3.관리, h3.إدارة {
  background-image:
    url(//p4.zdassets.com/hc/theme_assets/499832/200068200/icon-frequently.png);
}

h3.Applying, h3.קורות, h3.Jelentkezések, h3.Candidature, h3.طلبات {
  	background-image:
url(../../../theme_assets/499832/200031240/applying.png);
}

h3.Account, h3.Nastavení, h3.Kontoindstillinger, h3.Kontoeinstellungen, h3.Ρυθμίσεις, h3.cuenta, h3.asetukset, h3.Paramètres, h3.Hibaelhárítás, h3.Pengaturan, h3.Impostazioni, h3.アカウント設定, h3.문제, h3.Feilsøking, h3.Configurações, h3.Setări, h3.Настройки, h3.Kontoinställningar, h3.การตั้งค่าบัญชี, h3.Ayarları, h3.Cài, h3.帐户设定, h3.帳戶設置, h3.Stránky, h3.עמודי {
	background-image: url(../../../theme_assets/499832/200068200/icon-account.png);
}

h3.Company, h3.Páginas, h3.Perfil, h3.Strony, h3.Paginile, h3.Страница, h3.Företagssidor, h3.Sayfaları, h3.公司页面, h3.企業頁面, h3.Správa, h3.Styring, h3.verwalten, h3.Διαχείριση, h3.Administrar, h3.Candidaturas, h3.Yrityksen, h3.Pages, h3.הגשת, h3.Céges, h3.Pagine {
	background-image: url(../../../theme_assets/499832/200068200/icon-company.png);
}

h3.Resume, h3.CV, h3.CVs, h3.Számlázási, h3.企業ページ, h3.결제, h3.Faktureringsinformasjon, h3.Informacje, h3.Zveřejnění, h3.Læg, h3.Stellenanzeige, h3.Ανάρτηση, h3.Publicación, h3.Työpaikan, h3.Publication, h3.Gestion, h3.ניהול, h3.페이지 {
	background-image: url(../../../theme_assets/499832/200068200/icon-resume.png);
}

h3.Řešení, h3.Problemløsning, h3.Fehlerbehebung, h3.Αντιμετώπιση, h3.problemas, h3.Vianmääritys, h3.Penyelesaian, h3.Risoluzione, h3.トラブルシューティング, h3.퍼블리셔, h3.Problemen, h3.Rozwiązywanie, h3.Diagnóstico, h3.Depanare, h3.Решение, h3.Felsökning, h3.การแก้ไขปัญหาเบื้องต้น, h3.Giderme, h3.Xử, h3.常见问题, h3.解決疑難, h3.laittaminen, h3.תוכנית, h3.Hogyan, h3.인디드에, h3.رؤية {
	background-image: url(../../../theme_assets/499832/200068200/icon-troubleshooting.png);
}

h3.Publisher-Netzwerk, h3.colaboradores, h3.Éditeurs, h3.Soci, h3.パブリッシャーネットワークについてのよくあるご質問, h3.Parceiros, h3.广告联盟发布商常见问题, h3.Program, h3.Πρόγραμμα, h3.Programme, h3.איך {
	background-image: url(../../../theme_assets/499832/200068200/publisher.png);
}

/* Override the class based image assignment to more easily handle all the different languages */
/* ------------------------------------------------------------------------------------------- */
/* This sets the image for the 1st box that appears */
section.section:nth-child(1) span.section-internal h3 {
  background-image: url(../../../theme_assets/499832/200068200/icon-account.png);
}

/* This sets the image for the 2nd box that appears */
section.section:nth-child(2) span.section-internal h3 {
  background-image: url(/hc/theming_assets/01HZH3S38303KD9VHT7BAW6KC1);
}

/* This sets the image for the 3rd box that appears */
section.section:nth-child(3) span.section-internal h3 {
  background-image: url(../../../theme_assets/499832/200068200/icon-company.png);
}

/* This sets the image for the 4th box that appears */
section.section:nth-child(4) span.section-internal h3 {
  background-image: url(/hc/theming_assets/01HZH3S38303KD9VHT7BAW6KC1);
}

/* This sets the image for the 5th box that appears */
section.section:nth-child(5) span.section-internal h3 {
  background-image: url(/hc/theming_assets/01HZH3S299WJQF2QFJWGZ8DMV7);
}

/* This sets the image for the 6th box that appears */
section.section:nth-child(6) span.section-internal h3 {
  background-image: url(../../../theme_assets/499832/200068200/icon-resume.png);
}

/* This sets the image for the 7th box that appears */
section.section:nth-child(7) span.section-internal h3 {
  background-image: url(../../../theme_assets/499832/200031240/applying.png);
}

/* This sets the image for the 8th box that appears */
section.section:nth-child(8) span.section-internal h3 {
  background-image: url(//p4.zdassets.com/hc/theme_assets/499832/200068200/icon-frequently.png);
}

/* This sets the image for the 9th box that appears */
section.section:nth-child(9) span.section-internal h3 {
  background-image: url(//p4.zdassets.com/hc/theme_assets/499832/200068200/icon-frequently.png);
}

/* This sets the image for the 10th box that appears */
section.section:nth-child(10) span.section-internal h3 {
  background-image: url(/hc/theming_assets/01HZH3S2Z7DNPA4Z3HSGHHWZHE);
}

/* ------------------------------------------------------------------------------------------- */

[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.category-tree ul.article-list {
 	padding: 0 40px;
  font-size: 16px;
}

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 300;
}

.category-tree .see-all-articles {
  padding: 0 40px 40px;
}

.category-description, .section-description {
  color: #bebebe;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.page-header > * {
  display: table-cell;
  vertical-align: middle;
}
.page-header > *:first-child {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
}
.sub-nav > * {
  display: table-cell;
}
.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}
.sub-nav .search {
  width: 300px;
}

/* Article */
.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  font-weight: 300;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #eeeeee;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #999999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-vote-up.article-voted {
  color: #6B9100;
  border-color: #6B9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin: 0 0 20px;
}
.side-column ul {
  margin-bottom: 60px;
}
.side-column li {
  margin-bottom: 10px;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  width: 65px;
  height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH3S3XXTAA2NK07S79DWTS6");
  background-image: url("/hc/theming_assets/01HZH3S41V124VZB092DAEK55X");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #00c;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH3S3XXTAA2NK07S79DWTS6");
  background-image: url("/hc/theming_assets/01HZH3S41V124VZB092DAEK55X");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}


/*==============================
/*
/*  $overrides
/*
/*==============================

/* base */
body {
  font-size: 14px;
  font-weight: normal !important;;
  -webkit-font-smoothing: antialiased;
}
h3 {
    text-transform: none !important;
    font-weight: 300 !important;
    font-size: 30px !important;
}
input {
    font-weight: 500 !important;
}
a {
  font-family: "Helvetica-Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00c;
  text-decoration: none;
}


/* elements */
.header {
  border-bottom: none;
}
.header-inner {
  height: auto;
  margin-top: 36px;
  margin-bottom: 25px;
  padding: 0 40px;
}
.logo img {
  max-height: 50px;
  margin-left: -14px;
}
#user {
  display: none;
}
.sub-nav > * {
  vertical-align: middle;
}
.breadcrumbs li {
  font-size: 14px;
  color: #000;
}
.breadcrumbs li a {
  color: #00c;
}
/* button style */
.search-box input[type="submit"],
.sub-nav .search input[type="submit"],
.user-nav .search input[type="submit"] {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid #bbb;
  border-color: #9a99ac;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#F8F8F9,#D9D9E2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F8F8F9),to(#D9D9E2));
  background-image: -webkit-linear-gradient(top,#F8F8F9,#D9D9E2);
  background-image: -o-linear-gradient(top,#F8F8F9,#D9D9E2);
  background-image: linear-gradient(to bottom,#F8F8F9,#D9D9E2);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
  box-shadow: 0 1px 5px rgba(0,0,0,0.20);
  color: #333;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  line-height: 1.4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F9ff',endColorstr='#ffe6e6e6',GradientType=0);
  cursor: pointer;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *background-color: #D9D9E2;
  *border: 0;
  *margin-left: .3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input {
  -webkit-appearance: none;
}

.search-box input[type="submit"]:hover,
.sub-nav .search input[type="submit"]:hover,
.user-nav .search input[type="submit"]:hover {
  outline: none;
  background-color: #D9D9E2;
  color: #333;
  *background-color: #d9d9d9;
}

.search-box input[type="submit"]:hover,
.sub-nav .search input[type="submit"]:hover,
.user-nav .search input[type="submit"]:hover {
  background-color: #D9D9E2;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-position .2s linear;
  -moz-transition: background-position .2s linear;
  -o-transition: background-position .2s linear;
  transition: background-position .2s linear;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  *background-color: #d9d9d9;
}

.search-box input[type="submit"]:focus,
.sub-nav .search input[type="submit"]:focus,
.user-nav .search input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 1px 0 #1642BB;
  -webkit-transition: box-shadow .2s linear;
  -moz-transition: box-shadow .2s linear;
  -o-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
}

button::-moz-focus-inner {
  border: 0;
}

.search-box input[type="submit"]:active,
.sub-nav .search input[type="submit"]:active,
.user-nav .search input[type="submit"]:active {
  background-color: #D9D9E2;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}


/* Required Styles for Alternate Button Sizes */
.btn-sm,
.btn-xs {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.btn-xs {
  padding: 0 6px;
}

.btn-lg {
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 18px;
}

/* Required Styles for Block Level Buttons (fill parent container) - Dependent on Default Button Styles */
.btn-block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/* Required Styles for Blue Primary Button - Dependent on Default Button Styles */
.search-box input[type="submit"],
.sub-nav .search input[type="submit"],
.user-nav .search input[type="submit"] {
  border-color: #1642BB;
  background-color: #5585f2;
  background-image: -moz-linear-gradient(top,#6598FF,#2E5AD7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#6598FF),to(#2E5AD7));
  background-image: -webkit-linear-gradient(top,#6598FF,#2E5AD7);
  background-image: -o-linear-gradient(top,#6598FF,#2E5AD7);
  background-image: linear-gradient(to bottom,#6598FF,#2E5AD7);
  background-repeat: repeat-x;
  color: #F8F8F9;
  text-shadow: 0 1px #0F2299;
  -ms-filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6598fe',endColorstr='#ff3c69e0',GradientType=0);
  zoom: 1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *background-color: #2E5AD7;
}

/* search box */
.hero-unit {
  padding: 60px 0;
  margin: 2em 0;
  background: #2164f3 url(../../../theme_assets/499832/200068200/banner.png) no-repeat center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 30px;
}
.hero-unit form {
	margin: 20px auto 40px;
  width: auto;
  max-width: 980px;
}

.search-box input[type="submit"]:hover,
.sub-nav .search input[type="submit"]:hover,
.user-nav .search input[type="submit"]:hover {
  background-color: #2E5AD7;
  color: #F8F8F9;
  *background-color: #2658dd;
}

.search-box input[type="submit"]:focus,
.sub-nav .search input[type="submit"]:focus,
.user-nav .search input[type="submit"]:focus {
  box-shadow: 0 0 1px 0 #000;
}

.hero-unit.search-box:before,
.hero-unit.sub-nav .search:before {
    content: "";
}

.user-nav > a {
  display: none;
}

/* search form layout */
.search-box input[type="search"],
.search-box input[type="submit"],
.sub-nav .search input[type="search"],
.sub-nav .search input[type="submit"],
.user-nav .search input[type="search"],
.user-nav .search input[type="submit"] {
    font-size: 16px;
    padding: .5em 0 .5em 0;
    box-sizing: border-box;
}
.user-nav .search input[type="search"],
.user-nav .search input[type="submit"] {
  font-size: 13px
}
.search-box input[type="search"],
.sub-nav .search input[type="search"] {
    width: 60%;
    display: inline-block;
    padding-left: 1em;
    line-height: 1.4em;
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
  border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
-webkit-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.1);
  font-weight: 300;
}
.user-nav .search input[type="search"] {
    width: 79%;
    padding-left: 1em;
}
.search-box input[type="submit"],
.sub-nav .search input[type="submit"] {
    width: 16%;
    margin-left: 1em;
    display:inline-block;
}
.user-nav .search input[type="submit"] {
    width: 18%;
    margin-left: 2%;
}
.sub-nav .search {
  width: auto;
}
.user-nav .search {
  width: 100%;
}
.search-box:before,
.sub-nav .search:before {
    content: "Search the Indeed Knowledge Base";
    display: block;
    position: static;
    text-align: left;
    width: auto;
    font-size: 18px;
    line-height: 28px;
}

.user-nav .search:before {
    content: "Search the Indeed Knowledge Base";
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
}


/* promoted articles */
.article-promoted span {
  display: none;
}

/* results */
.search-results-list > * {
  border-bottom: none;
}
.search-result-meta {
  display:none;
}
.search-result-description {
  padding-top: 12px;
}

.submit-request {
  margin-top: 10px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  background: #2164f3;
  color: #fff;
}

.submit-request ul {
	max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}

.submit-request li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.submit-request .is-hidden {
  display: none;
}

.submit-request-phone img {
  width: 23px;
  height: 30px;
  margin-right: 4px;
}

.submit-request-form img {
  width: 30px;
  height: 22px;
  margin-right: 4px;
}

.submit-request-twitter img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-left: 8px;
}

.submit-request-twitter {
  color: #fff;
}

.submit-request-form,
.submit-request-form.is-button {
  color: #fff;
}

.submit-request-form.is-button {
  font-weight: bold;
  padding: 7px 15px;
  border: 2px solid #fff;
  background: transparent none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
  border-radius: 4px;
  text-shadow: 0 1px #0F2299;
  display: inline-block;
}

/*.submit-request a {
 	color: #fff; 
  padding: 20px;
}

.submit-request a.contact_us {
	background: url("../../../theme_assets/499832/200068200/icon-mail.png") no-repeat center left;
  padding-left: 35px;
  margin-left: 20px;
}*/

.footer-inner {
  font-size: 12px;
  padding: 48px 0 24px 0;
  text-align: center;
}
.cookie-alert {
    display: none;
    padding: 10px 10px 10px 10px;
    margin: 10px auto 20px;
    text-align: center;
    white-space: normal;
    line-height: 20px;
    max-width: 550px;
  background-color: #e5f2ff;
}
.cookie-alert-link {
  display: inline-block;
  padding: 0 4px;
}

.search-box input[type="submit"] {
	border: 2px solid #fff;
  background: transparent none;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.34);
}

.search-box input[type="submit"]:hover {
	background: rgba(0,0,0,.15);
}

/* fixing zendesk language dropdown issue */
.dropdown-menu-top {
    top: auto;
    bottom: auto;
}

/* post a job css */
.logo, .header-inner-right {
	display: table-cell;
  vertical-align: middle;
}

 .header-inner-right {
	text-align: right;
}

.user-nav {
  display: block;
}

.header-inner-right .btn {
margin-top: 15px;
}

.btn {
    display: inline-block;
    padding: .5em 1.5em;
    border: 1px solid #bbb;
    border-color: #9a99ac;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#F8F8F9,#D9D9E2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F8F8F9),to(#D9D9E2));
    background-image: -webkit-linear-gradient(top,#F8F8F9,#D9D9E2);
    background-image: -o-linear-gradient(top,#F8F8F9,#D9D9E2);
    background-image: linear-gradient(to bottom,#F8F8F9,#D9D9E2);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    color: #333;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F9ff',endColorstr='#ffe6e6e6',GradientType=0);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn:hover {
background-color: #D9D9E2;
    color: #333;
    text-decoration: none;
    -webkit-transition: background-position .2s linear;
    -moz-transition: background-position .2s linear;
    -o-transition: background-position .2s linear;
    transition: background-position .2s linear;
    background-position: 0 -15px;
}

.btn:active {
background-color: #D9D9E2;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.btn-primary {
border-color: #1642BB;
    background-color: #5585f2;
    background-image: -moz-linear-gradient(top,#6598FF,#2E5AD7);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6598FF),to(#2E5AD7));
    background-image: -webkit-linear-gradient(top,#6598FF,#2E5AD7);
    background-image: -o-linear-gradient(top,#6598FF,#2E5AD7);
    background-image: linear-gradient(to bottom,#6598FF,#2E5AD7);
    background-repeat: repeat-x;
    color: #F8F8F9;
    text-shadow: 0 -1px #0F2299;
    -ms-filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=-1,Color=#e80f2299,Positive=true);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6598fe',endColorstr='#ff3c69e0',GradientType=0);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover {
background-color: #2E5AD7;
    color: #F8F8F9;
}

.btn-primary:focus {
outline: 0;
    box-shadow: 0 0 1px 0 #1642BB;
    -webkit-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
}

.footer {
background-color: #f5f6f7;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.footer h2 {
margin-bottom: 0;
}

.footer .post-job {
margin-bottom: 50px;
}


/*==============================*/
/*
/*  $mobile styles
/*
/*==============================*/
@media screen and (max-width: 960px) {
  main, .header-inner, .footer-inner {
    width: 100%;
    min-width: 300px;
    padding: 20px;
    box-sizing: border-box;
  }
    .hero-unit {
  	padding: 40px 20px;
      text-align: left;
  }
  .sub-nav .breadcrumbs {
    white-space: inherit;
  }
  .section {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .search-box input[type="search"] {
    width: 100%;
  }
  .search-box input[type="submit"] {
    width: auto;
    margin-left: 0;
    margin-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  /* article */
  .main-column {
    width: 100%;
  }
  .side-column {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .submit-request ul {
  	text-align: center;
  }
  .section-internal {
  margin: 0;
	}
  .hero-unit {
  	padding: 30px 20px;
    text-align: left;
  }
  .logo img {
    max-height: 40px;
  }
  .header-inner {
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .search-box input[type="submit"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sub-nav {
    margin-bottom: 0;
  }
  .submit-request {
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 36px;
	}
}

.sectionempMain {
  width: 100%;
  display:block;
}

.jfcontainer {
  margin-right: auto;
  margin-left: auto;
margin-bottom: 200px;
}

.jfcontainer:before, .jfcontainer:after {
  display: table;
  content: "";
  line-height: 0; 
}

.span6 {
  width: 476px;

}

.span12 {
 width: 976px; 
}



[class*="span"] {
 float: left;
  min-height: 1px;
  margin-left: 20px;
 
}

.drow {
 margin-left: -20px; 
}
.drow:before, .drow:after {
 display: table;
  content: "";
  line-height: 0;

}

.drow:after {
  clear: both;
}

.help_section{
background: #f8f8f8;  
}

.help_section h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin: 0 0 10px 0;
}

.jhhelp_section_content {
  padding: 12px;
  line-height: 1.4;
  font-size: 13px;
}

.sectionempFooter {
  text-align: center;
  border-top: none;
}

.legal {
  margin-top: 10px;
  font-size: 9pt;
}

@media screen and (max-width: 500px) {
  .span6 {
   width: 370px; 
  }
  .span12 {
  	width: 370px;
  }
}

/*jh added 7nov18 */
 #helpHome #branding {
        margin-left: -8px;
    }

    #jobPostingGuidelinesContent { margin-bottom: 52px; }

    .help_section { 
      background: #f8f8f8;
		}
.help_section h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  margin: 0 0 10px 0;
}
    .help_section_content { padding: 12px; }
    .help_section_content ul { list-style-type: none; margin-left: 0; padding-left:0; margin-top: 24px; }
    .help_section_content li { font-size: 16px; margin-bottom: 0.5em; }
    .empFooter {
      text-align: center;
      border-top: none;
    }
    .legal {
      margin-top: 10px;
      font-size: 9pt;
    }
    .legal a {
      color: #77c;
    }
    #legalFooter a {
        margin-left: 6px;
    }

    //bootstrap css


.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

.span12 {
  width: 976px;
}

.span6 {
  width: 450px;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
 {
  width: 976px;
}

    @media screen and (max-width: 1024px){
        #branding{
            display:block;
        }
        #g_nav{
            display:none;
        }
        .span6, .span12, .container{
            width:100%;
        }

        .span6, .span12, .row{
            margin:0;
        }
    }
