@font-face {
  font-family: 'Gordita';
  src: url("/hc/theming_assets/01HZPGJC5XWDHS8477BCC9AX96");
  src: url('//p4.zdassets.com/hc/theme_assets/109411/200065480/gordita-regular.eot?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPGJD30DXYHE7EPRMF8JVE0') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gordita';
  src: url("/hc/theming_assets/01HZPGJB5DP6519S9C8HK6TKPV");
  src: url('//p4.zdassets.com/hc/theme_assets/109411/200065480/gordita-medium.eot?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPGJC1PVVJXQECR2V524AW2') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gordita';
  src: url("/hc/theming_assets/01HZPGJA38PE5RK15N8M9FS4MT");
  src: url('//p4.zdassets.com/hc/theme_assets/109411/200065480/gordita-bold.eot?#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPGJB1174BABMWF3X5Q6GFV') format('woff');
  font-weight: 700;
  font-style: normal;
}

/*Hiding Language selector*/
.dropdown.language-selector {
  visibility: hidden;
}

/*CATEGORY/SECTION/ARTICLE CSS*/
hr.cat-hr {
  margin: 20px 0 10px 0;
  border-top: 1px solid #eee;
}
hr.art-hr {
  margin: 10px 0 20px 0;
  border-top: 1px solid #eee;
}
hr.art-foot-hr-top {
  margin: 40px 0 10px 0;
  border: 1px dotted #eee;
}
hr.art-foot-hr-btm {
  margin: -15px 0 10px 0;
  border: 1px dotted #eee;
}
/* Follow Button */
div#user-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  border: 1px solid #eee;
  border: 1px solid rgba(238,238,238,1);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}
div#user-dropdown:before,
div#user-dropdown:after {
  content: none;
}
div#user-dropdown {
  background: rgba(0,0,0,0.7) !important;
  border-radius: 17.5px;
  margin-top: 15px;
}
div#user-dropdown #user-menu [role=menuitem] {
  font-size: 16px;
  color: white;
}
.dropdown-menu [role="menuitem"]:hover {
  background: transparent;
  opacity: 0.6;
}
.section-subscribe .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -146px;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  border: 1px solid #eee;
  border: 1px solid rgba(238,238,238,1);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}
.dropdown-menu [role=menuitem] {
  font-size: 13px;
  line-height: 2em;
  color: #006DB6;
  padding: 0 20px 0 20px;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #eee;
  color: #eee;
  display: block;
  font-weight: normal;
  font-size: inherit;
  padding: 0;
  margin: 5px 20px;
}

.article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -8px;
}

.article-list li {
  margin-bottom: 8px;
}

@media (min-width: 950px) {
  .article-list {
    margin-bottom: 0 0 -15px;
  }

  .article-list li {
    margin-bottom: 16px;
  }
}

/* ====================================================
Base styles
==================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

body,
main,
.main-container {
  color: #444444;
  font: 500 16px/1.715 "Gordita", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Gordita", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

main h1, main h2, main h3, main h4, main h5, main h6,
main .h1,
main .h2,
main .h3,
main .h4,
main .h5,
main .h6,
.article-vote-question,
.article-more-questions {
  color: #3C3C3C;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

main h1,
main .h1 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}

main h2,
main .h2,
main .article h1,
.article-vote-question,
.article-more-questions,
.search-results-subheading {
  font-size: 16px;
  line-height: 1.625;
}

main h3,
main .h3,
main .article-body h2,
.article-body blockquote {
  font-size: 14px;
  line-height: 1.715em;
  margin-bottom: 14px;
}

main h4,
main .h4,
main .article-body h3 {
  font-size: 14px;
  line-height: 1.715em;
}

main p {
  margin-top: 0;
  margin-bottom: 1.715em;
}

@media (min-width: 950px) {
  body, main {
    font-size: 16px;
    line-height: 1.625;
  }

  main h1,
  main .h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0.90625em;
    text-align: center;
    color:#3C3C3C
  }

  main h2,
  main .h2,
  main .article h1,
  .search-results-subheading {
    font-size: 24px;
    line-height: 1.34;
  }

  main h3,
  main .h3,
  main .article-body h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  main h4,
  main .h4,
  main .article-body h3,
  main .article-body blockquote {
    font-size: 16px;
    line-height: 1.625;
  }
}

main p {
  margin-top: 0;
  margin-bottom: 1.625em;
}

main a,
.main-container a {
  color: #DC351D;
  text-decoration: none;
  font-weight: 400;
}

main a:hover, main a:active, main a:focus,
.main-container a:hover, .main-container a:active, .main-container a:focus {
  text-decoration: underline;
  color: #DC351D;
}

a[target="_blank"]:after {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 8px;
  width: 16px;
  height: 16px;
  content: '';
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMkZBNkY4IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTE1IDEwLjA3OVYxM2EyIDIgMCAwIDEtMiAySDNhMiAyIDAgMCAxLTItMlYzYTIgMiAwIDAgMSAyLTJoMy4wNDIiLz48cGF0aCBkPSJNNyA5bDYtNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik04IDJoNnY2Ii8+PC9nPjwvc3ZnPg==);
}

main .container,
.header .container,
.footer .container,
.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 950px;
  height: 100%;
  width:100%;
}

body > main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
img {
  max-width: 100%;
  border: 0;
}
.ca ul.no-bullets > li {
  list-style: none;
}
.ca .zero-padding {
  padding: 0;
}

/* ====================================================
Homepage Styles
==================================================== */
/* Hero section on homepage */
.hero {
    background-image: url(/hc/theming_assets/01HZPGJTPV5BHPZ2CMGAVXX056);
    background-position: center;
    background-size: cover;
    height: 340px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.hero .logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.hero-form input {
  height: 40px;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 1.625;
  background-color: #f5f7f9;
}
.hero-img-placeholder {
  margin-top: 32px;
}
.hero-img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
}
.hero .search input[type=search] {
  padding: 7px 17px;
  font-size: 16px;
  line-height: 1.625;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 949px) {
	.hero .search input[type=search] {
		max-width: 49%;
	}
}

@media (min-width: 950px) {
  .hero {
    text-align: left;
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .hero .logo img {
  	margin-bottom: 60px;
	}
  .hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-content {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    margin: auto;
  }
  .hero-img-placeholder {
    margin-top: 0;
    margin-left: auto;
    max-width: 41.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66%;
            flex: 0 0 41.66%;
  }
  .hero-img {
    max-width: 100%;
    margin-right: 0;
  }

  .hero .search input[type=search] {
    height: 43px;
    padding: 14px 38px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;
    width: 580px;
    margin: 0;
    margin-left: -6rem;
  }
}

.section {
  margin-bottom: 39px;
}

.section h2 {
  margin-bottom: 8px;
}

.section-header {
  text-align: left;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 59px;
  }
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -6px -12px;
}

