/* line 3, scss/base/_layout.scss */
html,
body {
  height: 100%;
  font-family: 'Rubik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 11, scss/base/_layout.scss */
.mainwrapper {
  background: #f2f2f2;
  /*Main Width Cutoff after 1375px (Can be Increased if needed)*/
  /*Inner Spacing For Header & Footer*/ }
  /* line 15, scss/base/_layout.scss */
  .mainwrapper .max-grid-width {
    margin: auto;
    max-width: 1375px;
    padding: 0 75px;
    width: 100%; }
  /* line 23, scss/base/_layout.scss */
  .mainwrapper .hf-spacing {
    padding: 30px 75px; }
  /* line 27, scss/base/_layout.scss */
  .mainwrapper .content-area {
    background: #ffffff;
    margin-top: -75px;
    padding: 50px 25px; }
    /* line 32, scss/base/_layout.scss */
    .mainwrapper .content-area .site-content {
      float: left; }
    /* line 36, scss/base/_layout.scss */
    .mainwrapper .content-area #sidebar-left {
      float: left;
      margin-right: 25px;
      width: 175px; }
    /* line 42, scss/base/_layout.scss */
    .mainwrapper .content-area #sidebar-right {
      float: right;
      margin-left: 25px;
      width: 275px; }

/*No Sidebar Column*/
/* line 55, scss/base/_layout.scss */
.theme-col-1 .site-content {
  width: 100%; }

/* line 59, scss/base/_layout.scss */
.theme-col-1 .content-area {
  padding: 50px 175px; }

/*One Sidebar(Left) Column*/
/* line 68, scss/base/_layout.scss */
.theme-col-2 .site-content {
  width: calc(100% - 200px); }

/*Two Sidebar(Left/Right) Column*/
/* line 77, scss/base/_layout.scss */
.theme-col-3 .site-content {
  width: calc(100% - 500px); }

