@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("/hc/theming_assets/01HZAXT1S6BXKQY1K0ZRBBY2VV") format("woff2"), url("/hc/theming_assets/01HZAXT501KFH6E99WXPHHHNYX") format("woff");
}
@font-face {
  font-family: "InterBold";
  font-weight: 700;
  font-style: normal;
  src: url("/hc/theming_assets/01HZAXT39TJQK76BSX021P9TP2") format("woff2"), url("/hc/theming_assets/01HZAXT4R697QTFXRW1AASP8S6") format("woff");
}
@font-face {
  font-family: "Matter";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/hc/theming_assets/01HZAXT2FM04Y7K940XV55PJG6") format("woff2"), url("/hc/theming_assets/01HZAXT684AW9802Y6VJF5J3EY") format("woff");
}
@font-face {
  font-family: "MatterSB";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/hc/theming_assets/01HZAXT69TK9XZ8J984DXQZTG3") format("woff"), url("/hc/theming_assets/01HZAXT1YPZJP3VQJVC6HGA4M1") format("woff2");
}
.category-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wysiwyg-color-black {
  color: inherit;
}

.hidden {
  display: none;
}

.buy-edu-license-btn {
  display: none;
}

span#user-name {
  white-space: pre;
}

body {
  font-family: Matter;
}

.request-open {
  background-color: #8AB2FD;
}
.request-answered {
  background-color: #F6BC41;
}
.request-solved {
  background-color: #C6CBDE;
}

.article-body ul, .article-body ol, #funnel ul, #funnel ol {
  list-style-type: none;
  counter-reset: li;
  padding: 0;
}

.article-body ul > li, #funnel ul > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.article-body ol > li, #funnel ol > li {
  position: relative;
  padding-left: 31px;
}

.article-body ul > li:before, #funnel ul > li:before {
  content: "•";
  color: #027E6F;
  position: absolute;
  left: 0;
}

.article-body ol li, #funnel ol li {
  margin-bottom: 10px;
}

.article-body li > ul, #funnel li > ul, .article-body li > ol, #funnel li > ol {
  padding-top: 15px;
}

.article-body ol > li:before, #funnel ol > li:before {
  content: counter(li);
  counter-increment: li;
  border-radius: 50%;
  background-color: #027E6F;
  position: absolute;
  left: 0;
  color: #f6f6f6;
  width: 18px;
  height: 18px;
  text-align: center;
  top: 3px;
  font-size: 12px;
  line-height: 18px;
}

.article-body {
  color: #60657b;
}

.article-body strong, .article-body h3 {
  font-family: "MatterSB";
  color: inherit;
  font-size: inherit;
}

.article-body img {
  max-width: 100%;
  border: 1px solid #E6E6E7;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(50, 52, 57, 0.11);
}

.article-body h3,
.article-body p,
.article-body ul,
.article-body ol,
.article-body .tabbed-wrap,
.article-body .dropdowns-set,
.notification-badge {
  margin: 0 0 24px 0;
}

.article-body {
  font-size: 18px;
}

.notification-badge {
  background-color: #f1f2fa;
  padding: 20px;
  border-radius: 5px;
}

.dropdowns-title {
  color: #323439;
}

.dropdowns-title.expanded {
  background-color: rgba(147, 153, 167, 0.1);
}

.article-body .head-wrap .tab {
  color: #878EA6;
  background-color: #FBFBFC;
}

.article-body .head-wrap .tab.active {
  color: #000000;
  background-color: #FFFFFF;
}

header.article-header h1, div.article-body h3 {
  color: #2b2d38;
}

header.article-header h1 {
  margin: 0;
}

a {
  color: #027E6F;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.anchor, p.anchor {
  visibility: hidden;
  position: relative;
  bottom: 200px;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.breadcrumbs li a, .breadcrumbs li {
  color: #878EA6;
}

.breadcrumbs li:last-child a, .breadcrumbs li:last-child {
  color: #000000;
}

#funnel .article-body {
  margin: 0;
}

ul.comment-list li.comment .comment-head-wrap, ul.comment-list li.comment .comment-container {
  display: block;
}

ul.comment-list li.comment > div.comment-head-wrap > div.comment-avatar > img {
  width: 32px;
  border-radius: 50%;
}

ul.comment-list li.comment > div.comment-head-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info {
  display: flex;
  width: 100%;
  padding-left: 8px;
}

ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info > .comment-published {
  width: 100%;
  text-align: right;
}

ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info > .comment-author {
  font-family: MatterSB;
  color: #4a4a4a;
  font-size: 18px;
}

ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info > span > time {
  font-size: 16px;
  color: #878EA6;
}

ul.comment-list li.comment > div.comment-container {
  font-size: 18px;
  color: #555C6A;
  line-height: 29px;
}

ul.comment-list li.comment {
  border-bottom: 1px solid rgba(135, 142, 166, 0.3);
  margin-bottom: 22px;
}

ul.comment-list li.comment:last-child {
  border-bottom: none;
  margin-bottom: 22px;
}

div.comment-mark-as-solved {
  display: none;
}

div#funnel .article-vote-controls > a:first-child {
  margin: 0 5px;
}

div.temporary-form-holder, div.temporary-search-holder {
  display: none;
}

.article-vote-up.article-voted, .article-vote-down.article-voted {
  color: #FFF;
  border-color: #027E6F;
  background-color: #027E6F;
}

.article-footer .article-votes-feedback-wrap, .article-footer .article-votes-feedback-wrap .comments-box, .article-feedback-post-vote {
  display: none;
}

.article-footer .article-votes-feedback-wrap {
  padding-top: 36px;
}

.article-footer .article-votes-feedback-wrap, .article-footer .article-votes-feedback-wrap label {
  color: #60657b;
  font-size: 18px;
}

.article-footer .article-votes-feedback-wrap .comments-box, .article-footer .article-votes-feedback-wrap .submit-btn-wrap {
  width: 420px;
}

.article-footer .article-votes-feedback-wrap .submit-btn-wrap {
  text-align: right;
}

.article-footer .article-votes-feedback-wrap button.submit {
  border-radius: 5px;
  background-color: #027E6F;
  color: #fff;
  border: none;
  font-size: 11px;
  line-height: 32px;
}

.article-footer .article-votes-feedback-wrap div.option {
  padding: 8px 0;
}

.article-footer .article-votes-feedback-wrap .options, .article-footer .article-votes-feedback-wrap .comments-box, .article-footer .article-votes-feedback-wrap .description {
  margin-bottom: 16px;
}

.article-footer .article-votes-feedback-wrap .description {
  line-height: 32px;
}

.article-feedback-post-vote {
  background-color: #333954;
  color: #fff;
  font-size: 14px;
  width: 355px;
  position: fixed;
  top: 100px;
  right: 40px;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
}

.article-feedback-post-vote .close {
  padding-right: 10px;
}

.article-feedback-post-vote {
  color: #C6CBDE;
}

#upload-dropzone .icon-holder {
  background-image: url("/hc/theming_assets/01JYHF5T429J64QGANNS9W3G7B");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}

.upload-dropzone-text-body-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border: 1.25px solid #027E6F;
  border-style: dashed;
  border-top: none;
  background-color: rgba(21, 195, 154, 0.05);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.upload-dropzone-text-header-wrap {
  background-color: #027E6F;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 25px;
  min-height: 25px;
  letter-spacing: 0.04em;
}

/*Funnel styles*/
textarea:focus ~ span.custom-field-placeholder,
textarea:not(.empty) ~ span.custom-field-placeholder,
select:focus ~ span.custom-field-placeholder,
select:not(.empty) ~ span.custom-field-placeholder,
input:focus ~ span.custom-field-placeholder,
input:not(.empty) ~ span.custom-field-placeholder {
  font-size: 12px;
  top: 6px;
  left: 16px;
}

.required-field-empty {
  border-color: #cc0000 !important;
}

.custom-field-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

span.custom-field-placeholder {
  font-size: 14px;
  color: rgba(135, 142, 166, 0.76);
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 17px;
  transition: 0.2s ease all;
}

#hintsHolder {
  position: absolute;
  bottom: 13px;
  left: 8px;
}
#hintsHolder a {
  width: fit-content;
  height: 32px;
  margin-bottom: 4px;
  padding: 5px;
  color: #6D758D;
  font-size: 14px;
  cursor: pointer;
  background-color: #F9FAFF;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  display: block;
}
#hintsHolder a:hover {
  background-color: #E7E9F5;
}
#hintsHolder span.articles-suggestions {
  font-size: 12px;
  position: relative;
  color: rgba(135, 142, 166, 0.76);
  pointer-events: none;
  transition: 0.2s ease all;
}
#hintsHolder .threeDotLoader {
  margin-left: 100px;
  margin-right: 100px;
}

div.form-title {
  margin-bottom: 16px;
  color: #2E3543;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}

.custom-form-field, #request_anonymous_requester_email, #request_subject, #request_description {
  font-size: 15px;
  color: #4A4A4A;
  padding: 22px 0 5px 13px;
}

.custom-field-placeholder.mobile {
  display: none;
}

#upload-dropzone {
  min-height: 100px;
  border-radius: 5px;
  border: none;
}

#upload-dropzone .texts-holder .lower-text span {
  white-space: nowrap;
  line-height: inherit;
  padding: 0;
  color: #8189A9;
  overflow-x: initial;
}

.tickets-link-wrap {
  display: inline-flex !important;
  align-content: space-between;
  gap: 10px;
  line-height: 20px !important;
}
@media (max-width: 767px) {
  .tickets-link-wrap {
    margin-right: 10px;
  }
}
.tickets-link-wrap #unread-tickets-indicator {
  background-color: red;
  color: white;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 7px;
}

div.request-received-banner {
  background-color: #EAFAF9;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
}
div.request-received-banner div.request-received-banner-icon-holder {
  background: url("/hc/theming_assets/01JYHF5SSJWQMXEW0Y886YBZ2J") no-repeat;
  width: 80px;
  height: 40px;
}
div.request-received-banner ul {
  list-style: disc;
  padding-left: 13px;
  font-size: 14px;
  font-family: "Inter";
}
div.request-received-banner ul > li > span {
  font-family: "InterBold";
}
div.request-received-banner li + li {
  margin-top: 10px;
}
div.request-received-banner .request-received-banner-title {
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
  font-family: "MatterSB";
}
div.request-received-banner div.request-received-banner-close-icon-holder {
  background: url("/hc/theming_assets/01JYHF5RWDAJGATCTX29BBHYWY") no-repeat;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  div.request-received-banner-icon-holder {
    display: none;
  }
  div.request-received-banner-close-icon-holder {
    width: 40px !important;
  }
}
.notification.notification-notice {
  position: absolute;
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 0 8px 24px 0 #A6ADC9;
  border-radius: 8px;
  width: 842px;
  height: 139px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 26px;
  padding: 0;
  border: none;
}

.notification.notification-notice .notification-dismiss {
  position: absolute;
  right: 16px;
  top: 16px;
}

.notification .notification-dismiss:before {
  color: #027E6F;
  font-size: 18px;
}

.notification.notification-notice .received-request-text {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: MatterSB;
  margin: 32px auto 24px auto;
  width: 100%;
}

.notification.notification-notice .received-request-text:before {
  background-image: url("/hc/theming_assets/01JYHF5TNAQ7Q8802JY33DB20S");
  background-size: 30px auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 16px;
  vertical-align: bottom;
  content: " ";
  width: 30px;
  height: 30px;
}

.notification.notification-notice .login-prompt-text {
  text-align: center;
  font-size: 18px;
  font-family: Matter;
  line-height: 28px;
  margin-bottom: 32px;
  padding: 0 54px;
}

.notification.notification-notice .login-prompt-text > a {
  color: #027E6F;
  white-space: nowrap;
}