.blocks-item {
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #e7e9Eb;
}

.blocks-item-internal .icon-lock: :before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #4f555f;
}

.blocks-item-link {
  display: block;
  position: relative;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  padding-top: 2px;
  color: #35353A;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  height: 207px;
  overflow: hidden;
  background:#FFFFFF;
  box-shadow: 4px 4px 36px 0px #3754AA14;
}

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0, 0.14);
          box-shadow: 0 0 12px rgba(0,0,0, 0.14);
}

.blocks-item-img {
  display: block;
  width: 100%;
}

.blocks-item-img.desktop {
  display: none;
}

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

@media (min-width: 375px) {
  .blocks-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
   margin-top: 20px;
   margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .blocks-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }

  .blocks-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .blocks-item-link {
    padding-top: 30px;
  }

  .blocks-item-img.mobile {
    display: none;
  }

  .blocks-item-img.desktop {
    display: block;
  }

  .blocks-item-title {
    bottom: 30px;
    font-size: 20px;
    color: #3C3C3C;
    line-height: 19.14px;
    font-weight: 400;
  }
}

.bc-home {
  float: left;
  color: #006DB6;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 8px 11px 14px;

}
.btn-with-image .dropdown-toggle {
  margin-left: 20px;
  display: none;
}
.login,
.user-info {
  margin-left: 20px;
  display: none;
}
.bb-q,
.btn-submit-req {
  max-height: 30px;
  font-size: 13px;
  line-height: 16px;
  color: #4f555f;
  font-size: 16px;
  margin: 9px 5px;
}
.btn-submit-req {
  margin: 0 0 0 20px;
  max-height: none;
}
a.submit-a-request,
.request-form footer input[type='submit'] {
  display: inline-block;
  text-decoration: none;
  height: 40px;
  border: 2px solid #2fa6f8;
  border-radius: 6px;
  background: transparent;
  margin: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #2fa6f8;
  -webkit-transition:.25s ease;
  transition:.25s ease;
  width: auto;
}
a.submit-a-request:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #2fa6f8;
  text-decoration: none;
}
.request-form footer input[type='submit']:focus,
.request-form footer input[type='submit']:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.request-form footer input[type='submit'] {
  background: #2fa6f8;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  font-weight: 700;
}
.request-form footer input[type='submit']:hover {
  color: rgba(255, 255, 255, 1);
  border-color: #0a94f3;
  background-color: #0a94f3;
  text-decoration: none;
}
.btn.blu-btn, a.blu-btn:hover, a.blu-btn:after, a.blu-btn:before, a.blu-btn:active, a.blu-btn: visited {
  color: rgba(255, 255, 255, 1);
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 0;
  background-color: #006DB6;
  text-decoration: none;
}

@media (min-width: 950px) {
  .request-form footer input[type='submit'] {
    width: auto;
    min-width: 130px;
  }
}

/*
* Forms
*/
input,
textarea,
select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 14px;
  border: 1px solid #D2D5E0;
  border-radius: 10px;
  outline: none;
  color: #444444;
  -webkit-transition: color .12s ease-in-out;
  transition: color .12s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a0aac3;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a0aac3;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a0aac3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a0aac3;
  opacity: 1;
}

@media (min-width: 950px) {
  .request-form input, .request-form textarea, .request-form select {
    font-size: 14px;
    line-height: 24px;
  }
}

input[disabled] {
  background-color: #e7e9Eb;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(255, 255, 255, 1) url(/hc/theming_assets/01HZPGJ96H5FDH4EYZM1BVNXF2) no-repeat;
  background-position: right 13px center;
  background-size: auto 5px;
  padding-right: 30px;
  outline: none;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/*
* Buttons
*/
button,
[role=button],
[type=button],
[type=submit] {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #4f555f;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
  padding: 5px 8px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
input[type=submit][disabled] {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}
a[role="button"]:hover {
  text-decoration: none;
}
/*
* Tables
*/
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 0;
}
table.alternate tr:nth-child(odd) {
  background-color: #eee;
}
td, th {
  border-color: #ddd;
  border-color: rgba(221, 221, 221, 1);
  border-style: solid;
  padding: 2px 0;
}
th {
  border-width: 1px 0;
  background-color: #999;
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
th:first-child, td:first-child {
  padding-left: 5px;
}

td {
  border-width: 0 0 1px 0;
}
td.cols-quarter {
  width: 25%;
  border-width: 0;
}
.article-body table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 0;
  margin: 20px 0;
}
table.no-borders th {
  font-size: 14px;
  color: #333;
  background-color: #EEE;
  font-weight: 500px;
  text-align: left;
  padding: 5px 10px 5px 10px;
}
table.no-borders td {
  border: none;
  padding: 5px 10px 10px 10px;
  vertical-align: top;
}
table.no-borders tr:last-child {
  border-bottom: 2px solid #ddd;
}
/* ====================================================
Helper classes
==================================================== */

/*
* Clearfix: contain floats
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
* Column size
*/
.main-column {
  float: left;
  width: 618px;
}
/*
* Dropdown carets
*/
button,
[role=button],
[type=button],
[type=submit],
#user .dropdown-toggle {
  background: rgba(255, 255, 255, 1);
  color: #006DB6;
  border-radius: 0;
}
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  border-color: #006DB6;
  text-decoration: none;
}
#user .btn {
  font-size: 14px;
  font-weight: 500;
  color: #006DB6;
  padding: 5px 10px;
}
#user .dropdown-toggle:active,
#user .dropdown-toggle:hover,
#user [role=button],
#user [role=button]:hover {
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
  background: #eee;
  border-color: #ddd;
  -webkit-box-shadow: inset 0 -2px #DDDDDD;
          box-shadow: inset 0 -2px #DDDDDD;
}
.dropdown-toggle {
  display: inline-block;
  font-size: 14px;
  line-height: 1.715;
  font-weight: 500;
  color: #B25732;
  padding: 9px 0;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
  color: #B25732;
}
@media (min-width: 950px) {
  .dropdown-toggle {
    font-size: 16px;
    line-height: 1.625;
    padding: 0;
  }
}
.dropdown-toggle:hover {
  text-decoration: none;
}
#user .dropdown-panel {
  padding: 10px 0;
}
.header .dropdown-panel.pull-right {
  margin-top: 10px;
}
.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-subscribe .dropdown-toggle:after,
.article-subscribe,
.article-unsubscribe:after {
  content: none;
}
.section-subscribe .dropdown-toggle:hover,
a.article-subscribe[role="button"]:hover,
.article-unsubscribe:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-subscribe
.dropdown-toggle:before,
.article-subscribe:before,
.article-unsubscribe:before {
  content: "+ ";
}