/* line 3, scss/base/_header.scss */
.header-grid {
  background: #4a4a4a;
  text-align: center; }
  /* line 7, scss/base/_header.scss */
  .header-grid .logo-grid {
    float: left;
    text-align: left;
    width: 300px; }
    /* line 14, scss/base/_header.scss */
    .header-grid .logo-grid .navigate-to-wr, .header-grid .logo-grid .navigate-to-hc {
      color: #ffffff;
      display: inline-block;
      text-decoration: none;
      vertical-align: top; }
    /* line 24, scss/base/_header.scss */
    .header-grid .logo-grid .navigate-to-wr {
      cursor: pointer;
      font-size: 11px;
      height: 40px;
      text-align: left;
      width: 108px; }
      /* line 31, scss/base/_header.scss */
      .header-grid .logo-grid .navigate-to-wr .back-link-txt {
        left: 50%;
        line-height: 14px;
        padding-left: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -20%); }
        /* line 39, scss/base/_header.scss */
        .header-grid .logo-grid .navigate-to-wr .back-link-txt:before {
          content: "";
          background: url("../images/glyph-back-arrow.svg") no-repeat center center;
          height: 15px;
          left: -5%;
          position: absolute;
          top: 25%;
          width: 15px; }
    /* line 53, scss/base/_header.scss */
    .header-grid .logo-grid .navigate-to-hc {
      font-size: 17px;
      padding: 14px 0 0 12px;
      position: relative; }
      /* line 58, scss/base/_header.scss */
      .header-grid .logo-grid .navigate-to-hc:before {
        background: #a8a0a0;
        content: "";
        display: block;
        height: 26px;
        position: absolute;
        left: 0;
        top: 13px;
        width: 2px; }
  /* line 73, scss/base/_header.scss */
  .header-grid .header-search-bar {
    display: inline-block;
    max-width: calc(100% - 700px);
    width: 100%; }
    /* line 78, scss/base/_header.scss */
    .header-grid .header-search-bar h1 {
      color: #ffffff;
      margin-bottom: 20px; }
    /* line 83, scss/base/_header.scss */
    .header-grid .header-search-bar .searchform {
      position: relative; }
      /* line 90, scss/base/_header.scss */
      .header-grid .header-search-bar .searchform.search-term .search-input-submit-btn {
        display: none; }
      /* line 94, scss/base/_header.scss */
      .header-grid .header-search-bar .searchform.search-term .search-input-reset-btn {
        display: block; }
      /* line 104, scss/base/_header.scss */
      .header-grid .header-search-bar .searchform .search-input-box {
        background: #282828;
        border-radius: 2px;
        border: 1px solid #252525;
        border-right: 0;
        color: #ffffff;
        padding: 12px 43px 12px 20px;
        width: 100%; }
        /* line 113, scss/base/_header.scss */
        .header-grid .header-search-bar .searchform .search-input-box:focus, .header-grid .header-search-bar .searchform .search-input-box:hover {
          box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5);
          outline: none; }
        /* line 119, scss/base/_header.scss */
        .header-grid .header-search-bar .searchform .search-input-box:-webkit-autofill {
          -webkit-box-shadow: 0 0 5px 100px #282828 inset;
          -webkit-text-fill-color: #ffffff; }
          /* line 123, scss/base/_header.scss */
          .header-grid .header-search-bar .searchform .search-input-box:-webkit-autofill:focus {
            box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.5), 0 0 5px 100px #282828 inset; }
      /* line 131, scss/base/_header.scss */
      .header-grid .header-search-bar .searchform .search-input-submit-btn {
        background: url("../images/glyph-search.svg") no-repeat center center;
        border: none;
        height: 43px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        text-indent: -10000;
        width: 43px; }
      /* line 143, scss/base/_header.scss */
      .header-grid .header-search-bar .searchform .search-input-reset-btn {
        background: url("../images/glyph-search-cancel.svg") no-repeat center center;
        border: none;
        display: none;
        height: 43px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        text-indent: -10000;
        width: 43px; }
  /* line 162, scss/base/_header.scss */
  .header-grid .top-right-section {
    float: right;
    text-align: right;
    width: 370px; }
    /* line 167, scss/base/_header.scss */
    .header-grid .top-right-section > .section {
      display: inline-block;
      vertical-align: middle; }
      /* line 171, scss/base/_header.scss */
      .header-grid .top-right-section > .section .display-text {
        background: none;
        border: none;
        color: #ffffff;
        position: relative;
        padding-right: 20px;
        outline: 0; }
        /* line 179, scss/base/_header.scss */
        .header-grid .top-right-section > .section .display-text > .arrow {
          background: url(../images/down-caret-icon.svg) no-repeat center center;
          height: 8px;
          margin-top: -5px;
          position: absolute;
          right: 0;
          top: 50%;
          width: 10px; }
      /* line 191, scss/base/_header.scss */
      .header-grid .top-right-section > .section a:hover,
      .header-grid .top-right-section > .section a:focus {
        text-decoration: none; }
      /* line 198, scss/base/_header.scss */
      .header-grid .top-right-section > .section.language-switcher .dropdown-menu {
        margin-top: 10px; }
      /* line 204, scss/base/_header.scss */
      .header-grid .top-right-section > .section.user-details {
        margin: 0 10px 0 15px;
        max-width: 250px; }
        /* line 208, scss/base/_header.scss */
        .header-grid .top-right-section > .section.user-details .user-name {
          font-size: 11px; }
        /* line 212, scss/base/_header.scss */
        .header-grid .top-right-section > .section.user-details ul {
          margin-left: 20px; }

/* line 226, scss/base/_header.scss */
.breadcrumb-disabled .header-grid {
  padding-bottom: 95px; }

/* line 233, scss/base/_header.scss */
.animate-container {
  display: inline-block;
  position: relative;
  z-index: 1; }
  /* line 238, scss/base/_header.scss */
  .animate-container .animate-grid {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d; }
    /* line 242, scss/base/_header.scss */
    .animate-container .animate-grid .front-face {
      position: absolute; }
    /* line 246, scss/base/_header.scss */
    .animate-container .animate-grid .back-face {
      transform: rotateY(180deg);
      position: relative; }
    /* line 251, scss/base/_header.scss */
    .animate-container .animate-grid .front-face,
    .animate-container .animate-grid .back-face {
      background: #4a4a4a;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      height: 100%;
      width: 100%; }
  /* line 262, scss/base/_header.scss */
  .animate-container:hover .animate-grid {
    transform: rotateY(180deg); }

/* line 270, scss/base/_header.scss */
.template-front-page .animate-grid {
  animation: flip 2s linear normal; }

@keyframes flip {
  0% {
    transform: rotateY(0deg); }
  20% {
    transform: rotateY(0deg); }
  40% {
    transform: rotateY(180deg); }
  60% {
    transform: rotateY(180deg); }
  80% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }

/* line 3, scss/base/_footer.scss */
.footer-grid {
  background: #4a4a4a;
  color: #ffffff;
  font-size: 12px;
  text-align: center; }
  /* line 9, scss/base/_footer.scss */
  .footer-grid .footer-logo {
    margin-bottom: 20px; }
  /* line 13, scss/base/_footer.scss */
  .footer-grid .footer-links {
    display: inline-block;
    margin-bottom: 6px; }
    /* line 17, scss/base/_footer.scss */
    .footer-grid .footer-links .menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      /* line 22, scss/base/_footer.scss */
      .footer-grid .footer-links .menu li {
        border-right: 1px solid #ffffff;
        display: inline-block;
        line-height: normal;
        padding: 0 10px; }
        /* line 28, scss/base/_footer.scss */
        .footer-grid .footer-links .menu li:last-child {
          border: none; }
        /* line 32, scss/base/_footer.scss */
        .footer-grid .footer-links .menu li a {
          color: #ffffff;
          font-size: 12px; }
  /* line 43, scss/base/_footer.scss */
  .footer-grid .footer-copyright-section {
    line-height: 30px; }

/* line 3, scss/base/_breadcrumb.scss */
.breadcrumb-grid {
  background: #282828;
  padding: 20px 0 100px; }
  /* line 7, scss/base/_breadcrumb.scss */
  .breadcrumb-grid .breadcrumb-list {
    float: left;
    list-style: none;
    position: relative;
    padding-top: 14px; }
    /* line 13, scss/base/_breadcrumb.scss */
    .breadcrumb-grid .breadcrumb-list a {
      color: #ffffff;
      font-size: 11px;
      min-width: 170px;
      position: absolute;
      padding-left: 18px;
      text-decoration: none;
      text-align: left; }
      /* line 22, scss/base/_breadcrumb.scss */
      .breadcrumb-grid .breadcrumb-list a:before {
        content: "";
        background: url("../images/glyph-back-arrow.svg") no-repeat center center;
        font-size: 18px;
        height: 15px;
        left: 0;
        line-height: 14px;
        position: absolute;
        top: 0;
        width: 15px; }
  /* line 38, scss/base/_breadcrumb.scss */
  .breadcrumb-grid .page-title {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    text-align: center; }

/* line 47, scss/base/_breadcrumb.scss */
#site-navigation {
  display: none; }

