
/** default Palette **/
/* We need this to add the default bg colour to the main content builder class */
section:not(.s-header-block):not(.s-footer).cb,
/* Editable element bg colour which doesn't have palette class attached to it */
section:not(.s-header-block):not(.s-footer).cb .cb-editable-element-bg,
/* Editable element bg colour */
section:not(.s-header-block):not(.s-footer).block .cb-editable-element-bg,
section:not(.s-header-block):not(.s-footer).block .block__overlay {
	background-color: #f2f2f2;
	background-color: var(--colour-content_background, #f2f2f2);
}

section:not(.s-header-block):not(.s-footer).block {
	background-color: #f2f2f2;
	background-color: var(--colour-content_background, #f2f2f2);
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
}

section:not(.s-header-block):not(.s-footer).block.block--tint,
section:not(.s-header-block):not(.s-footer).block.block--tint .block__overlay {
	background-color: #e6e6e6;
	background-color: var(--colour-alternative_content_background, #e6e6e6);
}

section:not(.s-header-block):not(.s-footer).block .heading,
section:not(.s-header-block):not(.s-footer).block .heading a,
section:not(.s-header-block):not(.s-footer).block .heading .link {
	color: #081b33;
	color: var(--colour-content_heading, #081b33);
}

section:not(.s-header-block):not(.s-footer).block .text-muted {
			color:  #98a3ba;
		color: var(--colour-content_text-lighten02, var(--colour-content_text, #98a3ba));
}

section:not(.s-header-block):not(.s-footer).block a {
	color: #e54a35;
	color: var(--colour-content_link, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .card {
	background-color: #e2e4e7;
	background-color: var(--colour-card_background, #e2e4e7);
	color: #6f7787;
	color: var(--colour-card_text, #6f7787);
}

section:not(.s-header-block):not(.s-footer).block .card.card--shadow {
	background-color: #f2f2f2;
	background-color: var(--colour-content_background, #f2f2f2);
}

section:not(.s-header-block):not(.s-footer).block .card.card--border,
section:not(.s-header-block):not(.s-footer).block .card.card--dual-border,
section:not(.s-header-block):not(.s-footer).block .card.card--dual-border::before {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .card .heading,
section:not(.s-header-block):not(.s-footer).block .card .heading a,
section:not(.s-header-block):not(.s-footer).block .card .heading .link {
	color: #081b33;
	color: var(--colour-card_heading, #081b33);
}

section:not(.s-header-block):not(.s-footer).block .card a:not(.button) {
	color: #e54a35;
	color: var(--colour-card_link, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .button--primary {
	background-color: #e54a35;
	background-color: var(--colour-primary_button_background, #e54a35);
	border-color: #e54a35;
	border-color: var(--colour-primary_button_background, #e54a35);
	color: #f2f2f2;
	color: var(--colour-primary_button_text, #f2f2f2);
}

section:not(.s-header-block):not(.s-footer).block .button--secondary {
	background-color: #081b33;
	background-color: var(--colour-secondary_button_background, #081b33);
	border-color: #081b33;
	border-color: var(--colour-secondary_button_background, #081b33);
	color: #f2f2f2;
	color: var(--colour-secondary_button_text, #f2f2f2);
}

section:not(.s-header-block):not(.s-footer).block .button--tertiary {
	border-color: #e54a35;
	border-color: var(--colour-tertiary_button_outline, #e54a35);
	color: #e54a35;
	color: var(--colour-tertiary_button_text, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .accent--bg {
	background-color: #e54a35;
	background-color: var(--colour-accent, #e54a35);

			color:  #ffffff;
		color: var(--colour-accent-bestText, #ffffff);
}

section:not(.s-header-block):not(.s-footer).block .accent--heading {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .accent--text {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .accent--link {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .accent--border {
	border-color: #e54a35;
	border-color: var(--colour-accent, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .border,
section:not(.s-header-block):not(.s-footer).block .img-border {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .b-hr,
section:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon::before,
section:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon::after {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon .icon {
	fill: #cbcdd0;
	fill: var(--colour-border, #cbcdd0);
	color: #cbcdd0;
	color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .icon,
section:not(.s-header-block):not(.s-footer).block a .icon,
section:not(.s-header-block):not(.s-footer).block .icon a {
	fill: #081b33;
	fill: var(--colour-content_icon, #081b33);
	color: #081b33;
	color: var(--colour-content_icon, #081b33);
}

section:not(.s-header-block):not(.s-footer).block .blockquote {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .blockquote .icon {
	fill: #cbcdd0;
	fill: var(--colour-border, #cbcdd0);
	color: #cbcdd0;
	color: var(--colour-border, #cbcdd0);
}

section:not(.s-header-block):not(.s-footer).block .b-form-control {
	background-color: #f2f2f2;
	background-color: var(--colour-content__form_background, #f2f2f2);
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
	color: #6f7787;
	color: var(--colour-content__form_text, #6f7787);
}

/* ---------------------------------
Text selection
--------------------------------- */
section:not(.s-header-block):not(.s-footer).block ::selection,
section:not(.s-header-block):not(.s-footer).block ::-webkit-selection {
	color: #f2f2f2;
	color: var(--colour-primary_button_text, #f2f2f2);
	background-color: #e54a35;
	background-color: var(--colour-primary_button_background, #e54a35);
}

section:not(.s-header-block):not(.s-footer).block .button--primary ::selection,
section:not(.s-header-block):not(.s-footer).block .button--primary ::-webkit-selection {
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
	background-color: #f2f2f2;
	background-color: var(--colour-content_background, #f2f2f2);
}


/* ---------------------------------
Incorporate header into first block
--------------------------------- */
.header--incorporated section.block .s-header__menu-toggle .hamburger-inner,
.header--incorporated section.block .s-header__menu-toggle .hamburger-inner::before,
.header--incorporated section.block .s-header__menu-toggle .hamburger-inner::after {
	background-color: #081b33 !important;
	background-color: var(--colour-content_heading, #081b33) !important;
}

.header--incorporated section.block .s-header__bar.s-header__bar--navigation {
	background-color: #f2f2f2;
	background-color: var(--colour-content_background, #f2f2f2);
}

.header--incorporated section.block .s-header__menu-toggle .hamburger-label,
.header--incorporated section.block a .icon,
.header--incorporated section.block .s-header__bar:not(.s-header__bar--navigation) .icon,
.header--incorporated section.block .s-header__bar a .icon,
.header--incorporated section.block .s-header__bar .icon a,
.header--incorporated section.block .sm-shop .sm-shop-toggle__icon {
	fill: #081b33;
	fill: var(--colour-content_heading, #081b33);
	color: #081b33;
	color: var(--colour-content_heading, #081b33);
}

.header--incorporated section.block .s-header__bar,
.header--incorporated section.block .sm-shop a,
.header--incorporated section.block .logo--text {
	color: #081b33;
	color: var(--colour-content_heading, #081b33);
}

.header--incorporated section.block .sm-menu > li > a > .sub-arrow {
	border-color: #081b33 transparent transparent transparent;
	border-color: var(--colour-content_heading, #081b33) transparent transparent transparent;
}

.header--incorporated section.block .s-header__bar--border,
.header--incorporated section.block .s-navigation--border {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

.header--incorporated section.block .s-header__item--tagline p {
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
}

.header--incorporated section.block .s-header__item--tagline .heading {
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
}

@media (min-width: 768px) {
	.header--incorporated section.block .sm-menu > li > a {
		color: #081b33;
	color: var(--colour-content_heading, #081b33);
	}
}


/** contrast Palette **/
/* We need this to add the default bg colour to the main content builder class */
.palette-contrast:not(.s-header-block):not(.s-footer).cb,
/* Editable element bg colour which doesn't have palette class attached to it */
.palette-contrast:not(.s-header-block):not(.s-footer).cb .cb-editable-element-bg,
/* Editable element bg colour */
.palette-contrast:not(.s-header-block):not(.s-footer).block .cb-editable-element-bg,
.palette-contrast:not(.s-header-block):not(.s-footer).block .block__overlay {
	background-color: #081b33;
	background-color: var(--colour-content_background, #081b33);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block {
	background-color: #081b33;
	background-color: var(--colour-content_background, #081b33);
	color: #86a1c2;
	color: var(--colour-content_text, #86a1c2);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block.block--tint,
.palette-contrast:not(.s-header-block):not(.s-footer).block.block--tint .block__overlay {
	background-color: #061629;
	background-color: var(--colour-alternative_content_background, #061629);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .heading,
.palette-contrast:not(.s-header-block):not(.s-footer).block .heading a,
.palette-contrast:not(.s-header-block):not(.s-footer).block .heading .link {
	color: #ffffff;
	color: var(--colour-content_heading, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .text-muted {
			color:  #a9cbf4;
		color: var(--colour-content_text-lighten02, var(--colour-content_text, #a9cbf4));
}

.palette-contrast:not(.s-header-block):not(.s-footer).block a {
	color: #ffffff;
	color: var(--colour-content_link, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .card {
	background-color: #213247;
	background-color: var(--colour-card_background, #213247);
	color: #86a1c2;
	color: var(--colour-card_text, #86a1c2);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .card.card--shadow {
	background-color: #081b33;
	background-color: var(--colour-content_background, #081b33);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .card.card--border,
.palette-contrast:not(.s-header-block):not(.s-footer).block .card.card--dual-border,
.palette-contrast:not(.s-header-block):not(.s-footer).block .card.card--dual-border::before {
	border-color: #213247;
	border-color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .card .heading,
.palette-contrast:not(.s-header-block):not(.s-footer).block .card .heading a,
.palette-contrast:not(.s-header-block):not(.s-footer).block .card .heading .link {
	color: #ffffff;
	color: var(--colour-card_heading, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .card a:not(.button) {
	color: #ffffff;
	color: var(--colour-card_link, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .button--primary {
	background-color: #e54a35;
	background-color: var(--colour-primary_button_background, #e54a35);
	border-color: #e54a35;
	border-color: var(--colour-primary_button_background, #e54a35);
	color: #ffffff;
	color: var(--colour-primary_button_text, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .button--secondary {
	background-color: #ffffff;
	background-color: var(--colour-secondary_button_background, #ffffff);
	border-color: #ffffff;
	border-color: var(--colour-secondary_button_background, #ffffff);
	color: #213247;
	color: var(--colour-secondary_button_text, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .button--tertiary {
	border-color: #e54a35;
	border-color: var(--colour-tertiary_button_outline, #e54a35);
	color: #ffffff;
	color: var(--colour-tertiary_button_text, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .accent--bg {
	background-color: #e54a35;
	background-color: var(--colour-accent, #e54a35);

			color:  #ffffff;
		color: var(--colour-accent-bestText, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .accent--heading {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .accent--text {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .accent--link {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .accent--border {
	border-color: #e54a35;
	border-color: var(--colour-accent, #e54a35);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .border,
.palette-contrast:not(.s-header-block):not(.s-footer).block .img-border {
	border-color: #213247;
	border-color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .b-hr,
.palette-contrast:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon::before,
.palette-contrast:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon::after {
	border-color: #213247;
	border-color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .b-hr.b-hr--icon .icon {
	fill: #213247;
	fill: var(--colour-border, #213247);
	color: #213247;
	color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .icon,
.palette-contrast:not(.s-header-block):not(.s-footer).block a .icon,
.palette-contrast:not(.s-header-block):not(.s-footer).block .icon a {
	fill: #ffffff;
	fill: var(--colour-content_icon, #ffffff);
	color: #ffffff;
	color: var(--colour-content_icon, #ffffff);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .blockquote {
	border-color: #213247;
	border-color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .blockquote .icon {
	fill: #213247;
	fill: var(--colour-border, #213247);
	color: #213247;
	color: var(--colour-border, #213247);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .b-form-control {
	background-color: #f2f2f2;
	background-color: var(--colour-content__form_background, #f2f2f2);
	border-color: #213247;
	border-color: var(--colour-border, #213247);
	color: #6f7787;
	color: var(--colour-content__form_text, #6f7787);
}

/* ---------------------------------
Text selection
--------------------------------- */
.palette-contrast:not(.s-header-block):not(.s-footer).block ::selection,
.palette-contrast:not(.s-header-block):not(.s-footer).block ::-webkit-selection {
	color: #ffffff;
	color: var(--colour-primary_button_text, #ffffff);
	background-color: #e54a35;
	background-color: var(--colour-primary_button_background, #e54a35);
}

.palette-contrast:not(.s-header-block):not(.s-footer).block .button--primary ::selection,
.palette-contrast:not(.s-header-block):not(.s-footer).block .button--primary ::-webkit-selection {
	color: #86a1c2;
	color: var(--colour-content_text, #86a1c2);
	background-color: #081b33;
	background-color: var(--colour-content_background, #081b33);
}


/* ---------------------------------
Incorporate header into first block
--------------------------------- */
.header--incorporated .palette-contrast.block .s-header__menu-toggle .hamburger-inner,
.header--incorporated .palette-contrast.block .s-header__menu-toggle .hamburger-inner::before,
.header--incorporated .palette-contrast.block .s-header__menu-toggle .hamburger-inner::after {
	background-color: #ffffff !important;
	background-color: var(--colour-content_heading, #ffffff) !important;
}

.header--incorporated .palette-contrast.block .s-header__bar.s-header__bar--navigation {
	background-color: #081b33;
	background-color: var(--colour-content_background, #081b33);
}

.header--incorporated .palette-contrast.block .s-header__menu-toggle .hamburger-label,
.header--incorporated .palette-contrast.block a .icon,
.header--incorporated .palette-contrast.block .s-header__bar:not(.s-header__bar--navigation) .icon,
.header--incorporated .palette-contrast.block .s-header__bar a .icon,
.header--incorporated .palette-contrast.block .s-header__bar .icon a,
.header--incorporated .palette-contrast.block .sm-shop .sm-shop-toggle__icon {
	fill: #ffffff;
	fill: var(--colour-content_heading, #ffffff);
	color: #ffffff;
	color: var(--colour-content_heading, #ffffff);
}

.header--incorporated .palette-contrast.block .s-header__bar,
.header--incorporated .palette-contrast.block .sm-shop a,
.header--incorporated .palette-contrast.block .logo--text {
	color: #ffffff;
	color: var(--colour-content_heading, #ffffff);
}

.header--incorporated .palette-contrast.block .sm-menu > li > a > .sub-arrow {
	border-color: #ffffff transparent transparent transparent;
	border-color: var(--colour-content_heading, #ffffff) transparent transparent transparent;
}

.header--incorporated .palette-contrast.block .s-header__bar--border,
.header--incorporated .palette-contrast.block .s-navigation--border {
	border-color: #213247;
	border-color: var(--colour-border, #213247);
}

.header--incorporated .palette-contrast.block .s-header__item--tagline p {
	color: #86a1c2;
	color: var(--colour-content_text, #86a1c2);
}

.header--incorporated .palette-contrast.block .s-header__item--tagline .heading {
	color: #86a1c2;
	color: var(--colour-content_text, #86a1c2);
}

@media (min-width: 768px) {
	.header--incorporated .palette-contrast.block .sm-menu > li > a {
		color: #ffffff;
	color: var(--colour-content_heading, #ffffff);
	}
}



/* ---------------------------------
Non content builder classes
--------------------------------- */
.card {
	background-color: #e2e4e7;
	background-color: var(--colour-card_background, #e2e4e7);
	color: #6f7787;
	color: var(--colour-card_text, #6f7787);
}

.card-heading-color {
	color: #081b33;
	color: var(--colour-card_heading, #081b33);
}

.card-text-color {
	color: #6f7787;
	color: var(--colour-card_text, #6f7787);
}

.card-link-color {
	color: #e54a35;
	color: var(--colour-card_link, #e54a35);
}

.card-link-fill {
	fill: #e54a35;
	fill: var(--colour-card_link, #e54a35);
}

.border-color {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
}

.accent-color {
	color: #e54a35;
	color: var(--colour-accent, #e54a35);
}

.accent-fill {
	fill: #e54a35;
	fill: var(--colour-accent, #e54a35);
}

.heading-color {
	color: #081b33;
	color: var(--colour-content_heading, #081b33);
}

.heading-fill {
	fill: #081b33;
	fill: var(--colour-content_heading, #081b33);
}

.text-color {
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
}

.btn--secondary {
	border-color: #081b33;
	border-color: var(--colour-secondary_button_background, #081b33);
	background-color: #081b33;
	background-color: var(--colour-secondary_button_background, #081b33);
	color: #f2f2f2;
	color: var(--colour-secondary_button_text, #f2f2f2);
}


/* ---------------------------------
Guava Checkout
--------------------------------- */
.shop-checkout .text-input,
.shop-checkout .dropdown-select,
.shop-checkout .checkbox-input,
.shop-checkout .radio-input,
.shop-checkout .form-fields--radio-list .form-fields__field,
.shop-checkout .text-panel {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
	background-color: #f2f2f2;
	background-color: var(--colour-content__form_background, #f2f2f2);
	color: #6f7787;
	color: var(--colour-content__form_text, #6f7787);
}

.shop-checkout .hr-text::after,
.shop-checkout .hr-text::before {
	background-color: #cbcdd0;
	background-color: var(--colour-border, #cbcdd0);
}

.shop-checkout .text-input::placeholder {
	color: #6f7787;
	color: var(--colour-content_text, #6f7787);
}

.shop-checkout .checkbox-input:checked,
.shop-checkout .radio-input:checked {
	border-color: #e54a35;
	border-color: var(--colour-primary_button_background, #e54a35);
;
	background-color: #e54a35;
	background-color: var(--colour-primary_button_background, #e54a35);
;
}

.shop-checkout .radio-input:after,
.shop-checkout .checkbox-input:after,
.shop-checkout .order-summary__button .btn:after {
	background-color: #f2f2f2;
	background-color: var(--colour-primary_button_text, #f2f2f2);
;
}

.shop-checkout .loader:before {
	border-color: #cbcdd0;
	border-color: var(--colour-border, #cbcdd0);
;
	border-top-color: #e54a35;
	border-top-color: var(--colour-card_link, #e54a35);
;
}
