/* Customisation styles set by John - Changes are noted in list */

/* Change to Rich Text aligment - sitewide */
.section--text-centered {
    text-align: left;
}
/* Forced Icon size for offer - USP panels */
.offer-item__image-wrapper {
    min-width: 56px;
    max-width: 56px;
}
/* Forced Icon size for bespoke Impact panels - USP panels */
.offer-item__image-wrapper2 {
    min-width: 180px;
    max-width: 180px;
    padding: 30px;
    align: top;
}
/* Padding change to copnsate for "no white boxing"
YTD will need to establish a more through fix for when we use coloue in-fill on these */
.promo-block {
    position: relative;
    display: flex;
    min-height: 240px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
element.style {
}
.block-list__item>:first-child {
    margin: 0 7px 20px;
    flex: 1 0 0%;
}
.offer-item {
    padding: 5px;
    background: var(--secondary-background);
    border: 1px solidvar(--border-color);
    border-radius: 5px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
p, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    font-colour: inherit;
}
/**
 * Include your custom CSS here. This will overwrite via cascade any CSS values
 * Copy the section values here from the theme.css file and update
 * This allows for edits to the CSS while still maintianng the intergirty of the original theme.css file
 * When the warehouse them files are upgraded the custom.css settings will still apply and not be destroyed in the upgrade
 * The custom.css will be reinstated by adding the <link rel="stylesheet" href="{{ 'custom.css' | asset_url }}"> back to the theme.liquid file
 * PC 26/11/20
 */
/**
 * --------------------------------------------------------------------
 * QUICK LINKS
 * Added 26/11/20 PC - to verify custom.css loads in theme.liquid and settings apply
 * .quick-links__link { justify-content: Left; - Was changed from center and used to align the text left
 * --------------------------------------------------------------------
 */
.quick-links {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-radius: 3px;
  list-style: none;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--default-text-font-size) + 1px);
}
.quick-links__link {
  display: flex;
  justify-content: left;
  align-items: left;
  flex: 0 0 auto;
  width: 50%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  padding: 20px 10px;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.quick-links__link:hover {
  color: var(--accent-color);
}
.quick-links__link--grow {
  flex-grow: 1;
}
.quick-links__image-container {
  display: inline;
  margin: 0 auto;
  flex: 1 1 auto;
  font-size: 0;
}
.quick-links__image-ie-fix {
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}
@media (-moz-touch-enabled: 0),(hover: hover) {
  .features--animate-zoom .quick-links__link:hover .quick-links__image-ie-fix {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 641px) {
  .quick-links__link {
    padding: 24px;
    width: 33.333333%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}
@media screen and (min-width: 1000px) {
  .quick-links__link {
    width: 16.66666667%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}
/**
 * --------------------------------------------------------------------
 * NAVIGATION - MENU BAR.
 * MARCH 8 - recolourisation of menu bar
 * --------------------------------------------------------------------
 */
.nav-bar {
  background-color: #141414;
  margin-top: -30px;
  height: 70px;
}
.nav-bar__link {
  color: white; 
}
.nav-dropdown__link {
  color: #141414; 
}
.nav-dropdown {
  background: white; 
}
.mobile-menu__nav-link {
  color: @141414;
  padding-left: 10px;
}
.header__action-list {
  padding-right: 10px;  
}

/**
 * --------------------------------------------------------------------
 * PRIMARY SLIDESHOW
 * MARCH 8 - recolourisation and style change of sitewide slideshow
             currently a tempory fix for the custom slideshow presentation using
             negative margins & padd ing to achieve the containter stretch.
             Will continue to work towards a solid state to determin the full width
 * --------------------------------------------------------------------
 */

.boost-slideshow {
  height: 400px;
  overflow: hidden;
  background-color: #fff;
}
.boost-slideshow--small {
  height: 350px;
}
.boost-slideshow--large {
  height: 450px;
}
.boost-slideshow__slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.boost-slideshow__slide-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.boost-slideshow:not(.flickity-enabled) .boost-slideshow__slide:not(.is-selected) {
  display: none;
}
.boost-slideshow__placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.boost-slideshow__image-placeholder {
    box-shadow: 0px 0px 20px #dfdfdf;
  height: 100%;
  fill: dimgrey;
  background: darkgrey;
}
.boost-slideshow__title {
  margin-bottom: 7px;
  color: inherit;
}
.boost-slideshow__content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 25px;
}
.boost-slideshow__content {
  max-width: 650px;
}
.boost-slideshow .flickity-page-dots {
  bottom: 30px;
}
.boost-slideshow .flickity-page-dots .dot {
  width: 0px;
  height: 0px;
  margin: 0 8px;
  background: transparent;
  border: 0px transparent;
  transform: none !important;
  transition: background 0.25s ease-in-out;
}
.boost-slideshow .flickity-page-dots .dot::before {
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}
.boost-slideshow .flickity-page-dots .dot.is-selected {
  background: transparent;
}
/** Overlay variation **/
.boost-slideshow__slide--overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background:#fff;
  z-index: 1;
}
/** Preserve ratio variation

 IMPLEMENTATION NOTE: I am using two different ways to center the content. If the slideshow is a fixed height, the theme uses a flexbox
                      based approach, while if the slideshow is not fixed (ie. respecting the image aspect ratio), I use a transform based
                      approach. I could have keep it simpler and use the transform based everywhere (which would have removed a lot of code),
                      but the transform based is proved to reduce sometimes the quality of the text and make it a bit blurry. This is why
                      there is another, more optimized way to position when it is possible
 **/
/**
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: -30px;
}
@media screen and (max-width: 641px) {.flickity-viewport {
    margin-bottom: 0px;
  }
}

container container--flush
 **/
.boost-slideshow--preserve-ratio {
  height: auto !important;
  background-color: #fff;
  background-size: 100%;
  margin-top: 0px !important;
    /* also subtract section padding (1.5rem) */
/*   margin: 0 -601.5rem;
  add back section padding (1.5rem) */
/*   background: #141414; */
  background: linear-gradient(to right, #fff, #fff); 
  /* border has to be solid, not RGBa */
  /* 9600px or equiv (600rem = 9600/16) */
/* 
  border-left: 600rem solid #141414;
  border-right: 600rem solid #ff4300; */
}
.boost-slideshow--preserve-ratio .boost-slideshow__slide {
  height: auto;
}
.boost-slideshow--preserve-ratio .boost-slideshow__slide-inner {
  position: relative;
  display: inline;
  width: auto;
  height: auto;
}
.boost-slideshow--preserve-ratio .boost-slideshow__content-wrapper {
  position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 641px) {
  .boost-slideshow:not(.boost-slideshow--edge2edge) {
  }
  .boost-slideshow:not(.boost-slideshow--edge2edge) .flickity-viewport {
    border-radius: 3px;
  }
  .boost-slideshow__image-placeholder {
    height: 100;
    width: 100%;
  }
  /* Positioning for fixed height carousel */
  .boost-slideshow__slide-inner--top-left,
  .boost-slideshow__slide-inner--top-center,
  .boost-slideshow__slide-inner--top-right {
    justify-content: flex-start;
  }
  .boost-slideshow__slide-inner--bottom-left,
  .boost-slideshow__slide-inner--bottom-center,
  .boost-slideshow__slide-inner--bottom-right {
    justify-content: flex-end;
  }
  .boost-slideshow__slide-inner--bottom-left .boost-slideshow__content-wrapper,
  .boost-slideshow__slide-inner--bottom-center .boost-slideshow__content-wrapper,
  .boost-slideshow__slide-inner--bottom-right .boost-slideshow__content-wrapper {
    padding-bottom: 75px;
    padding-top: 25px;
  }
  .boost-slideshow__slide-inner--top-left,
  .boost-slideshow__slide-inner--middle-left,
  .boost-slideshow__slide-inner--bottom-left {
    text-align: left;
  }
  .boost-slideshow__slide-inner--top-left .boost-slideshow__content,
  .boost-slideshow__slide-inner--middle-left .boost-slideshow__content,
  .boost-slideshow__slide-inner--bottom-left .boost-slideshow__content {
    margin-left: 0;
  }
  .boost-slideshow__slide-inner--top-right,
  .boost-slideshow__slide-inner--middle-right,
  .boost-slideshow__slide-inner--bottom-right {
    text-align: right;
  }
  .boost-slideshow__slide-inner--top-right .sboost-slideshow__content,
  .boost-slideshow__slide-inner--middle-right .boost-slideshow_content,
  .boost-slideshow__slide-inner--bottom-right .boost-slideshow__content {
    margin-right: 0;
  }
  /* Positioning for non-fixed height carousel */
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--top-left .boost-slideshow__content-wrapper,
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--top-center .boost-slideshow__content-wrapper,
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--top-right .boost-slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--bottom-left .boost-slideshow__content-wrapper,
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--bottom-center .boost-slideshow__content-wrapper,
  .boost-slideshow--preserve-ratio .boost-slideshow__slide-inner--bottom-right .boost-slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  .boost-slideshow--preserve-ratio {
/* 100vw is fullwidth of the viewport*/
/* 13/15 is the ratio which I notice, the width of the class will be 13/15 of the viewport (on my screen at least), so 100vw * (13/15) is the calculated width of the class */
/* Above calculation not gonna work if viewport is stretch out and class's width is at maximum (which I belive is 1400px), hence we take the minimum between the two */
/* All the above calculate the left over space that has to be filled by the borders, there are 2 of them so divide the total by 2 */
    margin: 0 calc(calc(-100vw + min(100vw * (13/15), 1400px))/2);
  	border-left: calc(calc(100vw - min(100vw * (13/15), 1400px))/2) solid #fff;
	border-right: calc(calc(100vw - min(100vw * (13/15), 1400px))/2) solid #fff;
/*  Older version if needed: calc(calc(100vw - 1400px)/2)    */
  }
}
@media screen and (min-width: 1000px) {
  .boost-slideshow {
    height: 430px;
  }
  .boost-slideshow--small {
    height: 380px;
  }
  .boost-slideshow--large {
    height: 520px;
  }
}
/**
 * --------------------------------------------------------------------
 * NAVIGATION - CUSTOM COLOUR
 * --------------------------------------------------------------------
 */

.nav-bar__item--activate  {
    color: #ff4300;
}
/**
 * --------------------------------------------------------------------
 * boost-fine-print
 * --------------------------------------------------------------------
 */

.boost-fine-print {
  margin: 0px 0 0px 0;
}

.boost-fine-print__title {
  margin-bottom: 20px;
  text-align: center;
}

.boost-fine-print__item {
  padding: 20px 20px;
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.boost-fine-print__item + .boost-fine-print__item {
  border-top: none;
}

.boost-fine-print__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.boost-fine-print__question .plus-button {
  margin-left: 40px;
}

.boost-fine-print__answer-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.boost-fine-print__answer {
  margin: 0px 30px 0 0;
}

.boost-fine-print__group {
  margin-bottom: 30px;
}

.boost-fine-print__group-title {
  text-align: center;
}

.boost-fine-print__contact-info {
  margin-top: 50px;
}

@media screen and (min-width: 641px) {
  .boost-fine-print {
    margin: 0px 0 0px 0;
  }

  .boost-fine-print__title {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .boost-fine-print__item {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    border-radius: 3px 3px 0 0;
  }
  .boost-fine-print__item + .boost-fine-print__item {
    border-radius: 0;
  }
  .boost-fine-print__item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (min-width: 1000px) {
  .boost-fine-print__group {
    margin-bottom: 0;
  }

  .boost-fine-print__group + .boost-fine-print__group {
    margin-top: 0px;
  }
}
.mobile-menu__panel {
    position: relative;
    height: 100%;
    background: #fff;
}
/**
 * --------------------------------------------------------------------
 * filter check box colouring
 * --------------------------------------------------------------------
 */
.checkbox {
    border: 1px solid #ff4300;
    background: #141414;
}
/**
 * --------------------------------------------------------------------
 * Rate card style
 * --------------------------------------------------------------------
 */

/* Rate card accordions */

.accordion-rate,{
  background-color: #fff;
  color: #141414;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border-bottom: 1px solid #B6B6B6; 
}
.active, .accordion-rate:hover {
  background-color: #; 
}

/* Card styles */

.rate-item__bonus {
    min-height: 20px;
    margin: 0px 0;
    text-align: left;
    padding: 15px 10px 15px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    background: #141414;
    background: #141414;
    border-radius: 10px 10px 0px 0px;
}
.rate-item-item__data {
    min-height: 0px;
    min-width: 260px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding: 20px 10px 10px 15px;
    color: #ff4300;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    background: #;
}
.rate-item__price {
    min-height: 0px;
    min-width: 260px;
    margin-top: -15px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 10px 20px 15px;
    color: #141414;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
}
.rate-item__expiry {
    margin-top: 0px;
    text-align: left;
    padding: 0px 10px 10px 15px;
    color: #141414;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    background: #;
    background: #fff;
    border-bottom: 1px solid #B6B6B6; 
}
.rate-item__call {
    margin-bottom: 20px;
    margin: 0px 0;
    text-align: left;
    padding: 15px 20px 20px 15px;
    color: #141414;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    background: #;
    border-bottom: 1px solid #B6B6B6; 
}
.rate-item__int {
    margin-bottom: 6px;
    margin: 0px 0;
    text-align: left;
    padding: 15px 20px 20px 15px;
    color: #141414;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    background: #fff;
}
.rate-item__music {
    margin-bottom: 6px;
    margin: 0px 0;
    text-align: left;
    padding: 15px 20px 20px 15px;
    color: #141414;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    background: #F5F5F5;
}
.rate-item__other {
    margin-bottom: 6px;
    text-align: left;
    padding: 15px 20px 20px 15px;
    color: #ff4300;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    background: #141414;
    border-radius: 0px 0px 10px 10px;
}
.rate_card_offers {
    margin-bottom: 6px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    padding: 0px ;
    color: #ff4300;
    line-height: 1;
    border-radius: 0px 0px 10px 15px;
}
.rate-item__more {
    margin: 5px;
    text-align: left;
    padding: 15px 20px 20px 15px;
    color: #df3d04;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    border-radius: 10px 10px 10px 10px;
}
.rate-item__buy {
 	min-width: 260px;  
  	margin-top: 20px;
    text-align: center;
    padding: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    border-radius: 10px 10px 10px 10px;
    background: #ff4300;
}
.rate_card-container {
	max-width: 1400px;
  	margin-left: 5px;
  	margin-right: 5px;
  	padding: 0 var(--mobile-container-gutter);
}
.rate_card-container--medium {
  max-width: 1400px;
  margin-left: 5px;
  margin-right: 5px; 
}
.rate_card-container--narrow {
  max-width: 1400px;
  margin-left: 5px;
  margin-right: 5px; 
}
.rate_card-container--extra-narrow {
  max-width: 630px;
  margin-left: 5px;
  margin-right: 5px; 
}
.rate_card-container--giga-narrow {
  max-width: 520px;
  margin-left: 5px;
  margin-right: 5px; 
}
.rate_card-container--giga-narrow {
  min-width: 400px;
  margin-left: 5px;
  margin-right: 5px; 
}
@media screen and (min-width: 641px) {
  .rate_card-block-list {
    justify-content: center; 
  }
}
/**
 * --------------------------------------------------------------------
 * BLOCK LIST - rate card variant
 *
 * This component is used by various elements on mobile to allow items
 * to becomes scrollable on mobile and small tablets
 * --------------------------------------------------------------------
 */
.rate_card-block-list {
  display: flex;
  padding: 0px;
  flex-flow: column nowrap;
  flex-wrap: wrap; 
  
  align-items: baseline;
}
.rate_card-block-list--no-flush.rate_card-block-list--no-flush {
  margin-bottom: 0; /* The double class is to increase specifity and avoid to set it at each breakpoint */
}
.rate_card-block-list__item {
  display: flex; /* Allow to stretch the content if different block items have different height */
}
/* Unfortunately IE11 does not like nested flex items, so for IE11, we revert to display: block */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rate_card-block-list__item {
    display: block;
  }
}
.rate_card-block-list__item > :first-child {
  margin: 0 7px 20px 7px;
  flex: 1 0 0%;
}
@media screen and (max-width: 999px) 
{
  .scroller .rate_card-block-list {
    white-space: normal;
    flex-flow: row nowrap;
  }
  .scroller .rate_card-block-list::before {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }
  .scroller .rate_card-block-list::after {
    content: "";
    flex: 0 0 calc(var(--mobile-container-gutter) - 7px);
  }
  .scroller .rate_card-block-list__item {
    flex: 0 0 auto;
    white-space: normal;
    scroll-snap-align: center;
  }
}
@media screen and (max-width: 640px) 
{
  .scroller .rate_card-block-list__item {
    width: 95%;
  }
}
@media screen and (min-width: 641px) and (max-width: 999px) 
{
  .scroller .rate_card-block-list__item {
    width: 50%;
  }
  .scroller .rate_card-block-list::before {
    flex: 0 0 var(--desktop-container-gutter) - 10px);
  }
  .scroller .rate_card-block-list::after {
    flex: 0 0 calc(var(--desktop-container-gutter) - 10px);
  }
}
@media screen and (min-width: 641px) 
{
  .rate_card-block-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
  }
  .rate_card-block-list__item > :first-child {
    margin: 0 15px 30px 15px;
  }
}
@media screen and (min-width: 1000px) 
{

  }
  .rate_card-block-list {
    white-space: normal;
    padding: 0px;
    
  }

  .rate_card-block-list::before,
  .rate_card-block-list::after {
    display: none;
  }

  .block-list__item--grow {
    flex-grow: 1;
  }
}
/**
 * VARIATIONS
 */
.block-list--loose {
  margin-bottom: -45px;
}
.block-list--loose .block-list__item > :first-child {
  margin-bottom: 45px;
}
@media screen and (min-width: 641px) {
  .block-list--loose {
    margin-bottom: -60px;
  }

  .block-list--loose .block-list__item > :first-child {
    margin-bottom: 60px;
  }
}
/**
 * --------------------------------------------------------------------
 * OFFER ITEM
 * --------------------------------------------------------------------
 */
.rate_card-item {
  padding: 0px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  margin-top: 14px;
}
.rate_card-item__image-wrapper {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}
.rate_card-item__title {
  margin-bottom: 6px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px));
}
.rate_card-item__content {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}
@media screen and (min-width: 641px) {
  .rate_card-item {
    padding: 10px 0px;
  }
  .rate_card-item__image-wrapper {
    min-width: 110px;
    max-width: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .rate_card-item--inline {
    display: flex;
    align-items: center;
  }
  .rate_card-item--inline .rate_card-item__image-wrapper {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .rate_card-block-list__item {
    width: 33.3%;
  }
}
@media screen and (min-width: 1280px) {
  .rate_card-block-list__item {
  	width: 25%;
  }
}
.rate_card-block-list {
  /*  Rate card scroll  */
  overflow-x: scroll;
  flex-wrap: nowrap;
/*   flex-flow: row wrap; */
}
.rate_card-block-list-scrollable {
  justify-content: flex-start;
}
/**
 * --------------------------------------------------------------------
 * QUICK LINKS - possibly redundant
 * --------------------------------------------------------------------
 */
.boost-quick-links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 3px;
  list-style: none;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--default-text-font-size) + 1px);
}
.boost-quick-links__link {
  display: flex;
  color: #141414;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 33%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  padding: 10px 10px;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: none;
  transition: color 0.2s ease-in-out;
}
.boost-quick-links__link:hover {
  color: #ff43oo;
}
.boost-quick-links__link--grow {
  flex-grow: 0;
}
.boost-quick-links__image-container {
  display: inline;
  margin: 10px;
  flex: 1 1 auto;
  font-size: 0;
}
.boost-quick-links__image-ie-fix {
  margin: 10px;
  transition: transform 0.3s ease-in-out;
}
@media (-moz-touch-enabled: 0),(hover: hover) {
  .features--animate-zoom .boost-quick-links__link:hover .boost-quick-links__image-ie-fix {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 641px) {
  .boost-quick-links__link {
    padding: 24px;
    width: 25%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}
@media screen and (min-width: 1000px) {
  .boost-quick-links__link {
    width: 16.6%; /* we cannot use flex-basis due to a bug in IE11 as flex-basis does not take into account padding in this browser */
  }
}
.boost-quick-links {
  margin: -15px 0px -60px 0px;
    text-align: center;
    padding: 2px;
    color: #141414;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 10px 10px 10px 10px;
    background-image: linear-gradient(180deg, #f8f8f8, #fff);
  }
}
.boost-quick-links__link {
  justify-content: center;
  align-items: center;
  color: #141414;
  }
} 
/**
 * --------------------------------------------------------------------
 * Table Press styling - reduncdant code to be removed
 * --------------------------------------------------------------------
 */
table.tablepress {
 line-height:1.6;
}
table.tablepress tfoot th,
table.tablepress thead th {
 background:#ff4300;
 color:#fff !important;
 padding:10px
}
table.tablepress .sorting:hover,
table.tablepress .sorting_asc,
table.tablepress .sorting_desc {
 background:#ff4300;
 color:#fff !important
}
table.tablepress .tablepress tfoot th,
table.tablepress .tablepress thead th {
 color:#262626;
 color:#000 !important;
}
table.tablepress .tablepress tbody td,
table.tablepress .tablepress tfoot th {
 border-color:#000;
}
table.tablepress .odd td {
 background:#262626;
  color:#fff !important;
}

table.tablepress .even td {
 background:#141414;
  color:#fff !important;
}
table.tablepress .dataTables_info {
 padding-top:10px;
 opacity:0.7
}
.dataTables_paginate {
 padding-top:10px
}
.dataTables_paginate.paging_simple {
 padding:10px 0 0 !important
}
.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
 font-family:'ticons';
 text-shadow:none;
 color:inherit;
 position:relative;
 top:auto;
 left:auto;
 right:auto;
 margin:0;
 line-height:inherit
}
.dataTables_paginate.paging_simple .paginate_button.previous:before {
 content:"\f137";
 margin-right:8px
}
.dataTables_paginate.paging_simple .paginate_button.next:after {
 content:"\f138";
 margin-left:8px
}
.dataTables_paginate.paging_simple a {
 text-decoration:none;
 color:#555 !important
}
.dataTables_paginate.paging_simple .paginate_button.disabled {
 opacity:0.35
}
.dataTables_length,
.dataTables_filter {
 height:30px;
 line-height:30px;
 margin-bottom:10px
}
.dataTables_filter input[type="search"] {
 height:26px;
 padding:0 4px
}
/**
 * --------------------------------------------------------------------
 * Dot removal from slideshow -  when multiple slides, pagination dots are rendered invisible
 * --------------------------------------------------------------------
 */