/* line 3, scss/base/_typography.scss */
html {
  font-size: 62.5%; }

/* line 7, scss/base/_typography.scss */
body {
  font-size: 1.2rem; }

/* line 12, scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 0; }

/* line 18, scss/base/_typography.scss */
h1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 9px; }

/* line 24, scss/base/_typography.scss */
h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 11px; }

/* line 30, scss/base/_typography.scss */
h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px; }

/* line 37, scss/base/_typography.scss */
h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 17px; }

/* line 44, scss/base/_typography.scss */
h5 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px; }

/* line 50, scss/base/_typography.scss */
h6 {
  font-size: 11px;
  line-height: 1.75;
  margin-top: 28px; }

/* line 57, scss/base/_typography.scss */
a {
  color: #026EAD;
  text-decoration: none; }

/* line 63, scss/base/_typography.scss */
p,
li {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.43; }

/* line 70, scss/base/_typography.scss */
b,
strong {
  font-weight: 500; }

/*Box Shadow*/
/* line 4, scss/base/_card.scss */
.browse-topics-col,
.workstation-updates-col,
.product-guide, .common-solutions-col,
.search-result, .contact-support .section .contact-text {
  border: 1px solid #d9d2d0;
  border-radius: 4px; }
  /* line 8, scss/base/_card.scss */
  .browse-topics-col:hover,
  .workstation-updates-col:hover,
  .product-guide:hover, .common-solutions-col:hover,
  .search-result:hover, .contact-support .section .contact-text:hover {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }

/* line 15, scss/base/_card.scss */
.contact-support-icon {
  height: 10vh; }

