@charset "UTF-8";
/* The resulting css file is not to be modified, it was generated from scss file */
#footer:before {
  top: -7px;
  border-bottom: 8px solid #004460;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer:before {
    top: -13px;
    border-bottom: 14px solid #004460;
  }
}
@media only screen and (min-width: 992px) {
  #footer:before {
    top: -22px;
    border-bottom: 22px solid #004460;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-links {
    width: calc(100% - 32px);
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer #footer-links ul#footer-main-links, #footer #footer-links ul#footer-sub-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  #footer #footer-links ul#footer-main-links li, #footer #footer-links ul#footer-sub-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #footer #copyright {
    width: calc(100% - 32px);
    margin: auto;
  }
}

.modern-layout .pagination-items-container .pagination {
  width: 100%;
}
.modern-layout .pagination-items-container .pagination .input-pager-container {
  text-align: center;
}
.modern-layout .pagination-items-container .pagination .input-pager-container input {
  width: 36px;
  height: 36px;
  font-size: 100%;
  text-align: center;
  border: solid 1px #b3b3b3;
  background-color: #ffffff;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a {
  width: 90px;
  height: 40px;
  font-size: 100%;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:hover {
  background-color: #7cc041;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:focus {
  background-color: #438b22;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:disabled {
  background-color: #f2f2f2;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:focus {
  outline: none;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active) {
  width: 90px;
  height: 40px;
  font-size: 100%;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  background-color: #f2f2f2;
  color: #cecece;
  opacity: unset;
  cursor: default;
  pointer-events: none;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active):hover {
  background-color: #7cc041;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active):focus {
  background-color: #438b22;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active):disabled {
  background-color: #f2f2f2;
}
.modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active):hover, .modern-layout .pagination-items-container .pagination .input-pager-container a:not(.active):focus {
  background-color: #f2f2f2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.help-centre-search {
  position: relative;
  text-align: center;
  background-color: #004460;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}
.help-centre-search::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  right: 0;
  border-left: 100vw solid transparent;
  border-bottom: 8px solid #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .help-centre-search::after {
    border-bottom: 13px solid #ffffff;
  }
}
@media only screen and (min-width: 1280px) {
  .help-centre-search::after {
    border-bottom: 22px solid #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-centre-search {
    padding: 40px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .help-centre-search {
    padding: 70px 10px;
  }
}
.help-centre-search div, .help-centre-search span, .help-centre-search h1 {
  color: #ffffff;
}
.help-centre-search h1 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .help-centre-search h1 {
    font-size: 50px;
  }
}
.help-centre-search .help-centre-description {
  width: 100%;
  margin: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-centre-search .help-centre-description {
    width: 496px;
  }
}
@media only screen and (min-width: 992px) {
  .help-centre-search .help-centre-description {
    font-size: 24px;
  }
}
.help-centre-search .help-centre-search-field {
  position: relative;
}
.help-centre-search .help-centre-search-field input {
  color: #001e3e;
  font-size: 20px;
  width: calc(281px - 15px);
  height: 46px;
  border: unset;
  border-radius: 4px;
  padding-left: 15px;
  margin: 15px;
}
.help-centre-search .help-centre-search-field input::placeholder {
  color: #47738c;
}
@media only screen and (min-width: 768px) {
  .help-centre-search .help-centre-search-field input {
    width: calc(463px - 15px);
  }
}
.help-centre-search .help-centre-search-field::after {
  content: "";
  cursor: pointer;
  background: url("/images-2019/helpcentre/ico-search.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 27px;
  right: 27px;
}
.help-centre-search .help-centre-search-results {
  display: none;
  background-color: #ffffff;
  color: #001e3e;
  font-size: 20px;
  width: 281px;
  border-radius: 4px;
  position: absolute;
  top: 67px;
  left: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .help-centre-search .help-centre-search-results {
    top: 72px;
    left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .help-centre-search .help-centre-search-results {
    width: 463px;
  }
}
@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .help-centre-search .help-centre-search-results {
    width: calc(463px + 3px);
  }
}
.help-centre-search .help-centre-search-results a.search-see-all {
  padding: 14px 17px;
  float: right;
  font-size: 18px;
  color: #57a31a;
}
.help-centre-search .search-results-list li {
  line-height: 1.1;
  text-align: left;
  margin: 0 17px;
  padding: 16px 0 17px;
  border-bottom: solid 1px #d9e3e7;
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .help-centre-search .search-results-list li {
    display: block;
  }
}
.help-centre-search .search-results-list a, .help-centre-search .search-results-list span {
  color: #001e3e;
  font-size: 18px;
  padding-left: 56px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .help-centre-search .search-results-list a, .help-centre-search .search-results-list span {
    display: block;
  }
}
.help-centre-search .search-results-list li:active {
  background-color: #ebf1f6;
  margin: 0;
  padding: 16px 17px 17px 17px;
  border-bottom: none;
}
.help-centre-search .search-results-list .helpcentre-faq-item::before,
.help-centre-search .search-results-list .helpcentre-guide-item::before,
.help-centre-search .search-results-list .helpcentre-video-item::before,
.help-centre-search .search-results-list .helpcentre-searching-item::before,
.help-centre-search .search-results-list .helpcentre-no-results-item::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
}
.help-centre-search .search-results-list .helpcentre-faq-item::before {
  background: url("/images-2019/helpcentre/ico-faq.svg");
}
.help-centre-search .search-results-list .helpcentre-guide-item::before {
  background: url("/images-2019/helpcentre/ico-guide.svg");
}
.help-centre-search .search-results-list .helpcentre-video-item::before {
  background: url("/images-2019/helpcentre/ico-video.svg");
}
.help-centre-search .search-results-list .helpcentre-searching-item::before {
  background: url("/images-2019/helpcentre/ico-seeking.svg");
}
.help-centre-search .search-results-list .helpcentre-no-results-item::before {
  background: url("/images-2019/helpcentre/ico-no-results.svg");
}
.help-centre-search .help-centre-search-background {
  background-color: rgba(0, 30, 62, 0.8);
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  display: none;
}
.help-centre-search .help-centre-search-wrapper {
  position: relative;
}
.help-centre-search .fixed-on-top {
  position: fixed;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .help-centre-search .fixed-on-top {
    margin-left: -158px;
  }
}
@media only screen and (min-width: 992px) and (-ms-high-contrast: none), only screen and (min-width: 992px) and (-ms-high-contrast: active) {
  .help-centre-search .fixed-on-top {
    margin-left: -249px;
  }
}