.article-subscribe:focus,
.article-subscribe:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
/*
* Visibility: Category, Section and Article
*/
.visibility-internal:before {
  content: "\1F512";
  font-family: "entypo";
  font-size: .9em;
  margin-right: 5px;
}
/* ====================================================
Content frame
==================================================== */
.header-inner,
.footer-inner {
  margin: 0 auto;
}
main, {
  margin: 25px auto 0;
  padding: 0 20px;
  max-width: 1500px;
}
/* ====================================================
Header
==================================================== */
.header {
  padding-top: 30px;
  padding-bottom: 32px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo {
  display: block;
  margin-right: auto;
  transition: opacity .25s ease-in-out;
  opacity: 1;
}
.logo:focus,
.logo:hover {
    opacity: .8;
}
.logo img {
  display: block;
}
@media (min-width: 950px) {
  .header {
    padding-top: 32px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header .search input[type="search"] {
    width:32px;
    height: 32px;
    background: no-repeat 100% 62% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTctN2gzMnYzMkgtN3oiLz48cGF0aCBkPSJNMTIuNSAxMWgtLjc5bC0uMjgtLjI3QTYuNDcxIDYuNDcxIDAgMCAwIDEzIDYuNSA2LjUgNi41IDAgMSAwIDYuNSAxM2MxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDE3LjQ5IDE2bC00Ljk5LTV6bS02IDBDNC4wMSAxMSAyIDguOTkgMiA2LjVTNC4wMSAyIDYuNSAyIDExIDQuMDEgMTEgNi41IDguOTkgMTEgNi41IDExeiIgZmlsbD0iI0EwQUFDMyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTS0zLTNoMjR2MjRILTN6Ii8+PC9nPjwvc3ZnPg==);
  }
  .header .search input[type="search"]:focus{
    width:165px;
  }
  .header .search input[type="search"]::placeholder{
    color: #ffffff;
  }
}

.user-nav {
}
.user-nav > a {
  border-left: 1px solid #ececec;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}
.user-nav > a.login {
  margin-left: 16px;
  display: inline-block;
  text-decoration: none;
  height: 32px;
  border: 2px solid #2fa6f8;
  border-radius: 6px;
  background: transparent;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #2fa6f8;
  -webkit-transition:.25s ease;
  transition:.25s ease;
  width: auto;
}

.user-nav > a.login:hover {
  background-color: #2fa6f8;
  border-color: #2fa6f8;
  color: rgba(255, 255, 255, 1);
}
.user-nav > a.login:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-nav > a.my-activities {
  border: 0;
}
@media (min-width: 950px) {
  .user-nav > a.login {
    margin-left: 27px;
    height: 40px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 36px;
  }
}
.user-info {
  display: block;
  float: right;
  margin-left: 30px;
}
.language-selector {
  display: inline-block;
}
.user-avatar {
  /*  left: -5px;*/
  max-height: 20px;
  position: relative;
  top: -1px;
}
.user-info img#user-avatar {
  visibility: hidden;
}
#user.user-info .dropdown-toggle {
  background: none;
  height: 35px;
  line-height: 33px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 13px;
  -webkit-transition: border 0.5s ease-out 0s;
  transition: border 0.5s ease-out 0s;
  border-radius: 6px;
}

#user.user-info .dropdown-toggle:hover {
  border: 1px solid rgba(255,255,255,1);
}

.user-info .user-avatar {
  display: none;
}
#user #user-name {
  color: white;
}
/* ====================================================
Search
==================================================== */
.search input[type=search] {
  background-color: #f5f7f9;
  caret-color: #b1b1b1;
  font-weight: 500;
  box-sizing: border-box;
}
#query {
    background: #fff url("/hc/theming_assets/01HZPGJMPJFTWDW5ZXKAHV3Y2C") no-repeat left;
    background-position-x: 10px;
}
@media (min-width: 950px) {
  .search input[type=search] {
    width: 208px;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:36px;
  }
}
.csa.search-bar .search {
  font-size: 1.2em;
  font-family: inherit;
  color: #666;
  line-height: 24px;
}
.csa.search-bar .search input[type=search] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 3px 8px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .csa.search-bar .search input[type=search] {
    width: 90%;
  }
}
.search input[type=submit] {
  display: none;
}

/* ====================================================
Home
==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}
.help-center-name {
  font-size: 35px;
}

/* ====================================================
Navigation pages: Home, Category and Section
==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px;
}
.knowledge-base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.community h4 {
  float: right;
  margin: 0;
}
.trending-questions + h4 {
  margin-top: 65px;
}
.community,
.subtle-wrap {
  background: white;
  overflow: hidden;
  padding: 20px 30px 30px;
  margin-top: 25px;
}
.subtle-wrap {
  margin-top: 15px;
}
.community h2 {
  border-bottom: 1px solid #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}
.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.knowledge-base h4:before,
.community h4:before {
  color: #e5e5e5;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.community li {
  line-height: 1.57em;
  margin: .8em 0;
  padding-right: 30px;
}
.category-list li {
  width: 296px;
  height: 203px;
  background: #333;
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #e5e5e5;
  float: left;
  font-weight: normal;
}
.category-list li:nth-child(3n) {
  margin-right: 0;
}
.category-list li a {
  border-bottom: 3px solid rgba(255, 255, 255, 1);
  margin-top: 65px;
  padding: 11px;
}
.category-list li a:hover {
  text-decoration: none;
}
.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}
.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}
.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}
.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.see-all-articles {
  display: inline-block;
  text-decoration: underline;
}
.category-description,
.section-description {
}
.category-list a,
.section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
/* ====================================================
Subnav
==================================================== */
.sub-nav {
  margin-bottom: 40px;
}

@media (min-width: 950px) {
	.sub-nav {
  	margin-bottom: 60px;
	}
  
	.sub-nav .back-link {
    display: none;
  }
}

/* ====================================================
Breadcrumbs
==================================================== */
.breadcrumb-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9px;
}
.breadcrumb-bar.my-acts {
  min-height: 33px;
  background: #0193D7;
}
.breadcrumbs {
  display: none;
}