/* line 19, scss/base/_card.scss */
.title-space {
  padding-top: 60px; }

/* line 23, scss/base/_card.scss */
.section-title {
  color: #026ead;
  line-height: 20px;
  margin: 0;
  padding-bottom: 5px; }

/* line 30, scss/base/_card.scss */
.anchor-link-style {
  background: url("../images/arrow-blue-right.svg") no-repeat right;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.38;
  padding-right: 18px;
  text-transform: uppercase; }

/*Browse Topics Column and Common Solutions, Workstation Updates, Product Guides*/
/* line 40, scss/base/_card.scss */
.browse-topics-bottom-col {
  margin-left: 17% !important; }

/* line 43, scss/base/_card.scss */
.browse-topics-col,
.workstation-updates-col,
.product-guide {
  float: left;
  margin: 25px 25px 0 0;
  width: calc(33.33333% - 18px); }
  /* line 52, scss/base/_card.scss */
  .browse-topics-col:last-child,
  .workstation-updates-col:last-child,
  .product-guide:last-child {
    margin-right: 0px; }
  /* line 56, scss/base/_card.scss */
  .browse-topics-col:hover, .browse-topics-col:focus,
  .workstation-updates-col:hover,
  .workstation-updates-col:focus,
  .product-guide:hover,
  .product-guide:focus {
    text-decoration: none; }
  /* line 61, scss/base/_card.scss */
  .browse-topics-col:nth-child(3n+3),
  .workstation-updates-col:nth-child(3n+3),
  .product-guide:nth-child(3n+3) {
    margin-right: 0px; }

