/* ================================ MEDIA DEFENITION =============================== */
/* ================================ MEDIA DEFENITION ENDS =========================== */
/*======================================MIXINS=======================================*/
.msg-box {
  display: block;
  padding: 18px 15px 18px 35px;
  position: relative;
  border-radius: 6px;
  position: relative;
  color: #281e12;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
  margin: 20px 0; }
  .msg-box .icon {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    margin: auto;
    left: -18px;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 34px; }
  .msg-box.note {
    border: 2px solid #72b740;
    background: #f5faf2; }
    .msg-box.note .icon {
      background: #72b740;
      line-height: 30px; }
  .msg-box.warning {
    border: 2px solid #ff5400;
    background: #fff3ed; }
    .msg-box.warning .icon {
      background: #ff5400; }
  .msg-box.important {
    border: 2px solid #ff8e00;
    background: #fff7ed; }
    .msg-box.important .icon {
      background: #ff8e00; }
    .msg-box.important .icon-msg-ic-3 {
      font-size: 12px; }
  .msg-box.tip {
    border: 2px solid #7267d3;
    background: #f5faf2; }
    .msg-box.tip .icon {
      background: #7267d3; }
  .msg-box.cmd {
    padding-left: 28px;
    background: #4a5c6f;
    border: 2px solid #4a5c6f;
    padding-right: 70px;
    position: relative;
    padding-bottom: 0; }
    .msg-box.cmd p {
      color: #fff;
      font-weight: 600; }
    .msg-box.cmd .msg-box-textarea {
      padding: 0px;
      color: #fff;
      background-color: transparent;
      border-radius: 0;
      font-style: normal;
      font-size: 16px;
      margin-bottom: 0px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .msg-box.cmd .msg-box-textarea::-webkit-scrollbar {
        height: 4px;
        cursor: move; }
      .msg-box.cmd .msg-box-textarea::-webkit-scrollbar-track {
        background: #888;
        height: 2px; }
      .msg-box.cmd .msg-box-textarea::-webkit-scrollbar-thumb {
        background: #f1f1f1; }
      .msg-box.cmd .msg-box-textarea::-webkit-scrollbar-thumb:hover {
        background: #a3afbb; }
  .msg-box.code {
    border: 2px solid #7267d3;
    background: #fafbfa;
    border: 1px solid #f5faf2;
    box-shadow: 0px 0px 0px 1px #e9eae9;
    padding-left: 28px;
    padding-bottom: 0; }
    .msg-box.code p {
      font-style: normal; }
    .msg-box.code code {
      background: none;
      color: #4a443d;
      padding: 0; }
    .msg-box.code .msg-box-textarea {
      padding: 0px;
      color: #4a443d;
      background-color: transparent;
      border-radius: 0;
      font-style: normal;
      border: none;
      font-size: 16px;
      margin-bottom: 0px;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .msg-box.code .msg-box-textarea::-webkit-scrollbar {
        height: 4px; }
      .msg-box.code .msg-box-textarea::-webkit-scrollbar-track {
        background: #888;
        height: 2px; }
      .msg-box.code .msg-box-textarea::-webkit-scrollbar-thumb {
        background: #f1f1f1; }
      .msg-box.code .msg-box-textarea::-webkit-scrollbar-thumb:hover {
        background: #a3afbb; }
  .msg-box.copy-box {
    padding-bottom: 10px; }
    .msg-box.copy-box textarea {
      overflow-x: inherit;
      overflow-y: auto;
      white-space: inherit;
      height: 46px; }
    .msg-box.copy-box .msg-box-textarea {
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .msg-box.copy-box .msg-box-textarea::-webkit-scrollbar {
        width: 4px;
        cursor: move; }
      .msg-box.copy-box .msg-box-textarea::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .msg-box.copy-box .msg-box-textarea::-webkit-scrollbar-thumb {
        background: #888; }
      .msg-box.copy-box .msg-box-textarea .msg-box.copy-box.msg-box-textarea::-webkit-scrollbar-thumb:hover {
        background: #a3afbb; }

.kb-banner-block {
  display: block;
  background: color(secondary-bg);
  padding: 70px 0px 90px 0px;
  text-align: center; }
  @media (max-width: 1200px) {
    .kb-banner-block {
      padding: 50px 0px 70px 0px; } }
  .kb-banner-block h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin: 0; }
    @media (max-width: 1200px) {
      .kb-banner-block h1 {
        font-size: 36px; } }
  .kb-banner-block h2 {
    margin: 0px;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0; }
    @media (max-width: 1200px) {
      .kb-banner-block h2 {
        font-size: 36px; } }
  .kb-banner-block p {
    color: #daf6c7;
    font-size: 22px;
    line-height: normal;
    font-style: italic; }

.kb-banner-block {
  background: #72a433; }
  .kb-banner-block .head {
    text-align: left; }
    @media (max-width: 991px) {
      .kb-banner-block .head {
        text-align: center;
        padding-bottom: 20px; } }

.px-3 {
  padding: 4rem 0 !important; }
  @media (max-width: 767px) {
    .px-3 {
      padding: 2rem 0px !important; } }

.breadcrumbs-box {
  display: block;
  padding: 15px 0px; }
  .breadcrumbs-box ul {
    margin: 0;
    padding: 0;
    line-height: normal; }
    .breadcrumbs-box ul li {
      display: inline-block;
      margin-right: 10px; }
      .breadcrumbs-box ul li.last {
        color: #72b740;
        font-size: 14px; }
      .breadcrumbs-box ul li a {
        color: #909798;
        font-size: 14px;
        position: relative;
        text-decoration: none;
        padding-right: 14px;
        /*  Structure doesn't let us put a class on each crumb
                &.active{color: #72b740;}
                &.arrow{
                    &:after{position: absolute;content: '';display: block;width: 4px;height: 6px;top: 6px;right: 0;background: url("https://www.a2hosting.com/images/uploads/general/arrow-right.png");}
                }
                */ }
        .breadcrumbs-box ul li a:after {
          position: absolute;
          content: '';
          display: block;
          width: 4px;
          height: 6px;
          top: 6px;
          right: 0;
          background: url("https://www.a2hosting.com/images/uploads/general/arrow-right.png"); }

.kb-wrapper .headings {
  display: block; }
  .kb-wrapper .headings h1 {
    margin: 0;
    font-size: 36px;
    color: #171717;
    margin-bottom: 10px; }
  .kb-wrapper .headings h2 {
    margin: 0;
    font-size: 30px;
    color: #414141;
    margin-bottom: 10px; }
  .kb-wrapper .headings h3 {
    margin: 0;
    font-size: 28px;
    color: #616161;
    margin-bottom: 10px;
    font-weight: 400; }
  .kb-wrapper .headings h4 {
    margin: 0;
    font-size: 30px;
    color: #171717;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none; }
  .kb-wrapper .headings h5 {
    margin: 0;
    font-size: 28px;
    color: #414141;
    margin-bottom: 10px; }
  .kb-wrapper .headings h6 {
    margin: 0;
    font-size: 24px;
    color: #616161;
    margin-bottom: 10px;
    text-transform: none; }

.kb-wrapper ul, .kb-wrapper ol {
  padding: 0px 0px 0px 20px;
  margin-left: 30px;
  margin-bottom: 17px; }
  .kb-wrapper ul li, .kb-wrapper ol li {
    font-size: 16px;
    margin: 0;
    line-height: 26px; }

.kb-wrapper p {
  font-size: 16px;
  line-height: 26px; }

.kb-wrapper .article-buttons {
  display: block;
  padding-left: 0px;
  margin-left: initial; }
  .kb-wrapper .article-buttons li {
    display: block;
    margin-bottom: 10px; }

.kb-wrapper .ht-list-box {
  display: block;
  margin-top: 25px; }
  .kb-wrapper .ht-list-box .guide-box ul {
    margin: 0; }
    .kb-wrapper .ht-list-box .guide-box ul li a {
      font-size: 15px; }
  .kb-wrapper .ht-list-box .guide-box h4 {
    font-size: 21px;
    font-weight: 600;
    padding-left: 0;
    color: #5d5959; }
    .kb-wrapper .ht-list-box .guide-box h4::before {
      display: none; }

.kb-wrapper .article-right-details {
  display: block;
  background: #e5eff0;
  padding: 30px; }
  .kb-wrapper .article-right-details h3 {
    margin: 0px;
    text-align: left !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5d7d7;
    font-size: 24px;
    color: #5d5959; }

.kb-wrapper .article-main-right {
  display: block;
  margin-left: 35px;
  border-radius: 5px; }
  @media (max-width: 1200px) {
    .kb-wrapper .article-main-right {
      margin-left: 0; } }
  .kb-wrapper .article-main-right .subscribe {
    display: block;
    text-align: center;
    padding: 26px;
    background: #a4c43b; }
    .kb-wrapper .article-main-right .subscribe h4 {
      color: #fff;
      text-transform: none;
      font-size: 24px;
      margin-bottom: 15px; }
    .kb-wrapper .article-main-right .subscribe p {
      color: #fff;
      font-size: 18px;
      line-height: normal; }
    .kb-wrapper .article-main-right .subscribe .pic {
      padding: 20px 0px; }
    .kb-wrapper .article-main-right .subscribe .form-control {
      border-radius: 5px;
      font-size: 15px;
      line-height: initial;
      color: #586358;
      border: 1px solid #dee1de;
      box-shadow: none; }
    .kb-wrapper .article-main-right .subscribe.article-subscribe .form-control {
      border: none;
      text-align: center; }

.kb-wrapper .kb-side-btn-div {
  display: block;
  padding: 20px 0px;
  text-align: center; }
  .kb-wrapper .kb-side-btn-div .knowledge-submit {
    display: inline-block;
    width: 100%;
    position: static; }

.kb-wrapper .kb-sidebar-btn {
  width: 100%;
  height: 42px;
  display: block;
  background: #0085ba;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .kb-wrapper .kb-sidebar-btn.green {
    background: #72b740; }
    .kb-wrapper .kb-sidebar-btn.green:hover {
      background: #7fc54d; }

.kb-wrapper .kb-sidebar-btn:hover {
  background: #0cb0f1;
  color: #fff;
  text-decoration: none; }

.kb-wrapper .kb-sidebar-btn.suggest-article-btn {
  background: #ff8e00; }

.kb-wrapper .kb-sidebar-btn.suggest-article-btn:hover {
  background: #ffad47; }

.kb-wrapper .guide-box {
  display: block;
  background: #f9f9f7;
  border: 1px solid #d6ddd2;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56px;
  text-align: left; }
  .kb-wrapper .guide-box h4 {
    color: #171717;
    text-align: left !important;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    text-transform: capitalize;
    padding-left: 33px;
    position: relative;
    border-bottom: 1px solid #e3e3e1;
    padding-bottom: 13px;
    margin-bottom: 15px; }
    .kb-wrapper .guide-box h4:before {
      content: '';
      width: 19px;
      height: 19px;
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      background: url(https://www.a2hosting.com/images/uploads/general/arrow1.png) no-repeat left top; }
  .kb-wrapper .guide-box p {
    font-size: 16px;
    color: #686868;
    line-height: 25px;
    margin: 0px; }
  .kb-wrapper .guide-box:hover {
    border: 1px solid #ff9b1e; }
    .kb-wrapper .guide-box:hover h4:before {
      background-position: right bottom; }
  .kb-wrapper .guide-box ul {
    padding: 0;
    line-height: normal;
    margin-left: 0; }
    .kb-wrapper .guide-box ul li {
      list-style: none;
      padding-left: 28px;
      position: relative; }
      .kb-wrapper .guide-box ul li:before {
        content: '';
        width: 19px;
        height: 19px;
        display: block;
        position: absolute;
        left: 0px;
        top: 5px;
        background: url(https://www.a2hosting.com/images/uploads/general/arrow1.png) no-repeat left top; }
      .kb-wrapper .guide-box ul li a {
        display: block;
        font-size: 16px;
        padding: 5px 0px;
        text-decoration: underline;
        color: #3c373a; }
        .kb-wrapper .guide-box ul li a:hover {
          color: #6abc36; }

.kb-wrapper .article-details-ul {
  padding-left: 0px;
  margin: 0px; }
  .kb-wrapper .article-details-ul li {
    list-style: none;
    color: #476d71;
    font-size: 16px; }
    .kb-wrapper .article-details-ul li span {
      color: #3a4242; }
      .kb-wrapper .article-details-ul li span span.art-detail-span {
        display: block;
        padding-left: 59px; }

.kb-wrapper .common-listing {
  padding: 30px;
  position: relative;
  border: 1px solid #e9eae9;
  border-radius: 7px;
  background: #fafbfa;
  margin-bottom: 25px;
  max-width: 582px; }
  .kb-wrapper .common-listing ul {
    padding: 0;
    margin: 0; }
    .kb-wrapper .common-listing ul li {
      list-style: none;
      position: relative;
      display: block;
      padding-left: 30px;
      font-size: 18px;
      font-family: VisbyCF,sans-serif; }
      .kb-wrapper .common-listing ul li:before {
        content: '';
        width: 19px;
        height: 19px;
        display: block;
        position: absolute;
        left: 0px;
        top: 7px;
        background: url(https://www.a2hosting.com/images/uploads/general/arrow1.png) no-repeat left top; }
      .kb-wrapper .common-listing ul li a {
        font-size: 18px;
        font-family: VisbyCF, sans-serif;
        text-decoration: underline;
        color: color(text-color);
        font-weight: 300;
        display: block;
        line-height: 34px; }
        .kb-wrapper .common-listing ul li a:hover {
          color: #72b740; }
  .kb-wrapper .common-listing h3 {
    font-size: 24px;
    color: #171717;
    margin: 0px 0px 15px 0px;
    font-weight: 400; }

.kb-wrapper .common-listing-toggle {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  text-align: center;
  line-height: 25px; }
  .kb-wrapper .common-listing-toggle:before {
    width: 25px;
    height: 25px;
    display: block;
    content: "\f078";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    color: #3c373a;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-weight: normal;
    font-family: 'FontAwesome';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .kb-wrapper .common-listing-toggle.open:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.kb-wrapper .knowledge-base-main {
  display: block; }

.kb-wrapper .knowledge-base-left-ul {
  display: block;
  padding-left: 0px; }
  .kb-wrapper .knowledge-base-left-ul li {
    display: block;
    border-top: 1px solid #d6dcdf; }
    .kb-wrapper .knowledge-base-left-ul li:first-child {
      border-top: none; }
      .kb-wrapper .knowledge-base-left-ul li:first-child a {
        padding-top: 0px; }
    .kb-wrapper .knowledge-base-left-ul li a {
      text-decoration: none;
      display: block;
      padding: 25px 0; }
      .kb-wrapper .knowledge-base-left-ul li a h3 {
        margin-top: 0px;
        color: #222222;
        font-size: 24px;
        text-align: left;
        margin-bottom: 5px;
        font-weight: 600; }
      .kb-wrapper .knowledge-base-left-ul li a p {
        color: #4e4e4e;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0px; }
      .kb-wrapper .knowledge-base-left-ul li a:hover h3 {
        text-decoration: underline; }

.kb-wrapper .search-result-head {
  display: block;
  padding-bottom: 25px; }

.kb-wrapper .result-pager {
  padding: 0px;
  margin: 0px; }

.kb-wrapper .result-pager li {
  display: inline-block;
  list-style: none;
  vertical-align: middle; }
  .kb-wrapper .result-pager li a.page-previous:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #abadab;
    border-color: transparent #abadab transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 10px;
    bottom: 0px;
    margin: auto; }
  .kb-wrapper .result-pager li a.page-previous:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #abadab;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 2px;
    bottom: 0px;
    margin: auto; }
  .kb-wrapper .result-pager li a.page-next:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #abadab;
    border-color: transparent transparent transparent #abadab;
    position: absolute;
    left: 0px;
    top: 0px;
    right: -10px;
    bottom: 0px;
    margin: auto; }
  .kb-wrapper .result-pager li a.page-next:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #abadab;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    right: -5px;
    bottom: 0px;
    margin: auto; }
  .kb-wrapper .result-pager li a {
    width: 22px;
    height: 22px;
    display: block;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    color: #abadab;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #d0d2d0;
    font-weight: 600;
    position: relative; }
    .kb-wrapper .result-pager li a:hover {
      color: #72b740; }

.kb-wrapper .search-result-box {
  display: block;
  font-size: 16px; }
  .kb-wrapper .search-result-box h5 {
    margin: 0px;
    padding: 0px;
    color: #171717;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
  .kb-wrapper .search-result-box p {
    color: #5f5f5e;
    line-height: 28px;
    margin-bottom: 0px; }
  .kb-wrapper .search-result-box.animate-none {
    border: 1px solid #ced7c9; }

.kb-wrapper .search-result-wrapper {
  cursor: pointer;
  border: 1px solid #ced7c9;
  border-radius: 5px;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 45px;
  display: block; }
  .kb-wrapper .search-result-wrapper:first-child {
    border-top: none; }
    .kb-wrapper .search-result-wrapper:first-child .search-result-box {
      padding-top: 0px; }
  .kb-wrapper .search-result-wrapper:hover .search-result-box h5 {
    color: #72b740; }
  .kb-wrapper .search-result-wrapper:hover .search-result-box p {
    color: #000; }
  .kb-wrapper .search-result-wrapper:hover {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
    margin-bottom: -5px;
    border: 1px solid #cccecc;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    padding: 45px 59px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .kb-wrapper .search-result-wrapper:hover {
        margin-left: inherit;
        margin-right: inherit;
        margin-top: inherit;
        margin-bottom: inherit;
        border: inherit;
        border-radius: inherit; } }
    @media (max-width: 991px) {
      .kb-wrapper .search-result-wrapper:hover {
        padding: 40px 45px; } }
  .kb-wrapper .search-result-wrapper a {
    text-decoration: none; }

.kb-wrapper .search-result-block {
  display: block;
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f2+0,ffffff+47 */
  background: #f2f5f2;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f5f2 0%, white 47%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f5f2 0%, white 47%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  .kb-wrapper .search-result-block .sec-head {
    font-size: 30px; }

.kb-wrapper .knowledge-base-block {
  display: block;
  padding: 50px 0; }

.kb-wrapper .welcome-kb {
  display: block;
  padding: 60px 0;
  border-bottom: 1px solid #ededed;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,fdfdfd+100 */
  background: #efefef;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #fdfdfd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #fdfdfd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fdfdfd',GradientType=0 );
  /* IE6-9 */ }

.kb-wrapper .welcome-kb-head {
  display: block;
  max-width: 795px;
  margin: auto;
  padding-bottom: 25px; }
  .kb-wrapper .welcome-kb-head h3 {
    font-size: 36px;
    color: #171717;
    font-weight: 400; }
  .kb-wrapper .welcome-kb-head p {
    color: #686868;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px; }

.kb-wrapper .welcome-kb-main {
  display: block;
  border-top: 1px solid #cacaca;
  padding-top: 45px; }
  .kb-wrapper .welcome-kb-main h3 {
    font-size: 36px;
    font-weight: 400;
    color: #171717;
    margin-top: 0px; }

.kb-wrapper .welcome-kb-ul {
  display: block;
  text-align: center;
  padding-left: 0px; }
  .kb-wrapper .welcome-kb-ul li {
    list-style: none;
    width: 19.5%;
    display: inline-block;
    margin-top: 25px;
    padding: 0 8px;
    vertical-align: top; }
    @media (max-width: 1200px) {
      .kb-wrapper .welcome-kb-ul li {
        width: 24.5%; } }
    @media (max-width: 991px) {
      .kb-wrapper .welcome-kb-ul li {
        width: 32%; } }
    @media (max-width: 767px) {
      .kb-wrapper .welcome-kb-ul li {
        width: 48%; } }
    @media (max-width: 576px) {
      .kb-wrapper .welcome-kb-ul li {
        width: 98%; } }
    .kb-wrapper .welcome-kb-ul li a {
      text-decoration: none; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-kb-box {
        border: 1px solid #ff9b1e; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-1 {
        background-position: left -29px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-2 {
        background-position: -23px -27px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-3 {
        background-position: -52px -27px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-4 {
        background-position: -81px -26px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-5 {
        background-position: -108px -25px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-6 {
        background-position: -135px -32px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-7 {
        background-position: -162px -26px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-8 {
        background-position: -187px -22px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-9 {
        background-position: -216px -25px; }
      .kb-wrapper .welcome-kb-ul li a:hover .welcome-icon-10 {
        background-position: -246px -28px; }

.kb-wrapper .welcome-kb-box {
  display: block;
  background: #fff;
  padding: 25px 22px;
  border-radius: 5px;
  border: 1px solid #c5cfbf;
  box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.06); }
  .kb-wrapper .welcome-kb-box h4 {
    color: #171717;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 16px; }
  .kb-wrapper .welcome-kb-box p {
    color: #686868;
    font-size: 14px;
    margin-bottom: 0px; }

.kb-wrapper .welcome-icon {
  display: block;
  margin: auto;
  background: url(https://www.a2hosting.com/images/uploads/general/sprite1.png) no-repeat; }
  .kb-wrapper .welcome-icon.welcome-icon-1 {
    width: 21px;
    height: 29px;
    background-position: 0 0; }
  .kb-wrapper .welcome-icon.welcome-icon-2 {
    width: 27px;
    height: 27px;
    background-position: -23px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-3 {
    width: 27px;
    height: 27px;
    background-position: -52px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-4 {
    width: 27px;
    height: 26px;
    background-position: -81px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-5 {
    width: 27px;
    height: 25px;
    background-position: -108px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-6 {
    width: 24px;
    height: 32px;
    background-position: -135px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-7 {
    width: 21px;
    height: 26px;
    background-position: -162px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-8 {
    width: 27px;
    height: 22px;
    background-position: -187px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-9 {
    width: 27px;
    height: 25px;
    background-position: -216px 0; }
  .kb-wrapper .welcome-icon.welcome-icon-10 {
    width: 28px;
    height: 28px;
    background-position: -246px 0; }

.kb-wrapper .container {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 1199px) {
  .kb-wrapper .container {
    width: 970px; } }

@media (max-width: 991px) {
  .kb-wrapper .container {
    width: 720px; } }

@media (max-width: 767px) {
  .kb-wrapper .container {
    width: 100%; } }

#searchresults {
  padding-left: 0; }
  #searchresults .search-item {
    margin-top: 15px;
    margin-left: 1em; }
    #searchresults .search-item h5 a {
      color: #73B800; }
  #searchresults .meta {
    padding-bottom: 1.2em;
    font-size: .8em; }
  #searchresults .excerpt {
    margin-bottom: 0px; }
  #searchresults .paginate-results {
    margin-bottom: 0; }
  #searchresults .paginate-pages {
    margin-bottom: 1.2em; }
  #searchresults .pagination-link {
    margin: auto .2em; }
  #searchresults .pagination-link:first-child {
    margin-left: 0; }
  #searchresults .pagination-link.active {
    font-weight: bold;
    cursor: default;
    text-decoration: none; }

p.pagination {
  margin-top: 15px;
  color: #333;
  border-top: 1px solid #d6d6d6;
  width: 100%;
  text-align: center;
  padding-top: 15px; }
  p.pagination span.count {
    display: none !important; }

#honeypot {
  display: none; }

.page-piece-knowledge-base-search .big-search {
  margin: 0 auto;
  width: 680px; }

.big-search .search {
  margin-bottom: 34px;
  float: none; }
  .big-search .search #search-request {
    width: 500px; }

div.search {
  float: right;
  margin-top: 34px;
  margin-bottom: 17px; }
  div.search input#search-request {
    font-size: 22px;
    border-radius: 5px;
    color: #999;
    padding: 3px; }
  div.search .btn {
    margin: 0 0 14px;
    border-radius: 7px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 10px 5px; }
    @media (min-width: 991px) {
      div.search .btn {
        font-size: 18px;
        margin: 0; } }
    div.search .btn.btn-primary, div.search .btn.btn-success {
      padding: 6px 15px 6px 40px; }
      @media (min-width: 991px) {
        div.search .btn.btn-primary, div.search .btn.btn-success {
          padding: 11px 50px 11px 50px; } }

/*=======================================COLORS====================================*/
/*====================================BORDER RADIUS==================================*/
.search-wrapper {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  max-width: 975px;
  margin: auto;
  margin-top: 25px;
  padding: 25px 20px 13px 20px;
  border-radius: 40px; }
  .search-wrapper .search-field {
    margin-top: 25px; }
  .search-wrapper .search-btn {
    right: 12px;
    bottom: 12px; }

.search-field {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 0px 162px 0px 92px; }
  @media (max-width: 576px) {
    .search-field {
      padding-right: 0;
      padding-bottom: 60px;
      background: none;
      padding-left: 0;
      box-shadow: none; } }
  .search-field:before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 45px;
    width: 32px;
    height: 18px;
    background: url(https://www.a2hosting.com/images/support_images/type-icon.jpg) no-repeat;
    content: ''; }
    @media (max-width: 576px) {
      .search-field:before {
        display: none; } }
  .search-field .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    color: #aaaaaa;
    height: 64px;
    background: none; }
    @media (max-width: 576px) {
      .search-field .form-control {
        background: #fff;
        border-radius: 30px;
        padding: 0px 162px 0px 92px; } }
    @media (max-width: 576px) {
      .search-field .form-control {
        padding: 0px 30px 0px 30px;
        text-align: center; } }

.search-btn {
  display: inline-block;
  border-radius: 3px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 0px 38px;
  background: #ff8e00;
  line-height: 48px;
  text-decoration: none;
  border: none;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  right: 6px;
  position: absolute;
  bottom: 6px;
  width: 134px;
  height: 40px;
  border-radius: 30px !important;
  background: #ff8e00;
  border: none; }
  .search-btn:hover {
    background: #ffa800; }
  @media (max-width: 576px) {
    .search-btn {
      right: 0;
      left: 0;
      margin: auto;
      width: 90px;
      text-align: center;
      padding: 0; } }

.support-banner {
  display: block;
  background: #72a433;
  padding: 70px 0px 90px 0px;
  text-align: center; }
  @media (max-width: 1200px) {
    .support-banner {
      padding: 50px 0px 70px 0px; } }
  .support-banner .search-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin: 0; }
    @media (max-width: 1200px) {
      .support-banner .search-title {
        font-size: 36px; } }
  .support-banner .search-description {
    color: #daf6c7;
    font-size: 22px;
    line-height: normal;
    font-style: italic; }

section.section-kb .container h1, section.section-kb .container h2, section.section-kb .container h3, section.section-kb .container h4, section.section-kb .container h5, section.section-kb .container h6 {
  text-align: left; }

section.section-kb .container h2 {
  font-size: 1.6em; }

section.section-kb .container #rightpanel .sidenav ul {
  list-style: none;
  padding: 0px; }

section.section-kb .container #rightpanel li {
  width: auto; }
  section.section-kb .container #rightpanel li .details {
    padding: 8px 14px;
    color: #333; }
  section.section-kb .container #rightpanel li .appliesto {
    border: none;
    width: auto;
    list-style-type: disc;
    background: none; }
  section.section-kb .container #rightpanel li a {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    width: auto; }

section.section-kb .container #rightpanel #appliestolist {
  border: none;
  width: auto;
  float: none; }

section.section-kb .container #rightpanel .nav-sub a {
  text-decoration: underline; }

section.section-kb .container #rightpanel .btn {
  width: 350px;
  display: block;
  margin: 0 0 14px;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 4px 10px 5px; }
  @media (min-width: 991px) {
    section.section-kb .container #rightpanel .btn {
      font-size: 18px;
      margin: 0; } }
  section.section-kb .container #rightpanel .btn.btn-primary, section.section-kb .container #rightpanel .btn.btn-success {
    margin-top: 10px;
    padding: 6px 15px 6px 40px; }
    @media (min-width: 991px) {
      section.section-kb .container #rightpanel .btn.btn-primary, section.section-kb .container #rightpanel .btn.btn-success {
        padding: 11px 50px 11px 50px; } }

section.section-kb .container #toc li {
  list-style-type: none;
  margin-bottom: 0px; }

section.section-kb .container ol, section.section-kb .container ul {
  line-height: 1.5em;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  text-indent: 0;
  list-style-position: outside; }

section.section-kb .container ul {
  list-style-type: disc; }

section.section-kb .container pre {
  text-indent: 0;
  padding: 5px 20px 5px 10px;
  margin-bottom: 8px;
  margin-top: 5px;
  background-color: #232323;
  color: #F8F8F8;
  overflow: auto; }

section.section-kb .container p {
  margin-bottom: 1em; }

section.section-kb .container .kb-notice {
  padding: 20px;
  display: none; }

section.section-kb .container .kb-message, section.section-kb .container .warning, section.section-kb .container .important, section.section-kb .container .note, section.section-kb .container .tip {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  min-height: 48px;
  background-size: 48px 48px;
  border: 2px solid #000000;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 15px 10px 15px 74px; }
  section.section-kb .container .kb-message ul li, section.section-kb .container .warning ul li, section.section-kb .container .important ul li, section.section-kb .container .note ul li, section.section-kb .container .tip ul li {
    font-size: 1em; }

section.section-kb .container .warning {
  background-image: url("/images/uploads/knowledgebase_images/kb-messages-warning.png");
  background-color: #ffcccc;
  border-color: #ffaaaa; }

section.section-kb .container .important {
  background-image: url("/images/uploads/knowledgebase_images/kb-messages-important.png");
  background-color: #ffffcc;
  border-color: #ffffaa; }

section.section-kb .container .note {
  background-image: url("/images/uploads/knowledgebase_images/kb-mesages-note.png");
  background-color: #eeeeee;
  border-color: #cccccc; }

section.section-kb .container .tip {
  background-image: url("/images/uploads/knowledgebase_images/kb-messages-tip.png");
  background-color: #ccccff;
  border-color: #aaaaff; }

section.section-kb .container span.button,
section.section-kb .container span.checkbox,
section.section-kb .container span.textbox,
section.section-kb .container span.radio,
section.section-kb .container span.menu,
section.section-kb .container span.UI {
  font-weight: bold !important;
  display: inline; }

section.section-kb .container span.user-input {
  font-family: monospaced;
  font-weight: bold !important; }

section.section-kb .container pre.command {
  font-style: italic;
  background-color: #333;
  color: #fff; }

section.section-kb .container pre.code {
  background-color: #fff;
  color: #333; }

section.section-kb .container summary {
  font-size: 30px; }

section.section-kb .container .related-articles {
  list-style: none; }

.kb-wrapper #content-general {
  /* Copy to clipboard button */ }
  .kb-wrapper #content-general .copy-code-button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    width: 65px;
    color: #232326;
    background-color: #7f7f7f;
    border: 1.25px solid #232326;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    white-space: nowrap;
    padding: 4px 4px 5px 4px;
    margin: 0 0 0 1px;
    cursor: pointer;
    opacity: 0.6; }
  .kb-wrapper #content-general .copy-code-button:hover, .kb-wrapper #content-general .copy-code-button:focus, .kb-wrapper #content-general .copy-code-button:active, .kb-wrapper #content-general .copy-code-button:active:hover {
    color: #222225;
    background-color: #b3b3b3;
    opacity: 0.8; }

.support-icons {
  display: block;
  text-align: center;
  padding: 70px 0px;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 1200px) {
    .support-icons {
      padding: 50px 0px; } }
  .support-icons .wrapper {
    display: block;
    overflow: hidden;
    margin-top: 40px; }
  .support-icons .sec-head {
    padding-bottom: 1.5em; }
  .support-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    padding: 0px; }
  .support-icons li {
    float: left;
    list-style: none;
    width: 20%;
    border-left: 1px solid #e3e3e3;
    padding: 0px 25px; }
    .support-icons li:first-child {
      border-left: none; }
    @media (max-width: 1200px) {
      .support-icons li {
        width: 30%;
        margin: 1.5%;
        border: 1px solid #e3e3e3;
        padding: 20px; }
        .support-icons li:first-child {
          border: 1px solid #e3e3e3; } }
    @media (max-width: 767px) {
      .support-icons li {
        width: 46%;
        margin: 2%; } }
    @media (max-width: 480px) {
      .support-icons li {
        width: 96%;
        margin: 2%; } }
  .support-icons .icon {
    margin: auto;
    display: block;
    width: 78px;
    height: 78px; }
  .support-icons .title {
    font-weight: 700;
    font-size: 20px;
    color: #4d514a;
    margin: 0px 0px 15px 0px;
    text-align: center;
    min-height: initial; }
  .support-icons p {
    font-size: 14px;
    color: #696969;
    text-align: center;
    line-height: initial;
    min-height: 60px; }
  .support-icons .cm-btns {
    border-radius: 3px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    text-decoration: none;
    border: none;
    -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
    transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
    font-size: 14px;
    line-height: 38px;
    text-transform: none;
    padding: 0px 30px;
    text-decoration: none;
    margin-top: 20px;
    padding: 0px 20px;
    min-width: 143px;
    text-align: center;
    display: block;
    margin: auto;
    max-width: 175px; }

.btn-secondary-cta, .cm-btns.btn-secondary-cta {
  background-color: #0097c3;
  border-color: #0097c3; }
  .btn-secondary-cta:hover, .cm-btns.btn-secondary-cta:hover {
    background-color: #007090;
    border-color: #007090; }

.cm-listing > ul > li {
  font-size: 16px;
  line-height: normal;
  position: relative;
  padding-left: 23px;
  margin-bottom: 22px; }
  .cm-listing > ul > li a {
    text-decoration: underline;
    color: #4d514a; }
  .cm-listing > ul > li::before {
    position: absolute;
    content: "\f0da";
    width: 15px;
    height: 15px;
    background: #e08d39;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-family: 'FontAwesome';
    left: 0;
    top: 3px;
    border-radius: 50%;
    font-size: 12px;
    padding-left: 3px; }

.cm-listing.orange > ul > li {
  color: #de7c00; }
  .cm-listing.orange > ul > li a {
    color: #de7c00; }

.kb-wrapper [class^="icon-"], .kb-wrapper [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kb-wrapper .icon-msg-ic-1:before {
  content: "\e900"; }

.kb-wrapper .icon-msg-ic-2:before {
  content: "\e901"; }

.kb-wrapper .icon-msg-ic-3:before {
  content: "\e902"; }

.kb-wrapper .icon-msg-ic-4:before {
  content: "\e903"; }

.kb-wrapper .search-wrapper {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  max-width: 975px;
  margin: auto;
  margin-top: 25px;
  padding: 25px 20px 13px 20px;
  border-radius: 40px; }
  .kb-wrapper .search-wrapper .search-field {
    margin-top: 25px; }
    .kb-wrapper .search-wrapper .search-field .form-control {
      height: 64px; }
    .kb-wrapper .search-wrapper .search-field .search-btn {
      right: 12px;
      bottom: 12px; }

.kb-wrapper .search-field {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 0px 162px 0px 92px; }
  @media (max-width: 576px) {
    .kb-wrapper .search-field {
      padding-right: 0;
      padding-bottom: 60px;
      background: none;
      padding-left: 0;
      box-shadow: none; } }
  .kb-wrapper .search-field:before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 45px;
    width: 32px;
    height: 18px;
    background: url(https://www.a2hosting.com/images/support_images/type-icon.jpg) no-repeat;
    content: ''; }
    @media (max-width: 576px) {
      .kb-wrapper .search-field:before {
        display: none; } }
  .kb-wrapper .search-field .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    color: #aaaaaa;
    height: 52px;
    background: none; }
    @media (max-width: 576px) {
      .kb-wrapper .search-field .form-control {
        background: #fff;
        border-radius: 30px;
        padding: 0px 162px 0px 92px; } }
    @media (max-width: 576px) {
      .kb-wrapper .search-field .form-control {
        padding: 0px 30px 0px 30px;
        text-align: center; } }
  .kb-wrapper .search-field .search-btn {
    display: inline-block;
    border-radius: 3px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 38px;
    background: #ff8e00;
    line-height: 48px;
    text-decoration: none;
    border: none;
    -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
    transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    right: 6px;
    position: absolute;
    bottom: 6px;
    width: 134px;
    height: 40px;
    border-radius: 30px !important;
    background: #ff8e00;
    border: none; }
    .kb-wrapper .search-field .search-btn:hover {
      background: #ffa800; }
    @media (max-width: 576px) {
      .kb-wrapper .search-field .search-btn {
        right: 0;
        left: 0;
        margin: auto;
        width: 90px;
        text-align: center;
        padding: 0; } }

.kb-wrapper .pb-0 {
  padding-bottom: 0; }

.kb-wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  color: #4d514a;
  margin: 0px 0px 15px 0px; }

.kb-wrapper .popular-guide-block {
  display: block;
  padding: 60px 0;
  text-align: center; }

.kb-wrapper .popular-guide-main {
  display: block; }
  .kb-wrapper .popular-guide-main h3 {
    font-size: 36px;
    font-weight: 400;
    color: #171717;
    margin: 0 0 45px 0; }
  .kb-wrapper .popular-guide-main a {
    text-decoration: none !important;
    display: block; }

.kb-wrapper .popular-guide a {
  text-decoration: none; }

.kb-wrapper .popular-guide.more {
  display: none; }

.kb-wrapper .ul_wrapper {
  height: 144px;
  overflow: hidden;
  -webkit-transition: height ease 0.2s;
  transition: height ease 0.2s; }
  @media (max-width: 1200px) {
    .kb-wrapper .ul_wrapper {
      height: 164px; } }

.kb-wrapper .show-more {
  display: block;
  width: 142px;
  height: 38px;
  margin: auto;
  background: #ff8e00;
  color: #fff;
  text-decoration: none;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 30px; }
  .kb-wrapper .show-more:hover {
    background: #80be53;
    text-decoration: none;
    color: #fff; }
  .kb-wrapper .show-more.active {
    display: none; }

.kb-wrapper .show-more-btn {
  display: block;
  width: 100%;
  color: #6abc36;
  font-size: 12px;
  color: #3c373a;
  background: #e6eae4;
  padding: 0px 15px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 44px;
  font-family: 'icomoon';
  font-family: VisbyCF,sans-serif;
  text-align: left; }
  .kb-wrapper .show-more-btn:hover, .kb-wrapper .show-more-btn.opened {
    color: #4b8720 !important;
    background: #deedd5; }
  .kb-wrapper .show-more-btn:opened:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #4b8720; }
  .kb-wrapper .show-more-btn::before {
    content: "\f078";
    position: absolute;
    top: 0px;
    left: 23px;
    font-size: 12px;
    color: #3c373a;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-weight: normal;
    font-family: 'FontAwesome'; }

.kb-wrapper .newsletter-block {
  display: block;
  background: #d7e6e7;
  overflow: hidden; }
  .kb-wrapper .newsletter-block .container {
    padding: 0; }
    .kb-wrapper .newsletter-block .container::before {
      display: none; }
  .kb-wrapper .newsletter-block .texting {
    display: block;
    padding: 34px 15px;
    position: relative;
    text-align: left; }
    @media (max-width: 991px) {
      .kb-wrapper .newsletter-block .texting {
        padding-bottom: 10px; } }
    .kb-wrapper .newsletter-block .texting:before {
      position: absolute;
      left: -10px;
      top: 1px;
      content: "";
      background: url(https://www.a2hosting.com/images/uploads/general/newsletter-bg.png) no-repeat;
      width: 175px;
      height: 203px;
      background-size: 100%; }
    .kb-wrapper .newsletter-block .texting h3 {
      font-size: 30px;
      font-weight: 600;
      margin-top: 0; }
    .kb-wrapper .newsletter-block .texting p {
      font-size: 20px;
      line-height: normal; }
  .kb-wrapper .newsletter-block .right {
    display: block;
    padding: 35px 15px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .kb-wrapper .newsletter-block .right {
        margin-left: 0;
        padding-top: 10px; } }
  .kb-wrapper .newsletter-block .subscribe-box {
    display: block;
    position: relative;
    padding-right: 228px;
    padding-bottom: 20px; }
    @media (max-width: 1200px) {
      .kb-wrapper .newsletter-block .subscribe-box {
        padding-right: 150px; } }
    .kb-wrapper .newsletter-block .subscribe-box .form-control {
      height: 48px;
      background: #fff;
      box-shadow: none;
      border: none;
      font-size: 16px; }
    .kb-wrapper .newsletter-block .subscribe-box .sign-up {
      display: block;
      width: 220px;
      right: 0;
      top: 0;
      display: inline-block;
      border-radius: 3px !important;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      padding: 0px 38px;
      background: #ff8e00;
      line-height: 48px;
      text-decoration: none;
      border: none;
      -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
      transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
      position: absolute; }
      @media (max-width: 1200px) {
        .kb-wrapper .newsletter-block .subscribe-box .sign-up {
          width: 140px; } }
      .kb-wrapper .newsletter-block .subscribe-box .sign-up:hover {
        background: #ffa800; }

.kb-wrapper .social-icon {
  display: block; }
  .kb-wrapper .social-icon ul {
    font-size: 0; }
    .kb-wrapper .social-icon ul li {
      display: inline-block;
      margin-right: 12px; }
      .kb-wrapper .social-icon ul li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        position: relative; }
        .kb-wrapper .social-icon ul li a.fb {
          background: #324f8f; }
        .kb-wrapper .social-icon ul li a.twitter {
          background: #1da1f2; }
        .kb-wrapper .social-icon ul li a.linked {
          background: #066a92; }
        .kb-wrapper .social-icon ul li a.youtube {
          background: #ff3c37; }
        .kb-wrapper .social-icon ul li a:hover {
          opacity: 0.8; }

.kb-wrapper .footer {
  display: block;
  background: #333333; }
  .kb-wrapper .footer .link-section {
    display: block;
    padding: 30px 0px; }
    @media (max-width: 1200px) {
      .kb-wrapper .footer .link-section {
        display: block !important;
        padding: 30px 15px; } }
    .kb-wrapper .footer .link-section .link-box {
      display: block; }
      @media (max-width: 1200px) {
        .kb-wrapper .footer .link-section .link-box {
          float: left;
          width: 33%;
          padding-bottom: 20px; } }
      @media (max-width: 767px) {
        .kb-wrapper .footer .link-section .link-box {
          width: 50%; } }
      .kb-wrapper .footer .link-section .link-box h4 {
        color: #73b800;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 18px; }
        @media (max-width: 1200px) {
          .kb-wrapper .footer .link-section .link-box h4 {
            font-size: 22px; } }
      .kb-wrapper .footer .link-section .link-box ul li {
        display: block;
        padding: 2px 0px; }
        .kb-wrapper .footer .link-section .link-box ul li a {
          display: inline-block;
          color: #fff;
          font-size: 18px; }
          @media (max-width: 1200px) {
            .kb-wrapper .footer .link-section .link-box ul li a {
              font-size: 16px; } }
  .kb-wrapper .footer .footer-mid {
    display: block;
    padding-bottom: 30px; }
  .kb-wrapper .footer .payment-methods h5 {
    color: #fff;
    display: block;
    margin-bottom: 18px; }
  .kb-wrapper .footer .footer-bottom {
    display: block;
    padding: 18px 0px; }
    .kb-wrapper .footer .footer-bottom span {
      color: #fff;
      font-size: 16px; }
      .kb-wrapper .footer .footer-bottom span a {
        color: #fff; }

.kb-wrapper .approved-items {
  padding-top: 90px; }
  .kb-wrapper .approved-items img {
    height: 48px; }

.kb-wrapper .subscription-box {
  display: block;
  padding: 22px 40px;
  background: #f4f4f2; }
  .kb-wrapper .subscription-box .pic {
    margin: auto;
    width: 200px;
    display: block; }
  .kb-wrapper .subscription-box .texting {
    text-align: right;
    position: relative;
    padding: 20px 0px;
    padding-right: 30px;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .kb-wrapper .subscription-box .texting {
        padding-bottom: 0;
        text-align: center;
        margin: 0; } }
    .kb-wrapper .subscription-box .texting h3 {
      font-size: 18px; }

.kb-wrapper .type-field {
  display: block;
  position: relative;
  padding-right: 138px;
  border-radius: 4px;
  border: 1px solid #d8d9d6;
  background: #fff;
  height: 50px;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .kb-wrapper .type-field {
      padding: 0px 0px 0px 0px;
      margin-top: 30px;
      margin-bottom: 20px; } }
  .kb-wrapper .type-field .form-control {
    border: none;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    color: #586358;
    background: none; }
  .kb-wrapper .type-field .subscribe-btn {
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 125px;
    background: #fd8e00;
    border: none;
    border-radius: 0px 4px 4px 0px;
    font-size: 15px;
    font-weight: 600; }
    .kb-wrapper .type-field .subscribe-btn:hover {
      background: #ff9c1e; }

.kb-wrapper .test-page {
  padding-bottom: 30px; }

.kb-wrapper .orange {
  color: #ff8e00; }

.kb-wrapper .para-bold {
  color: #3b3838; }

.kb-wrapper .msg-box-textarea {
  width: 100%;
  border: none;
  resize: none;
  overflow-x: auto;
  white-space: nowrap;
  line-height: 16px;
  height: 25px;
  letter-spacing: 2px; }
  .kb-wrapper .msg-box-textarea:focus {
    outline: none; }

.kb-wrapper .copy-btn {
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: #7a8da2;
  color: #fff;
  line-height: 14px;
  border: none;
  font-size: 12px;
  padding: 3px 6px; }

.kb-wrapper .text-commens span {
  border-radius: 2px;
  display: inline-block;
  line-height: normal;
  /* requested by chris coffey */ }
  .kb-wrapper .text-commens span.variable {
    color: inherit;
    border: 1px solid #d80404; }
  .kb-wrapper .text-commens span.variable {
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px; }
  .kb-wrapper .text-commens span.UI {
    font-weight: bold; }

.kb-wrapper .numberd-listing {
  display: block; }
  .kb-wrapper .numberd-listing > ul {
    padding: 15px 0px; }
    .kb-wrapper .numberd-listing > ul > li {
      line-height: 25px;
      font-size: 16px;
      color: #697064;
      list-style: none;
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px; }
      .kb-wrapper .numberd-listing > ul > li .slno {
        position: absolute;
        left: 0;
        top: 0;
        color: #000; }
      .kb-wrapper .numberd-listing > ul > li > ul {
        padding-top: 15px;
        margin-left: 25px; }
        .kb-wrapper .numberd-listing > ul > li > ul > li {
          color: #697064;
          margin-top: 5px;
          position: relative;
          list-style: none;
          padding-left: 17px;
          display: block;
          line-height: 25px; }
          .kb-wrapper .numberd-listing > ul > li > ul > li:before {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #5d5d5d;
            content: '';
            left: 0;
            top: 10px;
            position: absolute; }

.kb-wrapper .embedded-table {
  display: block;
  max-width: 480px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e3e4e3;
  margin-bottom: 12px;
  margin-left: 55px; }
  .kb-wrapper .embedded-table table {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e3e4e3; }
  .kb-wrapper .embedded-table table tr th {
    background: #e9e9e9;
    padding: 12px 24px 10px 24px;
    border-left: 1px solid #e3e4e3;
    border-top: none; }
  .kb-wrapper .embedded-table table tr td {
    padding: 10px 24px;
    border-top: 1px solid #e3e4e3;
    border-left: 1px solid #e3e4e3;
    color: #697064;
    font-size: 16px; }

.kb-wrapper .bold {
  font-weight: 700; }

.kb-wrapper span.button, .kb-wrapper span.checkbox, .kb-wrapper span.radio, .kb-wrapper span.menu, .kb-wrapper span.textbox {
  font-weight: 700; }

.kb-wrapper .conditional-branching {
  padding: 0px 0px;
  border-radius: 7px;
  margin-bottom: 25px; }
  .kb-wrapper .conditional-branching > ul {
    padding: 0;
    margin: 0; }
    .kb-wrapper .conditional-branching > ul > li {
      list-style: none;
      position: relative;
      display: block;
      padding-left: 40px;
      font-size: 18px;
      line-height: 34px; }
      .kb-wrapper .conditional-branching > ul > li:before {
        display: none; }
      .kb-wrapper .conditional-branching > ul > li > span {
        width: 25px;
        height: 25px;
        display: block;
        background: #e9e9e9;
        color: #696969;
        text-align: center;
        line-height: 25px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 3px;
        font-size: 13px; }

.kb-wrapper ul.links > li {
  list-style: none; }
  .kb-wrapper ul.links > li a {
    color: #4166a8;
    text-decoration: underline;
    line-height: 34px; }

.kb-wrapper ul.links > li a {
  color: #4166a8;
  text-decoration: underline; }

.kb-wrapper .headings.embeded-video {
  border: 1px solid #ececec;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .kb-wrapper .headings.embeded-video span {
    display: block;
    padding: 0 15px; }

.kb-wrapper .media-iframe {
  width: 100%;
  height: 300px;
  display: block; }

.kb-wrapper .kb-gallery-block {
  display: block;
  margin-top: 30px;
  border-top: 1px solid #ececec;
  padding-top: 30px; }

.kb-wrapper .kb-gallery-box {
  display: block;
  border: 1px solid #ececec;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05); }
  .kb-wrapper .kb-gallery-box a {
    color: #3c373a; }
    .kb-wrapper .kb-gallery-box a span {
      padding: 0 15px; }

.kb-wrapper .sbcrb-btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  border: none;
  border-radius: 5px; }
  .kb-wrapper .sbcrb-btn:hover {
    background: #ffa128; }

.kb-wrapper .subscribe.article-subscribe {
  padding: 20px 20px 10px 20px; }
  .kb-wrapper .subscribe.article-subscribe .type-field {
    margin-top: 15px;
    padding-right: 100px;
    margin-bottom: 5px; }
    .kb-wrapper .subscribe.article-subscribe .type-field .subscribe-btn {
      width: 100px; }
  .kb-wrapper .subscribe.article-subscribe .article-main-right .subscribe p {
    margin-bottom: 0px; }
  .kb-wrapper .subscribe.article-subscribe .article-main-right .subscribe h4 {
    margin-top: 0px; }

.kb-wrapper .knowledge-submit {
  width: 134px;
  height: 40px;
  display: block;
  background: #ff8e00;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  right: 25px;
  top: 17px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .kb-wrapper .knowledge-submit:hover {
    background: #ffa500; }

.kb-wrapper .article-bottom-section {
  display: block;
  padding: 25px 30px;
  border: 1px solid #ececec;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px; }
  .kb-wrapper .article-bottom-section p {
    line-height: 26px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px; }
    .kb-wrapper .article-bottom-section p a {
      color: #ff8e00;
      font-weight: 600;
      text-decoration: underline; }
      .kb-wrapper .article-bottom-section p a:hover {
        color: #6abc36; }

/* back porting styles from here to the old layout, so that 100000000 kb articles don't have to be
re-edited right away
*/
pre.code {
  border: 2px solid #7267d3;
  background: #fafbfa;
  border: 1px solid #f5faf2;
  box-shadow: 0px 0px 0px 1px #e9eae9;
  padding-left: 28px;
  background: none;
  color: #4a443d;
  font-style: normal;
  font-size: 16px; }

pre.command {
  padding-left: 28px;
  background: #4a5c6f;
  border: 2px solid #4a5c6f;
  padding-right: 70px;
  position: relative;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px; }

.kb-wrapper .user-input {
  font-family: monospace; }

/** end back port **/
/*# sourceMappingURL=kb.css.map */