@media (min-width: 950px) {
  .breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .breadcrumbs li {
    display: inline-block;
    white-space: nowrap;
    color:#3C3C3C;
    font-weight:400;
  }
  .breadcrumbs li + li:before {
    color: #6B727C;
    content: "›";
    margin-left: 4px;
    margin-right: 4px;
  }
  .breadcrumbs a:hover,
  .breadcrumbs a:focus,
  .breadcrumbs a:active {
    color: #DC351D;
  }
  .breadcrumbs li:last-child a,
  .breadcrumbs li:last-child a:hover,
  .breadcrumbs li:last-child a:focus,
  .breadcrumbs li:last-child a:active {
    color: #4f555f;
    font-weight: 400;
    text-decoration: none;
  }
  .my-activities-header .breadcrumbs {
    padding: 5px 5px 5px 15px;
    color: rgba(255, 255, 255, 1);
  }
  .category-breadcrumbs .breadcrumbs li:last-child {
    display: none;
  }
}

/* ====================================================
Article
==================================================== */
.article-container {
  margin-bottom: 40px;
}
.article {
  margin-bottom: 40px;
}
.article h1 {
  margin-bottom: 9px;
}
.article b,
.article strong {
  font-weight: 500;
  color: #090a19;
}
.article-author {
  font-size: 12px;
  font-weight: 500;
}
.article-info {
  margin-bottom: 24px;
}
.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}
.article-avatar img {
  max-height: 38px;
  max-width: 38px;
}
.article-updated {
  color: #a0aac3;
  display: block;
  margin-bottom: 7px;
}
.article-subscribe,
.article-unsubscribe {
  font-size: 14px;
  line-height: 1.715;
  font-weight: 500;
  color: #B25732;
  padding: 0;
}
.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover.
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #2fa6f8;
}
#art-sidebar-spacer {
  min-height: 88px;
  width: 100%;
  float: left;
}
#art-sidebar-spacer2 {
  min-height: 20px;
  width: 100%;
  float: left;
}
.article-sidebar .recent-articles {
  display: none;
}
.gs-articles {
  display: none;
}
.gs-selected {
  font-weight: 500;
  border-left: none;
  padding-left: 0;
  font-size: 16px;
}
li.gs-selected {
  padding-left: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #art-sidebar-spacer,
#art-sidebar-spacer2 {
    min-height: 0;
    height: 0;
    width: 0;
    float: left;
  }
}
@media (max-width: 767px) {
  #art-sidebar-spacer,
#art-sidebar-spacer2 {
    min-height: 0;
    height: 0;
    width: 0;
  }
}
.article-sidebar h3 {
  margin-bottom: 8px;
}
.article-body,
.section-area .article-list {
  margin-top: 6px;
}
.article-body {
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  padding: 0;
  min-height: 200px;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  margin-bottom: 8px;
}
.article-body h2 span,
.article-body h3 span,
.article-body h4 span {
  font-weight: inherit !important;
}
.article-body img {
  height: auto;
  max-width: 100%;
  padding: 0;
  margin: .5em 1em .5em 0;
  vertical-align: bottom;
  border: 1px solid #e5e5e5;
}
.article-body img.icon {
  padding: 2px;
  margin: 0;
}
.article-body li > img {
  margin: .25em 1em 1em 0;
}
.article-body pre {
  background: #fbfbfb;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ececec;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body hr {
  margin: 0 0 15px 0;
  border-top: 1px dashed #e5e5e5;
}
.article-body blockquote {
  border-left: 1px solid #e5e5e5;
  color: #a0aac3;
  font-style: italic;
  margin: 1.715em 0;
  padding: 0 0 0 24px;
}
.article-body ul,
.article-body ol {
  margin: 0;
  list-style-position: outside;
}
.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 15px;
}
.article-body li > ol {
  list-style-type: lower-alpha;
}
.article-body ul,
.article-body ol {
  padding-left: 16px;
  margin-bottom: 1.715em;
}
.article-body ol {
  list-style-type: decimal;
}
.article-body li {
  margin-left: 16px;
  margin-bottom: 8px;
}
.article-body ul.no-bullets > li,
.article-body ol.no-bullets > li {
  list-style: none;
}
div.co-tip li,div.co-note li,div.co-important li {
  margin-left: 0;
}
.article-body .thirds-col {
  display: block;
  float: left;
  width: 33%;
}
.article-body h3.next-step-link {
  text-align: right;
  font-weight: 500;
}
.article-body h3.next-step-link > a:hover {
  text-decoration: none;
}

.article-footer .share {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.article-footer .share:before {
  top: 0;
  padding: 0;
  display: block;
}

.article-footer .share li {
  display: block;
  margin-right: 8px;
}

.article-footer .share li a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
  opacity: 1;
}

.article-footer .share li a:hover {
  opacity: 0.6;
}

.article-footer .share li a:before {
  content: none;
}

.article-footer .share li a.share-facebook {
  background: url("/hc/theming_assets/01HZPGJMZQ1AC92SJRXZ0SMGT4") no-repeat center;
  text-indent: -9999px;
}

.article-footer .share li a.share-twitter {
  background: url("/hc/theming_assets/01HZPGJNC2SVQQVEKDZ9J7M8PZ") no-repeat center;
  text-indent: -9999px;
}

.article-footer .share li a.share-linkedin {
  background: url("/hc/theming_assets/01HZPGJN6KK0X7VNSGH2YRGCPZ") no-repeat center;
  text-indent: -9999px;
}

.article-footer .share li a.share-googleplus {
  background: url("/hc/theming_assets/01HZPGJNJG0EE85BJGS9EYB2VF") no-repeat center;
  text-indent: -9999px;
}

.article-vote {
  text-align: center;
}
.article-vote-question {
  display: block;
}
.article-vote-count {
  display: block;
  color: #a0aac3;
  font-size: 12px;
  line-height: 1.67;
  margin-top: -1px;
  display:none;
}
.article-vote-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.article-vote-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  height: 40px;
  width: 64px;
  border: 2px solid #2fa6f8;
  color: #2fa6f8;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  padding: 0;
}
.article-vote-control:before {
  content: attr(title);
}
.article-vote-up[role=button] {
  border-radius: 6px 0 0 6px;
  margin-right: -1px;
}
.article-vote-down[role=button] {
  border-radius: 0 6px 6px 0;
  margin-left: -1px;
}
.article-vote-control:hover,
.article-vote-control.article-voted {
  background-color: #2fa6f8;
  border-color: #2fa6f8;
  color: rgba(255, 255, 255, 1);
}