.slideshow .flickity-page-dots .dot {
  background: transparent;
  border: 0px transparent;
}
/**
 * --------------------------------------------------------------------
 * Product/plan save
 * --------------------------------------------------------------------
 */
.product-item__label-list > .product-label {
  font-size: 16px;
  border-radius: 10px 10px 10px 10px;
}
.rate-item__inner .product-label--on-sale {
  position: absolute;
  top: -10px;
  left: -20px;
  font-size: 14px;
}
.product-item__label-list {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
  font-size: 0;
}
.rate-item__inner {
  position: relative; 
}
@media screen and (max-width: 1000px) {
  .rate-item__inner .product-label--on-sale {
    left: -8px;
  }
}
/**
 * --------------------------------------------------------------------
 * Search bar
 * --------------------------------------------------------------------
 */
.header__search-bar-wrapper {
   width: 50%;
   margin: auto;
}

@media screen and (min-width: 1000px) {
  .header__search-bar-wrapper {
     width: 75%;
  }
}

@media screen and (min-width: 641px) {
  .header__search-bar-wrapper {
     width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .header__search-bar-wrapper {
   	 width: 100%;
  }
}

/**
 * --------------------------------------------------------------------
 * Disable for Buy SIM button (flashes to Not Allowed Cursor on Mouseup css.Line 2257)
 * Added 30/03/21 PC
 * --------------------------------------------------------------------
*/
.button--primary[disabled] {
  cursor: pointer;
}

/**
 * --------------------------------------------------------------------
 * Modal Popup
 *
 * cutom styles below for the Modal popup
 * --------------------------------------------------------------------
 */
.spinning-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 128px;
}
.popup-newsletter {
  background-color: #ff4300:
}
.modal__dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: #141414;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: scale(0.9);
    transition: transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.popup-newsletter__close {
    position: absolute;
    right: 20px;
    top: 16px;
    color: #ff4300;
}
.popup-newsletter__title, .popup-newsletter__content {
    color: #fff;
}
.message-us-popup .modal[aria-hidden=false] {
  	pointer-events: none; 
  	/* Make popup won't disappear when click on the outside area */
}