/*Desktop styles*/
@media (min-width: 1080px) {
  #hover-image-preloader {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url("/hc/theming_assets/01JYHF5T6BS1EEED7WPY7JX62V"), url("/hc/theming_assets/01JYHF5SSANKF3GB4AFRB1XEGV"), url("/hc/theming_assets/01JYHF5S113PH9BW1TC1ZM25RP"), url("/hc/theming_assets/01JYHF5RR5AS8XV9SKQP7FS6J1"), url("/hc/theming_assets/01JYHF5SZKJNZ5P7QT6FJPF69J"), url("/hc/theming_assets/01JYHF5S1JGTEZYXMBJ3CKBPHX");
  }
  #upload-dropzone .mobile {
    display: none;
  }
  div#funnel div.article-vote {
    padding-left: 32px;
  }
  .article-comments, .header-scroll-search {
    display: none;
  }
  /* Base styles */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=search] {
    border-radius: 40px;
    box-sizing: border-box;
  }
  html {
    background-color: #ffffff;
  }
  body {
    color: #323439;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
  }
  img[width], img[height] {
    max-width: none;
  }
  figure > img {
    display: block;
  }
  ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
  }
  [dir=rtl] table {
    text-align: right;
  }
  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 {
    color: #2b2d38;
    font-weight: 400;
  }
  h1 {
    font-size: 20px;
  }
  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;
    font-weight: 300;
  }
  :-ms-input-placeholder {
    color: #cccccc;
    font-weight: 300;
  }
  ::-moz-placeholder {
    color: #cccccc;
    font-weight: 300;
  }
  /* Buttons */
  button, [role=button], [type=button], [type=submit] {
    border-radius: 4px;
    border: 1px solid #dddddd;
    color: #027E6F;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    position: relative;
    vertical-align: middle;
    height: 40px;
    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;
    vertical-align: middle;
  }
  [dir=rtl] button img, [dir=rtl] [role=button] img {
    margin: 0 0 0 5px;
  }
  /* Forms */
  .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 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/assets/loader.gif) 99% 50% no-repeat;
    background-size: 16px 16px;
  }
  .form footer {
    padding-top: 20px;
    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-small, .search-box, .sub-nav .search {
    position: relative;
    background-color: rgba(198, 203, 222, 0.15);
  }
  .sub-nav .search:before {
    content: "🔍";
    font-family: "entypo";
    font-size: 1.25em;
    color: #027E6F;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2.5em;
    z-index: 1;
  }
  .search-wrap {
    position: relative;
    width: 650px;
    margin: 0 auto;
  }
  .search-wrap:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    z-index: 1;
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 90% 50%;
  }
  .search-box-small input, .search-box input, .sub-nav .search input {
    padding: 18px 65px;
    width: 100%;
    -webkit-appearance: none;
    color: #000;
    font-size: 27px;
    font-weight: 300;
  }
  .search-box-small input, .search-box input {
    border: 0 none;
    border-radius: 100px;
    border: 2px solid #878EA6;
  }
  .search-box input[type=search]:focus {
    box-shadow: 0 8px 16px 0 rgba(198, 203, 222, 0.66), 0 16px 48px 0 rgba(198, 203, 222, 0.88);
  }
  .search-box-small input::-webkit-input-placeholder, .search-box input::-webkit-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-box-small input:-ms-input-placeholder, .search-box input:-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-box-small input::-moz-placeholder, .search-box input::-moz-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-box-small input::-ms-input-placeholder, .search-box input::-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-box-small input::placeholder, .search-box input::placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-box-small input[type=submit], .search-box input[type=submit], .sub-nav .search input[type=submit] {
    display: none;
  }
  .search-box-small input {
    padding: 10px 50px;
    font-size: 21px;
    border: none;
  }
  .search-box-small .search-wrap:before {
    background-size: 26px 26px;
    background-position: 100% 50%;
    width: 45px;
    height: 45px;
  }
  *:focus {
    outline: 0;
  }
  /* Breadcrumbs */
  .breadcrumbs li {
    color: #838487;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs li + li:before {
    background-image: url("/hc/theming_assets/01HZAXT2WSVN7PZTM4S8NXZHCZ");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #B7B9BE;
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
  }
  /* Labels */
  .label, .request-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .category-caption {
    color: #000;
    font-size: 32px;
    line-height: 54px;
    font-weight: 400;
    margin: 50px 0 30px 0;
    max-width: 750px;
  }
  .category-follow {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .category-wrap {
    position: relative;
    padding-right: 120px;
  }
  .category-bricks {
    margin-left: -90px;
    padding-right: 90px;
  }
  .category-bricks .section {
    width: 33%;
    box-sizing: border-box;
    padding: 0 0 35px 90px;
  }
  .category-bricks .section h3 {
    color: #000;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-transform: none;
  }
  /* Metadata */
  .meta, .meta-group {
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
  }
  .meta-group * + *:before {
    content: "•";
    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: #027E6F;
    color: #fff;
  }
  .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.5;
  }
  .markdown img {
    max-width: 100%;
  }
  .markdown hr {
    background-color: #eeeeee;
    border: 0;
    height: 1px;
  }
  .markdown pre {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre-wrap;
    font-size: 0.8em;
  }
  .markdown blockquote {
    border-left: 1px solid #eeeeee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px;
  }
  /* Frame */
  .main-content, .header-inner, .footer-inner {
    margin: 0 auto;
    width: 1080px !important;
  }
  /* Columns */
  .column-wide {
    width: 720px;
    margin: 0 auto;
  }
  .column-side {
    width: 360px;
    float: right;
  }
  .main-column, .side-column {
    display: inline-block;
    vertical-align: top;
  }
  .main-column {
    width: 715px;
  }
  .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;
    height: 100px;
  }
  .header-inner {
    height: 44px;
    padding-top: 30px;
    position: relative;
  }
  .logo, .user-nav {
    height: 40px;
  }
  .user-nav {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .logo {
    position: relative;
  }
  .logo:after {
    content: "";
    height: 41px;
    left: 170px;
    width: 6px;
    position: absolute;
    top: -3px;
    z-index: 3;
  }
  .logo img {
    max-height: 60px;
  }
  .logoWrap > a {
    position: relative;
    left: -1px;
    top: -3px;
  }
  .logo > a:hover {
    opacity: 0.7;
    background: #fff;
  }
  .logoIndex {
    position: absolute !important;
    height: 41px;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
  }
  header.header .logo a {
    text-decoration: none;
  }
  header.header .logo a img {
    height: 39px;
    vertical-align: middle;
    margin-left: 6px;
  }
  header.header .logo a:hover {
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
  }
  .user-nav {
    text-align: right;
  }
  .user-nav > * {
    display: inline-block;
    margin: 0 0 0 25px;
  }
  .user-nav .login {
    font-weight: normal;
  }
  [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: 100px 100px 80px 100px;
  }
  .home-support__head {
    color: #000;
    font-size: 27px;
    font-weight: 400;
    line-height: 50px;
  }
  .home-support__text {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .home-support .submit-a-request {
    font-family: "Varela Round", sans-serif;
    line-height: 55px;
    height: 55px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-align: center;
  }
  body.community-enabled body.community-enabled .community {
    display: inline-block;
    vertical-align: top;
  }
  .community {
    display: inline-block;
    vertical-align: top;
  }
  .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 .recent-activity {
    padding: 0;
    width: auto;
  }
  .community h2, .community h3, .section h3 {
    color: #323439;
    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;
  }
  .article-list li {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin: 0 0 10px 30px;
    list-style-type: disc;
    color: #C7CED9;
  }
  .category h2 {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin: 25px 0;
    padding-bottom: 18px;
  }
  .category h2 a, .section h3 a {
    color: inherit;
  }
  .category-empty, .section {
    display: inline-block;
    padding: 0 50px 30px 0;
    vertical-align: top;
    width: 49.5%;
  }
  [dir=rtl] .category-empty, [dir=rtl] .section {
    padding: 0 0 30px 50px;
  }
  .see-all-articles {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    border: 2px solid #F1F1F1;
    border-radius: 22px;
    padding: 0 30px;
    color: #027E6F;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 32px;
  }
  .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;
  }
  .page-header h1 {
    font-size: 20px;
  }
  /* Sub-nav */
  .sub-nav {
    display: table;
    padding: 10px 0;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #E6E6E7;
    margin-bottom: 43px;
  }
  .sub-nav > * {
    display: table-cell;
  }
  .sub-nav .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }
  .sub-nav .search {
    width: 300px;
  }
  /* Article */
  .article-header {
    margin-bottom: 32px;
  }
  .article-header h1 {
    color: #2b2d38;
    font-size: 26px;
    line-height: 40px;
  }
  .article-updated {
    font-weight: normal;
  }
  .article-info > * {
    display: table-cell;
    vertical-align: middle;
  }
  .article-avatar {
    min-width: 55px;
  }
  .article-avatar img {
    border-radius: 50%;
    max-height: 38px;
    max-width: 38px;
  }
  .article-meta {
    width: 100%;
  }
  .article-updated {
    display: block;
  }
  .article-more-questions {
    margin: 15px 0 50px;
    font-weight: normal;
  }
  .article-body table {
    table-layout: fixed;
  }
  .article-body p {
    font-weight: 300;
    line-height: 32px;
  }
  article .article-body h3 {
    font-size: 21px;
  }
  .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-question {
    font-weight: normal;
  }
  .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: "👍";
  }
  .article-vote-down:before {
    content: "👎";
  }
  /* Side column */
  .side-column h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .side-column ul {
    margin-bottom: 60px;
  }
  .side-column li {
    margin-bottom: 10px;
  }
  .side-column li a {
    font-size: 14px;
    line-height: 18px;
  }
  .buy-edu-license-btn {
    background: transparent;
    border: 1px solid #027E6F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 300;
    height: 37px;
    line-height: 17px;
    margin-left: 3px;
    outline: none;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none;
    top: 27px;
    width: 170px;
  }
  .visibility-internal-icon:before {
    content: "🔒";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
  }
  .visibility-internal {
    cursor: default;
    position: relative;
  }
  .visibility-internal:before, .visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
  }
  .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;
  }
  .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;
  }
  .visibility-internal:hover:before, .visibility-internal:hover:after {
    display: block;
  }
  .article-promoted {
    position: relative;
  }
  li.article-promoted {
    list-style-type: none;
    margin-left: 0px;
  }
  li.article-promoted:before {
    position: relative;
    content: "★";
    margin-left: 12px;
    right: 2px;
  }
  .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: "📎";
  }
  .screencast-list li:before {
    content: "💻";
  }
  .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: 30px;
  }
  .my-activities-nav li {
    font-size: 24px;
    font-weight: normal;
    height: 46px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .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;
  }
  /* 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: #027E6F;
  }
  .community-nav li:last-child a:before {
    content: "✎";
    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/assets/agent-marker-png);
    background-image: url(/hc/assets/agent-marker-svg);
    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;
    height: 38px;
    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: "•";
    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: "✓";
    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: "•";
    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;
    font-weight: 400;
  }
  .search-result-description, .search-result-meta {
    padding-top: 16px;
  }
  .search-result-description {
    font-weight: 400;
  }
  .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: "•";
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .search-result-votes {
    background: #027E6F;
    border-radius: 15px;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 10px;
    position: relative;
    top: -2px;
  }
  .search-result-votes:before {
    content: "👍";
    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 0.5s ease-in, color 0.5s ease-in;
    -moz-transition: bottom 0.5s ease-in, color 0.5s ease-in;
    -ms-transition: bottom 0.5s ease-in, color 0.5s ease-in;
    -o-transition: bottom 0.5s ease-in, color 0.5s ease-in;
    transition: bottom 0.5s ease-in, color 0.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-articles {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .recent-articles h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .recent-articles li {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .recent-articles a {
    line-height: 20px;
  }
  .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: #323439;
    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: "•";
  }
  .recent-activity-item-comment span:before {
    font-family: "entypo";
    content: "  \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: " ";
    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%;
    }
  }
  .escalation-badge, a.escalation-badge {
    background-color: #95be22;
    border-color: #95be22;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-size: 11px;
    margin: 0 3px;
    padding: 1px 3px;
    text-decoration: none;
    vertical-align: baseline;
  }
  .related-articles li {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  /*
    Footer from Grammarly.com
  */
  .footer-new a:hover {
    text-decoration: none;
  }
  .footer-new {
    padding: 0 !important;
    border-top: 1px solid rgba(0, 0, 1, 0.07) !important;
    background-color: rgba(198, 203, 222, 0.15) !important;
    margin-top: 50px;
    line-height: 16px;
  }
  .footer-new .title {
    padding: 0;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .footer-new .link-border a:hover, .footer-new .link-border a:focus, .footer-new .link-border a:active, .footer-new .big-link:hover .link-title {
    border-bottom: 1px solid #4d536e;
  }
  .footer-new.footer-main {
    padding-top: 40px !important;
  }
  .footer-new-wrap {
    max-width: 1080px !important;
    margin: auto;
  }
  .footer-new .footer-logo {
    width: 171px;
    height: 40px;
    -webkit-background-size: 171px 40px;
    background-size: 171px 40px;
    background-image: url("https://d9cggsk9leyuv.cloudfront.net/static/07793cf7f8/logo-png");
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1080px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1080px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1080px) and (-o-min-device-pixel-ratio: 1.5/1), (min-width: 1080px) and (min-device-pixel-ratio: 1.5), (min-width: 1080px) and (min-resolution: 138dpi), (min-width: 1080px) and (min-resolution: 1.5dppx) {
  .footer-new .footer-logo {
    background-image: url("https://d2tehwsfkzo713.cloudfront.net/static/987e6b6ade/logo@2x-png");
    -webkit-background-size: 171px 40px;
    background-size: 171px 40px;
  }
}
@media (min-width: 1080px) {
  .footer-new .footer-navigation-element-link {
    margin-bottom: 5px;
  }
  .footer-new .footer-navigation-element-link a {
    line-height: 1;
    font-weight: 400;
    padding-bottom: 2px;
    display: inline-block;
    font-size: 14px;
    color: #4d536e;
  }
  .footer-new .footer-navigation-element-link a:hover {
    padding-bottom: 1px;
  }
  .footer-new .footer-copyright {
    margin: 30px 0;
    width: 100%;
    font-size: 12px;
    color: #4d536e;
    font-weight: 400;
  }
  .footer-new .footer .service-row {
    display: block;
  }
  .footer-new .footer-navigation {
    width: 100%;
  }
  .footer-new .footer-colum, .footer-new .footer-colum-two {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-new .footer-colum {
    width: 20%;
  }
  .footer-new .footer-colum-last {
    width: 16.2%;
  }
  .footer-new .footer-colum-two {
    max-width: 35%;
    width: 400px;
  }
  .footer-new .footer-social-title, .footer-new .footer-social {
    position: relative;
    padding-left: 22px;
  }
  .footer-new .footer-social:before {
    content: " ";
    position: absolute;
    background-position: left bottom;
    background-repeat: no-repeat;
    left: 0;
    bottom: 4px;
  }
  .footer-new .facebook:before {
    left: 3px;
    width: 7px;
    height: 15px;
    -webkit-background-size: 7px 15px;
    background-size: 7px 15px;
    background-image: url("/hc/theming_assets/01HZAXT3VKRH22X382D0MXNXSQ");
  }
  .footer-new .twitter:before {
    width: 13px;
    height: 10px;
    -webkit-background-size: 13px 10px;
    background-size: 13px 10px;
    background-image: url("/hc/theming_assets/01HZAXT3GMDNWVQRD5AD6NPM0C");
  }
  .footer-new .instagram:before {
    width: 13px;
    height: 13px;
    -webkit-background-size: 12px 15px;
    background-size: 13px 13px;
    background-image: url("/hc/theming_assets/01HZAXT3R76SQ3MWB33MVEHJ51");
  }
  .footer-new .linkedin:before {
    left: 2px;
    width: 12px;
    height: 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-image: url("/hc/theming_assets/01HZAXT43MV98QKSSQ85Y9M3AQ");
  }
  .fll {
    float: left;
  }
  .footer-new .service-inline {
    vertical-align: top;
    display: inline-block;
    width: 48%;
    margin-bottom: 18px;
  }
  .footer-new .service-inline-title {
    text-align: left !important;
    font-size: 14px;
    color: #838487;
    padding: 0;
    line-height: 20px;
  }
  .footer-new .service-inline-sub {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    padding: 0;
    text-decoration: none;
  }
  .footer-new .service-inline-sub:hover {
    border-bottom: none;
  }
  .footer-privacy span, .footer-navigation span, .footer-privacy a, .footer-navigation a {
    color: #b2b2b2;
  }
  .addin-error-section {
    display: none;
  }
  .search-title {
    color: #000000;
    text-align: center;
    font-size: 42px;
    margin-bottom: 48px;
    font-family: MatterSB;
  }
  .top-articles {
    background-color: rgba(198, 203, 222, 0.15) !important;
    height: 147px;
    position: relative;
  }
  .top-articles-wrap {
    height: 100%;
    width: 1080px;
    margin: 0 auto;
    border-top: 1px solid rgba(198, 203, 222, 0.5);
    padding-top: 25px;
  }
  .top-articles-wrap li {
    list-style-type: none;
    width: 270px;
    float: left;
    position: relative;
    height: 100%;
  }
  .path-step {
    font-size: 14px;
    margin-top: 8px;
    color: #878EA6;
  }
  .path-step:last-child {
    display: none;
  }
  .top-title-wrap a {
    font-size: 16px;
    color: #4A4A4A;
  }
  .top-articles-li-wrap {
    box-sizing: border-box;
    position: absolute;
    height: 48px;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 25px auto 48px auto;
    text-align: center;
  }
  li:last-child > .top-articles-li-wrap {
    border: none;
  }
  .top-articles-wrap > ul {
    height: 100%;
  }
  .category-list li {
    display: inline-block;
    width: 33%;
    height: 270px;
  }
  .category-list li:nth-child(1) a:hover {
    background-image: url("/hc/theming_assets/01K8R27JQ75Q5589QBTXK9JZKN"), url("/hc/theming_assets/01JYHF5RR5AS8XV9SKQP7FS6J1");
    background-size: 120px auto, 150px auto;
  }
  .category-list li:nth-child(2) a:hover {
    background-image: url("/hc/theming_assets/01JYHF5TJ4WVMHGKZZ9684AYR0"), url("/hc/theming_assets/01JYHF5SSANKF3GB4AFRB1XEGV");
    background-size: 120px auto, 150px auto;
  }
  .category-list li:nth-child(3) a:hover {
    background-image: url("/hc/theming_assets/01JYHF5TN4DXYFTE9FE8GQEGVR"), url("/hc/theming_assets/01JYHF5S113PH9BW1TC1ZM25RP");
    background-size: 120px auto, 150px auto;
  }
  .category-list li:nth-child(4) a:hover {
    background-image: url("/hc/theming_assets/01JYHF5TM4JJF0R4DFA95Q3WAF"), url("/hc/theming_assets/01JYHF5T6BS1EEED7WPY7JX62V");
    background-size: 120px auto, 150px auto;
  }
  .category-list li:nth-child(5) a:hover {
    background-image: url("/hc/theming_assets/01JYHF5T7RT0W1E9VQAM7BWN6A"), url("/hc/theming_assets/01JYHF5SZKJNZ5P7QT6FJPF69J");
    background-size: 120px auto, 150px auto;
  }
  .category-list li:nth-child(6) a:hover {
    background-image: url("/hc/theming_assets/01JYHF5SC7HG3WKXW0XDDX5JW5"), url("/hc/theming_assets/01JYHF5S1JGTEZYXMBJ3CKBPHX");
    background-size: 120px auto, 150px auto;
  }
  .category-list a {
    box-sizing: border-box;
    text-decoration: none;
    height: 100%;
    width: 100%;
    background-size: 120px auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 220px;
    color: #2E3543;
    font-size: 21px;
  }
  .category-list li:nth-child(1) a {
    background-image: url("/hc/theming_assets/01K8R27JQ75Q5589QBTXK9JZKN");
  }
  .category-list li:nth-child(2) a {
    background-image: url("/hc/theming_assets/01JYHF5TJ4WVMHGKZZ9684AYR0");
  }
  .category-list li:nth-child(3) a {
    background-image: url("/hc/theming_assets/01JYHF5TN4DXYFTE9FE8GQEGVR");
  }
  .category-list li:nth-child(4) a {
    background-image: url("/hc/theming_assets/01JYHF5TM4JJF0R4DFA95Q3WAF");
  }
  .category-list li:nth-child(5) a {
    background-image: url("/hc/theming_assets/01JYHF5T7RT0W1E9VQAM7BWN6A");
  }
  .category-list li:nth-child(6) a {
    background-image: url("/hc/theming_assets/01JYHF5SC7HG3WKXW0XDDX5JW5");
  }
  .contact-badge {
    display: none;
  }
  .contact-badge-desktop {
    display: block;
    color: #323439;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 100px 0 0 0;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
  }
  .contact-badge-desktop > p {
    display: inline-block;
  }
  .contact-badge-desktop p:nth-child(1) {
    background-image: url("/hc/theming_assets/01JYHF5T4W8R1J8P9EPV78CX6R");
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: left center;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 60px;
    margin: 0 8px 0 0;
  }
  .contact-badge-desktop p:nth-child(2) {
    color: #027E6F;
    padding: 0 20px 0 0;
    background-image: url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: right center;
  }
  .signin-options > * {
    margin: 0 0 0 30px;
    color: #363636;
    font-size: 18px;
    height: 32px;
    line-height: 40px;
    display: inline-block;
    vertical-align: initial;
    padding: 0;
  }
  .signin-options .dropdown-toggle {
    padding: 0;
    bottom: 5px;
  }
  .signin-options > *:hover {
    text-decoration: none;
  }
  .signin-options > a:first-child {
    padding-right: 30px;
    border-right: 1px solid #F5F5F5;
  }
  #user-name, .user-info > .btn.with-image.dropdown-toggle, .signin-options .login {
    border: none;
    color: #323439;
  }
  .search-box-small.hero-unit {
    padding: 25px;
  }
  .search-box-small .search-wrap {
    width: 1080px;
  }
  .breadcrumbs-wrap {
    display: block;
    width: 1080px;
    margin: 0 auto;
  }
  .search-result-pathsteps .path-step:first-child {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
  }
  .section-tree-with-article {
    display: table-cell;
    max-width: 800px;
  }
  .section-tree-with-article > ul {
    margin: 0 50px 0 0;
  }
  .section-tree-with-article .section {
    padding: 10px 0 30px 0;
    border-top: 1px solid #E6E6E7;
    display: block;
    width: 100%;
  }
  .section-tree-with-article .section .article-list {
    column-count: 2;
  }
  .section-tree-with-article h2 {
    font-size: 24px;
  }
  .section-nav {
    display: table-cell;
    width: 280px;
  }
  .section-nav ul {
    width: 280px;
  }
  .section-nav li {
    height: 36px;
    padding-left: 10px;
    margin-bottom: 7px;
    cursor: pointer;
  }
  .section-nav li:hover {
    border-radius: 3px;
    background-color: #F2F2F2;
  }
  .section-nav li.navbar-active-item:hover {
    background-color: #027E6F;
  }
  .section-nav a {
    font-size: 14px;
    color: #2E3543;
    line-height: 36px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    height: 100%;
    width: 100%;
  }
  .navbar-active-item {
    background-color: #027E6F;
    border-radius: 3px;
  }
  .navbar-active-item a {
    color: #ffffff;
  }
  .dropdowns-set {
    border: 1px solid #E6E6E7;
    border-radius: 5px;
  }
  .dropdowns-title {
    width: 100%;
    padding: 12px 58px 12px 28px;
    box-sizing: border-box;
    line-height: 26px;
    font-weight: initial;
    font-size: 15px;
    cursor: pointer;
    transition: padding 0.1s;
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
  }
  .dropdowns-title:hover {
    background-color: #FBFBFC;
  }
  .dropdowns-title.expanded {
    padding: 22px 58px 22px 28px;
    line-height: 26px;
    background-image: url("/hc/theming_assets/01HZAXT1DG79B0RK4NCNK0BFB4");
  }
  .dropdowns-body {
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    padding: 0 30px 0 28px;
    border-top: 1px solid #E6E6E7;
    font-weight: 300;
    line-height: 27px;
    overflow: hidden;
    transition: padding 0.1s, max-height 0.1s;
  }
  .dropdowns-body:last-child {
    border: none;
  }
  .dropdowns-body.expanded {
    padding: 24px 30px 35px 28px;
    max-height: 3000px;
    border-bottom: 1px solid #E6E6E7;
  }
  .dropdowns-body.expanded:last-child {
    border-top: 1px solid #E6E6E7;
    border-bottom: none;
  }
  .tab {
    text-align: center;
    height: 36px;
    display: inline-block;
    border: 1px solid #E6E6E7;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 100;
    padding: 0 15px;
  }
  .tab:last-child {
    border-right: 1px solid #E6E6E7;
  }
  .tab.active {
    height: 37px;
    border-bottom: none;
  }
  .head-wrap {
    height: 36px;
    display: flex;
    display: -webkit-flex;
  }
  .tabbed-article-body {
    display: none;
  }
  .tabbed-article-body.active {
    display: block;
  }
  .tabbed-wrap {
    border: 1px solid #E6E6E7;
    padding: 30px 20px;
    border-radius: 7px;
    border-top-left-radius: 0;
  }
  .new-req-search-wrap {
    margin: 0 auto 0 auto;
    width: 630px;
    position: relative;
  }
  .new-req-search-wrap:before {
    width: 40px;
    height: 40px;
    background-size: 27px 27px;
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url("/hc/theming_assets/01HZAXT23PC2M8K81PY8XSVFTR");
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  .new-req-message {
    line-height: 16px;
    margin: 0 0 15px 0;
  }
  .new-req-submit-req.search-results {
    display: block;
    width: auto;
  }
  .new-req-submit-req.search-results a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .new-req-submit-req {
    height: 100px;
    width: 690px;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 30px 30px 0 30px;
  }
  .new-req-submit-req > div {
    height: 40px;
  }
  .new-req-message-badge {
    line-height: 40px;
    float: left;
  }
  .submit-request-btn {
    cursor: pointer;
    height: 40px;
    width: 190px;
    border: 1px solid #11C171;
    border-radius: 100px;
    line-height: 40px;
    font-weight: 600;
    color: #11C171;
    text-align: center;
    float: right;
  }
  .submit-article-wrap {
    width: 690px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #e6e6e7;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  }
  .submit-article-wrap .submit-article-title {
    background-color: #f5f5f5;
    height: 71px;
    color: #323439;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #e6e6e7;
    background-image: url("/hc/theming_assets/01HZAXT24FXAM4Z310QYQN877X");
    background-repeat: no-repeat;
    background-size: 31px auto;
    background-position: right 32px center;
  }
  .submit-article-wrap .submit-article-body {
    padding: 21px 31px;
  }
  form#new_request {
    width: 100%;
  }
  form#new_request label {
    display: none;
  }
  #hintsHolder a {
    max-width: 300px;
  }
  .custom-form-field {
    display: inline-block;
    width: 100%;
  }
  select.custom-form-field {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-image: none;
    /*color: #ccccce;*/
    border: 1px solid #dddddd;
    background: none;
    border-radius: 0;
  }
  input[type=date].custom-form-field {
    height: 43px;
  }
  .form-field input {
    width: 100%;
    height: 100%;
  }
  div.form-field {
    margin-bottom: 10px;
    width: 100%;
  }
  form#new_request input[type=submit] {
    height: 50px;
    width: 190px;
    border-radius: 53px;
    background-color: #027E6F;
    background: #027E6F;
  }
  form#new_request input[type=submit]:hover {
    box-shadow: none;
  }
  #new-request-breadcrumbs {
    display: none;
  }
  .c-three-dots-loader {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -30px 36px 30px;
    animation-fill-mode: both;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    animation-delay: -0.16s;
    color: #808080;
  }
  .c-three-dots-loader:before,
  .c-three-dots-loader:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    border-radius: 50%;
  }
  .c-three-dots-loader:before {
    left: -36px;
    animation-delay: -0.32s;
  }
  .c-three-dots-loader:after {
    left: 36px;
  }
  @keyframes three-dots-loader-animation {
    0%, 80%, 100% {
      box-shadow: 0 30px 0 -36px;
    }
    40% {
      box-shadow: 0 30px 0 0;
    }
  }
  .c-three-dots-loader-container {
    text-align: center;
    margin: 100px 0 0 0;
  }
  #labels-list {
    display: none;
  }
  header .mobile-menu-toggler {
    display: none;
  }
  header .mobile-menu {
    display: none;
  }
  .top-articles .top-articles-title {
    position: absolute;
    top: -12px;
    width: 100%;
    text-align: center;
  }
  .top-articles .top-articles-title span {
    background-color: #f7f7fa;
    color: #878EA6;
    z-index: 100;
    padding: 0 17px;
    font-family: MatterSB;
    letter-spacing: 1px;
    font-size: 12px;
  }
  header.header {
    background-color: rgba(198, 203, 222, 0.15);
    border: none;
  }
  .yellow-trianlge, .blue-triangle, .green-circle,
  .yellow-semicircle, .green-coma, .green-asterix {
    display: inline-block;
    position: absolute;
  }
  .yellow-trianlge, .blue-triangle {
    width: 0;
    height: 0;
  }
  .yellow-trianlge {
    border: 15px solid transparent;
    border-top: 30px solid #f8e71c;
    transform: rotate(-30deg);
    opacity: 0.5;
    left: 80%;
  }
  .blue-triangle {
    border: 10px solid transparent;
    border-top: 20px solid #61A9FC;
    transform: rotate(30deg);
    opacity: 0.28;
    left: 20%;
    top: 40px;
  }
  .green-circle {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 15px solid #61a9fc;
    opacity: 0.5;
    border-radius: 30px;
    right: 11%;
    bottom: 54px;
  }
  .yellow-semicircle {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 20px solid #f8e71c;
    opacity: 0.5;
    border-radius: 40px;
    transform: rotate(45deg);
    left: 10%;
    top: 250px;
  }
  .green-coma {
    color: #027E6F;
    opacity: 0.5;
    font-size: 100px;
    font-family: Arial Hebrew;
    left: 25%;
    top: 50px;
  }
  .green-asterix {
    color: #027E6F;
    opacity: 0.5;
    font-size: 60px;
    font-family: Arial Hebrew;
    left: 67%;
    bottom: -87px;
  }
  header.header div.header-fixed-wrap {
    height: 100px;
    width: 100%;
    z-index: 200;
    top: 0;
  }
  div.request_description > p {
    display: none;
  }
  section.main-column {
    padding: 0 24px 0 24px;
  }
  strong.request-id, #status-wrap {
    display: inline-block;
    vertical-align: text-top;
  }
  strong.request-id {
    color: #878EA6;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }
  #status-wrap {
    float: right;
    position: relative;
    bottom: 35px;
  }
  #status-wrap > dd {
    margin: 0;
  }
  #status-wrap > dt {
    margin: 0;
    color: #878EA6;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  #status-wrap > dd > span {
    display: inline-block;
    width: 43px;
    height: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: MatterSB;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
  }
  .main-column ul.comment-list {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .main-column .comment-form .comment-avatar {
    display: none;
  }
  .main-column .comment-form #request_comment_body {
    width: 100%;
    border: 1.25px solid rgb(198, 203, 222);
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 10px 16px 10px;
    margin-bottom: 16px;
  }
  .main-column .comment-form #upload-dropzone {
    border: 1.25px dashed #C6CBDE;
    border-radius: 5px;
  }
  .main-column .comment-form input[type=submit] {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background: none;
    background-color: #027E6F;
    margin: 20px 0 61px 0;
    border: none;
    color: #fff;
    width: 226px;
    float: left;
  }
  section.main-content section.side-column {
    display: none;
  }
  section.main-content section.main-column {
    display: block;
    margin: 0 auto;
  }
  .my-activities-sub-nav ul {
    list-style-type: none;
    padding-left: 0;
  }
  .my-activities-sub-nav ul li {
    display: inline-block;
    margin-right: 24px;
    color: #4A4A4A;
    font-weight: 600;
  }
  .my-activities-sub-nav ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
  }
  .my-activities-sub-nav .requests-selected-nav {
    border-top: 2px solid #027E6F;
    padding-top: 4px;
  }
  .request-table-toolbar {
    background-color: rgba(198, 203, 222, 0.15);
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
    margin-bottom: 24px;
  }
  .request-table-toolbar select {
    background-color: #FFFFFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    height: 100%;
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
    margin-left: 10px;
    width: 168px;
    padding-left: 15px;
  }
  .request-table-toolbar:before {
    width: 30px;
    height: 100%;
    background-size: 20px;
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    top: 0;
  }
  .request-table-toolbar input {
    display: inline-block;
    padding: 6px 0px 6px 34px;
    -webkit-appearance: none !important;
    outline: none;
    border: none;
    border-radius: 40px;
    background-color: #FFFFFF;
    width: 240px;
  }
  table#request-table {
    width: 100%;
    display: block;
  }
  .my-activities-table thead {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(198, 203, 222, 0.5);
  }
  .my-activities-table thead tr {
    display: flex;
    padding: 0 0 8px 16px;
    box-sizing: border-box;
  }
  .my-activities-table tbody {
    width: 100%;
    display: block;
  }
  .my-activities-table tbody tr {
    width: 100%;
    display: flex;
    padding: 21px 0 17px 16px;
    border-bottom: 1px solid rgba(198, 203, 222, 0.5);
    box-sizing: border-box;
  }
  .my-activities-table thead th {
    flex: 1;
    text-align: left;
    text-transform: uppercase;
    color: #878EA6;
    font-size: 12px;
    border: none;
    padding: 0;
  }
  .my-activities-table thead th:nth-child(2) {
    flex: 5;
  }
  .my-activities-table thead th:nth-child(5) {
    text-align: center;
  }
  .my-activities-table thead th:nth-child(1), .my-activities-table thead th:nth-child(3), .my-activities-table thead th:nth-child(4) {
    flex: 1;
  }
  .my-activities-table tbody td {
    flex: 1;
    text-align: left;
    border: none;
    overflow: hidden;
    padding: 0;
  }
  .my-activities-table tbody td a {
    text-decoration: none;
    color: #4A4A4A;
    white-space: nowrap;
  }
  .my-activities-table tbody td:nth-child(2) {
    flex: 5;
  }
  .my-activities-table tbody td:nth-child(1), .my-activities-table tbody td:nth-child(3), .my-activities-table tbody td:nth-child(4) {
    flex: 1;
  }
  .my-activities-table thead th:nth-child(1) {
    text-align: center;
  }
  .my-activities-table tbody td:nth-child(1), .my-activities-table tbody td:nth-child(5) {
    text-align: center;
  }
  .my-activities-table #request-table tr span {
    height: 20px;
    width: 48px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
  }
  .request-table-toolbar input::-webkit-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input:-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-moz-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  #upload-dropzone .icon-holder {
    flex-basis: 37px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 37px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid rgba(21, 195, 154, 0.35);
    background-color: #fff;
    margin: 0 16px 0 16px;
  }
  #upload-dropzone .texts-holder {
    display: inline-block;
  }
  #upload-dropzone .texts-holder .upper-text {
    text-align: initial;
  }
  #upload-dropzone .texts-holder .upper-text span {
    height: 19px;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    text-align: initial;
    width: initial;
    color: #60657b;
  }
  #upload-dropzone .texts-holder .upper-text a {
    color: #027E6F;
    cursor: pointer;
    font-size: initial;
    text-decoration: underline;
  }
  #upload-dropzone .texts-holder .lower-text {
    color: #8189A9;
    font-size: 14px;
    text-align: initial;
  }
  #upload-dropzone span:before {
    content: none;
  }
  div.form-title {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .card-type-custom-field {
    vertical-align: bottom;
  }
  #card-type-custom-field, #charge-date-custom-field, #expiration-date-custom-field, #payment-type-custom-field, .dropdwon-arrow {
    background-image: url(//theme.zdassets.com/theme_assets/32923/228eb41f3e6e6dd9d94693e5bf5575caf04b2cd6.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
  }
  select.custom-form-field {
    height: 49px;
    line-height: normal;
  }
  #new-request-funnel-root .article-footer {
    padding-left: 30px;
    margin: 0;
  }
  .first-6-digits-custom-field,
  .last-4-digits-custom-field,
  .card-type-custom-field,
  .expiration-date-custom-field,
  .charge-date-custom-field,
  .charge-amount-custom-field,
  .sales-user-count-custom-fields,
  .sales-first-name,
  .sales-last-name,
  .sales-email,
  .sales-phone-number,
  .sales-invoice-prompt-dropdown,
  .pp-email-custom-field,
  .pp-transaction-id-custom-field {
    width: 49%;
  }
  .first-6-digits-custom-field,
  .card-type-custom-field,
  .charge-date-custom-field,
  .pp-email-custom-field,
  .sales-user-count-custom-fields,
  .sales-first-name,
  .sales-email,
  .sales-invoice-prompt-dropdown {
    margin-right: 2%;
  }
  .sales-user-count-custom-fields,
  .sales-invoice-prompt-dropdown {
    display: block;
  }
  .document-id {
    height: 70px;
  }
  .document-id > input {
    height: 100%;
  }
  .lonely-description-field {
    height: 300px;
  }
}
/*Tablet styles*/
@media (min-width: 768px) and (max-width: 1079px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: Matter;
  }
  input, textarea {
    -webkit-appearance: none;
    outline: none;
  }
  #upload-dropzone .desktop {
    display: none;
  }
  footer.footer-main, .main-content .section-nav, article .article-comments,
  div#labels-list, .header-scroll-search {
    display: none;
  }
  header {
    height: 64px;
  }
  header.header {
    width: 100%;
  }
  header.header div.header-fixed-wrap {
    width: 100%;
    z-index: 200;
    top: 0;
    height: 64px;
    padding-top: 14px;
    box-sizing: border-box;
    background-color: rgba(198, 203, 222, 0.15);
  }
  header .logo {
    display: inline-block;
    height: 29px;
    margin-left: 48px;
  }
  header.header .logo a img {
    height: 30px;
    vertical-align: super;
    margin-left: 3px;
  }
  header .header-inner {
    display: flex;
    align-items: center;
  }
  header .logo a {
    display: inline-block;
    height: 29px;
    text-decoration: none;
  }
  .header .header-inner .user-nav {
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 48px;
    flex-grow: 1;
    padding-left: 10px;
  }
  header .user-info img.user-avatar {
    display: none;
  }
  header div.signin-options > a {
    font-size: 16px;
    color: #363636;
    text-decoration: none;
    margin-left: 23px;
  }
  header div.signin-options > a:first-child {
    padding-right: 23px;
    border-right: 1px solid #F5F5F5;
  }
  header .mobile-menu-toggler div {
    width: 18px;
    height: 3px;
    background-color: #027E6F;
    margin: 3px 0;
  }
  .mobile-menu-toggler {
    display: none;
  }
  header .mobile-menu {
    padding-top: 24px;
    width: 100%;
    display: none;
    position: absolute;
    top: 65px;
    background-color: #FFF;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.46);
  }
  header .mobile-menu a {
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    margin: 0 0 24px 24px;
    padding-left: 5px;
  }
  header .mobile-menu a:last-child {
    border-top: 1px solid #D8D8D8;
    padding-top: 24px;
    margin-right: 24px;
  }
  header .mobile-menu-closer {
    display: none;
  }
  header .mobile-menu-closer:after {
    content: "×";
    font-size: 23px;
    font-weight: 100;
    color: #027E6F;
  }
  .search-box {
    position: relative;
    background-color: rgba(198, 203, 222, 0.15);
  }
  .hero-unit.search-box {
    padding: 64px 48px 45px 48px;
  }
  .search-title {
    font-family: MatterSB;
    color: #000000;
    text-align: center;
    margin-bottom: 33px;
    font-size: 28px;
    font-weight: bold;
  }
  .search-box-small input[type=submit], .search-box input[type=submit], .sub-nav .search input[type=submit] {
    display: none;
  }
  .hero-unit.search-box-small {
    background-color: rgba(198, 203, 222, 0.15);
  }
  .search-box input, .sub-nav .search input {
    padding: 14px 49px;
    width: 100%;
    -webkit-appearance: none;
    color: #000;
    font-size: 17px;
    font-weight: 300;
  }
  .search-box input {
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #878EA6;
  }
  .path-step {
    display: none;
  }
  .top-articles ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .top-articles {
    padding: 28px 0 28px 48px;
    background-color: rgba(198, 203, 222, 0.15);
  }
  .top-articles-wrap {
    margin-top: 10px;
  }
  .top-articles .top-articles-title {
    color: #878EA6;
    margin-bottom: 1px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .top-articles .top-articles-wrap li {
    margin-top: 16px;
    width: 48%;
    display: inline-block;
  }
  .top-articles .top-articles-wrap li a {
    text-decoration: underline;
    color: #555C6A;
    font-size: 16px;
  }
  ul.category-list {
    margin-top: 150px;
    padding: 0;
    list-style-type: none;
  }
  .category-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 150px;
    text-align: center;
  }
  .category-list a {
    box-sizing: border-box;
    text-decoration: none;
    height: 100%;
    width: 100%;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 150px;
    color: #2E3543;
    font-size: 16px;
  }
  .category-list li:nth-child(5), .category-list li:nth-child(6) {
    margin-bottom: 60px;
  }
  .category-list li:nth-child(1) a {
    background-image: url("/hc/theming_assets/01K8R27JQ75Q5589QBTXK9JZKN");
  }
  .category-list li:nth-child(2) a {
    background-image: url("/hc/theming_assets/01JYHF5TJ4WVMHGKZZ9684AYR0");
  }
  .category-list li:nth-child(3) a {
    background-image: url("/hc/theming_assets/01JYHF5TN4DXYFTE9FE8GQEGVR");
  }
  .category-list li:nth-child(4) a {
    background-image: url("/hc/theming_assets/01JYHF5TM4JJF0R4DFA95Q3WAF");
  }
  .category-list li:nth-child(5) a {
    background-image: url("/hc/theming_assets/01JYHF5T7RT0W1E9VQAM7BWN6A");
  }
  .category-list li:nth-child(6) a {
    background-image: url("/hc/theming_assets/01JYHF5SC7HG3WKXW0XDDX5JW5");
  }
  .contact-badge-desktop {
    display: none;
  }
  .contact-badge {
    display: block;
    width: 90%;
    height: 171px;
    margin: 0 auto 80px auto;
    background-image: url("/hc/theming_assets/01HZAXT2C1BZ39YNHCXRZ8A4AJ");
    background-repeat: no-repeat;
    background-position: center 23px;
    background-size: 80px auto;
    padding: 72px 16px 130px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(196, 196, 196, 0.5);
    text-decoration: none;
    color: #39393A;
    box-sizing: border-box;
  }
  .contact-badge p {
    text-align: center;
  }
  .contact-badge p:first-child {
    font-family: MatterSB;
    font-size: 17px;
    color: #39393A;
  }
  .contact-badge span {
    color: #027E6F;
  }
  .search-box-small form {
    padding: 16px 48px;
  }
  .search-box-small input[type=search] {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 0 7px 40px;
    border: none;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: rgba(135, 142, 166, 0.76);
  }
  .search-wrap {
    position: relative;
  }
  .search-wrap:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0px;
    width: 55px;
    height: 55px;
    z-index: 1;
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center center;
  }
  .search-box-small .search-wrap:before {
    background-position: 30px 20px;
    background-size: 25px;
    left: 30px;
  }
  .breadcrumbs li {
    color: #4A4A4A;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
  }
  .breadcrumbs li + li:before {
    background-image: url("/hc/theming_assets/01HZAXT2WSVN7PZTM4S8NXZHCZ");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #B7B9BE;
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
  }
  .sub-nav .breadcrumbs {
    overflow: scroll;
    white-space: nowrap;
    margin: 0 24px 16px 24px;
    padding: 0;
  }
  .breadcrumbs-wrap {
    display: block;
    margin: 0 auto;
  }
  .breadcrumbs-wrap ol.breadcrumbs {
    margin: 0;
    padding: 15px 48px 15px 48px;
    border-bottom: 1px solid #DCDCDC;
  }
  .main-content h1.category-caption {
    margin: 23px 48px 0 48px;
    padding-bottom: 17px;
    font-family: MatterSB;
    font-size: 20px;
    color: #4A4A4A;
  }
  .main-content .section-tree-with-article > ul, .section-list-subsection {
    padding-left: 48px;
    list-style-type: none;
  }
  ul.article-list {
    list-style-type: disc;
    color: #C7CED9;
    padding: 0 24px 0 14px;
    display: none;
  }
  ul.article-list > li {
    margin-bottom: 16px;
  }
  ul.article-list a {
    text-decoration: none;
    color: #555C6A;
    font-size: 16px;
  }
  .main-content .section-tree-with-article .section > h2 {
    background-repeat: no-repeat;
    background-position: right 48px center;
    background-size: 17px auto;
    color: #4A4A4A;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: MatterSB;
  }
  .main-content .section-tree-with-article .section > h2 {
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
  }
  .main-content .section-tree-with-article .section > h2.expanded {
    background-image: url("/hc/theming_assets/01HZAXT1DG79B0RK4NCNK0BFB4");
  }
  header.article-header {
    border: none;
    margin-left: 48px;
    height: auto;
  }
  article .article-body {
    margin: 24px 48px 0 48px;
  }
  article .article-body h3 {
    font-size: inherit;
  }
  footer.article-footer {
    display: block;
    margin: 64px 48px 64px 48px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E7;
  }
  div.article-vote {
    text-align: center;
  }
  span.article-vote-question {
    display: block;
    margin-bottom: 29px;
  }
  .article-vote-up, .article-vote-down {
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    background-color: #FFFFFF;
    width: 62.13px;
    height: 48px;
    text-decoration: none;
    color: inherit;
    font-family: "entypo";
    line-height: 48px;
    font-size: 23px;
  }
  .article-footer .article-votes-feedback-wrap, .article-footer .article-votes-feedback-wrap label {
    font-size: 16px;
  }
  .article-footer .article-votes-feedback-wrap input[type=radio] {
    -webkit-appearance: checkbox !important;
  }
  .article-footer .article-votes-feedback-wrap button.submit {
    padding: 6px 20px;
  }
  .article-vote-up:before {
    content: "👍";
  }
  .article-vote-down:before {
    content: "👎";
  }
  article .article-more-questions {
    text-align: center;
    margin-bottom: 72px;
  }
  article .article-more-questions a {
    display: block;
    width: 181.14px;
    height: 41px;
    border: 1px solid #027E6F;
    border-radius: 100px;
    text-decoration: none;
    line-height: 41px;
    color: #027E6F;
    margin: 24px auto;
  }
  header .header-scroll-search {
    align-items: center;
    flex-grow: 200;
  }
  header .header-scroll-search:before {
    content: "";
    position: absolute;
    text-align: center;
    left: 90px;
    width: 55px;
    height: 39px;
    z-index: 1;
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left;
  }
  header .header-scroll-search form {
    display: inline-block;
    margin-left: 24px;
    align-self: stretch;
    flex-grow: 2;
  }
  header .header-scroll-search img {
    height: 30px;
    margin-left: 24px;
  }
  header .header-scroll-search form input[type=submit] {
    display: none;
  }
  header .header-scroll-search form input[type=search] {
    border-radius: 35px;
    background-color: rgba(198, 203, 222, 0.15);
    border: 1px solid #D8D8D8;
    padding: 10px 0 10px 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    box-shadow: none !important;
  }
  .dropdowns-set {
    border: 1px solid #E6E6E7;
    border-radius: 5px;
  }
  .dropdowns-title {
    width: 100%;
    padding: 12px 58px 12px 28px;
    box-sizing: border-box;
    line-height: 26px;
    font-weight: initial;
    font-size: 15px;
    cursor: pointer;
    transition: padding 0.1s;
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
  }
  .dropdowns-title:hover {
    background-color: #FBFBFC;
  }
  .dropdowns-title.expanded {
    padding: 22px 58px 22px 28px;
    line-height: 26px;
    background-image: url("/hc/theming_assets/01HZAXT1DG79B0RK4NCNK0BFB4");
  }
  .dropdowns-body {
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    padding: 0 30px 0 28px;
    border-top: 1px solid #E6E6E7;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    overflow: hidden;
    transition: padding 0.1s, max-height 0.1s;
  }
  .dropdowns-body:last-child {
    border: none;
  }
  .dropdowns-body.expanded {
    padding: 24px 30px 35px 28px;
    max-height: 3000px;
    border-bottom: 1px solid #E6E6E7;
  }
  .dropdowns-body.expanded:last-child {
    border-top: 1px solid #E6E6E7;
    border-bottom: none;
  }
  .tab {
    text-align: center;
    height: 36px;
    display: inline-block;
    border: 1px solid #E6E6E7;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 100;
    padding: 0 15px;
    flex: 1 1 0;
  }
  .tab:last-child {
    border-right: 1px solid #E6E6E7;
  }
  .tab.active {
    height: 37px;
    border-bottom: none;
  }
  .head-wrap {
    height: 36px;
    display: flex;
    display: -webkit-flex;
  }
  .tabbed-article-body {
    display: none;
  }
  .tabbed-article-body.active {
    display: block;
  }
  .tabbed-wrap {
    border: 1px solid #E6E6E7;
    padding: 30px 20px;
    border-radius: 7px;
    border-top-left-radius: 0;
  }
  .form-field input {
    width: 100%;
    height: 100%;
  }
  div.form-field {
    margin-bottom: 10px;
    width: 100%;
  }
  form#new_request input[type=submit] {
    height: 50px;
    width: 226.19px;
    border-radius: 53px;
    background-color: #027E6F;
    background: #027E6F;
    border: 1px solid;
    width: 100%;
  }
  form#new_request input[type=submit]:hover {
    box-shadow: none;
  }
  #new-request-breadcrumbs {
    display: none;
  }
  .new-req-submit-req.search-results {
    display: block;
    width: auto;
  }
  .new-req-submit-req.search-results a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .c-three-dots-loader {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -30px 36px 30px;
    animation-fill-mode: both;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    animation-delay: -0.16s;
    color: #808080;
  }
  .c-three-dots-loader:before,
  .c-three-dots-loader:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    border-radius: 50%;
  }
  .c-three-dots-loader:before {
    left: -36px;
    animation-delay: -0.32s;
  }
  .c-three-dots-loader:after {
    left: 36px;
  }
  @keyframes three-dots-loader-animation {
    0%, 80%, 100% {
      box-shadow: 0 30px 0 -36px;
    }
    40% {
      box-shadow: 0 30px 0 0;
    }
  }
  .c-three-dots-loader-container {
    text-align: center;
    margin: 100px 0 0 0;
  }
  div.form .custom-fields-wrap input,
  div.form .custom-fields-wrap select,
  div.form .custom-fields-wrap #first-sentence-custom-field,
  div.form .custom-fields-wrap #sentence-custom-field,
  .form-field input {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px 0 0 16px;
    font-size: 15px;
    background-color: #fff;
    color: #39393A;
    box-sizing: border-box;
  }
  select.custom-form-field {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  form#new_request .form-field textarea#request_description {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 16px 16px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 288px;
    background-color: #fff;
  }
  form#new_request label {
    display: none;
  }
  #hintsHolder a {
    max-width: 600px;
  }
  form#new_request input[type=submit] {
    color: #fff;
    border-color: #027E6F;
  }
  .new-req-submit-req {
    margin: 41px 24px 72px 24px;
  }
  .new-req-message-badge {
    text-align: center;
    margin-bottom: 18px;
    color: #868EA8;
  }
  .new-req-message-badge strong {
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-family: MatterSB;
  }
  .new-req-submit-req .submit-request-btn {
    width: 190px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #027E6F;
    border-radius: 100px;
    text-align: center;
    line-height: 41px;
    color: #027E6F;
  }
  .submit-article-wrap {
    width: auto;
    margin: 0 48px 0 48px;
  }
  .submit-article-wrap .submit-article-title {
    background-image: none;
    padding: 0 24px 0 24px;
    margin-left: -24px;
    border: none;
    width: 100vw;
    height: 81px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #39393a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: MatterSB;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
  .submit-article-wrap .submit-article-body {
    font-size: 17px;
    padding: 20px 0 20px 0;
    border: none;
    color: #323439;
  }
  .main-content article header.article-header {
    margin: 31px 0 24px 0;
    padding: 0 48px;
    height: auto;
  }
  .main-content article header.article-header h1 {
    color: #39393A;
    font-size: 20px;
  }
  div.article-body {
    font-size: 16px;
    line-height: 24px;
  }
  .main-content article div.article-body a {
    text-decoration: none;
  }
  header.category-wrap {
    border: none;
  }
  header.category-wrap span.category-follow {
    display: none;
  }
  .yellow-semicircle, .green-asterix {
    display: none;
  }
  .yellow-trianlge, .blue-triangle, .green-circle, .green-coma {
    display: inline-block;
    position: absolute;
  }
  .yellow-trianlge, .blue-triangle {
    width: 0;
    height: 0;
  }
  .yellow-trianlge {
    border: 10px solid transparent;
    border-top: 20px solid rgba(21, 195, 154, 0.4);
    transform: rotate(-30deg);
    top: 20px;
  }
  .blue-triangle {
    border: 15px solid transparent;
    border-top: 30px solid rgba(248, 231, 28, 0.4);
    transform: rotate(30deg);
    top: 20px;
    right: 120px;
  }
  .green-circle {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 15px solid #61A9FC;
    opacity: 0.4;
    border-radius: 30px;
    bottom: -7px;
    right: 60px;
  }
  .green-coma {
    color: rgba(248, 231, 28, 0.4);
    opacity: 0.44;
    font-size: 70px;
    font-family: Arial Hebrew;
    bottom: -5px;
  }
  .user-info.dropdown .dropdown-toggle:after {
    display: none;
  }
  div.form .custom-fields-wrap #first-sentence-custom-field,
  div.form .custom-fields-wrap #sentence-custom-field {
    height: 100px;
  }
  .upload-dropzone span {
    color: #fff;
    width: 100px;
    overflow-x: hidden;
    white-space: nowrap;
  }
  .upload-dropzone span a {
    color: #027E6F;
  }
  .upload-dropzone span:before {
    color: #d1d1d1;
  }
  div.request_description > p {
    display: none;
  }
  #user-dropdown {
    width: 100%;
    top: 64px;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.46);
    border-top: 1px solid #D8D8D8;
    padding: 0;
  }
  #user-dropdown a {
    text-decoration: none;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 0 0 0 24px;
  }
  #user-dropdown a:first-child {
    margin-top: 24px;
  }
  .dropdown-menu-caret::before, .dropdown-menu-caret::after {
    content: none;
  }
  h1.category-caption-request {
    font-size: 17px;
    font-family: MatterSB;
    color: #4A4A4A;
    line-height: 27px;
    margin: 24px 0 18px 0;
  }
  section.side-column {
    display: none;
  }
  section.main-column {
    padding: 0 48px;
  }
  strong.request-id, #status-wrap {
    display: inline-block;
    vertical-align: text-top;
  }
  strong.request-id {
    color: #878EA6;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }
  #status-wrap {
    float: right;
  }
  #status-wrap > dd {
    margin: 0;
  }
  #status-wrap > dt {
    margin: 0;
    color: #878EA6;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  #status-wrap > dd > span {
    display: inline-block;
    width: 43px;
    height: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: MatterSB;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
  }
  .main-column ul.comment-list {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .main-column .comment-form .comment-avatar {
    display: none;
  }
  .main-column .comment-form #request_comment_body {
    width: 100%;
    border: 1.25px solid rgb(198, 203, 222);
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 10px 16px 10px;
    margin-bottom: 16px;
  }
  .main-column .comment-form #upload-dropzone {
    border: 1.25px dashed #C6CBDE;
    border-radius: 5px;
  }
  .main-column .comment-form input[type=submit] {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background-color: #027E6F;
    margin: 32px 0 61px 0;
    border: none;
    color: #fff;
  }
  .custom-form-field {
    font-size: 15px;
    color: #4A4A4A;
  }
  .buy-edu-license-btn {
    background: transparent;
    border: 1px solid #027E6F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-left: 3px;
    outline: none;
    text-align: center;
    text-decoration: none;
    top: 27px;
    width: 140px;
  }
  div.card-type-custom-field {
    width: 55%;
    margin-right: 5%;
  }
  div.expiration-date-custom-field {
    width: 40%;
  }
  div.charge-date-custom-field {
    width: 40%;
    margin-right: 5%;
  }
  div.charge-amount-custom-field {
    width: 55%;
  }
  #card-type-custom-field, #charge-date-custom-field, #expiration-date-custom-field, #payment-type-custom-field, .dropdwon-arrow {
    background-image: url("/hc/theming_assets/01JYHF5TQ7CQ4RDY3795HHD3KH");
    background-repeat: no-repeat;
    background-position: right 13px center;
  }
  .my-activities-sub-nav ul {
    list-style-type: none;
    padding-left: 0;
  }
  .my-activities-sub-nav ul li {
    display: inline-block;
    margin-right: 24px;
    color: #4A4A4A;
    font-weight: 600;
  }
  .my-activities-sub-nav ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
  }
  .my-activities-sub-nav .requests-selected-nav {
    border-top: 2px solid #027E6F;
    padding-top: 4px;
  }
  .my-activities-sub-nav, .request-table-toolbar, .my-activities-table {
    margin: 0 48px;
  }
  .request-table-toolbar {
    background-color: rgba(198, 203, 222, 0.15);
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
    margin-bottom: 24px;
  }
  .request-table-toolbar select {
    background-color: #FFFFFF;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    height: 100%;
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
    margin-left: 10px;
    width: 168px;
    padding-left: 15px;
  }
  .request-table-toolbar:before {
    width: 30px;
    height: 100%;
    background-size: 20px;
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    top: 0;
  }
  .request-table-toolbar input {
    display: inline-block;
    padding: 6px 0px 6px 34px;
    -webkit-appearance: none !important;
    outline: none;
    border: none;
    border-radius: 40px;
    background-color: #FFFFFF;
    width: 240px;
  }
  table#request-table {
    width: 100%;
    display: block;
  }
  .my-activities-table thead {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(198, 203, 222, 0.5);
  }
  .my-activities-table thead tr {
    display: flex;
    padding: 0 0 8px 16px;
    box-sizing: border-box;
  }
  .my-activities-table tbody {
    width: 100%;
    display: block;
  }
  .my-activities-table tbody tr {
    width: 100%;
    display: flex;
    padding: 21px 0 17px 16px;
    border-bottom: 1px solid rgba(198, 203, 222, 0.5);
    box-sizing: border-box;
  }
  .my-activities-table thead th {
    flex: 1;
    text-align: left;
    text-transform: uppercase;
    color: #878EA6;
    font-size: 12px;
  }
  .my-activities-table thead th:nth-child(2) {
    flex: 4;
  }
  .my-activities-table thead th:nth-child(1), .my-activities-table thead th:nth-child(3), .my-activities-table thead th:nth-child(4) {
    flex: 2;
  }
  .my-activities-table tbody td {
    flex: 1;
    text-align: left;
    overflow: hidden;
  }
  .my-activities-table tbody td a {
    text-decoration: none;
    color: #4A4A4A;
    white-space: nowrap;
  }
  .my-activities-table tbody td:nth-child(2) {
    flex: 4;
  }
  .my-activities-table tbody td:nth-child(1), .my-activities-table tbody td:nth-child(3), .my-activities-table tbody td:nth-child(4) {
    flex: 2;
  }
  .my-activities-table thead th:nth-child(1) {
    text-align: center;
  }
  .my-activities-table tbody td:nth-child(1) {
    text-align: center;
  }
  .my-activities-table #request-table tr span {
    width: 48px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 2px;
    display: block;
    text-align: center;
  }
  .request-table-toolbar input::-webkit-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input:-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-moz-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .search-results-column ul.search-results-list {
    list-style-type: none;
    padding: 0 48px;
  }
  .search-results-column ul.search-results-list li.search-result {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
  }
  .search-results-column ul.search-results-list li.search-result:last-child {
    border: none;
  }
  .search-results-column ul.search-results-list li.search-result a {
    text-decoration: none;
    color: #027E6F;
    margin-bottom: 15px;
    display: block;
  }
  .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: #027E6F;
    color: #fff;
  }
  .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;
  }
  .search-results-column p {
    padding: 0 48px;
  }
  .search-results-column p a {
    color: #027E6F;
    text-decoration: none;
  }
  .satisfaction-box input[type=radio] ~ label {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
  }
  #upload-dropzone .icon-holder {
    width: 37px;
    height: 37px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid rgba(21, 195, 154, 0.35);
    background-color: #fff;
    margin: 0 16px 0 0;
  }
  #upload-dropzone .texts-holder {
    display: inline-block;
  }
  #upload-dropzone .texts-holder .upper-text {
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    text-align: initial;
    width: initial;
    color: #60657b;
  }
  #upload-dropzone .texts-holder .lower-text {
    color: #8189A9;
    font-size: 14px;
    text-align: initial;
  }
  #upload-dropzone span:before {
    content: none;
  }
  .notification.notification-notice {
    width: 647px;
  }
}
/*mobile styles*/
@media (max-width: 767px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: Matter;
  }
  input, textarea {
    -webkit-appearance: none !important;
    outline: none;
  }
  #upload-dropzone .desktop {
    display: none;
  }
  footer.footer-main, .main-content .section-nav, article .article-comments,
  div#labels-list, .header-scroll-search {
    display: none;
  }
  header {
    height: 64px;
  }
  header.header {
    width: 100%;
  }
  header.header div.header-fixed-wrap {
    width: 100%;
    z-index: 200;
    top: 0;
    height: 64px;
    padding-top: 14px;
    box-sizing: border-box;
    background-color: rgba(198, 203, 222, 0.15);
  }
  header .logo {
    display: inline-block;
    height: 29px;
    margin-left: 24px;
  }
  header.header .logo a img {
    height: 30px;
    vertical-align: super;
    margin-left: 3px;
  }
  header .header-inner {
    display: flex;
    align-items: center;
  }
  header .logo a {
    display: inline-block;
    height: 29px;
    text-decoration: none;
  }
  .header .header-inner .user-nav {
    text-align: right;
    display: inline-block;
    vertical-align: text-bottom;
    flex-grow: 1;
    padding-left: 10px;
    margin-right: 24px;
  }
  header .user-info img.user-avatar {
    display: none;
  }
  header div.signin-options > a {
    display: none;
  }
  header .mobile-menu-toggler div {
    width: 18px;
    height: 3px;
    background-color: #027E6F;
    margin: 3px 0;
  }
  header .mobile-menu {
    padding-top: 24px;
    width: 100%;
    display: none;
    position: absolute;
    top: 65px;
    background-color: #FFF;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.46);
  }
  header .mobile-menu a {
    display: block;
    text-decoration: none;
    color: #4A4A4A;
    margin: 0 0 24px 24px;
    padding-left: 5px;
  }
  header .mobile-menu a:last-child {
    border-top: 1px solid #D8D8D8;
    padding-top: 24px;
    margin-right: 24px;
  }
  header .mobile-menu-closer {
    display: none;
  }
  header .mobile-menu-closer:after {
    content: "×";
    font-size: 23px;
    font-weight: 100;
    color: #027E6F;
  }
  .search-box {
    position: relative;
    background-color: rgba(198, 203, 222, 0.15);
  }
  .hero-unit.search-box {
    padding: 64px 24px 45px 24px;
  }
  .search-title {
    font-family: MatterSB;
    color: #000000;
    text-align: center;
    margin-bottom: 33px;
    font-size: 28px;
    font-weight: bold;
  }
  .search-box-small input[type=submit], .search-box input[type=submit], .sub-nav .search input[type=submit] {
    display: none;
  }
  .hero-unit.search-box-small {
    background-color: rgba(198, 203, 222, 0.15);
  }
  .search-box input, .sub-nav .search input {
    padding: 14px 49px;
    width: 100%;
    -webkit-appearance: none;
    color: #000;
    font-size: 17px;
    font-weight: 300;
  }
  .search-box input {
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #878EA6;
  }
  .path-step {
    display: none;
  }
  .top-articles ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .top-articles {
    padding: 3px 0 32px 32px;
    background-color: rgba(198, 203, 222, 0.15);
  }
  .top-articles-wrap {
    margin-top: 22px;
  }
  .top-articles .top-articles-title {
    color: #878EA6;
    margin-bottom: 1px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .top-articles .top-articles-wrap li {
    margin-top: 16px;
  }
  .top-articles .top-articles-wrap li a {
    text-decoration: underline;
    color: #555C6A;
    font-size: 16px;
  }
  ul.category-list {
    margin-top: 150px;
    padding: 0;
    list-style-type: none;
  }
  .category-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 150px;
    text-align: center;
  }
  .category-list a {
    box-sizing: border-box;
    text-decoration: none;
    height: 100%;
    width: 100%;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 150px;
    color: #2E3543;
    font-size: 16px;
  }
  .category-list li:nth-child(5), .category-list li:nth-child(6) {
    margin-bottom: 60px;
  }
  .category-list li:nth-child(1) a {
    background-image: url("/hc/theming_assets/01K8R27JQ75Q5589QBTXK9JZKN");
  }
  .category-list li:nth-child(2) a {
    background-image: url("/hc/theming_assets/01JYHF5TJ4WVMHGKZZ9684AYR0");
  }
  .category-list li:nth-child(3) a {
    background-image: url("/hc/theming_assets/01JYHF5TN4DXYFTE9FE8GQEGVR");
  }
  .category-list li:nth-child(4) a {
    background-image: url("/hc/theming_assets/01JYHF5TM4JJF0R4DFA95Q3WAF");
  }
  .category-list li:nth-child(5) a {
    background-image: url("/hc/theming_assets/01JYHF5T7RT0W1E9VQAM7BWN6A");
  }
  .category-list li:nth-child(6) a {
    background-image: url("/hc/theming_assets/01JYHF5SC7HG3WKXW0XDDX5JW5");
  }
  .contact-badge-desktop {
    display: none;
  }
  .contact-badge {
    display: block;
    width: 92%;
    height: 171px;
    margin: 0 auto 80px auto;
    background-image: url("/hc/theming_assets/01HZAXT2C1BZ39YNHCXRZ8A4AJ");
    background-repeat: no-repeat;
    background-position: center 23px;
    background-size: 80px auto;
    padding: 72px 16px 130px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(196, 196, 196, 0.5);
    text-decoration: none;
    color: #39393A;
    box-sizing: border-box;
  }
  .contact-badge p {
    text-align: center;
  }
  .contact-badge p:first-child {
    font-family: MatterSB;
    font-size: 17px;
    color: #39393A;
  }
  .contact-badge span {
    color: #027E6F;
  }
  .search-box-small form {
    padding: 16px 20px;
  }
  .search-box-small input[type=search] {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 0 7px 40px;
    border: 1px solid #DCDCDC;
    border-radius: 50px;
    background-color: #FFFFFF;
    color: rgba(135, 142, 166, 0.76);
  }
  .search-wrap {
    position: relative;
  }
  .search-wrap:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    z-index: 1;
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center center;
  }
  .search-box-small .search-wrap:before {
    background-position: 30px 20px;
    background-size: 25px;
  }
  .breadcrumbs li {
    color: #4A4A4A;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
  }
  .breadcrumbs li + li:before {
    background-image: url("/hc/theming_assets/01HZAXT2WSVN7PZTM4S8NXZHCZ");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #B7B9BE;
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
  }
  .sub-nav .breadcrumbs {
    overflow: scroll;
    white-space: nowrap;
    margin: 0 24px 16px 24px;
    padding: 0;
  }
  .breadcrumbs-wrap {
    display: block;
    margin: 0 auto;
  }
  .breadcrumbs-wrap ol.breadcrumbs {
    margin: 0;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #DCDCDC;
  }
  .main-content h1.category-caption {
    margin: 23px 24px 0 24px;
    padding-bottom: 17px;
    font-family: MatterSB;
    font-size: 20px;
    color: #4A4A4A;
  }
  .main-content .section-tree-with-article > ul, .section-list-subsection {
    padding-left: 24px;
    list-style-type: none;
  }
  ul.article-list {
    list-style-type: disc;
    color: #C7CED9;
    padding: 0 24px 0 14px;
    display: none;
  }
  ul.article-list > li {
    margin-bottom: 16px;
  }
  ul.article-list a {
    text-decoration: none;
    color: #4A4A4A;
    font-size: 16px;
  }
  .main-content .section-tree-with-article .section > h2 {
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 17px auto;
    color: #4A4A4A;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: MatterSB;
  }
  .main-content .section-tree-with-article .section > h2 {
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
  }
  .main-content .section-tree-with-article .section > h2.expanded {
    background-image: url("/hc/theming_assets/01HZAXT1DG79B0RK4NCNK0BFB4");
  }
  header.article-header {
    margin: 31px 0 24px 0;
    padding: 0 24px;
    height: auto;
  }
  article .article-body h3 {
    font-size: inherit;
  }
  .article-body {
    margin: 24px 24px 0 24px;
    font-size: 16px;
  }
  footer.article-footer {
    display: block;
    margin: 64px 24px 64px 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E7;
  }
  div.article-vote {
    text-align: center;
  }
  span.article-vote-question {
    display: block;
    margin-bottom: 29px;
  }
  .article-vote-up, .article-vote-down {
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    background-color: #FFFFFF;
    width: 62.13px;
    height: 48px;
    text-decoration: none;
    color: inherit;
    font-family: "entypo";
    line-height: 48px;
    font-size: 23px;
  }
  .article-vote-up:before {
    content: "👍";
  }
  .article-vote-down:before {
    content: "👎";
  }
  .article-footer .article-votes-feedback-wrap input[type=radio] {
    -webkit-appearance: checkbox !important;
  }
  .article-footer .article-votes-feedback-wrap, .article-footer .article-votes-feedback-wrap label {
    font-size: 14px;
  }
  .article-footer .article-votes-feedback-wrap .description {
    line-height: 24px;
  }
  .article-footer .article-votes-feedback-wrap .comments-box textarea {
    width: 100%;
    height: 84px;
    padding: 10px;
    box-sizing: border-box;
  }
  .article-footer .article-votes-feedback-wrap .comments-box, .article-footer .article-votes-feedback-wrap .submit-btn-wrap {
    width: auto;
    text-align: center;
  }
  .article-footer .article-votes-feedback-wrap button.submit {
    padding: 6px 50px;
  }
  .article-feedback-post-vote {
    right: 5px;
    width: 340px;
  }
  article .article-more-questions {
    text-align: center;
    margin-bottom: 72px;
  }
  article .article-more-questions a {
    display: block;
    width: 181.14px;
    height: 41px;
    border: 1px solid #027E6F;
    border-radius: 100px;
    text-decoration: none;
    line-height: 41px;
    color: #027E6F;
    margin: 24px auto;
  }
  header .header-scroll-search {
    align-items: center;
    flex-grow: 2;
  }
  .mobile-menu-toggler {
    float: right;
  }
  header .header-scroll-search:before {
    content: "";
    position: absolute;
    text-align: center;
    left: 40px;
    width: 55px;
    height: 39px;
    z-index: 1;
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }
  .header-scroll-search input::-webkit-input-placeholder {
    color: #878EA6;
    opacity: 0.86;
  }
  .header-scroll-search input:-ms-input-placeholder {
    color: #878EA6;
    opacity: 0.86;
  }
  .header-scroll-search input::-moz-placeholder {
    color: #878EA6;
    opacity: 0.86;
  }
  .header-scroll-search input::-ms-input-placeholder {
    color: #878EA6;
    opacity: 0.86;
  }
  .header-scroll-search input::placeholder {
    color: #878EA6;
    opacity: 0.86;
  }
  header .header-scroll-search form {
    display: inline-block;
    margin-left: 24px;
    align-self: stretch;
    flex-grow: 2;
  }
  header .header-scroll-search img {
    height: 30px;
    margin-left: 24px;
  }
  header .header-scroll-search form input[type=submit] {
    display: none;
  }
  header .header-scroll-search form input[type=search] {
    border-radius: 35px;
    background-color: rgba(198, 203, 222, 0.15);
    border: 1px solid #D8D8D8;
    padding: 10px 0 10px 35px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-appearance: none;
    box-shadow: none !important;
  }
  .dropdowns-set {
    border: 1px solid #E6E6E7;
    border-radius: 5px;
  }
  .dropdowns-title {
    width: 100%;
    padding: 12px 58px 12px 28px;
    box-sizing: border-box;
    line-height: 26px;
    font-weight: initial;
    font-size: 15px;
    cursor: pointer;
    transition: padding 0.1s;
    background-image: url("/hc/theming_assets/01HZAXT1TYQ1HRP5RGAZGQPEQC");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 15px center;
  }
  .dropdowns-title:hover {
    background-color: #FBFBFC;
  }
  .dropdowns-title.expanded {
    padding: 22px 58px 22px 28px;
    line-height: 26px;
    background-image: url("/hc/theming_assets/01HZAXT1DG79B0RK4NCNK0BFB4");
  }
  .dropdowns-body {
    width: 100%;
    max-height: 0;
    box-sizing: border-box;
    padding: 0 30px 0 28px;
    border-top: 1px solid #E6E6E7;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    overflow: hidden;
    transition: padding 0.1s, max-height 0.1s;
  }
  .dropdowns-body:last-child {
    border: none;
  }
  .dropdowns-body.expanded {
    padding: 24px 30px 35px 28px;
    max-height: 3000px;
    border-bottom: 1px solid #E6E6E7;
  }
  .dropdowns-body.expanded:last-child {
    border-top: 1px solid #E6E6E7;
    border-bottom: none;
  }
  .tab {
    text-align: center;
    height: 36px;
    display: inline-block;
    border: 1px solid #E6E6E7;
    border-right: none;
    border-bottom: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 100;
    padding: 0 15px;
    flex: 1 1 0;
  }
  .tab:last-child {
    border-right: 1px solid #E6E6E7;
  }
  .tab.active {
    height: 37px;
    border-bottom: none;
  }
  .head-wrap {
    height: 36px;
    display: flex;
    display: -webkit-flex;
  }
  .tabbed-article-body {
    display: none;
  }
  .tabbed-article-body.active {
    display: block;
  }
  .tabbed-wrap {
    border: 1px solid #E6E6E7;
    padding: 30px 20px;
    border-radius: 7px;
    border-top-left-radius: 0;
  }
  .form-field input {
    width: 100%;
    height: 100%;
  }
  div.form-field {
    margin-bottom: 10px;
    width: 100%;
  }
  form#new_request input[type=submit] {
    height: 50px;
    width: 226.19px;
    border-radius: 53px;
    background-color: #027E6F;
    background: #027E6F;
    border: 1px solid;
    width: 100%;
  }
  form#new_request input[type=submit]:hover {
    box-shadow: none;
  }
  #new-request-breadcrumbs {
    display: none;
  }
  .new-req-submit-req.search-results {
    display: block;
    width: auto;
  }
  .new-req-submit-req.search-results a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .c-three-dots-loader {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -30px 36px 30px;
    animation-fill-mode: both;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    animation-delay: -0.16s;
    color: #808080;
  }
  .c-three-dots-loader:before,
  .c-three-dots-loader:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    animation: three-dots-loader-animation 2s infinite ease-in-out;
    border-radius: 50%;
  }
  .c-three-dots-loader:before {
    left: -36px;
    animation-delay: -0.32s;
  }
  .c-three-dots-loader:after {
    left: 36px;
  }
  @keyframes three-dots-loader-animation {
    0%, 80%, 100% {
      box-shadow: 0 30px 0 -36px;
    }
    40% {
      box-shadow: 0 30px 0 0;
    }
  }
  .c-three-dots-loader-container {
    text-align: center;
    margin: 100px 0 0 0;
  }
  div.form .custom-fields-wrap input,
  div.form .custom-fields-wrap select,
  div.form .custom-fields-wrap #first-sentence-custom-field,
  div.form .custom-fields-wrap #sentence-custom-field,
  .form-field input {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px 0 0 16px;
    font-size: 15px;
    background-color: #fff;
    color: #39393A;
    box-sizing: border-box;
  }
  div.form .custom-fields-wrap input#document-id {
    height: 70px;
  }
  select.custom-form-field {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  form#new_request .form-field textarea#request_description {
    display: block;
    width: 90%;
    padding: 20px 16px 16px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 288px;
    background-color: #fff;
  }
  form#new_request label {
    display: none;
  }
  #hintsHolder a {
    max-width: 250px;
  }
  form#new_request input[type=submit] {
    color: #fff;
    border-color: #027E6F;
  }
  .new-req-submit-req {
    margin: 41px 24px 72px 24px;
  }
  .new-req-message-badge {
    text-align: center;
    margin-bottom: 18px;
    color: #868EA8;
  }
  .new-req-message-badge strong {
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-family: MatterSB;
  }
  .new-req-submit-req .submit-request-btn {
    width: 190px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #027E6F;
    border-radius: 100px;
    text-align: center;
    line-height: 41px;
    color: #027E6F;
  }
  .submit-article-wrap {
    width: auto;
    margin: 0 24px 0 24px;
  }
  .submit-article-wrap .submit-article-title {
    background-image: none;
    padding: 0 24px 0 24px;
    margin-left: -24px;
    border: none;
    width: 100vw;
    height: 81px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #39393a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: MatterSB;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
  .submit-article-wrap .submit-article-body {
    font-size: 17px;
    padding: 20px 0 20px 0;
    border: none;
    color: #323439;
  }
  .main-content article header.article-header {
    margin: 31px 0 24px 0;
    padding: 0 24px;
    height: auto;
  }
  .main-content article header.article-header h1 {
    color: #39393A;
    font-size: 20px;
  }
  div.article-body {
    font-size: 16px;
    line-height: 24px;
  }
  .main-content article div.article-body a {
    text-decoration: none;
  }
  header.category-wrap {
    border: none;
  }
  header.category-wrap span.category-follow {
    display: none;
  }
  .yellow-semicircle, .green-asterix {
    display: none;
  }
  .yellow-trianlge, .blue-triangle, .green-circle, .green-coma {
    display: inline-block;
    position: absolute;
  }
  .yellow-trianlge, .blue-triangle {
    width: 0;
    height: 0;
  }
  .yellow-trianlge {
    border: 10px solid transparent;
    border-top: 20px solid rgba(21, 195, 154, 0.4);
    transform: rotate(-30deg);
    top: 20px;
  }
  .blue-triangle {
    border: 15px solid transparent;
    border-top: 30px solid rgba(248, 231, 28, 0.4);
    transform: rotate(30deg);
    top: 20px;
    right: 40px;
  }
  .green-circle {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 15px solid #61A9FC;
    opacity: 0.4;
    border-radius: 30px;
    bottom: -7px;
    right: 60px;
  }
  .green-coma {
    color: rgba(248, 231, 28, 0.4);
    font-size: 70px;
    font-family: Arial Hebrew;
    bottom: -5px;
  }
  .user-info.dropdown .dropdown-toggle:after {
    display: none;
  }
  div.form .custom-fields-wrap #first-sentence-custom-field,
  div.form .custom-fields-wrap #sentence-custom-field {
    height: 100px;
  }
  .upload-dropzone span {
    color: #fff;
    width: 100px;
    overflow-x: hidden;
    white-space: nowrap;
  }
  .upload-dropzone span a {
    color: #027E6F;
  }
  .upload-dropzone span:before {
    color: #d1d1d1;
  }
  div.request_description > p {
    display: none;
  }
  #user-dropdown {
    width: 100%;
    top: 64px;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.46);
    border-top: 1px solid #D8D8D8;
    padding: 0;
  }
  #user-dropdown a {
    text-decoration: none;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 0 0 0 24px;
  }
  #user-dropdown a:first-child {
    margin-top: 24px;
  }
  .buy-edu-license-btn {
    background: transparent;
    border: 1px solid #027E6F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-left: 3px;
    outline: none;
    text-align: center;
    text-decoration: none;
    top: 27px;
    width: 140px;
  }
  .dropdown-menu-caret::before, .dropdown-menu-caret::after {
    content: none;
  }
  h1.category-caption-request {
    font-size: 17px;
    font-family: MatterSB;
    color: #4A4A4A;
    line-height: 27px;
    margin: 24px 0 18px 0;
  }
  section.side-column {
    display: none;
  }
  section.main-column {
    padding: 0 24px 0 24px;
  }
  strong.request-id, #status-wrap {
    display: inline-block;
    vertical-align: text-top;
  }
  strong.request-id {
    color: #878EA6;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
  }
  #status-wrap {
    float: right;
  }
  #status-wrap > dd {
    margin: 0;
    height: 25px;
  }
  #status-wrap > dt {
    margin: 0;
    color: #878EA6;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  #status-wrap > dd > span {
    display: inline-block;
    width: 43px;
    height: 20px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: MatterSB;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
  }
  .main-column ul.comment-list {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info > .comment-author {
    font-size: 14px;
  }
  ul.comment-list li.comment > div.comment-head-wrap > div.comment-meta-info > span > time {
    font-size: 12px;
  }
  ul.comment-list li.comment > div.comment-container {
    font-size: 16px;
  }
  .main-column .comment-form .comment-avatar {
    display: none;
  }
  .main-column .comment-form #request_comment_body {
    width: 100%;
    border: 1.25px solid rgb(198, 203, 222);
    height: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 10px 16px 10px;
    margin-bottom: 16px;
  }
  .main-column .comment-form #upload-dropzone {
    border: 1.25px dashed #C6CBDE;
    border-radius: 5px;
  }
  .main-column .comment-form input[type=submit] {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background-color: #027E6F;
    margin: 32px 0 61px 0;
    border: none;
    color: #fff;
  }
  .main-column ul.comment-list .comment-container .attachment-list {
    position: relative;
    left: -48px;
    color: #555C6A;
    line-height: 27px;
    font-size: 14px;
    word-break: break-all;
    padding: 0;
  }
  .main-column ul.comment-list .comment-container .attachment-list li {
    border: none;
    list-style-type: none;
  }
  .custom-form-field {
    font-size: 15px;
    color: #4A4A4A;
  }
  div.card-type-custom-field {
    width: 55%;
    margin-right: 5%;
  }
  div.expiration-date-custom-field {
    width: 40%;
  }
  div.charge-date-custom-field {
    width: 40%;
    margin-right: 5%;
  }
  div.charge-amount-custom-field {
    width: 55%;
  }
  #card-type-custom-field, #charge-date-custom-field, #expiration-date-custom-field, #payment-type-custom-field, .dropdwon-arrow {
    background-image: url("/hc/theming_assets/01JYHF5TQ7CQ4RDY3795HHD3KH");
    background-repeat: no-repeat;
    background-position: right 13px center;
  }
  .my-activities-sub-nav ul {
    list-style-type: none;
    padding-left: 16px;
  }
  .my-activities-sub-nav ul li {
    display: inline-block;
    margin-right: 24px;
    color: #4A4A4A;
    font-weight: 600;
  }
  .my-activities-sub-nav ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
  }
  .my-activities-sub-nav .requests-selected-nav {
    border-top: 2px solid #027E6F;
    padding-top: 4px;
  }
  .my-activities-table {
    margin: 0 16px;
  }
  .request-table-toolbar {
    display: flex;
    position: relative;
    margin: 24px 16px;
  }
  .request-table-toolbar:before {
    width: 30px;
    height: 100%;
    background-size: 20px;
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url("/hc/theming_assets/01JYHF5SEFXEG1EKJCJZ42AZQ4");
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  .request-table-toolbar input {
    display: inline-block;
    padding: 6px 0px 6px 34px;
    -webkit-appearance: none !important;
    outline: none;
    border: none;
    border-radius: 40px;
    background-color: rgba(198, 203, 222, 0.15);
    flex: 10;
  }
  .request-table-toolbar .request-table-filters > label {
    display: none;
  }
  .request-table-toolbar .request-table-filters {
    display: inline-block;
    position: relative;
    felx: 1;
  }
  .request-table-toolbar input::-webkit-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input:-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-moz-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::-ms-input-placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar input::placeholder {
    color: rgba(135, 142, 166, 0.76);
  }
  .request-table-toolbar .request-table-filters select {
    width: 38px;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
  }
  .request-table-toolbar .request-table-filters:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 38px;
    z-index: 10;
    pointer-events: none;
    background-color: #FFFFFF;
    background-image: url("/hc/theming_assets/01JYHF5SC6TP7FGD3DT8FA443E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .my-activities-table #request-table thead {
    display: none;
  }
  .my-activities-table #request-table tbody {
    display: block;
    width: 100%;
  }
  .my-activities-table #request-table {
    width: 100%;
    display: block;
    margin-bottom: 72px;
  }
  .my-activities-table #request-table td:nth-child(1), .my-activities-table #request-table td:nth-child(3), .my-activities-table #request-table td:nth-child(4) {
    display: none;
  }
  .my-activities-table #request-table tr {
    display: flex;
    padding: 8px;
    box-shadow: 0 2px 4px 0 rgba(210, 212, 221, 0.24);
    margin-bottom: 8px;
  }
  .my-activities-table #request-table td:nth-child(2) {
    flex: 10;
    overflow: hidden;
    margin-right: 10px;
  }
  .my-activities-table #request-table td:nth-child(5) {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .my-activities-table #request-table tr span {
    width: 48px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 2px;
  }
  .my-activities-table #request-table td a {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
  }
  .my-activities-table #request-table td .request-id {
    color: #878EA6;
    font-size: 12px;
    line-height: 15px;
  }
  .search-results-column ul.search-results-list {
    list-style-type: none;
    padding: 0 24px 0 24px;
  }
  .search-results-column ul.search-results-list li.search-result {
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
  }
  .search-results-column ul.search-results-list li.search-result:last-child {
    border: none;
  }
  .search-results-column ul.search-results-list li.search-result a {
    text-decoration: none;
    color: #027E6F;
    margin-bottom: 15px;
    display: block;
  }
  .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: #027E6F;
    color: #fff;
  }
  .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;
  }
  .search-results-column p {
    padding: 0 24px;
  }
  .search-results-column p a {
    color: #027E6F;
    text-decoration: none;
  }
  .satisfaction-box input[type=radio] ~ label {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
  }
  #upload-dropzone .icon-holder {
    flex-basis: 37px;
    flex-shrink: 0;
    flex-grow: 0;
    height: 37px;
    background-position: center;
    border-radius: 50%;
    border: 1px solid rgba(21, 195, 154, 0.35);
    background-color: #fff;
    margin: 0 9px 0 23px;
  }
  #upload-dropzone .texts-holder {
    display: inline-block;
  }
  #upload-dropzone .texts-holder .upper-text {
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    text-align: initial;
    width: initial;
    color: #60657b;
  }
  #upload-dropzone .texts-holder .lower-text {
    color: #8189A9;
    font-size: 12px;
    text-align: initial;
    line-height: 23px;
  }
  #upload-dropzone span:before {
    content: none;
  }
  .notification.notification-notice {
    width: 95%;
  }
  .notification.notification-notice .received-request-text, .notification.notification-notice .login-prompt-text {
    font-size: 16px;
  }
  .notification.notification-notice .received-request-text:before {
    background-size: 22px auto;
    margin-right: 12px;
    vertical-align: bottom;
    content: " ";
    width: 22px;
    height: 22px;
  }
  .notification.notification-notice .login-prompt-text {
    padding: 0 31px;
  }
}
@media (max-width: 767px) {
  div.form-title {
    width: auto;
  }
  .custom-field-placeholder.mobile {
    display: initial;
  }
  .custom-field-placeholder.desktop {
    display: none;
  }
  .custom-field-placeholder.mobile.underneath {
    color: #60657B;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .custom-fields-wrap.mobile {
    margin-bottom: 24px;
  }
}
header.header .header-fixed-wrap .signin-options {
  display: inline-flex;
  align-items: baseline;
}
header.header .header-fixed-wrap a {
  color: #323439;
}
header.header .header-fixed-wrap .user-info.dropdown {
  height: auto;
}
header.header .header-fixed-wrap .user-info.dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: start;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 55px;
  width: 200px;
}
header.header .header-fixed-wrap .user-info.dropdown .dropdown-content:hover {
  background-color: #f1f1f1;
}
header.header .header-fixed-wrap .user-info.dropdown .dropdown-content a {
  display: block;
}
header.header .header-fixed-wrap .user-info.dropdown:hover .dropdown-content {
  display: block;
}
header.header .header-fixed-wrap .sign-in {
  border: none;
}
@media (max-width: 1079px) {
  header.header .header-fixed-wrap .user-avatar {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
._28Bn_-src-components-loader--style-loader{position:relative;display:inline-block;width:20px;height:20px;border-radius:50%;margin:-20px 300px 20px;animation-fill-mode:both;animation:_2Y_cq-src-components-loader--style-loader-animation 2s infinite ease-in-out;animation-delay:-.16s;color:#808080}._28Bn_-src-components-loader--style-loader:before,._28Bn_-src-components-loader--style-loader:after{content:'';position:absolute;width:20px;height:20px;top:0;animation:_2Y_cq-src-components-loader--style-loader-animation 2s infinite ease-in-out;border-radius:50%}._28Bn_-src-components-loader--style-loader:before{left:-24px;animation-delay:-.32s}._28Bn_-src-components-loader--style-loader:after{left:24px}@media (max-width:1079px){._28Bn_-src-components-loader--style-loader{margin:-20px 30px 20px}}@-moz-keyframes _2Y_cq-src-components-loader--style-loader-animation{0%,80%,100%{box-shadow:0 20.4px 0 -20.4px}40%{box-shadow:0 20.4px 0 0}}@-webkit-keyframes _2Y_cq-src-components-loader--style-loader-animation{0%,80%,100%{box-shadow:0 20.4px 0 -20.4px}40%{box-shadow:0 20.4px 0 0}}@-o-keyframes _2Y_cq-src-components-loader--style-loader-animation{0%,80%,100%{box-shadow:0 20.4px 0 -20.4px}40%{box-shadow:0 20.4px 0 0}}@keyframes _2Y_cq-src-components-loader--style-loader-animation{0%,80%,100%{box-shadow:0 20.4px 0 -20.4px}40%{box-shadow:0 20.4px 0 0}}
.fweEW-src-components-article-title--style-step{display:flex;align-items:center;height:70px;border-bottom:1px solid #e6e6e7;background-image:url("//p13.zdassets.com/hc/theme_assets/1305046/114093961651/arrow_2x.png");background-repeat:no-repeat;background-size:10px auto;background-position:658px center;color:#000;font-size:18px;padding-left:30px;box-sizing:border-box;cursor:pointer}.fweEW-src-components-article-title--style-step:hover{text-decoration:none}.fweEW-src-components-article-title--style-step:last-child{border-bottom:none}._2imfp-src-components-article-title--style-featureRequest{display:flex;justify-content:space-between;height:70px;border-bottom:1px solid #e6e6e7;color:#000;font-size:18px;padding:0 30px;box-sizing:border-box;cursor:pointer;align-items:center}._2imfp-src-components-article-title--style-featureRequest:hover{text-decoration:none}._2imfp-src-components-article-title--style-featureRequest:last-child{border-bottom:none}._2imfp-src-components-article-title--style-featureRequest span{background:transparent;border:1px solid #027e6f;border-radius:25px;font-size:16px;font-weight:300;height:37px;margin-left:3px;outline:none;padding:9px 35px;text-align:center;text-decoration:none;top:27px;color:#027e6f;display:inline-flex;align-items:center}@media (max-width:1079px){.fweEW-src-components-article-title--style-step{font-size:16px;background-position:right 16px center;padding:21px 40px 21px 16px}._2imfp-src-components-article-title--style-featureRequest{font-size:16px;padding:0 16px}._2imfp-src-components-article-title--style-featureRequest span{height:auto}}@media (max-width:767px){._2imfp-src-components-article-title--style-featureRequest span{padding:6px 16px}}
._1Dc5Q-src-components-link--style-step{display:flex;align-items:center;height:70px;border-bottom:1px solid #e6e6e7;background-image:url("//p13.zdassets.com/hc/theme_assets/1305046/114093961651/arrow_2x.png");background-repeat:no-repeat;background-size:10px auto;background-position:658px center;color:#000;font-size:18px;padding-left:30px;box-sizing:border-box;cursor:pointer;text-decoration:none}._1Dc5Q-src-components-link--style-step:hover{text-decoration:none}._1Dc5Q-src-components-link--style-step:last-child{border-bottom:none}@media (max-width:1079px){._1Dc5Q-src-components-link--style-step{font-size:16px;height:auto;background-position:right 16px center;padding:21px 40px 21px 16px}}
._1NSPR-src-components-step-title--style-step{display:flex;align-items:center;height:70px;border-bottom:1px solid #e6e6e7;background-image:url("//p13.zdassets.com/hc/theme_assets/1305046/114093961651/arrow_2x.png");background-repeat:no-repeat;background-size:10px auto;background-position:658px center;color:#000;font-size:18px;padding-left:30px;box-sizing:border-box;cursor:pointer}._1NSPR-src-components-step-title--style-step:hover{text-decoration:none}._1NSPR-src-components-step-title--style-step:last-child{border-bottom:none}@media (max-width:1079px){._1NSPR-src-components-step-title--style-step{font-size:16px;height:auto;background-position:right 16px center;padding:21px 40px 21px 16px}}
._3eNsK-src-components-form-title--style-step{display:flex;align-items:center;height:70px;border-bottom:1px solid #e6e6e7;background-image:url("//p13.zdassets.com/hc/theme_assets/1305046/114093961651/arrow_2x.png");background-repeat:no-repeat;background-size:10px auto;background-position:658px center;color:#000;font-size:18px;padding-left:30px;box-sizing:border-box;cursor:pointer}._3eNsK-src-components-form-title--style-step:hover{text-decoration:none}._3eNsK-src-components-form-title--style-step:last-child{border-bottom:none}@media (max-width:1079px){._3eNsK-src-components-form-title--style-step{font-size:16px;height:auto;background-position:right 16px center;padding:21px 40px 21px 16px}}
.HxsWn-src-components-funnel--funnel-steps_wrapper{border:1px solid #e6e6e7;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,0.07);width:690px}.PamdX-src-components-funnel--funnel-funnel_wrap{width:690px;margin:0 auto 0 auto}@media (max-width:767px){.PamdX-src-components-funnel--funnel-funnel_wrap{width:auto}.HxsWn-src-components-funnel--funnel-steps_wrapper{width:auto}}@media (min-width:767px) and (max-width:1079px){.PamdX-src-components-funnel--funnel-funnel_wrap{width:auto;margin:24px 0}.HxsWn-src-components-funnel--funnel-steps_wrapper{width:auto}.Hb82C-src-components-funnel--funnel-steps_wrapper_article{border:none;box-shadow:none;width:auto}}
@media (min-width:1080px){._2w6UM-src-components-login-options--style-title{font-size:26px;font-family:MatterSB;width:691px;margin:0 auto 24px auto}._3M5Zw-src-components-login-options--style-signinCtaMobile{display:none}.r1d9J-src-components-login-options--style-signinCtaDesktop > p:first-child{font-weight:bold}._2F2ga-src-components-login-options--style-loginOptions{box-sizing:initial;width:691px;height:311px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.07);border:1px solid #e6e6e7;border-radius:5px;margin:0 auto 170px auto}._2F2ga-src-components-login-options--style-loginOptions > div{width:100%;height:171px;border-bottom:1px solid #e6e6e7;background-image:url("/hc/theming_assets/01HZAXT29PM4DFMBCWPW96ZW1A");background-repeat:no-repeat;background-size:63px auto;background-position:38px center;position:relative}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption{display:block;width:691px;height:70px;border-bottom:1px solid #e6e6e7;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY"),url("/hc/theming_assets/01JYHF5TPE1YQFCWQ06YVKAK6R");background-repeat:no-repeat,no-repeat;background-size:13px auto,26px auto;background-position:650px center,57px center;text-decoration:none;color:#707174;font-size:16px;line-height:69px;padding-left:130px;font-weight:300}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption._1CV62-src-components-login-options--style-proceedGuest{border-bottom:1px solid #e6e6e7;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY"),url("/hc/theming_assets/01JYHF5SHY0RQH4MED8WGWV7MD");background-repeat:no-repeat,no-repeat;background-size:13px auto,26px auto;background-position:650px center,57px center}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption:hover{background-color:#fbfbfc}._2F2ga-src-components-login-options--style-loginOptions > a:last-child{border:none}._2F2ga-src-components-login-options--style-loginOptions > div > div{position:absolute}._2F2ga-src-components-login-options--style-loginOptions > div > div:nth-child(1){width:100%;height:100%}._2F2ga-src-components-login-options--style-loginOptions > div > div:nth-child(2){margin:58px 50px 0 0;left:130px}._2F2ga-src-components-login-options--style-loginOptions ._10xl--src-components-login-options--style-loginButton{display:block;height:100%;width:100%;text-decoration:none;color:transparent;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");background-repeat:no-repeat;background-position:650px center;background-size:13px auto}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(1){margin:0;font-size:21px}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(2){margin:0;font-size:16px;color:#707174}}@media (max-width:767px){.r1d9J-src-components-login-options--style-signinCtaDesktop,._2w6UM-src-components-login-options--style-title{display:none}._3M5Zw-src-components-login-options--style-signinCtaMobile p:first-child{color:#4a4a4a;font-family:'MatterSB';font-size:20px;margin:0 0 16px 0}._3M5Zw-src-components-login-options--style-signinCtaMobile p:nth-child(2){color:#878ea6;font-size:17px;line-height:24px}._2F2ga-src-components-login-options--style-loginOptions{box-sizing:initial;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.07);border:1px solid #e6e6e7;border-radius:5px}._2F2ga-src-components-login-options--style-loginOptions > div{border-bottom:1px solid #e6e6e7}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption{display:block;border-bottom:1px solid #e6e6e7;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");background-repeat:no-repeat;background-size:10px auto;background-position:right 16px center;text-decoration:none;color:#4a4a4a;font-size:16px;padding:16px;font-weight:300}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption:hover{background-color:#fbfbfc}._2F2ga-src-components-login-options--style-loginOptions > a:last-child{border:none;line-height:35px}._2F2ga-src-components-login-options--style-loginOptions > div > div:nth-child(2){display:none}._2F2ga-src-components-login-options--style-loginOptions ._10xl--src-components-login-options--style-loginButton{display:block;font-size:16px;line-height:50px;font-weight:300;text-decoration:none;padding-left:24px;color:#027e6f;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");background-repeat:no-repeat;background-size:10px auto;background-position:right 16px center}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(1){margin:0;font-size:21px}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(2){margin:0;font-size:14px;color:#707174}._2F2ga-src-components-login-options--style-loginOptions ._1CV62-src-components-login-options--style-proceedGuest span:first-child{display:block;color:#4a4a4a;font-size:17px;line-height:24px}._2F2ga-src-components-login-options--style-loginOptions ._1CV62-src-components-login-options--style-proceedGuest span:last-child{font-size:14px;color:#878ea6;line-height:24px}}@media (min-width:767px) and (max-width:1079px){.r1d9J-src-components-login-options--style-signinCtaDesktop,._2w6UM-src-components-login-options--style-title{display:none}._3M5Zw-src-components-login-options--style-signinCtaMobile{margin:23px 48px 0 48px}._3M5Zw-src-components-login-options--style-signinCtaMobile p:first-child{color:#4a4a4a;font-family:'MatterSB';font-size:20px;margin:0 0 16px 0}._3M5Zw-src-components-login-options--style-signinCtaMobile p:nth-child(2){color:#878ea6;font-size:17px;line-height:24px}._2F2ga-src-components-login-options--style-loginOptions{margin:20px 48px 0 48px;box-sizing:initial;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,0.07);border:1px solid #e6e6e7;border-radius:5px}._2F2ga-src-components-login-options--style-loginOptions > div{border-bottom:1px solid #e6e6e7}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption{display:block;border-bottom:1px solid #e6e6e7;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");background-repeat:no-repeat;background-size:10px auto;background-position:right 16px center;text-decoration:none;color:#4a4a4a;font-size:16px;padding:16px;font-weight:300}._2F2ga-src-components-login-options--style-loginOptions ._2Ogez-src-components-login-options--style-loginOption:hover{background-color:#fbfbfc}._2F2ga-src-components-login-options--style-loginOptions > a:last-child{border:none;line-height:35px}._2F2ga-src-components-login-options--style-loginOptions > div > div:nth-child(2){display:none}._2F2ga-src-components-login-options--style-loginOptions ._10xl--src-components-login-options--style-loginButton{display:block;font-size:16px;line-height:50px;font-weight:300;text-decoration:none;padding-left:24px;color:#027e6f;background-image:url("/hc/theming_assets/01HZAXT1T6NX1RPK7NCQ4D4ZMY");background-repeat:no-repeat;background-size:10px auto;background-position:right 16px center}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(1){margin:0;font-size:21px}._2F2ga-src-components-login-options--style-loginOptions p:nth-child(2){margin:0;font-size:14px;color:#707174}._2F2ga-src-components-login-options--style-loginOptions ._1CV62-src-components-login-options--style-proceedGuest span:first-child{display:block;color:#4a4a4a;font-size:17px;line-height:24px}._2F2ga-src-components-login-options--style-loginOptions ._1CV62-src-components-login-options--style-proceedGuest span:last-child{font-size:14px;color:#878ea6;line-height:24px}}
._67-OE-src-components-birdie--style-wrap{margin-bottom:15px;cursor:pointer}.PObil-src-components-birdie--style-header{background-color:#027e6f;color:#fff;text-align:center;font-weight:700;font-size:10px;line-height:25px}.wLOrY-src-components-birdie--style-text{border:1.25px #027e6f;border-style:dashed;border-top:none;background-color:rgba(21,195,154,0.05);border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-size:14px;color:#60657b;padding:7px 0;display:flex;align-items:center}._2QRCv-src-components-birdie--style-note{font-weight:900}._32mo7-src-components-birdie--style-imageWrap{width:70px;padding:14px}.I7AMV-src-components-birdie--style-underLine{text-decoration:underline}
._8RgKQ-src-components-form-support-custom-form--style-formTitle{margin-bottom:16px;color:#2e3543;font-size:16px;font-weight:bold;line-height:32px}._3GWBD-src-components-form-support-custom-form--style-defaultFormTitle{color:#39393a;font-size:36px;line-height:43px;margin-bottom:16px}.XGFQN-src-components-form-support-custom-form--style-hidden{display:none}@media (min-width:1080px){._3GWBD-src-components-form-support-custom-form--style-defaultFormTitle{margin-bottom:24px}._8RgKQ-src-components-form-support-custom-form--style-formTitle{text-align:center}._8RgKQ-src-components-form-support-custom-form--style-formTitle._3BgHq-src-components-form-support-custom-form--style-left{text-align:left}}@media (max-width:766px){._8RgKQ-src-components-form-support-custom-form--style-formTitle{width:auto}._3GWBD-src-components-form-support-custom-form--style-defaultFormTitle{font-family:'MatterSB';font-size:20px}}
._3bb31-src-components-form-sales-forms--style-formTitle{margin-bottom:16px;color:#2e3543;font-size:16px;font-weight:bold;line-height:32px}.zAEcX-src-components-form-sales-forms--style-salesFormSubmitButton{height:50px;width:190px;border-radius:53px;background:#027e6f;border-color:transparent;color:#fff;padding:10px 30px;float:right;cursor:pointer;display:inline-blockw}.-enxd-src-components-form-sales-forms--style-submitButtonWrap{margin-bottom:100px}
._23zua-src-components-form-sales-forms-three-to-hundred-sales-form--style-salesFunnelPlansWrap{height:154px;width:690px;border:1px solid #e4e6f2;border-radius:4px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(96,101,123,0.2);margin-bottom:30px}._1DrBR-src-components-form-sales-forms-three-to-hundred-sales-form--style-planWrap{display:inline-block;width:50%;margin:20px 0;text-align:center;line-height:36px}._1DrBR-src-components-form-sales-forms-three-to-hundred-sales-form--style-planWrap:first-child{border-right:1px solid #c6cbde}._1LNoC-src-components-form-sales-forms-three-to-hundred-sales-form--style-planName{font-weight:bold}.oMhm1-src-components-form-sales-forms-three-to-hundred-sales-form--style-additionalQuestions{margin-top:16px}.V4rDo-src-components-form-sales-forms-three-to-hundred-sales-form--style-formMessage{font-size:18px;font-weight:bold;line-height:32px;color:#2b2d38;margin-bottom:16px}.oMhm1-src-components-form-sales-forms-three-to-hundred-sales-form--style-additionalQuestions,> a{cursor:pointer}._2AYU7-src-components-form-sales-forms-three-to-hundred-sales-form--style-formTitle{margin-bottom:16px;color:#2e3543;font-size:16px;font-weight:bold;line-height:32px}@media (min-width:767px) and (max-width:1079px){._23zua-src-components-form-sales-forms-three-to-hundred-sales-form--style-salesFunnelPlansWrap{width:initial}._1DrBR-src-components-form-sales-forms-three-to-hundred-sales-form--style-planWrap{box-sizing:border-box}}@media (max-width:767px){._23zua-src-components-form-sales-forms-three-to-hundred-sales-form--style-salesFunnelPlansWrap{width:initial;height:initial}._1DrBR-src-components-form-sales-forms-three-to-hundred-sales-form--style-planWrap{text-align:center;line-height:36px;margin:0 24px;padding:20px 0;display:block;width:initial}._1DrBR-src-components-form-sales-forms-three-to-hundred-sales-form--style-planWrap:first-child{border:none;border-bottom:1px solid #c6cbde}.oMhm1-src-components-form-sales-forms-three-to-hundred-sales-form--style-additionalQuestions{margin-top:16px;text-align:center}.V4rDo-src-components-form-sales-forms-three-to-hundred-sales-form--style-formMessage{margin-bottom:18px;font-weight:bold}}
._3WU-i-src-components-form-billing-info-form--style-similarMessage{color:#60657b;font-size:12px;line-height:15px}._1NoUi-src-components-form-billing-info-form--style-orLine{border-bottom:1px solid #c6cbde}._15HIk-src-components-form-billing-info-form--style-orWrap{text-align:center}._1O3HT-src-components-form-billing-info-form--style-orMessage{position:relative;top:-12px;padding:0 15px;background-color:#fff;color:#60657b}._3Fx-b-src-components-form-billing-info-form--style-formTitle{margin-bottom:16px;color:#2e3543;font-size:16px;font-weight:bold;line-height:32px}._2qouY-src-components-form-billing-info-form--style-hidden{display:none}._5r32B-src-components-form-billing-info-form--style-defaultFormTitle{color:#39393a;font-size:36px;line-height:43px;margin-bottom:16px}@media (min-width:1080px){._3Fx-b-src-components-form-billing-info-form--style-formTitle{text-align:center}._5r32B-src-components-form-billing-info-form--style-defaultFormTitle{margin-bottom:24px}}@media (max-width:766px){._3Fx-b-src-components-form-billing-info-form--style-formTitle{width:auto}._5r32B-src-components-form-billing-info-form--style-defaultFormTitle{font-family:'MatterSB';font-size:20px}}
.qZrD0-src-components-form-renewal-refund-request-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}.Wx56X-src-components-form-renewal-refund-request-form--style-checkboxSubtitle{color:#6d758d;font-size:14px;margin-bottom:16px}.JYI79-src-components-form-renewal-refund-request-form--style-checkboxesWrap{margin-bottom:20px}._3syPJ-src-components-form-renewal-refund-request-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}._2q1yB-src-components-form-renewal-refund-request-form--style-form{margin-top:45px}._1McnE-src-components-form-renewal-refund-request-form--style-checkboxWrap{margin-bottom:5px}._13Q03-src-components-form-renewal-refund-request-form--style-elementToShowWrap{padding-top:10px}@media (max-width:1079px){._2S6sE-src-components-form-renewal-refund-request-form--style-checkboxEl{margin-right:5px;-webkit-appearance:checkbox !important}.js47I-src-components-form-renewal-refund-request-form--style-comments{border:1px solid #ddd;border-radius:2px;padding:10px;width:50%;height:60px}}@media (max-width:767px){.js47I-src-components-form-renewal-refund-request-form--style-comments{width:90%}._13Q03-src-components-form-renewal-refund-request-form--style-elementToShowWrap{margin-left:20px}}
.Rggpi-src-components-form-original-refund-request-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}._2jQnr-src-components-form-original-refund-request-form--style-checkboxesWrap{margin-bottom:20px}._1SmXg-src-components-form-original-refund-request-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}._2VCyo-src-components-form-original-refund-request-form--style-form{margin-top:45px}._3wcL8-src-components-form-original-refund-request-form--style-checkboxWrap{margin-bottom:5px}._1fMXm-src-components-form-original-refund-request-form--style-checkboxEl{margin-right:5px}._1IHJG-src-components-form-original-refund-request-form--style-elementToShowWrap{padding-top:10px}._1ghoC-src-components-form-original-refund-request-form--style-select{font-size:12px;padding:2px 15px}@media (max-width:1079px){._1fMXm-src-components-form-original-refund-request-form--style-checkboxEl{-webkit-appearance:radio !important}._1F003-src-components-form-original-refund-request-form--style-comments{border:1px solid #ddd;border-radius:2px;padding:10px;width:50%;height:60px}._1ghoC-src-components-form-original-refund-request-form--style-select{font-size:15px}}@media (max-width:767px){._1F003-src-components-form-original-refund-request-form--style-comments{width:90%}._3wcL8-src-components-form-original-refund-request-form--style-checkboxWrap > label{display:block;margin:-20px 0 0 20px}._1IHJG-src-components-form-original-refund-request-form--style-elementToShowWrap{margin-left:20px}}
.xbNUa-src-components-form-cancellation-gb-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}._1-pEm-src-components-form-cancellation-gb-form--style-checkboxesWrap{margin-bottom:20px}.qk98a-src-components-form-cancellation-gb-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}._1rDZw-src-components-form-cancellation-gb-form--style-form{margin-top:45px}.akafN-src-components-form-cancellation-gb-form--style-checkboxWrap{margin-bottom:5px}._14y-L-src-components-form-cancellation-gb-form--style-checkboxEl{margin-right:5px}._16uzB-src-components-form-cancellation-gb-form--style-elementToShowWrap{padding-top:10px}._1Ltwf-src-components-form-cancellation-gb-form--style-select{font-size:12px;padding:2px 15px}.cbJKG-src-components-form-cancellation-gb-form--style-planChangeInfo{margin-bottom:10px}@media (max-width:1079px){._14y-L-src-components-form-cancellation-gb-form--style-checkboxEl{-webkit-appearance:radio !important}._2Tj-t-src-components-form-cancellation-gb-form--style-comments{border:1px solid #ddd;border-radius:2px;padding:10px;width:50%;height:60px}._1Ltwf-src-components-form-cancellation-gb-form--style-select{font-size:15px}}@media (max-width:767px){._2Tj-t-src-components-form-cancellation-gb-form--style-comments{width:90%}.akafN-src-components-form-cancellation-gb-form--style-checkboxWrap > label{display:block;margin:-20px 0 0 20px}._16uzB-src-components-form-cancellation-gb-form--style-elementToShowWrap{margin-left:20px}}
._3M7C_-src-components-form-change-plan-request-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}._1cijg-src-components-form-change-plan-request-form--style-checkboxesWrap{margin-bottom:20px}._11qT3-src-components-form-change-plan-request-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}._1M2y1-src-components-form-change-plan-request-form--style-form{margin-top:45px}._3sLwZ-src-components-form-change-plan-request-form--style-checkboxWrap{margin-bottom:5px}._1e88Z-src-components-form-change-plan-request-form--style-checkboxEl{margin-right:5px}.q2vCA-src-components-form-change-plan-request-form--style-elementToShowWrap{padding-top:10px}.iJqfC-src-components-form-change-plan-request-form--style-select{font-size:12px;padding:2px 15px}._3_ldx-src-components-form-change-plan-request-form--style-planChangeInfo{margin-bottom:10px}@media (max-width:1079px){._1e88Z-src-components-form-change-plan-request-form--style-checkboxEl{-webkit-appearance:radio !important}._31PsY-src-components-form-change-plan-request-form--style-comments{border:1px solid #ddd;border-radius:2px;padding:10px;width:50%;height:60px}.iJqfC-src-components-form-change-plan-request-form--style-select{font-size:15px}}@media (max-width:767px){._31PsY-src-components-form-change-plan-request-form--style-comments{width:90%}._3sLwZ-src-components-form-change-plan-request-form--style-checkboxWrap > label{display:block;margin:-20px 0 0 20px}.q2vCA-src-components-form-change-plan-request-form--style-elementToShowWrap{margin-left:20px}}
._2tfhU-src-components-form-payment-difficulties-form--style-formTitle{margin-bottom:16px;color:#2e3543;font-size:16px;font-weight:bold;line-height:32px}._10Ef2-src-components-form-payment-difficulties-form--style-hidden{display:none}@media (min-width:1080px){._2tfhU-src-components-form-payment-difficulties-form--style-formTitle{text-align:center}}@media (max-width:766px){._2tfhU-src-components-form-payment-difficulties-form--style-formTitle{width:auto}}
@media (min-width:1080px){.LN-Hc-src-components-form-form-holder--style-wrap{width:690px;margin:0 auto}}
._2R8wZ-src-components-form-payment-lookup-form--style-container{width:calc(100vw - 50px);margin:auto;line-height:normal}._2R8wZ-src-components-form-payment-lookup-form--style-container input:invalid{border:1px solid #f00}._2R8wZ-src-components-form-payment-lookup-form--style-container input,._2R8wZ-src-components-form-payment-lookup-form--style-container input:invalid:focus{background-color:#f9faff;border:1px solid #e7e9f5}.GHWxV-src-components-form-payment-lookup-form--style-lookupFormHeader{font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.002em;text-align:center}._2cqBg-src-components-form-payment-lookup-form--style-smallText{font-style:normal;font-weight:normal;font-size:14px;line-height:21px;text-align:center;color:#4d536e;margin-bottom:30px}.co_sS-src-components-form-payment-lookup-form--style-inputTitle{font-style:normal;font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;color:#0e101a}._1rdhX-src-components-form-payment-lookup-form--style-input{width:100%;height:40px;line-height:normal;box-sizing:border-box;border-radius:4px;appearance:none;border-image:none;display:inline-block;font-size:15px;color:#4a4a4a;padding:5px;background-color:#f9faff;border:1px solid #e7e9f5;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis;padding-right:40px;-webkit-appearance:none}._3xOeM-src-components-form-payment-lookup-form--style-inputWrap{margin-bottom:10px}._1OnXr-src-components-form-payment-lookup-form--style-button{padding:10px;background:#4a6ee0;border-radius:4px;height:32px;font-style:normal;font-weight:bold;font-size:14px;line-height:normal;display:flex;align-items:center;text-align:center;color:#fff;order:2;border:none}._1OnXr-src-components-form-payment-lookup-form--style-button:disabled{background:#b7b9be}._2soi2-src-components-form-payment-lookup-form--style-buttonWrap{display:flex;width:100%;justify-content:flex-end;margin-top:10px}._31Twm-src-components-form-payment-lookup-form--style-bottomText{border-top:1px solid #e7e9f5;padding-top:20px;margin-top:30px}._31Twm-src-components-form-payment-lookup-form--style-bottomText a{color:#61a9fc}.ybTj2-src-components-form-payment-lookup-form--style-tooltip{position:absolute;top:12px;right:12px;color:#6d758d;font-size:12px;border:1px solid #6d758d;border-radius:50%;padding:0 4px}.ybTj2-src-components-form-payment-lookup-form--style-tooltip ._1V2Fy-src-components-form-payment-lookup-form--style-tooltiptext{visibility:hidden;width:200px;background-color:#333954;border-radius:4px;color:#fff;text-align:center;padding:5px;position:absolute;z-index:1;left:230%;top:25%;margin-top:-60px;opacity:0;transition:opacity .1s}.ybTj2-src-components-form-payment-lookup-form--style-tooltip ._1V2Fy-src-components-form-payment-lookup-form--style-tooltiptext::after{content:"";position:absolute;top:50%;left:0%;margin-left:-10px;border-width:5px;border-style:solid;border-color:transparent #333954 transparent transparent}.ybTj2-src-components-form-payment-lookup-form--style-tooltip:hover ._1V2Fy-src-components-form-payment-lookup-form--style-tooltiptext{visibility:visible;opacity:1}@media (min-width:450px){._2R8wZ-src-components-form-payment-lookup-form--style-container{width:400px}}@media (max-width:850px){.ybTj2-src-components-form-payment-lookup-form--style-tooltip ._1V2Fy-src-components-form-payment-lookup-form--style-tooltiptext{right:-100%;top:-300%;left:auto}.ybTj2-src-components-form-payment-lookup-form--style-tooltip ._1V2Fy-src-components-form-payment-lookup-form--style-tooltiptext::after{top:100%;left:50%;border-color:#333954 transparent transparent transparent}}
.s4eiO-src-components-form-institutional-refund-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}._3ujKE-src-components-form-institutional-refund-form--style-checkboxesWrap{margin-bottom:20px}._2a_MQ-src-components-form-institutional-refund-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}.i8Mdj-src-components-form-institutional-refund-form--style-form{margin-top:45px}._1zs8a-src-components-form-institutional-refund-form--style-checkboxWrap{margin-bottom:5px}.hbQxc-src-components-form-institutional-refund-form--style-checkboxEl{margin-right:5px}._2vhgX-src-components-form-institutional-refund-form--style-elementToShowWrap{padding-top:10px}._3oHBk-src-components-form-institutional-refund-form--style-select{font-size:12px;padding:2px 15px}.oPNVI-src-components-form-institutional-refund-form--style-planChangeInfo{margin-bottom:10px}@media (max-width:1079px){.hbQxc-src-components-form-institutional-refund-form--style-checkboxEl{-webkit-appearance:radio !important}._3MA_X-src-components-form-institutional-refund-form--style-comments{border:1px solid #ddd;border-radius:2px;padding:10px;width:50%;height:60px}._3oHBk-src-components-form-institutional-refund-form--style-select{font-size:15px}}@media (max-width:767px){._3MA_X-src-components-form-institutional-refund-form--style-comments{width:90%}._1zs8a-src-components-form-institutional-refund-form--style-checkboxWrap > label{display:block;margin:-20px 0 0 20px}._2vhgX-src-components-form-institutional-refund-form--style-elementToShowWrap{margin-left:20px}}
._3bS_v-src-components-form-extra-seats-refund-form--style-checkboxTitle{font-weight:700;margin-bottom:20px}._2pvKs-src-components-form-extra-seats-refund-form--style-errorMessage{color:#ea1537;font-size:14px;line-height:21px;font-weight:400;margin-bottom:20px}._1SkPF-src-components-form-extra-seats-refund-form--style-form{margin-top:45px}
@media (min-width:1080px){._1jQuq-src-components-article-gdpr--style-articleWrap{margin:0 auto;width:690px}}@media (max-width:1079px){._2eHSj-src-components-article-gdpr--style-articleHeader{padding:0 !important}._1GiAO-src-components-article-gdpr--style-artcileBody{margin:0 !important}}
._2eN9G-src-components-article-support-article--article-article_wrap{box-sizing:border-box;border-radius:5px;background-color:#fff;border:1px solid #e6e6e7;box-shadow:0 0 10px 0 rgba(0,0,0,0.07);width:690px;margin-bottom:30px}._1OI0i-src-components-article-support-article--article-compWrap{margin:0 auto;width:690px}._2Yqh2-src-components-article-support-article--article-title_wrap{background-color:#f5f5f5;height:71px;color:#323439;font-size:18px;font-family:MatterSB;line-height:70px;padding:0 0 0 30px;border-bottom:1px solid #e6e6e7;background-image:url("//theme.zdassets.com/theme_assets/32923/65c41812e2bc93c0ddb32f28779e78ad3fe47fc5.png");background-repeat:no-repeat;background-size:31px auto;background-position:right 32px center}._1Bn97-src-components-article-support-article--article-body_wrap{padding:21px 31px;border-bottom:1px solid #e6e6e7}._1LaTm-src-components-article-support-article--article-hidden{display:none}@media (min-width:1080px){._1OI0i-src-components-article-support-article--article-compWrap{width:initial;margin:initial}._2eN9G-src-components-article-support-article--article-article_wrap{width:691px;margin:0 auto}._2eN9G-src-components-article-support-article--article-article_wrap._2Ajig-src-components-article-support-article--article-articleWidth{width:650px;margin:0 25px 30px 0;display:inline-block;vertical-align:top}._3vQ2p-src-components-article-support-article--article-bottomControlsWrap{display:inline-block;width:404px;position:relative;top:-48px}}@media (max-width:1079px){._2Yqh2-src-components-article-support-article--article-title_wrap{background-image:none;padding:0 24px 0 24px;margin-left:-24px;border:none;width:100vw;height:81px;line-height:24px;font-weight:bold;font-size:20px;color:#39393a;display:flex;flex-direction:column;justify-content:center;font-family:MatterSB;box-sizing:border-box}._1Bn97-src-components-article-support-article--article-body_wrap{font-size:17px;padding:20px 0 20px 0;border:none;color:#323439}._1Bn97-src-components-article-support-article--article-body_wrap ._2tQ4O-src-components-article-support-article--article-articleBody{margin:0}._2eN9G-src-components-article-support-article--article-article_wrap{box-sizing:border-box;border-radius:0;background-color:#fff;width:auto;box-shadow:none;border:none}._2eN9G-src-components-article-support-article--article-article_wrap ._2Ks2M-src-components-article-support-article--article-articleFooter{margin:0}._1OI0i-src-components-article-support-article--article-compWrap{width:auto}._1FWLq-src-components-article-support-article--article-voteUpBtn{margin-right:10px}}@media (min-width:767px) and (max-width:1079px){._2Yqh2-src-components-article-support-article--article-title_wrap{margin-left:-48px;padding:0 48px 0 48px}}
.clFfj-src-components-article-business-chat--style-wrap{width:690px;margin:0 auto}._6UUvp-src-components-article-business-chat--style-title{font-size:24px;line-height:32px;font-family:MatterSB;margin-bottom:24px}._1vfpe-src-components-article-business-chat--style-subTitle{font-family:MatterSB;font-size:18px;line-height:28px;margin-bottom:12px}.sC8oS-src-components-article-business-chat--style-text{font-weight:normal;font-size:18px;line-height:32px}
.xnL3A-src-components-progress-bar--style-funnelTopMessage{color:#39393a;font-size:26px;line-height:initial;margin-bottom:16px}._3yWaZ-src-components-progress-bar--style-funnelBottomMessage{color:#8189a9;font-size:16px;line-height:19px;margin:16px 0 24px 0}._1MJEZ-src-components-progress-bar--style-backButton{text-decoration:none;color:#027e6f;font-size:16px;line-height:19px;display:block;cursor:pointer}._1MJEZ-src-components-progress-bar--style-backButton:before{content:"<";padding-right:5px}.HpgcR-src-components-progress-bar--style-progressOuter{background-color:#e4e6f2;border-radius:10px;height:4px;overflow:hidden}.oSrRz-src-components-progress-bar--style-progressInner{background-color:#027e6f;height:100%;border-radius:10px}._1Itr_-src-components-progress-bar--style-stepWrap{display:flex;justify-content:space-between;margin-bottom:10px}.vC9F1-src-components-progress-bar--style-stepNumber,._1MJEZ-src-components-progress-bar--style-backButton{display:inline}.vC9F1-src-components-progress-bar--style-stepNumber{font-weight:700}._3bzNz-src-components-progress-bar--style-hidden{display:none}@media (min-width:1080px){.xnL3A-src-components-progress-bar--style-funnelTopMessage{margin-bottom:24px}._2zr89-src-components-progress-bar--style-wrap{width:691px;margin:0 auto}._2zr89-src-components-progress-bar--style-wrap._2_tW0-src-components-progress-bar--style-articleWidth{width:650px;margin:0 25px 0 0}}@media (min-width:767px) and (max-width:1079px){._3sHHz-src-components-progress-bar--style-funnelMessage{font-family:'MatterSB';font-size:20px}}@media (max-width:767px){.xnL3A-src-components-progress-bar--style-funnelTopMessage{font-family:'MatterSB';font-size:20px}._3yWaZ-src-components-progress-bar--style-funnelBottomMessage{margin-bottom:25px}}
._35ZZj-src-components-app--style-funnelMessage{color:#39393a;font-size:36px;line-height:43px;margin-bottom:16px}._34ngS-src-components-app--style-funnelCategorySelect{height:19px;color:#838487;font-size:16px;line-height:19px}._1v7vZ-src-components-app--style-backButton{text-decoration:none;color:#027e6f;font-size:16px;line-height:19px;display:block;margin-bottom:25px;cursor:pointer}._1v7vZ-src-components-app--style-backButton:before{content:"<";padding-right:5px}@media (min-width:1080px){._1v7vZ-src-components-app--style-backButton{width:690px;margin:0 auto 25px auto}._35ZZj-src-components-app--style-funnelMessage{width:690px;margin:0 auto 25px auto}._34ngS-src-components-app--style-funnelCategorySelect{width:690px;margin:0 auto 25px auto}}@media (min-width:767px) and (max-width:1079px){._29Qbk-src-components-app--style-contentWrap{margin:24px 48px 100px 48px}._35ZZj-src-components-app--style-funnelMessage{font-family:'MatterSB';font-size:20px}}@media (max-width:767px){._29Qbk-src-components-app--style-contentWrap{margin:24px 24px 100px 24px}._35ZZj-src-components-app--style-funnelMessage{font-family:'MatterSB';font-size:20px}._34ngS-src-components-app--style-funnelCategorySelect{margin-bottom:25px}}
.QggHU-src-components-already-created-tickets--style-wrap{background-color:#f5f5f5;border-radius:16px;padding:24px;display:flex;flex-direction:row;width:690px;margin:0 auto 25px auto}.K_T3k-src-components-already-created-tickets--style-leftImageHolder{background:url("/hc/theming_assets/01JYHF5RHG6PJ0BEH1ZRY0QK8T") no-repeat;width:80px;height:40px}._2uuBl-src-components-already-created-tickets--style-closeImageHolder{background:url("/hc/theming_assets/01JYHF5RWDAJGATCTX29BBHYWY") no-repeat right;width:25px;height:25px}._gdQE-src-components-already-created-tickets--style-titleText{font-size:18px;line-height:115%;letter-spacing:-.18px;margin-bottom:10px;font-family:'MatterSB'}._2H3z5-src-components-already-created-tickets--style-bodyText{font-size:14px;font-family:'Inter'}._2H3z5-src-components-already-created-tickets--style-bodyText > span{font-family:'InterBold'}@media (max-width:767px){.QggHU-src-components-already-created-tickets--style-wrap{width:auto}.K_T3k-src-components-already-created-tickets--style-leftImageHolder{display:none}._2uuBl-src-components-already-created-tickets--style-closeImageHolder{width:35px}}