.article-more-questions {
  margin: 41px 0 0;
  text-align: center;
}
.article-more-questions a {
  white-space: nowrap;
}
.article-comments {
  margin: 20px 15px 0 15px;
}
.article-comments .subtle-wrap {
  padding: 30px 30px 5px;
}
.gs-articles ul,
.recent-articles ul,
.related-articles ul {
  list-style: none;
  margin: 0 0 -8px;
  padding: 0;
}
.gs-articles li,
.recent-articles li,
.related-articles li {
  margin-bottom: 8px;
}
@media (min-width: 950px) {
  .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  margin-bottom: 34px;
  }
  .article {
    max-width: 586px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    margin-right: auto;
  }

  .article h1 {
    margin-bottom: 24px;
  }

  .article-info {
    margin-bottom: 17px;
  }

  .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .article-subscribe,
  .article-unsubscribe {
    font-size: 16px;
    line-height: 1.625;
    margin-left: auto;
  }

  .article-body ul,
  .article-body ol {
    margin-bottom: 1.625em;
  }

  .article-body blockquote {
    margin: 1.625em 0;
    padding-left: 24px;
  }
  
  .article-body a span {
    font-weight: 500 !important;
  }

  .article-sidebar {
    max-width: 208px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin-top: 0;
  }

  .article-sidebar h3 {
    margin-top: 1px;
    margin-bottom: 18px;
  }

  .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .article-vote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .article-vote-text-block {
    margin-right: 16px;
  }

  .article-vote-count {
    margin-top: 4px;
  }

  .article-vote-controls {
    margin-top: 0;
  }

  .article-more-questions {
    margin-top: 0;
    margin-left: auto;
  }

  .article-footer .share {
    width: 100%;
    margin-top: 8px;
  }

  .gs-articles ul,
  .recent-articles ul,
  .related-articles ul {
    margin-bottom: -16px;
  }
  .gs-articles li,
.recent-articles li,
.related-articles li {
    margin-bottom: 16px;
  }
}

/* ====================================================
Social share links
==================================================== */

/* Common styles */
.share:before {
  content: "Share this article: ";
  color: #a0aac3;
  font-size: 12px;
  line-height: 1.67;
  margin-right: 8px;
}
.share li {
  display: inline-block;
}
.share a,
.share a:before {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.share a:before {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-family: "entypo";
  text-align: center;
}
.share a:hover {
  text-decoration: none;
}
.share-twitter:before {
  background: #55acee;
  content: "\F309";
}
.share-facebook:before {
  background: #3b5998;
  content: "\F30C";
}
.share-linkedin:before {
  background: #0065a0;
  content: "\F318";
}
.share-googleplus:before {
  background: #c03d28;
  content: "\F30F";
}
/* Community questions and answers only */
.share-label {
  cursor: pointer;
}
.share-label + .share {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          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;
}
.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 #CCC;
  border-left: 7px solid transparent;
  margin-left: -6px;
}
.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 1);
  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;
}
/* ====================================================
Attachments/Screencasts
==================================================== */
.attachment-list,
.screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span,
.screencast-list span {
  color: #8E8E8E;
}
.attachment-list li,
.screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before,
.screencast-list li:before {
  background: #F2F2F2;
  border-radius: 3px;
  color: #8E8E8E;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}
.attachment-list li:before {
  content: "\1F4CE";
}
.screencast-list li:before {
  content: "\1F4BB";
}
/* ====================================================
Comments - Used in the Article page and Request page
==================================================== */
.request-page .comment,
.request-page .comment-form {
  position: relative;
  padding: 15px 0 5px 0;
}
.request-page .comment-list .comment + .comment {
  border-top: 1px dashed #eee;
}
.comment,
.comment-form {
  position: relative;
  padding-bottom: 10px;
}
.comment-container {
  margin-left: 60px;
}
.comment-avatar {
  display: inline-block;
  position: absolute;
}
.comment-avatar img {
  border-radius: 10px;
  max-width: 40px;
  max-height: 40px;
}
.comment-author {
  display: inline-block;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.comment-published,
.comment-edit,
.comment-delete {
  float: right;
  font-size: 11px;
}
.comment-footer {
  position: relative;
  top: -10px;
}
.comment-actions .dropdown-menu {
  border-radius: 0px;
}
.comment-actions span.dropdown-toggle:before {
  content: 'Manage Comment';
  font: inherit;
  font-size: 12px;
  color: #006DB6;
}
.comment-published {
  color: #8E8E8E;
}
.comment-edit {
  margin-right: 15px;
}
.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}
.comment-attachments {
  border-color: #DBDBDB;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}
.comment-form {
  padding-bottom: 40px;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}
.comment-screencasts {
  float: left;
  margin-top: 3px;
}
.pending-comments-list {
  list-style: none;
}
.pending-moderation-comment-badge {
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  margin-top: 10px;
  font-size: 12px;
}
/* ====================================================
My activities
==================================================== */
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}
.my-activities-header {
  font-size: 14px;
  font-weight: normal;
}
.my-activities-nav {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(221, 221, 221, 1);
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  margin-bottom: 20px;
  padding: 3px;
}
.my-activities-nav li:first-child {
  padding-left: 15px;
}
.my-activities-nav li {
  padding-right: 30px;
  font-size: 13px;
  text-transform: uppercase;
}
.my-activities-sub-nav li {
  padding-right: 15px;
}
.my-activities-nav li,
.my-activities-sub-nav li {
  display: inline-block;
  font-weight: bold;
}
.my-activities-nav li a,
.my-activities-sub-nav li a {
  font-weight: normal;
}
.my-activities-nav li + li {
  border-left: 1px solid #ececec;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}
.my-activities-sub-nav li + li {
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
.my-activities-sub-nav.contribution {
  border-bottom: 1px solid #ddd;
}
.my-activities-sub-nav {
  padding: 0px 15px;
  /*    position: relative;*/
}
.request-table-toolbar {
  padding: 8px 15px 0 15px;
  text-align: right;
  height: 45px;
  border-top: 1px dashed #ddd;
  margin-bottom: -15px;
}
.request-table-filters [for=request-status-select] {
  margin-bottom: -2px;
}
.request-filter {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 1);
  font-family: inherit;
  font-size: 12px;
  margin: 4px 0;
}
.request-table-toolbar .nesty-input {
  width: 100px;
  float: right;
}
.requests-search {
  border-radius: 5px;
  float: left;
  height: 27px;
  outline: none;
  padding: 5px 15px;
  width: 250px;
}
.request-filter-label {
  padding: 5px 8px;
  float: right;
}

.my-activities-table {
  padding: 0 15px;
  margin: 15px 0;
}
.my-activities-table p {
  padding: 0 15px;
}
.my-activities-table a {
  clear: both;
}
.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.my-requests th:first-child + th + th,
.my-requests td:first-child + td + td {
display: none;
}*/
.request-table a {
  max-width: 550px;
}
.following-table a {
  max-width: 390px;
}
.contribution-table a {
  max-width: 250px;
}
.request-table td,
.my-activities-table td {
  font-family: inherit;
  font-size: 13px;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.request-table td,
.request-table th {
  text-align: center;
}
.request-table td:nth-child(1) {
  width: 10%;
}
.request-table td:nth-child(2),
.request-table th:nth-child(2) {
  width: 45%;
  text-align: left;
}
.request-table td:nth-child(3) {
  width: 18%;
}
.request-table td:nth-child(4) {
  width: 17%;
}
.request-table td:nth-child(5) {
  width: 10%;
}
.following-table td:nth-child(1) {
  width: 45%;
}
.following-table td:nth-child(2) {
  width: 15%;
}
.following-table td:nth-child(3) {
  width: 30%;
}
.following-table td:nth-child(4) {
  width: 10%;
}
/* ====================================================
Requests
==================================================== */
.request-page .row {
  padding-left: 15px;
  padding-right: 15px;
}
.request-follow-up {
  text-align: right;
}
.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}
.request-details {
  border: 1px solid #ddd;
  border: 1px solid rgba(221, 221, 221, 1);
  margin-top: 60px;
  padding: 15px 20px;
}
.request-details li + li {
  margin-top: 10px;
}
.request-header {
  color: #666;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.request-header h1 {
  margin-bottom: 10px;
}
.request-id {
  color: #999;
  display: block;
  font-size: inherit;
  padding-left: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}
.request-details {
  font-size: 12px;
}
.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;
}
.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}
.request-status {
  color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 3px 6px;
  white-space: nowrap;
  text-transform: uppercase;
}
.request-open {
  color: rgba(255, 255, 255, 1);
  background: #0193D7;
}
.request-answered {
  color: #7F7000;
  background: #FFE000;
}
.request-solved {
  color: rgba(255, 255, 255, 1);
  background: #2ED03C;
}
/* ====================================================
Search results
==================================================== */
body.community-enabled .search-results-main {
  margin-bottom: -32px;
}
body.community-enabled .search-results-column {
  margin-bottom: 32px;
}