/* move the loading modal towards the center of the screen on mobile devices */
@media screen and (max-width: 640px) {
  aside.modal.modal--newsletter.messaging-modal {
      bottom: auto;
  }
}
/* For the banner on the home page */
#boost-slideshow-id {
    margin: 0 calc(calc(-100vw + min(100vw * (13/15), 1400px))/2);
  	margin-top: 0px;
}
#_form_3_._inline-form {
    width: auto%;
    padding: 40px;
}
.white-box {
    background: #fff;
    margin: 40px;
}
.tab-click-button {
 	width: 100%;
  	height: 100%;
   	top: 0;
  	left: 0;
  	position: absolute;
  	padding: 0px 2px;
}
.tab-list-item {
 	position: relative;
	font-size: 12px; 
}
.tab-list-container {
 	margin-top: -60px;
    position: relative;
	font-size: 12px; 
}
<style>
.announcement-bar {
 height: 150px;	
 overflow: hidden;
 position: relative;
 background: yellow;
 color: orange;
 border: 1px solid orange;
}
.announcement-bar p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 150px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
</style>
<div class=".announcement-bar">
<p>On the Full Telstra Mobile Network – that’s 1M2 KM’s more coverage </p>
</div>

/* Custom Styles */
/* Customisation styles set by John - Changes are noted in list */