/*Common Solutions and Search Results  Style*/
/* line 68, scss/base/_card.scss */
.common-solutions-col,
.search-result {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px 25px;
  text-align: left; }
  /* line 79, scss/base/_card.scss */
  .common-solutions-col .section-title a,
  .search-result .section-title a {
    text-decoration: none; }
  /* line 85, scss/base/_card.scss */
  .common-solutions-col:hover, .common-solutions-col:focus,
  .search-result:hover,
  .search-result:focus {
    text-decoration: none; }
  /* line 90, scss/base/_card.scss */
  .common-solutions-col .common-solutions-description,
  .search-result .common-solutions-description {
    margin-bottom: 10px; }
  /* line 97, scss/base/_card.scss */
  .common-solutions-col .post-category-link span,
  .common-solutions-col .faq-category-link span,
  .search-result .post-category-link span,
  .search-result .faq-category-link span {
    border-left: 1px solid #a8a0a0;
    color: #a8a0a0;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    padding-left: 8px;
    text-transform: uppercase; }
    /* line 106, scss/base/_card.scss */
    .common-solutions-col .post-category-link span:first-child,
    .common-solutions-col .faq-category-link span:first-child,
    .search-result .post-category-link span:first-child,
    .search-result .faq-category-link span:first-child {
      border-left: 0;
      margin: 0;
      padding: 0; }
  /* line 116, scss/base/_card.scss */
  .common-solutions-col .section-title-link,
  .search-result .section-title-link {
    text-decoration: none; }
  /* line 120, scss/base/_card.scss */
  .common-solutions-col.no-results,
  .search-result.no-results {
    margin: 30px 0 50px 0;
    padding: 50px 0 50px 0; }
    /* line 124, scss/base/_card.scss */
    .common-solutions-col.no-results:hover,
    .search-result.no-results:hover {
      box-shadow: none; }
    /* line 128, scss/base/_card.scss */
    .common-solutions-col.no-results .search-result-img,
    .search-result.no-results .search-result-img {
      height: 45px;
      width: 45px; }
    /* line 133, scss/base/_card.scss */
    .common-solutions-col.no-results h4,
    .search-result.no-results h4 {
      color: #a8a0a0; }
    /* line 137, scss/base/_card.scss */
    .common-solutions-col.no-results p,
    .search-result.no-results p {
      color: #a8a0a0;
      margin-bottom: 25px;
      padding-top: 5px; }

/* line 147, scss/base/_card.scss */
.search-count {
  padding-right: 5px; }

/*Workstation Updates Style*/
/* line 152, scss/base/_card.scss */
.workstation-updates-col {
  padding: 25px; }
  /* line 155, scss/base/_card.scss */
  .workstation-updates-col:nth-child(3n+3) {
    margin-right: 0px; }
  /* line 159, scss/base/_card.scss */
  .workstation-updates-col:focus, .workstation-updates-col:hover {
    text-decoration: none; }
  /* line 164, scss/base/_card.scss */
  .workstation-updates-col .workstation-updates {
    border-radius: 1px;
    border: 1px solid #d9d2d0;
    display: table;
    margin-bottom: 15px; }
    /* line 170, scss/base/_card.scss */
    .workstation-updates-col .workstation-updates .post-image {
      display: table-cell;
      vertical-align: middle; }
      /* line 174, scss/base/_card.scss */
      .workstation-updates-col .workstation-updates .post-image img {
        height: 100%;
        max-width: 100%;
        max-height: 121px;
        width: 100%; }
  /* line 185, scss/base/_card.scss */
  .workstation-updates-col .workstation-updates-date {
    color: #a8a0a0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  /* line 192, scss/base/_card.scss */
  .workstation-updates-col .workstation-updates-description {
    max-height: 104px;
    margin-bottom: 10px;
    overflow: hidden; }

/*Single Post Page Style*/
/* line 203, scss/base/_card.scss */
.category-single-post-page .single-post-date {
  color: #a8a0a0;
  font-size: 12px;
  font-weight: 500;
  padding-top: 8px;
  text-transform: uppercase; }

/* line 211, scss/base/_card.scss */
.category-single-post-page .single-post-description {
  padding-top: 20px;
  /*WP post image right Style*/
  /*WP post image left Style*/ }
  /* line 214, scss/base/_card.scss */
  .category-single-post-page .single-post-description img {
    height: 100%;
    max-width: 100%; }
  /* line 220, scss/base/_card.scss */
  .category-single-post-page .single-post-description .alignright {
    float: right;
    margin-left: 20px; }
  /* line 226, scss/base/_card.scss */
  .category-single-post-page .single-post-description .alignleft {
    float: left;
    margin-right: 20px; }

/* line 232, scss/base/_card.scss */
.category-single-post-page .single-post-image {
  padding-top: 10px; }

/*Browse Topics Column Style*/
/* line 241, scss/base/_card.scss */
.browse-topics-col .section-heading {
  color: #6d6565;
  font-size: 16px;
  margin: 0; }

/* line 247, scss/base/_card.scss */
.browse-topics-col .browse-topics-icon {
  height: 45px;
  margin: 7px 0 14px; }

/* line 252, scss/base/_card.scss */
.browse-topics-col .browse-topics-link {
  padding: 25px 0;
  text-decoration: none; }
  /* line 256, scss/base/_card.scss */
  .browse-topics-col .browse-topics-link:hover {
    text-decoration: none; }

/*Product Guides Style*/
/* line 265, scss/base/_card.scss */
.product-guide {
  background-image: url("../images/bg-product-default.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 200px;
  padding: 25px; }
  /* line 272, scss/base/_card.scss */
  .product-guide.accounting {
    background-image: url("../images/bg-product-accounting.svg"); }
  /* line 276, scss/base/_card.scss */
  .product-guide.digital {
    background-image: url("../images/bg-product-digital.svg"); }
  /* line 280, scss/base/_card.scss */
  .product-guide.physical {
    background-image: url("../images/bg-product-physical.svg"); }
  /* line 284, scss/base/_card.scss */
  .product-guide.analytics {
    background-image: url("../images/bg-product-analytics.svg"); }
  /* line 288, scss/base/_card.scss */
  .product-guide .product-post-title {
    line-height: 1.33;
    margin-top: 5px; }
  /* line 293, scss/base/_card.scss */
  .product-guide .product-post-subtitle {
    color: #a8a0a0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    text-transform: uppercase; }

/*Contact and Support Style*/
/* line 304, scss/base/_card.scss */
.contact-support {
  margin: 15px -12px 0; }
  /* line 307, scss/base/_card.scss */
  .contact-support .section {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    /* line 312, scss/base/_card.scss */
    .contact-support .section .section-heading {
      color: #6d6565;
      font-size: 16px;
      margin: 12px 0; }
    /* line 318, scss/base/_card.scss */
    .contact-support .section .contact-text {
      display: flex;
      flex-direction: column;
      margin: 0 12px;
      padding: 20px;
      vertical-align: top;
      width: calc(100% / 2 - 24px); }

/* line 333, scss/base/_card.scss */
.view-more {
  padding-top: 27px; }
  /* line 336, scss/base/_card.scss */
  .view-more .anchor-link-style {
    text-decoration: none; }

/*Search Result Styles*/
/* line 343, scss/base/_card.scss */
.search-result-section {
  padding-bottom: 50px; }
  /* line 346, scss/base/_card.scss */
  .search-result-section .section-grid {
    text-align: center; }
    /* line 349, scss/base/_card.scss */
    .search-result-section .section-grid h3 {
      padding-top: 40px; }
  /* line 358, scss/base/_card.scss */
  .search-result-section .search-base-grid h3 {
    padding-bottom: 10px; }
  /* line 364, scss/base/_card.scss */
  .search-result-section .search-browse-link {
    color: #026ead;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
    text-decoration: none; }
    /* line 372, scss/base/_card.scss */
    .search-result-section .search-browse-link:focus, .search-result-section .search-browse-link:hover {
      text-decoration: none; }
  /* line 379, scss/base/_card.scss */
  .search-result-section .workstation-updates-col,
  .search-result-section .product-guide {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top; }

/*Load More Link Style*/
/* line 392, scss/base/_card.scss */
.load-more a {
  font-weight: 500;
  text-decoration: none; }

/*For ELlipsis based on height*/
/* line 400, scss/base/_card.scss */
.add-ellipsis {
  overflow: hidden; }

/* line 410, scss/base/_card.scss */
.common-solutions-description .add-ellipsis {
  height: 40px; }

/* line 418, scss/base/_card.scss */
.workstation-updates-description .add-ellipsis {
  height: 80px; }

/* line 427, scss/base/_card.scss */
.common-solutions-description p,
.workstation-updates-description p {
  margin: 0; }

/* line 437, scss/base/_card.scss */
.multiline .workstation-updates-description .add-ellipsis {
  height: 60px; }

/* line 447, scss/base/_card.scss */
.product-guide .add-ellipsis {
  height: 95px; }

/* line 1, scss/base/_table.scss */
.tablepress.table {
  border: none;
  font-size: 14px; }
  /* line 7, scss/base/_table.scss */
  .tablepress.table tr th {
    border-bottom: 2px solid #093c59;
    color: #a8a0a0;
    font-weight: 500;
    text-transform: uppercase; }
  /* line 14, scss/base/_table.scss */
  .tablepress.table tr td {
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
    text-align: left; }
  /* line 24, scss/base/_table.scss */
  .tablepress.table tbody tr:hover {
    background-color: #f2f2f2; }
  /* line 30, scss/base/_table.scss */
  .tablepress.table caption {
    display: none; }

/* line 5, scss/base/_faq.scss */
.category .archive-title {
  margin: 0 0 15px; }

/* line 11, scss/base/_faq.scss */
.faq-article {
  border: 1px solid #d9d2d0;
  border-radius: 3px;
  margin-bottom: 25px;
  position: relative; }
  /* line 17, scss/base/_faq.scss */
  .faq-article .faq-overlay {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%; }
  /* line 28, scss/base/_faq.scss */
  .faq-article .faq-title {
    border-bottom: 1px solid #d9d2d0;
    margin: 0;
    padding: 10px 20px; }
  /* line 36, scss/base/_faq.scss */
  .faq-article .faq-content .ewd-ufaq-faq-div {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 0; }
    /* line 41, scss/base/_faq.scss */
    .faq-article .faq-content .ewd-ufaq-faq-div:last-child {
      border-bottom: none; }
    /* line 45, scss/base/_faq.scss */
    .faq-article .faq-content .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol {
      display: none; }
    /* line 51, scss/base/_faq.scss */
    .faq-article .faq-content .ewd-ufaq-faq-div .ewd-ufaq-faq-title-text h4 {
      background: none;
      border: none;
      color: #026ead;
      display: block;
      font-size: 14px;
      margin: 0;
      padding: 10px 15px;
      text-decoration: none; }
    /* line 62, scss/base/_faq.scss */
    .faq-article .faq-content .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
      border: none;
      padding: 0 20px 10px; }

/* line 7, scss/base/_sidebar.scss */
#sidebar-left .sticky-grid-outer.scroll {
  position: absolute; }

/* line 11, scss/base/_sidebar.scss */
#sidebar-left .sticky-grid-outer.fixed {
  position: fixed; }

/* line 18, scss/base/_sidebar.scss */
#sidebar-left .widget_nav_menu > div {
  position: relative;
  width: 190px; }
  /* line 22, scss/base/_sidebar.scss */
  #sidebar-left .widget_nav_menu > div ul.menu,
  #sidebar-left .widget_nav_menu > div ul.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  /* line 33, scss/base/_sidebar.scss */
  #sidebar-left .widget_nav_menu > div > ul.menu > li a {
    display: block;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    padding: 5px;
    width: 90%;
    z-index: 1; }
  /* line 44, scss/base/_sidebar.scss */
  #sidebar-left .widget_nav_menu > div > ul.menu > li a.active {
    font-weight: 500;
    text-decoration: none; }
  /* line 49, scss/base/_sidebar.scss */
  #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu > a {
    color: #6d6565;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    /* line 55, scss/base/_sidebar.scss */
    #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu > a + ul.sub-menu {
      display: none; }
  /* line 63, scss/base/_sidebar.scss */
  #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a {
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: none; }
    /* line 68, scss/base/_sidebar.scss */
    #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a:before, #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a:after {
      border-right: 500px solid #f2f2f2;
      border-bottom: 1000px solid transparent;
      content: "";
      left: 100%;
      position: absolute;
      top: 50%;
      z-index: -1; }
    /* line 79, scss/base/_sidebar.scss */
    #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a:before {
      transform: scaleX(-1) translateX(100%); }
    /* line 83, scss/base/_sidebar.scss */
    #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a:after {
      transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%); }
    /* line 87, scss/base/_sidebar.scss */
    #sidebar-left .widget_nav_menu > div > ul.menu > li.arrow-menu.current-menu-item > a + ul.sub-menu {
      display: block; }