@media (min-width: 950px) {
  body.community-enabled .search-results-main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.community-enabled .search-results-column {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-results {
  padding: 0;
}
.search-results-count {
  color: #a0aac3;
  margin-bottom: 15px;
}
.search-results-main {
  width: 100%;
}
.search-results-subheading {
  margin-bottom: 17px;
}
.search-results-subheading-link {
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result {
  margin-bottom: 24px;
}
.search-result-meta {
  font-size: 12px;
  line-height: 1.67;
  color: #a0aac3;
  margin-top: 7px;
}
.search-result-description {
  margin-top: 9px;
}
.search-result-description p {
  margin: 0;
}
.search-result-meta-time:before,
.search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
.search-result-votes {
  background-color: #13ce66;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  position: relative;
  top: 0px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.search-result-votes:before {
  width: 12px;
  height: 11px;
  content: '';
  display: inline-block;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDEydjEySDB6Ii8+PHBhdGggZD0iTS41IDEwLjVoMnYtNmgtMnY2em0xMS01LjVjMC0uNTUtLjQ1LTEtMS0xSDcuMzQ1bC40NzUtMi4yODUuMDE1LS4xNmEuNzUzLjc1MyAwIDAgMC0uMjItLjUzTDcuMDg1LjVsLTMuMjkgMy4yOTVBLjk3OC45NzggMCAwIDAgMy41IDQuNXY1YzAgLjU1LjQ1IDEgMSAxSDljLjQxNSAwIC43Ny0uMjUuOTItLjYxbDEuNTEtMy41MjVBLjk4OC45ODggMCAwIDAgMTEuNSA2VjV6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+);
  margin-right: 5px;
  margin-bottom: -1px;
}
@media (min-width: 950px) {
  .search-results-count {
    margin-bottom: 24px;
  }

  .search-results-subheading {
    margin-bottom: 24px;
  }

  .search-result-meta {
    margin-top: 4px;
  }

  .search-result-description {
    margin-top: 8px;
  }

  .search-result-votes {
    top: -1px;
  }
}

/* ====================================================
Forms
==================================================== */
.form {
  overflow: hidden;
  max-width: 586px;
}
.form-field {
  margin-top: 15px;
}
.form-field label {
  font: inherit;
  display: block;
  font-size: 12px;
  line-height: 1.67;
  margin-bottom: 8px;
}
.form-field .label-lg {
  font-size: 14px;
  line-height: 1.715;
  margin-bottom: 34px;
}
.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}
.form-field.required > label:after {
  content: " *";
}
a.nesty-input,
a.nesty-input:hover,
a.nesty-input:focus,
a.nesty-input:active {
  text-decoration: none !important;
  outline: 0 !important;
  font-weight: 400 !important;
  color: #4f555f !important;
}
.nesty-input {
  border: 1px solid #f5f7f9;
  background: #f5f7f9;
  border-radius: 6px;
  padding:7px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 24px;
  font-size: 14px;
  height: 40px;
  outline: 0;
  color: #4f555f;
}
.nesty-input:after {
  color: #2fa6f8;
}
.nesty-panel {
  border-color: #e5e5e5;
}
.nesty-panel ul {
  padding-bottom: 8px;
}
.nesty-panel li {
  background: rgba(255, 255, 255, 1);
  border: 0;
  color: $text-color;
  cursor: pointer;
  display: block;
  margin: 0 !important;
  min-height: 2em;
  padding: 0 16px !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 400 14px/2 "Gordita", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  transition:all .25s ease;
}
.nesty-panel li:focus {
    background-color: #f5f7f9;
    color: $text-color;
	  outline: none;
}
.nesty-panel li a {
  color: #4f555f;
	outline: none;
  text-decoration: none !important;
}
input#request_subject,
input#request_anonymous_requester_email {
  /*max-width: 400px;*/
}
.form-field p {
  color: #a0aac3;
  font-size: 12px;
  line-height: 1.67;
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-field input[type=number],
.form-field input.datepicker {
  width: 150px;
}
.form form + form,
.searchbox {
  margin-top: 25px;
}
@media (min-width: 950px) {
  .request-form {
    margin-top: 24px;
  }

  .form-field .label-lg {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .form__row {
    display: flex;
    align-items: center;
    margin-left: -9px;
    margin-right: -9px;
  }

  .form__col {
    padding-left: 9px;
    padding-right: 9px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.searchbox-suggestions {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 15px;
}
.searchbox-suggestions li {
  line-height: 1.57em;
  margin: .8em 0;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPGJTBH53PDEJM7FHE178ZP") 99% 50% no-repeat;
  background-size: 16px 16px;
}
.form footer {
  padding-top: 25px;
  text-align: left;
}
.form footer a {
  color: #CCC;
  cursor: pointer;
  margin-right: 15px;
}

.upload-dropzone {
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #DEE1E9;
  border-radius: 6px;
}

.upload-dropzone input[type="file"] {
  padding: 7px 15px;
}

.upload-dropzone span {
  padding: 7px 15px;
  font-size: 14px;
  line-height: 19px;
  color: #AFAFB4;
}

.upload-dropzone span::before {
    font-size: 14px;
    margin-right: 3px;
    top: -1px;
    color: inherit;
}

.upload-dropzone a {
  font-size: inherit;
}
@media (min-width: 950px) {
  .upload-dropzone {
    font-size: 16px;
    line-height: 26px;
  }

  .upload-dropzone span {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 26px;
  }
}

/* ====================================================
Error pages
==================================================== */
.error-page {
  margin: 0 auto;
  padding: 30px;
}
.error-page h1 {
  font-size: 4em;
  margin-bottom: 0;
}
.error-page h2 {
  font-size: 1.25em;
  margin-bottom: 5px;
}
.error-page > a {
  display: block;
  margin-top: 25px;
}
/* ====================================================
Pagination
==================================================== */
.pagination {
  border: none;
  width: 100%;
  text-align: center;
  margin: 16px 0 0;
  padding: 0;
}
.pagination ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a,
.pagination span {
  display: block;
  padding-left: 3px;
  padding-right: 4px;
}
.pagination-current span {
  color: #090a19;
}
@media (min-width: 950px) {
  .pagination {
    margin-top: 36px;
  }
}
/* ====================================================
Chat
==================================================== */
.chat {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-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;
}
.contact-widget-inner .form-header .form-title,
#contact-widget .form-title,
#contact-widget .send-btn {
  color: rgba(255, 255, 255, 1) !important;
}
/* ====================================================
Community
==================================================== */

/*
* Heading
*/
.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
/*
* Nav
*/
.community-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  margin-bottom: 55px;
  margin-top: 0;
  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 solid #ececec;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}
.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
.community-nav li:last-child a {
  color: #158EC2;
}
.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
/*
* Sub nav
*/
.community-sub-nav {
  border-bottom: 1px solid #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}
.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 #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  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 #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  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/01HZPGJT2A8RRYMBVTZWVMDPBK");
  background-image: url("/hc/theming_assets/01HZPGJT6VZWV0CGTXCX3N819F");
  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%;
  word-break: break-all;
}
.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: #C5C5C5;
  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: #C5C5C5;
  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 #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  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 #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.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: rgba(255, 255, 255, 1);
  border-color: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #BBB;
  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 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.vote-controls:hover a {
  background: rgba(255, 255, 255, 1);
  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,
.question-delete,
.question-mark-as-spam,
.answer-delete,
.answer-mark-as-spam {
  margin-left: 25px;
}
.topic-edit:before,
.question-delete:before,
.question-mark-as-spam:before,
.answer-delete:before,
.answer-mark-as-spam:before {
  color: #CCC;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  pointer-events: none;
  padding-right: 10px;
  display: inline-block;
}
/* ====================================================
Box
==================================================== */
.box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 14px;
  transition: all .25s ease;
}

.box:hover,
.box:focus {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0, 0.14);
  box-shadow: 0 0 12px rgba(0,0,0, 0.14);
}

.box-header {
  position: relative;
  padding: 17px 57px 17px 17px;
  margin-bottom: 0;
  cursor: pointer;
}

.section .box-header {
  margin-bottom: 0;
}

.box-header:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  content: '';
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTE2LTE2aDQ4djQ4aC00OHoiLz48cGF0aCBkPSJNMTAgMHY2aDZ2NGgtNnY2SDZWOS45OTlMMCAxMFY2bDYtLjAwMVYwaDR6IiBmaWxsPSIjMkZBNkY4Ii8+PC9nPjwvc3ZnPg==);
}

.box--opened .box-header:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMTYtMjJoNDh2NDhoLTQ4eiIvPjxwYXRoIGQ9Ik0xNiAwdjRIMFYweiIgZmlsbD0iIzJGQTZGOCIvPjwvZz48L3N2Zz4=);
}