/* Change to Rich Text aligment - sitewide */
.section--text-centered {
    text-align: left;
}
/* Padding change to copnsate for "no white boxing"
YTD will need to establish a more through fix for when we use coloue in-fill on these */
.promo-block {
    position: relative;
    display: flex;
    min-height: 240px;
    min-width: 360px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.promo-block__heading {
    margin-bottom: 30px;
    letter-spacing: -1.5px;
    margin-top: -35px;
    line-height: 40px;
    font-size: 36px;
    font-weight: 700;
    color: #ff4300;
}
.promo-block__heading2 {
    margin-bottom: 30px;
    letter-spacing: -1.5px;
    margin-top: -35px;
    line-height: 40px;
    font-size: 36px;
    font-weight: 700;
    colour: inherit;
}
@media screen and (max-width: 600px)
.h3, .rte h3 {
    font-size: 20px;
    line-height: 1.5;
}
.boost-callout-losange {
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 4px 10px;
    display: inline-block;
    contain: 3px;
    background: #141414;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 16.8156px 16.8156px 16.8px;
    line-height: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.faq__question {
  font-weight: 500;
  text-align: left;
  padding-top: 20px;
  /* divide line */
  border-top: 0.5px solid #B6B6B6;
  display: flex;
  align-items: left;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.faq__question2 {
  font-weight: 500;
  text-align: left;
  padding-top: 20px;
  /* divide line */
  border-top: 0.5px solid #B6B6B6;
  display: flex;
  align-items: left;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.faq__group-title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: -30px;
}
.boost-fine-print__group-title {
    text-align: left;
    margin: 20px;
    border-style: solid;
    border-color: #B6B6B6;
    border-width: 0px 0px 1px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
    padding-bottom: 15px;
    padding-top: 25px;
}
.boost-fine-print__question heading h4 {
  font-weight: 400;
}
element.style {
}
.nav-bar {
    background-color: #fff;
    margin-top: 0px;
    height: 70px;
}
.nav-bar__link {
    color: #141414;
}
@media screen and (min-width: 1000px)
.nav-bar {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-background);
}
.button {
    display: inline-block;
    min-width: 140px;
    padding: 0 30px;
    margin: 20 0px;
    margin-bottom: 20 0px;
    line-height: 38px;
    text-align: center;
    font-weight: var(--text-font-bolder-weight);
    font-size: var(--base-text-font-size);
    cursor: pointer;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
    /* Buttons */
    background: #FF4300;
    border-radius: 10px 10px 10px 10px;
}
.h1 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color);
    border-style: solid;
    border-color: #B6B6B6;
    border-width: 0px 0px 1px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
    padding-bottom: 15px;
    padding-top: 25px;
}
.header__desktop-nav-toggle {
    height: 5px;
    padding: 0 15px;
    border: 0px solidvar(--header-border-color);
    border-radius: 3px;
    font-weight: var(--text-font-bolder-weight);
}
.promo-block__content {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 23px;
    padding-top: 20px;
}
.accordion, .accordion2, .accordion3 {
  background-color: #fff;
  color: #141414;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-style: solid;
    border-color: #B6B6B6;
    border-width: 1px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
    padding-top: 15px;
}
.active, .accordion:hover {
  background-color: #fff; 
}
.panel {
  padding: 0 0px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/* Slideshow live offer builds - desktop */
.slideshow__content {
    max-width: 100%;
    margin-left: 0px;
    text-align: left;
}
.slideshow__losange {
    margin-bottom: 16px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 4px 10px;
    display: inline-block;
    contain: 3px;
    background: #ff4300;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 16.8156px 16.8156px 16.8px;
    line-height: 20px;
}
.slideshow__title2{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 68px;
    line-height: 6px;
    letter-spacing: -3px;
    color: #ff4300;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
.slideshow__title3{
    margin-top: 0px;
    margin-left: 0px;
    font-size: 68px;
    line-height: 6px;
    letter-spacing: -3px;
    color: inherit;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
.slideshow__title4{
    margin-top: -20px;
    margin-left: 0px;
    font-size: 68px;
    line-height: 6px;
    letter-spacing: -2.5px;
    color: inherit;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
.slideshow__title5{
    margin-top: 0px;
    margin-left: 0px;
    line-height: 10px;
    font-size: 90px;
    font-weight: 900;
    letter-spacing: -5px;
    color: inherit; /* Fallback for older browsers */
    opacity: 0.7;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
.slideshow__content-wrapper,{
    position: left;
    z-index: 1;
    width: 100%;
    padding-top: 20;
    padding-bottom: 25px;
    padding-left: 70px;
}
.slideshow__button {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 0px;
    line-height: 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: var(--text-font-bolder-weight);
    font-size: var(--base-text-font-size);
    cursor: pointer;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
}
/* Slideshow live offer builds - mobile */
@media screen and (max-width: 641px) {
 .slideshow__content {
    max-width: 100%;
    margin-left: 35px;
    text-align: left;
  }
  .slideshow__losange {
    margin-bottom: 10px;
    margin-left: 35px;
    margin-top: 10px;
    padding: 4px 10px;
    display: inline-block;
    contain: 3px;
    background: #ff4300;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 16.8156px 16.8156px 16.8px;
    line-height: 20px;
  }
  .slideshow__title2{
    margin-top: 0px;
    margin-left: 35px;
    font-size: 58px;
    line-height: 0px;
    color: #ff4300;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  }
  .slideshow__title3{
    margin-top: -10px;
    margin-left: 35px;
    font-size: 58px;
    line-height: 0px;
    color: inherit;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  }
  .slideshow__title4{
    margin-top: -20px;
    margin-left: 35px;
    font-size: 38px;
    letter-spacing: -1.5px;
    color: inherit;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  }
.slideshow__title5{
    margin-top: 0px;
    margin-left: 30px;
    line-height: 0px;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -5px;
    color: inherit; /* Fallback for older browsers */
    opacity: 0.7;
    border-color: #B6B6B6;
    border-width: 0px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
  .slideshow__content-wrapper,{
    position: top;
    z-index: 1;
    width: 100%;
    padding-top: 20;
    padding-bottom: 25px;
  padding-left: 70px;
  }
  .slideshow__button {
    position: relative;
    margin-left: 30px;
    display: inline-block;
    padding: 0 30px;
    line-height: 38px;
    border-radius: 10px;
    text-align: center;
    font-weight: var(--text-font-bolder-weight);
    font-size: var(--base-text-font-size);
    cursor: pointer;
    transition: background .25s ease-in-out,color .25s ease-in-out,box-shadow .25s ease-in-out;
  }
}
/* Animated annoucement bar style sheet */
.announcement-bar {
    background: #141414;
    padding: 10px;
    color: #ffffff;
}
/* divide line addiotn to section head */
.section__header {
    border-style: solid;
    border-color: #B6B6B6;
    border-width: 0px 0px 1px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
}
/**
 * --------------------------------------------------------------------
 * Plan Tabs Styling
   FOR THE PLANS CARS SORTING TABS. 
 * --------------------------------------------------------------------
 */

ul.shopify-tabs {
    margin: 0px;
    margin-top: -40px;
    padding: 0px;
    list-style: none;
    background: #E9E9E9:
}
ul.shopify-tabs > li{
    margin: 5px;
    font-size: 12px;
    font-weight: 500;
    background: #E9E9E9:
    color: #141414;
    display: inline;
    min-width: 24%;
    padding: 5px 0px;
    cursor: pointer;
    line-height: 15px;
}
ul.shopify-tabs > li.current{
    margin: 1px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #ff4300;
}
.shopify-tab-content{
    justify-content: center;
    text-align: center;
    display: none;
	padding: 5px;
    margin-left: -40px;
}
.shopify-tab-content.current{
    justify-content: center;
    text-align: center;
    display: block;
} 

.shopify-tabs .container > li{
}

/* Quick fix to plans module */
.rate-item__inner .product-label--on-sale {
 	position: absolute; 
    margin-right: -35px;
}

.tab-list-item {
  list-style-type: none;
    background: white;
    width: 100%;
    margin: 0 10px;
    height: 50px;
    text-align: left;
/*  border: grey 0.1px solid; */
    display: flex;
    justify-content: left;
}

.tab-list-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.tab-click-button:hover {
  font-weight: bold; 
}

@media screen and (max-width: 700px) {
 	.tab-list-container {
     	width: 100%; 
    }
}

/**
 * --------------------------------------------------------------------
 * FAQ - full width margin removal, 
   TABLET SIZE UP. 
 * --------------------------------------------------------------------
 */

@media screen and (min-width: 641px)
.faq {
    margin: 0px -30px 120px;
  }
}

@media screen and (min-width: 641px)
.card__section, .card__collapsible-button {
    padding: 0;
  }
}

/**
 * --------------------------------------------------------------------
 * PRODUCT CARD - changes
 * --------------------------------------------------------------------
 */

.product-form__info-list {
    display: table;
    width: 100%;
    margin: -22px 0 6px;
    border-spacing: 0 -22px;
}

/**
 * --------------------------------------------------------------------
 * MOSAIC - change to padding to accomodate larger main lables
 * --------------------------------------------------------------------
 */

.mosaic__item {
    padding: 0 10px 20px;
}

@media screen and (min-width: 641px)
.mosaic__item {
    padding: 0 15px 30px;
}

/**
 * PROMO BLOCK ISOLATION TO COLOURED MODUALS
 */
.boost-promo-block {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.boost-promo-block {
    position: relative;
    display: flex;
    min-height: 280px;
    min-width: 360px;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}
.boost-promo-block__heading {
    margin-bottom: 30px;
    letter-spacing: -1.5px;
    margin-top: 40px;
    line-height: 40px;
    font-size: 36px;
    font-weight: 700;
    colour: inherit;
}
.heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  colour: inherit;
}
.faq__question {
  font-weight: 100;
  padding-top: 10px;
}
.faq {
max-width: 100%}

/**
 * FORCED CUSTOM HTML MARGINS + Random
 */
.rte h1 {
  margin-top: -15px;
  font-size: 30px;
  letter-spacing: -1px;
}

@media screen and (max-width: 641px) {
  .rte h1 {
  margin-top: -20px;
  font-size: 26px;
  letter-spacing: -1px;
  }
}

.section__header-stack {
margin-bottom: 20px;
}
.shopify-section-166432841533a6d358 {
  margin-top: -95px;
}