/* line 105, scss/base/_sidebar.scss */
#sidebar-right .related-posts-widget {
  background: #f2f2f2;
  padding: 20px; }
  /* line 109, scss/base/_sidebar.scss */
  #sidebar-right .related-posts-widget .title {
    margin: 0;
    text-transform: capitalize; }
  /* line 114, scss/base/_sidebar.scss */
  #sidebar-right .related-posts-widget ul {
    font-size: 14px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0; }
    /* line 120, scss/base/_sidebar.scss */
    #sidebar-right .related-posts-widget ul li {
      padding-bottom: 10px; }
      /* line 123, scss/base/_sidebar.scss */
      #sidebar-right .related-posts-widget ul li:last-child {
        padding-bottom: 0; }

/*** Animated Loading Indicator ***/
/* line 2, scss/base/_loader.scss */
.loadingIndicator {
  display: inline-block;
  position: relative;
  text-align: center;
  /*Loading Indicator Sizes*/ }
  /* line 7, scss/base/_loader.scss */
  .loadingIndicator .loadingIndicator-outer {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    /* line 16, scss/base/_loader.scss */
    .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      overflow: hidden;
      width: 100%; }
      /* line 23, scss/base/_loader.scss */
      .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots .loadingIndicator-loader-dot {
        animation: loadingIndicator-scale-dot 1.2s ease-out infinite;
        border-radius: 50%;
        background: #a8a0a0;
        height: 26px;
        margin: 0 4px;
        opacity: .75;
        transform: scale(0.5);
        visibility: inherit;
        width: 26px; }
        /* line 34, scss/base/_loader.scss */
        .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots .loadingIndicator-loader-dot:nth-of-type(2) {
          animation-delay: .2s; }
        /* line 38, scss/base/_loader.scss */
        .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots .loadingIndicator-loader-dot:nth-of-type(3) {
          animation-delay: .3s; }
        /* line 42, scss/base/_loader.scss */
        .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots .loadingIndicator-loader-dot:nth-of-type(4) {
          animation-delay: .4s; }
        /* line 46, scss/base/_loader.scss */
        .loadingIndicator .loadingIndicator-outer .loadingIndicator-dots .loadingIndicator-loader-dot:nth-of-type(5) {
          animation-delay: .5s; }
  /* line 61, scss/base/_loader.scss */
  .loadingIndicator.loading-btn.loading-sm .loadingIndicator-loader-dot {
    height: 16px;
    width: 16px; }
  /* line 70, scss/base/_loader.scss */
  .loadingIndicator.loading-btn.loading-lg .loadingIndicator-loader-dot {
    height: 36px;
    width: 36px; }
  /* line 79, scss/base/_loader.scss */
  .loadingIndicator.loading-btn {
    margin: 20px 0;
    /*Loading Indicator Visibility(By Default)*/
    /*Loading Indicator Visibility(On Active)*/ }
    /* line 83, scss/base/_loader.scss */
    .loadingIndicator.loading-btn .loadingIndicator-dots {
      visibility: hidden; }
    /* line 88, scss/base/_loader.scss */
    .loadingIndicator.loading-btn.loader-active {
      pointer-events: none;
      width: 100%; }
      /* line 92, scss/base/_loader.scss */
      .loadingIndicator.loading-btn.loader-active .loadingIndicator-txt {
        visibility: hidden; }
      /* line 96, scss/base/_loader.scss */
      .loadingIndicator.loading-btn.loader-active .loadingIndicator-dots {
        visibility: visible; }