.box-body {
  display: none;
  padding: 8px 17px 17px;
}

.box-col {
  margin-bottom: 24px;
}

.box-col:last-child {
  margin-bottom: -2px;
}

.box-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.box-list li {
  margin-bottom: 8px;
}

.box-list li:last-child {
  margin-bottom: 0;
}

.box .blocks-list {
  margin-bottom: -7px;
}

@media (min-width: 768px) {
  .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }

  .box-col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 950px) {
  .box {
    margin-bottom: 30px;
  }

  .box-header {
    padding: 35px 114px 33px 33px;
  }

  .box-header:after {
    right: 33px;
  }

  .box-body {
    padding: 0 33px 8px;
    margin-top: -7px;
  }

  .box-col:last-child {
    margin-bottom: 24px;
  }

  .box-list li {
    margin-bottom: 16px;
  }

  .box .blocks-list {
    margin-bottom: 11px;
  }
}

/* ====================================================
Article Callouts
==================================================== */
.co-important,
.co-tip,
.co-note {
  background-color: inherit;
  border-bottom: 1px dashed #eee;
  border-top: 1px dashed #eee;
  padding: 8px 0 8px 60px;
  margin: 8px 0 15px 0;
  position: relative;
  min-height: 32px;
}
.co-important: :before {
  content: '';
  left: 15px;
  background: no-repeat url("/hc/theming_assets/01HZPGJF9Q5AGCJR7SK4AZSWZV") 0 0;
  position: absolute;
  height: 32px;
  width: 32px;
}
.co-tip: :before {
  content: '';
  left: 15px;
  background: no-repeat url('https: //hsselite.zendesk.com/hc/en-us/article_attachments/202200990/tip-ico.png') 0 0;
  position: absolute;
  height: 32px;
  width: 32px;
}
.co-note: :before {
  content: '';
  left: 15px;
  background: no-repeat url("/hc/theming_assets/01HZPGJK3ZV2YHDN6770VSGW3M") 0 0;
  position: absolute;
  height: 32px;
  width: 32px;
}
.co-tip > p:last-child,
.co-note > p:last-child,
.co-important > p:last-child {
  margin-bottom: 0;
}
.co-tip ul:last-child,
.co-note ul:last-child,
.co-important ul:last-child {
  margin-bottom: 0;
}
.co-tip ol:last-child,
.co-note ol:last-child,
.co-important ol:last-child {
  margin-bottom: 0;
}
/* ====================================================
Homepage Warnings/Annoucements
==================================================== */
.close {
  font-size: 2em;
}
.af-warning {
  padding: 1em;
  border: 1px solid #FFE000;
  background: $white_color5A6;
  border-radius: 7px;
  margin-top: 10px;
  font-size: 1.25em;
}
/* ====================================================
Known Issues
==================================================== */
.ki_incidents:before {
  content: '# Incidents: ';
  font-weight: 500;
}
.ki_jira:before {
  content: 'JIRA: ';
  font-weight: 500;
}
.ki_zdproblem:before {
  content: 'Zendesk: ';
  font-weight: 500;
}
#record-screen-button {
  background: black!important;
  color: #989898!important;
}
/* ====================================================
Service
==================================================== */
.service.facebook {
  background-color: #3C5193;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.service.facebook .logo {
  border: none;
}

