  /** PAGE HEADER **/
  
   .header-nav.sticky .logo-site .logo {
    top: -2px;
  }
  
  .faqs .inside-page-content { 
    max-width: 100%; 
  }
    
  /** SECTION HEADING **/
    
  .faqs .header-information-centre-nav li { 
    margin: 0;
  }
    
  .faqs .header-information-centre-nav li.logo-site { 
    padding-right: 0; 
  }
    
  .header-information-centre-nav li.customer-faqs-heading { 
    background-color:#E3473A; 
    color: #fff; 
    font-family: Roboto Slab,Times New Roman,Times,serif; 
    font-weight: 700; 
    font-size: 24px; 
    display: table-cell; 
    vertical-align: middle; 
    padding: 0 25px; 
  }
  
  /** FAQ SEARCH **/
 
  .faq-search-title,
  .category-heading {
    color: #404040;
    display: block;    
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
  }
  
  .faq-search-input {
    border: 1px solid #ddd;
    box-shadow: 0px 3px 3px 0px #ededed;
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    max-width: 425px;
    min-width: 425px;
    padding: 12px 20px;
    width: 100%;
    transition: all 0.1s ease-in;
  }
  
  .faq-search-input-container span {
    background-color: #bbb;
    box-shadow: 0px 3px 3px 0px #ededed;
    color: #fff;
    float: left;
    font-size: 32px;
    height: 45px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.1s ease-in;
    width: 45px;
    vertical-align: middle;
    z-index: 99;
  }
  
  .faq-search-input-container span.selected:hover {
    cursor: pointer;
    font-size: 36px;
    height: 45px;
  }
  
  .faq-search-input-container span.selected {
    background-color: rgb(0, 129, 203);
    cursor: pointer;
  }
  
  .faq-search-input-container {
    display: block;
    height: 45px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  
  .faq-search-input.selected {
    max-width: 500px;
  }
  
  .faq-search-results-popup {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: none;
    font-size: 14px;
    left: 250px;
    padding: 15px 20px;
    position: absolute;
    text-align: left;
    width: 428px;
    z-index: 9999;
  }
  
  .faq-search-results-popup ul,
  .search-results-container ul {
    background-color: #fff;
    margin: 7px 0;
    padding: 0;
  
  }
  .faq-search-results-popup ul,
  .faq-search-results-popup ul li {
    display: table;
    position: relative;
    z-index: 10000;
  }
  
  .faq-search-results-popup ul li,
  .search-results-container ul li {
    display: table;
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0 0;
    
  }
  .faq-search-results-popup ul li:last-child {
      display: none;
  }
  
  .faq-search-results-popup ul li div,
  .search-results-container ul li div,
  .faq-search-results-popup ul li a,
  .search-results-container ul li a {
    color: #333;   
    cursor: pointer;
    display: table-cell;
    text-decoration: underline;
    width: calc(100%- 22px);
    vertical-align: top;
  }
  
  .faq-search-results-popup ul li:before,
  .search-results ul li:before {
    color: #000;
    content:"\e604"; 
    display: table-cell; 
    float: left;
    font-family: 'ergon-icons';
    font-size: 14px;
    padding: 0 4px 0 0;
    width: 22px;
    vertical-align: top;
  }
    
  .faq-search-results p,
  .website-search-results p {
    font-size: 14px;
    margin: 7px 0 0;
  }
  ul.faq-search-results .faq-search-results-title {
      margin: 0 0 7px 0;
  }
  
  
  .faq-search-results-title {
    color: #404040;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
  }
  
  .faq-search-container {
    display: block;
    padding: 20px 25px;
    z-index: 9999;
  }
  .header-search-label {
      font-weight: 700;
      margin-bottom: 5px;
  }
  
  .search-results-container {
    clear: both; 
    display: none; 
    margin: 0 auto 10px;    
    width: 100%;
  }
  
  
  .search-results-close {
    background-color: #ededed;
    border-radius: 1px;
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B';
    font-size: 11px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    right: 10px;
    text-transform: uppercase;
    top: 4px;
    width: auto;
  }
  .search-results-close span {
    background-color: #bbb;  
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
  }      
  .search-results-close span:first-child {
      background-color: #ededed;
      color: #000;
  }
  
  .search-results {
    display: table;
    margin: 20px auto 25px;
    width: 100%;
  }
  
  ul.faq-search-results,
  ul.website-search-results {
    display: table-cell;    
    padding: 0 50px 0 0;
    vertical-align: top;
    width: 50%;
  }
  
  .search-results-container img {
    margin: 7px 0;
  }

 
  
  .heading-image__container { 
    margin: 0px auto 25px;
    padding: 10px 20px; 
  }
  
  .heading-image__container img { 
    max-width: 185px; 
    margin: 35px 40px 0 0; 
  }
  
  /** FAQ CALLOUT **/
  
  .faq-callout-container { 
    clear: both; 
    display: table; 
    margin: 0 auto 25px; 
    padding: 0; 
    width: 100%; 
  }
  
  .faq-callout { 
    display: table-cell; 
    margin: 7px auto; 
    position: relative;
    width: 50%;   
  }
  
  .faq-callout > div {   
    padding: 0 25px; 
  }
  
  .faq-callout .faq-callout-title { 
    color: #BC3531; 
    font-size: 18px; 
    font-weight: 700; 
    margin: 0px auto 12px;
  }
  
  .faq-callout ul {  
    margin: 7px 0 0; 
    padding: 0; 
    font-size: 14px;  
  }
  
  .faq-callout ul li { 
    margin: 0; 
    padding: 0 0 4px; 
    color: #333; 
    font-weight: 400; 
    font-size: 14px; 
    cursor: pointer; 
    display: table; 
  }
  
  .faq-callout ul li > span { 
    display: table-cell; 
    vertical-align: top; 
  }
  
  .faq-callout ul li span.faq-title { 
    text-decoration: underline; 
    font-weight: 400; 
    color: #323232; 
  }
  
  .faq-callout ul li span.ergonicon { 
    font-size: 14px;  
    padding: 3px 10px 3px 0; 
    
  }
  
  
  .faq-callout ul li span .hitcount { 
    background-color: #777; 
    border-radius: 6px; 
    color: #fff; 
    font-size: 10px; 
    margin: 0 0 0 10px; 
    padding: 0 10px 2px; 
    display: inline-block; 
  }
  
  .faq-callout .last-updated { 
    font-size: 12px; 
    text-decoration: none; 
  }
  
  /** CATEGORIES **/
  
  .category-container {  
    clear: both; 
    display: table; 
    margin: 10px auto 20px; 
    padding: 0; width: 100%; 
  }
  
  .category-container .category-heading { 
    margin: 0 0 15px; 
  }
  
  .category-item { 
    background-color: #ededed; 
    display: table; 
    outline: 10px solid #fff; 
    color: #333; 
    cursor: pointer; 
    float: left; 
    height: 145px; 
    margin: 5px 0.45%; 
    position: relative;
    text-align: center; 
    width: 19.1%;  
    transition: all 0.1s ease-in; 
  }
  
  .category-item > div { 
    display: table-cell; 
    padding: 0 7px; 
    text-align: center; 
    vertical-align: middle;  
  }
  
  .category-item span { 
    color: #BC3531;
    font-size: 48px; 
    position: absolute;
    top: 20px;
    left: 20px;
  }
  
  .category-text { 
    font-size: 16px; 
    font-weight: 600; 
    font-family: Roboto Slab,Times New Roman,Times,serif; 
    color: #641E1A;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  
  .category-item:hover,
  .category-item.selected { 
    background-color: rgb(237, 237, 237); 
    color: #000; 
    display: table; 
  }
  .category-item.selected,
   .category-item:hover,
   .show-all:hover {
    background-color: #E3473A;
  }
  .category-item.selected span,
  .category-item:hover span {
    color: #fff;
  }
  .category-item.selected:hover { 
    background-color: #E3473A;
    cursor: default;  
  }
  
  .category-heading,
  .search-results-container h3 {  
    font-size: 18px; 
    color: #BC3531; 
    padding: 0 15px;  
    margin: 0;
  }
  
  .search-results-container h3 {  
    max-width: 250px;
    padding: 0;
    width: 100%;
  }      
  
  .show-all { 
    background-color: #ededed;  
    color: rgb(120,43,34);
    cursor: pointer; 
    display: none; 
    float: left; 
    height: 145px; 
    padding: 7px 10px; 
    position: relative;
    margin: 5px 0.45%; 
    text-align: center; 
    width: 19.1%;   
    transition: all 0.1s ease-in; 
    }
  
  .show-all > div { 
    font-size: 16px; 
    font-weight: 600; 
    font-family: Roboto Slab,Times New Roman,Times,serif; 
    color: rgb(120,43,34);
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  
  .category-faqs { 
    display: none; 
    padding: 15px 0 10px; 
  }
  
  .category-faqs > h2 { 
    color: #BC3531; 
    margin: 0 auto 15px; 
  }
  
  .faq-container { 
    clear: both; 
    display: table; 
    outline: 1px solid #ddd;
    width: 100%; 
  }
  
  /** FAQ CONTENT **/
  
  .faq-container .faq-title { 
    background-color: rgb(237, 237, 237); 
    cursor: pointer; 
    display: table;  
    width: 100%; 
    outline: 1px solid rgb(231, 231, 231); 
    font-weight: 700; 
    padding: 10px 0 10px 10px; 
  }
  
  .faq-container .faq-title h3 {
    clear: none; 
    float: left; 
    color: #000; 
    font-size: 14px; 
    font-weight: 700; 
    line-height: 20px; 
    margin: 0; 
    font-family: 'Montserrat', Helvetica, sans-serif; 
  }
    .page-type-search .inside-page-content .faq-container .faq-title h3 {
        color: rgb(51, 51, 51);
    }
    .page-type-search .inside-page-content .faq-callout h3.faq-callout-title { 
      color: #BC3531;  
    }
  
  .faq-container .faq-title:before { 
    color: #000;
    content: "+";
    display: block;
    float: left;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 6px;
    width: 30px;
  }
  
  .faq-container .faq-title.expanded:before { 
    content:"-";
  }
  
  .faq-container .faq-content { 
    border-bottom: 2px solid rgb(231,231,231);
    display: none; 
    font-size: 14px; 
    margin: auto;
    padding: 20px 20px 15px 20px;
    width: calc(100% - 70px);
  }
  
  .faq-container .faq-content .faq-search-results-title { 
    margin: 20px 0 0;
  }
  .faq-container .faq-content a,
  .faq-container .faq-content a:link,
  .faq-container .faq-content a:visited {
    color: #BC3531;    
   }
   .faq-container .faq-content a:hover {
     text-decoration: none;
   }
  .faq-container .faq-content.expanded { 
    display: block; 
  }
  
  .faq-container .faq-updated { 
    clear: both; 
    display: table; 
    padding: 10px 0 0; 
    margin: 20px 0 0; 
    font-size: 13px; 
    width: 100%; 
  }
  
  .faq-container .faq-updated-title { 
    text-transform: uppercase; 
    font-weight: 700; 
  }
  
  .faq-container .faq-content ul.related-links { 
    clear: both; 
    display: table; 
    width: 100%; 
    margin: 6px 0 0; 
    padding: 0; 
  }
  
  .faq-container .faq-content ul li.related-link a { 
    background: none; 
    padding: 0; 
  }
  
  .faq-container .faq-content ul li.related-link { 
    margin: 0 0 4px 0; 
    padding: 4px 0; 
    width: 100%; 
  }
  
  .faq-content ul.related-links li a {
      border: 0;
      color: #333;
      font-size: 14px;
      height: auto;
      line-height: 14px;
  }
  
  .faq-content ul.related-links li a span.cta-box-arrow {
    display: none;
  }
  
  .faq-content ul.related-links li a:before {
    color: #000;
    content:"\e604"; 
    float: left;
    font-family: 'ergon-icons';
    padding: 0 4px 0;
    width: 22px;
  }
  
  #hidden-iframe { 
    position: absolute; 
    left: 10000px; 
    top: 10000px; 
  }
  
  /** TOP OF PAGE LINK **/
  
  .top-of-page-link { 
    cursor: pointer; 
    font-weight: 700; 
    font-size: 14px; 
    padding: 0 0 25px; 
    text-transform: uppercase; 
    float: right; 
    display: none; 
  }
    .top-of-page-link span.ergonicon { 
      position: relative; 
      font-size: 24px; 
      top: 5px; 
      right: 4px;
    }
    
    /** FEEDBACK PANEL **/
    
    div.feedback-panel { 
      display: none; 
      background-color: #fff; 
      font-weight: 400; 
      margin: 0 auto 15px; 
      font-size: 14px; 
      border: 0; 
      width: calc(100% - 70px);
    }
    div.faq-container div.feedback-panel {
       padding: 25px 20px 10px 20px;         
    }
    div.feedback-panel.expanded { 
      display: block; 
    }
    
    div.feedback-panel .feedback-caption { 
      font-weight: 400; 
      padding: 5px 0 0;
    }
    div.feedback-panel .feedback-input > div {
      clear: none;    
      display: block;   
      float: left;
      width: auto;
    }
    div.feedback-panel .feedback-input > div:first-child {
     padding: 3px 20px 0 0;   
    }  
    
    /** SUB-CATEGORIES **/
    
    .subcategory-container { 
      clear: both; 
      display: table; 
      width: 100%; 
      margin: 0 auto 15px; 
    }
    
    .subcategory { 
      cursor: pointer; 
      float: left; 
      border: 1px solid #ccc; 
      padding: 6px 12px; 
      background-color: fff; 
      margin: 4px 4px; 
      display: block; 
      font-weight: 700;   
    }
    
    .subcategory:nth-child(1) { 
      padding: 7px 12px 5px 0; 
      text-decoration: none; 
      background-color: #fff; 
      border: 0;  
      text-transform: uppercase; 
      font-weight: 700;  
      color: #000;  
    }
    
    .subcategory.selected { 
      background-color: rgb(237, 237, 237); 
      cursor: default; 
      border: 0; 
      padding: 7px 12px; 
    }
    
    .faq-container .faq-title { 
        display: table; 
        width: 100%; 
      }
      
      .faq-container .faq-title h3, 
      .faq-container .faq-title h3:before { 
        display: table-cell; 
        vertical-align: middle; 
        float: none; 
      }
      
  /*    .faq-container .faq-title:before { 
        width: 30px; 
        padding: 0 10px; 
      }   */
      
      .faq-container .faq-title h3 { 
        width: 100%; 
        text-align: left; 
        padding: 0 75px 0 0; 
      }
    
    @media screen and (max-width: 1165px) {
      .category-item .category-text,
      .show-all .category-text {
         font-size: 14px;
      }
    }
    @media screen and (max-width: 1065px) {
      .category-item .category-text,
      .show-all .category-text {
         font-size: 16px;
      }
      .category-item,
      .show-all {
        width: 24.1%;
        max-width: 24.1%;
      }
    }
    
    @media screen and (max-width: 985px) {
      .category-item .category-text,
      .show-all .category-text {
         font-size: 14px;
      }
      .faq-container .faq-title h3 { 
        padding: 0 35px 0 0; 
      }
    }
    @media screen and (max-width:845px) and (min-width: 768px) {
      .category-item {
       
      }
    }
  
    
    @media screen and (max-width:835px) {
       .category-item,
       .category-item span,
       .category-text,
       .show-all,
       .show-all > div {
         position: static;
       }
      .header-information-centre-nav li { 
        display: table-cell; 
      }
      
      .faq-callout-container { 
         border-top: 1px solid #ddd;
      }
      
      .faq-callout { 
        display: table; 
        width: 100%;   
        margin: 0 auto; 
        position: static;
        outline: 0;
      }
      
      .faq-callout .faq-callout-title { 
        background-color: rgb(237, 237, 237); 
        border-bottom: 1px solid #ddd;
        color: #000; 
        cursor: pointer; 
        font-size: 14px; 
        font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B'; 
        display: block; 
        padding: 15px 0; 
        margin: 0; 
      }
      
      .faq-callout .faq-callout-title:last-child { 
        margin: 0;
      }
      
      .faq-callout > div { 
        padding: 0; 
      }
      
      .faq-callout div ul {
        display: none; 
        padding: 0 5px 20px 15px; 
      }
      
      .faq-callout div ul.expanded { 
        display: block; 
      }
      
      .faq-callout div ul li { 
        padding: 4px 0; 
      }
      
      .faq-callout .faq-callout-title:before { 
        color: #000;
        content: "+";
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 20px;
        width: 35px;
        position: relative;
        top: 0px
      }
      
      .faq-callout .faq-callout-title.expanded:before { 
        content:"-";
      }
      
      .category-container { 
        margin: 10px auto; 
      }
      
      .category-heading { 
        font-size: 18px; 
        padding: 0 15px 10px 0;
      }
      .category-container .category-heading {
        margin: 0 15px 15px;
      }
      .category-item,
      .show-all { 
        width: 100%; 
        margin: 2px 0; 
        height: auto;
        outline: 0;
        padding: 10px 0px; 
        font-weight: 700;  
        max-width:100%;
      }
      
      .show-all { 
        text-align: left; 
        outline: 0; 
        padding: 10px 10px 10px 55px; 
        border: 1px solid #ededed;   
      }
      
      .category-item > div { 
        display: table; 
        width: 100%;  
      }
      
      .category-item > div > div,
      .category-item > div > span { 
        display: table-cell; 
        padding: 0 5px; 
        vertical-align: middle; 
        text-align: left; 
      }
      
      .category-item span { 
        font-size: 28px; 
        width: 55px; 
        text-align: center; 
      }
      
      .category-item .category-text,
      .show-all .category-text { 
        font-size: 16px; 
        font-weight: 600; 
        color: #641E1A; 
        width: calc(100% - 55px); 
      }

      
      .category-faqs > h2 { 
        font-size: 18px; 
        margin: 0 15px 25px;
      }
      .faq-container {
          outline: 0;
      }
      .faq-container .faq-title { 
        border-bottom: 1px solid #ddd;
        display: table; 
        width: 100%; 
        outline: 0;
        padding: 7px 0 7px 10px;
      }
      
      .faq-container .faq-title h3, 
      .faq-container .faq-title h3:before { 
        display: table-cell; 
        vertical-align: middle; 
        float: none; 
      }
      

      .faq-container .faq-title h3 { 
        width: 100%; 
        text-align: left; 
        padding: 0 10px 0 0; 
      }
      
      .faq-container .faq-content { 
        padding: 20px 10px 10px; 
        width: calc(100% - 20px);
      }
      
      div.feedback-panel { 
        padding: 15px 10px 10px; 
      }
      
      .faq-search-results-popup { 
        left: 25px; 
        width: calc(100% - 97px); 
      }
      
      .faq-container .faq-content ul li.related-link { 
        margin: 5px 0 5px; 
        padding: 0; width: 100%; 
      }
      
      .top-of-page-link { 
        width: 100%; 
        text-align: center; 
        display: block; 
      }
      
      /** SUB-CATEGORIES **/
    
      .subcategory { 
        cursor: pointer; 
        float: left; 
        padding: 4px 10px;  
        font-size: 13px; 
      }
      .subcategory-container {
         margin: 0 10px 15px 15px;
      }
      .subcategory:nth-child(1) { 
        float: none; 
        clear: both; 
        width:100%; 
        padding: 0 7px 0 0;   
      }
      
      .subcategory.selected { 
        padding: 5px 10px; 
      }
      div.feedback-panel { 
        width: calc(100% - 20px);
      }
      div.faq-container div.feedback-panel {
        padding: 15px 10px 0;         
      }
       .page-type-search .inside-page-content .faq-callout h3.faq-callout-title { 
         color: #641E1A;   
      }
      .search-results-container {
        margin: 0 15px 10px;
      }
    }

    @media screen and (max-width:625px) {
      .header-information-centre-nav li.customer-faqs-heading {
        font-size: 18px;
      }
      ul.faq-search-results,
      ul.website-search-results { 
        display: table; 
        width: 100%; 
        padding: 0 0 20px; 
      }
      
      div.search-results,
      div.search-results-container { 
        margin-bottom: 0; 
      }
    }
    @media screen and (max-width:475px) {
      div.faq-container div.feedback-panel {
        padding: 5px 10px 0;         
      }
    }
    
    /** FAQ CONTENT TEMPLATE **/
    
    .faq-content-template-container p {
        margin: 20px auto 0;
    }
    a.view-all-faqs-link {
      clear: both;
      color: #333;
      display: table;
      font-size: 14px;
      font-weight: 700;
      margin: 7px;
      padding: 0 0 0 25px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width: auto;
    }
    a.view-all-faqs-link:after {
      color: #000;    
      content:"\e604"; 
      display: block; 
      float: right; 
      font-family: 'ergon-icons'; 
      padding: 0 0 0 4px;
    }
    
    /** Apple Styles **/
    
    @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
      @media {  
        @media screen and (min-width: 836px) {
          .category-item {
            display: block;
          }
          .category-container {
            padding-bottom: 10px;
          }
        }
        @media screen and (max-width: 835px) {
          .faq-callout-container, 
          .faq-callout-container > div.faq-callout {      
            clear: both;
            display: block;
            float: none;
            min-width: 100%;
            max-width: 100%;
            width: 100%;
            position: static;
          }
        }
      }
   }