@keyframes loadingIndicator-scale-dot {
  0% {
    transform: scale(0.5); }
  25% {
    transform: scale(1); }
  75% {
    transform: scale(0.5); }
  100% {
    transform: scale(0.5); } }

/* line 3, scss/base/_utils.scss */
.hide-element {
  display: none; }

/* 
This is common css class only for 100% width.
*/
/* line 11, scss/base/_utils.scss */
.full-width {
  width: 100%; }

/* 
This is common css class only for word break.
*/
/* line 18, scss/base/_utils.scss */
.word-break {
  word-wrap: break-word; }

/* 
This is common css class only for post image border.
*/
/* line 25, scss/base/_utils.scss */
.post-image-border {
  border: 1px solid #f2f2f2; }

/*Add feedback like and unlike Style*/
/* line 7, scss/base/_common.scss */
.watch-action .status {
  display: none !important;
  /*Plugin Overrides for !important CSS rule*/ }

/* line 14, scss/base/_common.scss */
.watch-action .action-like span,
.watch-action .action-unlike span {
  color: #d9d2d0;
  font-size: 12px;
  margin-right: 3px;
  padding-left: 0; }

/* line 21, scss/base/_common.scss */
.watch-action .action-like img,
.watch-action .action-unlike img {
  background: url("../images/thumb-up.svg") no-repeat !important;
  /*Plugin Overrides for !important CSS rule*/
  width: 20px; }

/* line 30, scss/base/_common.scss */
.watch-action .action-unlike img {
  background: url("../images/thumb-down.svg") no-repeat !important;
  /*Plugin Overrides for !important CSS rule*/
  width: 20px; }

/* Typography spacing for single category post*/
/* line 41, scss/base/_common.scss */
.category-single-post-page h1, .category-single-post-page h2, .category-single-post-page h3, .category-single-post-page h4 {
  margin-bottom: 10px; }

/* line 45, scss/base/_common.scss */
.category-single-post-page h2 {
  margin-top: 30px; }

@media screen and (max-width: 1181px) {
  /*No Sidebar Column Page*/
  /* line 8, scss/base/_media.scss */
  .theme-col-1 .content-area {
    padding: 50px 25px; }
  /*Header Search-bar*/
  /* line 17, scss/base/_media.scss */
  .header-grid .logo-grid {
    text-align: center; }
  /* line 21, scss/base/_media.scss */
  .header-grid .hf-spacing > div {
    float: none;
    margin: auto;
    padding-bottom: 15px; }
    /* line 26, scss/base/_media.scss */
    .header-grid .hf-spacing > div.top-right-section {
      padding: 0;
      text-align: center; }
  /* line 33, scss/base/_media.scss */
  .header-grid .header-search-bar {
    max-width: 600px; }
  /* line 45, scss/base/_media.scss */
  .workstation-updates-col .workstation-updates .post-image img {
    width: 100%; } }