.help-centre-content {
  background-color: #ffffff;
  padding-top: 55px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
  .help-centre-content {
    padding: 80px 0;
  }
}

.content-tabs {
  max-width: 1200px;
  margin: auto;
}
.content-tabs .state {
  display: none;
}
.content-tabs .tabs {
  display: flex;
}
.content-tabs .tabs .tab {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #004460;
  border-bottom: solid 1px #004460;
}
.content-tabs .tabs .tab:first-child {
  border-right: none;
}
.content-tabs .tabs .tab:hover {
  color: #7cc041;
  border-bottom: solid 4px #7cc041;
  cursor: pointer;
}
.content-tabs #tab-faqs:checked ~ .tabs #tab-label-faqs,
.content-tabs #tab-guides:checked ~ .tabs #tab-label-guides,
.content-tabs #tab-videos:checked ~ .tabs #tab-label-videos {
  color: #57a31a;
  font-weight: bold;
  border-bottom: solid 4px #57a31a;
}
.content-tabs #tab-faqs:checked ~ .flex-wrapper .faqs,
.content-tabs #tab-guides:checked ~ .flex-wrapper .guides,
.content-tabs #tab-videos:checked ~ .flex-wrapper .videos {
  display: flex;
  flex-direction: column;
}
.content-tabs #tab-faqs:checked ~ .flex-wrapper .faqs-inline,
.content-tabs #tab-faqs:checked ~ .flex-wrapper .faqs-grid {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-tabs #tab-faqs:checked ~ .flex-wrapper .faqs-grid {
    flex-direction: row;
  }
}
.content-tabs #tab-guides:checked ~ .flex-wrapper .guides {
  width: calc(100% - 32px);
  margin: 12px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .content-tabs #tab-guides:checked ~ .flex-wrapper .guides {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs #tab-guides:checked ~ .flex-wrapper .guides {
    width: 100%;
    margin-top: 42px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.content-tabs #tab-videos:checked ~ .flex-wrapper .videos {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .content-tabs #tab-videos:checked ~ .flex-wrapper .videos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 32px 22px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .content-tabs #tab-videos:checked ~ .flex-wrapper .videos {
    margin: 32px 32px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs #tab-videos:checked ~ .flex-wrapper .videos {
    margin: 40px 0 0;
  }
}
.content-tabs .flex-wrapper .faqs {
  display: none;
}
.content-tabs .flex-wrapper .faqs .faq-category {
  width: calc(100% - 40px);
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .content-tabs .flex-wrapper .faqs .faq-category:not(.register):not(.reports):not(.top-up) {
    border-bottom: solid 1px #d9e3e7;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .faqs .faq-category {
    width: calc(100% - 10px);
    padding: 0 5px;
  }
}
.content-tabs .flex-wrapper .faqs .faq-category h2 {
  color: #004460;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  margin-top: 25px;
  padding-left: 50px;
}
.content-tabs .flex-wrapper .faqs .faq-category h2 .faq-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -6px;
  margin-left: -55px;
}
@media only screen and (min-width: 768px) {
  .content-tabs .flex-wrapper .faqs .faq-category h2 {
    font-size: 26px;
    margin-top: 50px;
  }
}
.content-tabs .flex-wrapper .faqs .faq-category ul.faq-list {
  list-style-type: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  margin: 25px 12px;
}
@media only screen and (min-width: 768px) {
  .content-tabs .flex-wrapper .faqs .faq-category ul.faq-list {
    column-count: 2;
    column-gap: 45px;
  }
}
.content-tabs .flex-wrapper .faqs .faq-category ul.faq-list li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: flex;
  margin-bottom: 16px;
}
.content-tabs .flex-wrapper .faqs .faq-category ul.faq-list li::before {
  content: "•";
  color: #57a31a;
  display: inline-block;
  margin-right: 20px;
}
.content-tabs .flex-wrapper .faqs .faqs-inline {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.content-tabs .flex-wrapper .faqs .faqs-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .content-tabs .flex-wrapper .faqs .faqs-grid .faq-category {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .faqs .faqs-grid .faq-category {
    width: calc(50% - 10px);
  }
}
.content-tabs .flex-wrapper .faqs .faqs-grid .faq-category ul.faq-list {
  column-count: unset;
}
.content-tabs .flex-wrapper .guides {
  display: none;
}
.content-tabs .flex-wrapper .guides div.guides-item {
  margin: 12px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .content-tabs .flex-wrapper .guides div.guides-item {
    width: 48%;
    margin: 16px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .guides div.guides-item {
    width: 290px;
    height: 290px;
    flex: 0 0 28%;
    margin: 40px 0;
  }
  .content-tabs .flex-wrapper .guides div.guides-item:nth-child(3n-1) {
    margin: auto 8%;
  }
}
.content-tabs .flex-wrapper .guides a.guides-item {
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 30, 62, 0.15);
  text-align: left;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .guides a.guides-item {
    flex-direction: column;
  }
}
.content-tabs .flex-wrapper .guides a.guides-item .guide-icon {
  width: 96px;
}
@media only screen and (min-width: 992px) {
  .content-tabs .flex-wrapper .guides a.guides-item .guide-icon {
    width: 112px;
    height: 151px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .guides a.guides-item .guide-icon {
    background-color: #d9e3e7;
    margin: auto;
  }
}
.content-tabs .flex-wrapper .guides a.guides-item .guide-icon .guide-icon-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .guides a.guides-item .guide-icon .guide-icon-img {
    transform: rotate(-5deg);
  }
}
.content-tabs .flex-wrapper .guides a.guides-item .guide-content {
  padding: 0 16px;
  max-width: calc(100% - 96px - 32px);
}
.content-tabs .flex-wrapper .guides a.guides-item .guide-content h2 {
  color: #004460;
  font-size: 20px;
  line-height: 1.1;
  overflow: hidden;
}
.content-tabs .flex-wrapper .guides a.guides-item .guide-content p {
  color: #47738c;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  height: 36px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .content-tabs .flex-wrapper .guides a.guides-item .guide-content {
    padding: 0 24px;
    text-align: center;
    max-width: 100%;
  }
}
.content-tabs .flex-wrapper .guides .pagination {
  margin-top: 10px;
}
.content-tabs .flex-wrapper .videos {
  display: none;
}
.content-tabs .flex-wrapper .videos .video-item {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-tabs .flex-wrapper .videos .video-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .content-tabs .flex-wrapper .videos .video-item:nth-child(3n-1) {
    margin-left: calc((100% - 3 * 225px) / 2);
    margin-right: calc((100% - 3 * 225px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .content-tabs .flex-wrapper .videos .video-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .content-tabs .flex-wrapper .videos .video-item:nth-child(3n-1) {
    margin-left: calc((100% - 3 * 289px) / 2);
    margin-right: calc((100% - 3 * 289px) / 2);
  }
}
.content-tabs .flex-wrapper .videos .video-item .video-thumbnail {
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .content-tabs .flex-wrapper .videos .video-item .video-thumbnail {
    width: 186px;
    height: 106px;
    margin: 11px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-tabs .flex-wrapper .videos .video-item .video-thumbnail {
    width: 225px;
    height: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .content-tabs .flex-wrapper .videos .video-item .video-thumbnail {
    width: 289px;
    height: 164px;
  }
}
.content-tabs .flex-wrapper .videos .video-item .video-details {
  width: calc(100% - 186px - 32px);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-tabs .flex-wrapper .videos .video-item .video-details {
    width: 225px;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .content-tabs .flex-wrapper .videos .video-item .video-details {
    width: 289px;
    margin-top: 10px;
  }
}
.content-tabs .flex-wrapper .videos .video-item .video-details p {
  color: #001e3e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  text-align: left;
  margin: 8px 0;
}
@media only screen and (min-width: 768px) {
  .content-tabs .flex-wrapper .videos .video-item .video-details p {
    margin: 15px 0;
  }
}
.content-tabs .flex-wrapper .videos .video-item .video-details p.timing {
  color: #47738c;
  font-size: 14px;
  font-weight: normal;
}

.more {
  background-color: #ebf1f6;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .more {
    padding: 40px 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .more {
    padding: 80px 0 90px;
  }
}
.more h1 {
  color: #004460;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  text-align: center;
  padding: 0 30px 25px;
}
@media only screen and (min-width: 1280px) {
  .more h1 {
    font-size: 40px;
  }
}
.more .button.active {
  width: 178px;
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
}
.more .button.active:hover {
  background-color: #7cc041;
}
.more .button.active:focus {
  background-color: #438b22;
}
.more .button.active:disabled {
  background-color: #f2f2f2;
}

/* FAQ Details and Videos Modal Windows */
.modal-box.faq-details,
.modal-box.video-details {
  padding-top: 160px;
  background-color: rgba(0, 30, 62, 0.8);
  z-index: 12;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details,
.modal-box.video-details {
    padding-top: 0;
    position: fixed;
    background-color: #004460;
  }
}
@media only screen and (max-height: calc((768px + 320px) / 2)) {
  .modal-box.faq-details,
.modal-box.video-details {
    padding-top: 5px;
    position: fixed;
  }
}

.modal-box.faq-details .modal-content,
.modal-box.video-details .modal-content {
  min-width: auto;
  max-width: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .modal-content,
.modal-box.video-details .modal-content {
    height: 100%;
    width: 100%;
    background-color: #004460;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .modal-box.faq-details .modal-content,
.modal-box.video-details .modal-content {
    width: 716px;
    height: 594px;
    background: url("/images-2019/urban-shape.svg") no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .modal-box.faq-details .modal-content-wrapper,
.modal-box.video-details .modal-content-wrapper {
    padding: 60px 70px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-box.faq-details .content-wrapper,
.modal-box.video-details .content-wrapper {
    overflow: auto;
    height: 420px;
    /* Chrome */
    /* Edge/IE */
    -ms-scrollbar-base-color: #d9e3e7;
    -ms-scrollbar-face-color: #004460;
  }
  .modal-box.faq-details .content-wrapper::-webkit-scrollbar,
.modal-box.video-details .content-wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #d9e3e7;
  }
  .modal-box.faq-details .content-wrapper::-webkit-scrollbar-thumb,
.modal-box.video-details .content-wrapper::-webkit-scrollbar-thumb {
    background: #004460;
  }
}

.modal-box.faq-details .modal-header,
.modal-box.video-details .modal-header {
  color: #004460;
  border: none;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.11;
  padding: 20px 10px 20px 50px;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .modal-header,
.modal-box.video-details .modal-header {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    padding: 95px 32px 20px;
  }
}

.modal-box.faq-details .modal-body {
  font-size: 20px;
  line-height: 1.3;
  color: #001e3e;
  padding-left: 50px;
  padding-right: 18px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .modal-body {
    font-size: 16px;
    line-height: 1.38;
    color: #ffffff;
    padding: 0 32px;
    height: auto;
  }
}
.modal-box.faq-details .modal-body ol {
  list-style: decimal;
}
.modal-box.faq-details .modal-body ul {
  padding-left: 40px;
  list-style: initial;
}
.modal-box.faq-details .modal-body ul ul {
  list-style: circle;
}

.modal-box.faq-details .loader {
  top: 440px;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .loader {
    top: calc(50% - 25px);
  }
}

.modal-box.faq-details .close,
.modal-box.video-details .close {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -5px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .close,
.modal-box.video-details .close {
    margin-top: 29px;
    /* +3px width of :before/:after */
    margin-right: 32px;
  }
}

.modal-box.faq-details .close:before,
.modal-box.video-details .close:before,
.modal-box.faq-details .close:after,
.modal-box.video-details .close:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 42px;
  width: 3px;
  background-color: #004460;
}
@media only screen and (max-width: 767px) {
  .modal-box.faq-details .close:before,
.modal-box.video-details .close:before,
.modal-box.faq-details .close:after,
.modal-box.video-details .close:after {
    background-color: #ffffff;
  }
}

.modal-box.faq-details .close:before,
.modal-box.video-details .close:before {
  transform: rotate(45deg);
}

.modal-box.faq-details .close:after,
.modal-box.video-details .close:after {
  transform: rotate(-45deg);
}

.modal-box.video-details .helpcentre-embed-video {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 52%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal-box.video-details .helpcentre-embed-video {
    width: 90%;
    margin-top: initial;
    margin-left: auto;
    margin-right: 5px;
  }
}
.modal-box.video-details .helpcentre-embed-video .video-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* `See all` search results page */
.help-centre-content.flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.help-centre-content.flex-wrapper .all-search-results-panel {
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .help-centre-content.flex-wrapper .all-search-results-panel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .help-centre-content.flex-wrapper .all-search-results-panel {
    margin: 12px 30px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .help-centre-content.flex-wrapper .all-search-results-panel {
    margin: 12px 90px 0;
  }
}
.help-centre-content.flex-wrapper .all-search-results-panel .results-info {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .help-centre-content.flex-wrapper .all-search-results-panel .results-info {
    width: 450px;
  }
}
@media only screen and (min-width: 1280px) {
  .help-centre-content.flex-wrapper .all-search-results-panel .results-info {
    margin-bottom: 12px;
  }
}
.help-centre-content.flex-wrapper .all-search-results-panel .results-info .all-results {
  color: #47738c;
}
.help-centre-content.flex-wrapper .all-search-results-panel .results-info .all-results span {
  font-weight: bold;
}
.help-centre-content.flex-wrapper .all-search-results-panel .results-info #show-filters {
  background-image: url("/images-2019/helpcentre/filters.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 2px #57a31a;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .help-centre-content.flex-wrapper .all-search-results-panel .results-info #show-filters {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .help-centre-content.flex-wrapper .all-search-results-panel .all-search-results {
    width: 460px;
    min-height: 310px;
  }
}
.help-centre-content.flex-wrapper .all-search-results-panel .all-search-results div.all-search-results-item {
  color: #001e3e;
  margin: 32px auto;
  line-height: 1.25;
}
.help-centre-content.flex-wrapper .all-search-results-panel .all-search-results div.all-search-results-item p {
  margin: 5px 0;
}
.help-centre-content.flex-wrapper .all-search-results-panel .all-search-results div.all-search-results-item span {
  color: #47738c;
  line-height: 1.13;
}
.help-centre-content.flex-wrapper .all-search-results-panel .all-search-results a.all-search-results-item {
  color: #57a31a;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .help-centre-content.flex-wrapper .all-search-results-panel .all-search-results a.all-search-results-item {
    font-size: 20px;
  }
}
.help-centre-content.flex-wrapper .all-search-panel {
  display: none;
  width: 288px;
}
.help-centre-content.flex-wrapper .all-search-panel.empty {
  /* mirrored to &.filter */
}
@media only screen and (min-width: 992px) {
  .help-centre-content.flex-wrapper .all-search-panel.empty {
    display: inline-table;
    margin-right: 20px;
  }
}
.help-centre-content.flex-wrapper .all-search-panel.filter {
  position: relative;
  background-color: #ebf1f6;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter {
    display: initial;
    margin-left: 20px;
  }
}
.help-centre-content.flex-wrapper .all-search-panel.filter h2, .help-centre-content.flex-wrapper .all-search-panel.filter h3 {
  color: #004460;
  margin: 24px 0 10px 24px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter h2 {
  font-size: 24px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter .dividing-line {
  border-bottom: solid 1px #ffffff;
}
.help-centre-content.flex-wrapper .all-search-panel.filter .clear-filters-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help-centre-content.flex-wrapper .all-search-panel.filter .clear-filters-container #clear-filters {
  cursor: pointer;
  color: #001e3e;
  margin: 15px 30px 0 0;
}
.help-centre-content.flex-wrapper .all-search-panel.filter ul.results-filters {
  color: #001e3e;
  margin: 10px 24px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter ul.results-filters li {
  line-height: 48px;
  cursor: pointer;
}
.help-centre-content.flex-wrapper .all-search-panel.filter ul.results-filters li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #47738c;
  position: absolute;
  right: 32px;
  margin-top: 8px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter ul.results-filters li.checked span {
  background-image: url("/images-2019/helpcentre/filtered.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  border: unset;
}
.help-centre-content.flex-wrapper .all-search-panel.filter #filter-done {
  display: none;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding {
  background-color: #ffffff;
  border-radius: unset;
  display: block;
  z-index: 11;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter.sliding {
    width: 360px;
    z-index: 9;
  }
}
@media only screen and (min-width: 992px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter.sliding {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter.sliding.below-header {
    margin-top: 130px;
  }
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding.is-shown {
  animation-name: slide-from-right;
}
@media only screen and (min-width: 768px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter.sliding.is-shown {
    left: calc(100% - 360px);
  }
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding.is-hidden {
  animation-name: slide-to-right;
}
@media only screen and (min-width: 768px) {
  .help-centre-content.flex-wrapper .all-search-panel.filter.sliding.is-hidden {
    left: calc(100% - 360px);
  }
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding h2 {
  font-size: 32px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding h3 {
  font-size: 20px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding .dividing-line {
  border-bottom: solid 1px #d9e3e7;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding ul.results-filters {
  font-size: 20px;
  margin: 0 16px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding ul.results-filters li {
  padding-left: 8px;
  line-height: 60px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding ul.results-filters li:not(:last-of-type) {
  border-bottom: solid 1px #d9e3e7;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding ul.results-filters li span {
  margin-top: 14px;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding #filter-done.button.active {
  width: calc(100% - 48px);
  height: 48px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  background-color: #57a31a;
  color: #ffffff;
  opacity: unset;
  margin: 24px auto;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding #filter-done.button.active:hover {
  background-color: #7cc041;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding #filter-done.button.active:focus {
  background-color: #438b22;
}
.help-centre-content.flex-wrapper .all-search-panel.filter.sliding #filter-done.button.active:disabled {
  background-color: #f2f2f2;
}