/* ====================================================
Footer
==================================================== */
.footer {
  margin-top: auto;
  padding-top: 60px;
  text-align: center;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f7f9;
}

.footer-title {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}

.footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 315px;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-buttons .button {
  width: 48%;
  max-width: 150px;
}

.button {
  position:relative;
  display: inline-block;
  height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #2fa6f8;
  border-radius: 6px;
  background-color: #2fa6f8;
  line-height: 29px;
  font-weight: 500;
 -ms-touch-action: manipulation;
    touch-action: manipulation;
  transition: background 200ms Cubic-bezier(1,0,.43,1),color 200ms Cubic-bezier(1,0,.43,1),border-color 200ms Cubic-bezier(1,0,.43,1),transform 200ms Cubic-bezier(.3,0,.3,1);
}

.button-outline {
  color: #2fa6f8;
  background: none;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  color: #ffffff;
}

.button:hover,
.button:focus {
  border-color: #0A94F3;
  background-color: #0A94F3;
}

.button:active {
    background-color: #007ed5;
    border-color: #007ed5;
    top: 1px;
}

.footer-inner {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 1.667;
  color: #a0aac3;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav-item {
  margin-bottom: 8px;
}

.footer-nav-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 8px;
}

.footer-nav-item:last-child:after {
  display: none;
}

.footer-copyright {
  margin-left: -10px;
  margin-right: -10px;
  color: #6B727C;
  font-weight: 400;
  font-size:14px;
  line-height:26px;
}
.footer-nav-link {
  color: #DC351D !important;
  font-weight: 400 !important;
  font-size:14px;
  line-height:26px;
}

@media (min-width: 768px) {
  .footer-inner {
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-nav-item {
    margin-bottom: 0;
  }

  .footer-copyright {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (min-width: 950px) {
  .footer {
      padding-top: 60px;
  }
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-title {
    font-size: 24px;
    line-height: 1.34;
    margin-right: 30px;
    margin-bottom: 0;
    text-align: left;
  }

  [dir="rtl"] .footer-title {
    margin-right: 0;
    margin-left: 30px;
    text-align: right;
	}

  .footer-buttons {
    max-width: none;
    margin-right: 0;

    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  [dir="rtl"] .footer-buttons {
    margin-right: auto;
    margin-left: 0;
	}
  
  .footer-buttons .button {
    width: auto;
    min-width: 132px;
    max-width: none;
  }

  .footer-buttons .button + .button {
    margin-left: 20px;
  }

  [dir="rtl"] .footer-buttons .button + .button {
    margin-left: 0;
    margin-right: 20px;
	}

  .button {
    height: 40px;
    font-size: 16px;
    line-height: 35px;
  }
}


/* ====================================================
Page header
==================================================== */
main .page-header {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

.page-description {
  margin: 0 0 34px;
}

@media (min-width: 950px) {
  main .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  main .page-title {
    margin-right: auto;
  }
  .page-description {
    margin: 24px 0 40px;
  }
}

/* ====================================================
Section tree
==================================================== */

/***** Category pages *****/
.section-tree .section {
  margin-bottom: 32px;
}

.section-tree .section:last-child {
  margin-bottom: 15px;
}

.section-tree-title {
  margin-bottom: 8px;
}

.section-tree-title a {
  color: #090a19;
}

.section-tree .see-all-articles {
  display: inline-block;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .section-tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-tree .section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
  }

  .section-tree .section:last-child {
    margin-bottom: 7px;
  }

  .section-tree-title {
    margin-bottom: 16px;
  }
}

/* ====================================================
Responsive
==================================================== */
@media (max-width: 768px) {
  .ftr-lnk {
    display: none;
  }

  .cat-platform.col-xs-6 {
    float: none;
    width: 100%;
    min-height: 0 !important;
    padding: 0;
  }

  div#user-dropdown.dropdown-menu[aria-expanded="true"] {
    background: rgba(0,0,0,0.7) !important;
  }

  .ca .panel-heading {
    padding: 22px 30px;
  }

  .ca .panel-title > a {
    font-size: 16px;
    color: #4f555f;
  }

  .ca .panel-title > a: :after {
    height: 12px;
    width: 20px;
    right: 0;
    background-size: contain;
  }

  .bb-q,
  .btn-submit-req {
    margin: 0;
    font-size: 14px;
    line-height: normal;
  }

  .ca .panel-body {
    padding: 12px 30px;
  }

  .cat-platform img {
    width: 18px;
  }

  .cat-platform p {
    height: auto;
    margin: 0 10px 0 0;
  }

  .cat-platform a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ca h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .ca ul.no-bullets > li {
    margin: 9px 0px;
  }

  .community li {
    margin: 5px 0;
  }

  .main-container h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .article-footer .share {
    padding-bottom: 15px;
  }

  .article-footer .share:before {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
  }

  .article-footer .share li:last-child {
    margin-right: 0;
  }

  .contact-support {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }
  
  .request-form .g-recaptcha > div {
    margin: 0 auto;
  }

  .csa-main .pg-title .section-subscribe {
    float: none;
    display: block;
  }

  .csa-main .pg-title .section-subscribe .dropdown-toggle {
    height: 40px;
    line-height: 33px;
    padding-left: 0;
    color: #2fa6f8;
    font-size: 14px;
  }
  .logo img {
    margin-top: 40px;
  }
  main .container, .header .container, .footer .container, .main-container {
    padding-left: 20px;
    padding-right: 20px;
 }
  main h1, main .h1 {
    font-size: 32px;
    line-height: 40px;
    color:#35353A;
    font-weight:400;
 }
  .hero .search input[type=search] {
    padding-left: 4rem;
 }
  .hero {
    height: 300px;
 }
  .blocks-list {
    flex-direction: column;
 }
  .blocks-item-title {
    bottom: 30px;
 }
  .blocks-item-link {
    padding-top: 30px;
 }
  main h4, main .h4, main .article-body h3 {
    font-size: 20px;
    line-height: 25px;
    color:#35353A;
    font-weight:500;
}
  .footer-copyright { 
    margin-bottom: 10px;
 }
  .header .search input[type="search"] {
    margin-top: 4rem;
 }
  .search input[type=search] {
    border: 0;
 }
  
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}