/* #Site Styles
================================================== */

/* ----- Site fonts ----- 

/* –––––– Feature Font

font-family: 'Amatic SC', sans-serif;
font-weight: 700;

/* –––––– Bodycopy Font

font-family: 'FSAlbertWeb-ExtraBold', sans-serif;
font-weight: normal;

font-family: 'FSAlbertWeb-Bold, sans-serif;
font-weight: normal;

font-family: 'FSAlbertWeb-Regular', sans-serif;
font-weight: normal;

 ---------------------- */

/* Font Import */

@font-face {
  font-family: "FSAlbertWeb-ExtraBold";
  src: url("../fonts/FSAlbertWeb-ExtraBold/FSAlbertWeb-ExtraBold.woff2")
      format("woff2"),
    url("../fonts/FSAlbertWeb-ExtraBold/FSAlbertWeb-ExtraBold.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "FSAlbertWeb-Bold";
  src: url("../fonts/FSAlbertWeb-Bold/FSAlbertWeb-Bold.woff2") format("woff2"),
    url("../fonts/FSAlbertWeb-Bold/FSAlbertWeb-Boldå.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "FSAlbertWeb-Regular";
  src: url("../fonts/FSAlbertWeb-Regular/FSAlbertWeb-Regular.woff2")
      format("woff2"),
    url("../fonts/FSAlbertWeb-Regular/FSAlbertWeb-Regular.woff") format("woff");
  font-display: swap;
}

/* default state */
.site-logo--fixed {
  display: none;
}

/* when header becomes fixed */
.header-navigation.header-navigation-fixed .site-logo--default {
  display: none;
}

.header-navigation.header-navigation-fixed .site-logo--fixed {
  display: block;
}

html {
  /*overflow-y: scroll;*/
  scroll-padding-top: 6.5rem;
}

.anchor {
  position: relative;
  top: -100px;
} /* This offsets the height of the sticky header */

body {
  background-color: #fff;
  color: #000;
  margin: 0px;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
  animation: fadein 2s;
  /*overflow: hidden;*/
  font-family: "FSAlbertWeb-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

/* ----- Start: Fancy page fade ----- */

@keyframes fadein {
  0% {
    opacity: 0.01;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  /* Firefox */
  0% {
    opacity: 0.01;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  /* Safari and Chrome */
  0% {
    opacity: 0.01;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  /* Opera */
  0% {
    opacity: 0.01;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 1;
  }
}

/* ----- End: Fancy page fade ----- */

/*
h1, h2, h3, h4 {color: inherit;}

h1, h2 {
	font-weight: 700;
	line-height: 1.2;
}
*/

h1.visually-hidden,
.visually-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

h2 {
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3 {
  font-family: "FSAlbertWeb-Bold", sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.2;
}

h4 {
  font-size: 32px;
  line-height: 1.2;
}

p,
li,
span,
label {
  font-family: "FSAlbertWeb-Regular", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em 0;
}

p {
  margin: 0 0 1em 0;
}

/* Wordpress Admin Bar Fix */
#wpadminbar span.display-name {
  color: #fff;
}
#wpadminbar .ab-top-menu > li.hover > .ab-item span,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus span,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item span,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus span {
  color: #00b9eb;
}

strong {
  font-family: "FSAlbertWeb-Bold", sans-serif;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 2px transparent solid;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
/*a:hover { border-bottom: 2px #999 solid; }*/

/*
https://royalfig.github.io/fluid-typography-calculator/
*/
.font-size-1 {
  font-size: 2.625rem;
  font-size: clamp(
    2.625rem,
    2.25rem + 1.875vw,
    4.125rem
  ); /* 42px @ 20rem -> 66px @ 100rem */
}
.font-size-2 {
  font-size: 2rem;
  font-size: clamp(
    2rem,
    1.725rem + 1.375vw,
    3.375rem
  ); /* 32px @ 20rem -> 54px @ 100rem */
  line-height: 1.2;
}
.font-size-3 {
  font-size: 1.625rem;
  font-size: clamp(
    1.625rem,
    1.375rem + 1.25vw,
    2.625rem
  ); /* 26px @ 20rem -> 42px @ 100rem */
}
.font-size-4 {
  font-size: 1.625rem;
  font-size: clamp(
    1.625rem,
    1.53125rem + 0.46875vw,
    2rem
  ); /* 26px @ 20rem -> 32px @ 100rem */
}
.font-size-5 {
  font-size: 1.375rem;
  font-size: clamp(
    1.375rem,
    1.3125rem + 0.3125vw,
    1.625rem
  ); /* 22px @ 20rem -> 26px @ 100rem */
  line-height: 1.2;
}
.font-size-6 {
  font-size: 1.375rem;
  font-size: clamp(
    1.375rem,
    1.34375rem + 0.15625vw,
    1.5rem
  ); /* 22px @ 20rem -> 24px @ 100rem */
}
.font-size-7 {
  font-size: 1.125rem;
  font-size: clamp(
    1.125rem,
    1.0625rem + 0.3125vw,
    1.375rem
  ); /* 18px @ 20rem -> 22px @ 100rem */
}
.font-size-8 {
  font-size: 0.9375rem; /* 15px */
} /* 15px */

/* Colours */

.bg-black {
  background-color: black;
}
.bg-blue {
  background-color: #3a276c;
}
.bg-blue-light {
  background-color: #68c1ee;
}
.bg-gold {
  background-color: #f7be80;
}
.bg-lime {
  background-color: #a2c62c;
}
.bg-orange {
  background-color: #ef7d00;
}
.bg-pink {
  background-color: #e4348b;
}
.bg-pink-light {
  background-color: #d39ac5;
}
.bg-plum {
  background-color: #a7358b;
}
.bg-red {
  background-color: #c4043f;
}
.bg-teal {
  background-color: #65aec2;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: white;
}

.bd-black {
  border: 1px solid black;
}
.bd-blue {
  border: 1px solid #3a276c;
}
.bd-blue-light {
  border: 1px solid #68c1ee;
}
.bd-gold {
  border: 1px solid #f7be80;
}
.bd-lime {
  border: 1px solid #a2c62c;
}
.bd-orange {
  border: 1px solid #ef7d00;
}
.bd-pink {
  border: 1px solid #e4348b;
}
.bd-pink-light {
  border: 1px solid #d39ac5;
}
.bd-plum {
  border: 1px solid #a7358b;
}
.bd-red {
  border: 1px solid #c4043f;
}
.bd-teal {
  border: 1px solid #65aec2;
}
.bd-white {
  border: 1px solid white;
}

.txt-black,
.txt-black-hov:focus,
.txt-black-hov:hover {
  color: black;
}
.txt-blue,
.txt-blue-hov:focus,
.txt-blue-hov:hover {
  color: #3a276c;
}
.txt-blue-light,
.txt-blue-light-hov:focus,
.txt-blue-light-hov:hover {
  color: #68c1ee;
}
.txt-gold,
.txt-gold-hov:focus,
.txt-gold-hov:hover {
  color: #f7be80;
}
.txt-lime,
.txt-lime-hov:focus,
.txt-lime-hov:hover {
  color: #a2c62c;
}
.txt-orange,
.txt-orange-hov:focus,
.txt-orange-hov:hover {
  color: #ef7d00;
}
.txt-pink,
.txt-pink-hov:hover {
  color: #e4348b;
}
.txt-pink-light,
.txt-pink-light-hov:hover {
  color: #d39ac5;
}
.txt-plum,
.txt-plum-hov:hover {
  color: #a7358b;
}
.txt-red,
.txt-red-hov:hover {
  color: #c4043f;
}
.txt-teal,
.txt-teal-hov:hover {
  color: #65aec2;
}
.txt-white,
.txt-white-hov:hover {
  color: white;
}

.pointer {
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.hide-desktop {
  display: none !important;
}

.wrap {
  position: relative;
  display: block;
}

a.box-link {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  border: none;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: transparent url("../assets/box-link.png");
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade-2 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fade-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Begins Flex */

.flex,
.container .column.flex,
.container .columns.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
}

/* Breaks Content To Multiple Line */

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Vertical Alignments */

.flex-align-c {
  /* Centred  */
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-s {
  /* Top (Default)  */
  align-items: flex-start;
  -ms-flex-align: start;
}

.flex-align-e {
  /* Bottom  */
  align-items: flex-end;
  -ms-flex-align: end;
}

/* Horizontal Alignments */

.flex-justify-c {
  /* Centred  */
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.flex-justify-sb {
  /* Justified  */
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-se {
  /* Centred Evenly (Not Supported in IE) */
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.flex-justify-fs {
  /* Left (Default) */
  -ms-flex-align: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flex-justify-fe {
  /* Right */
  -ms-flex-align: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

/* Margin */
.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}

/* Padding */
.padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 50px;
}

/* Background Shapes */
.shape {
  position: absolute;
  pointer-events: none;
}
.shape img {
  max-width: none;
  width: 100%;
}

/* Position */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static !important;
}
.inline-block {
  display: inline-block;
}

.mid {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fixed.full {
  height: 100vh;
}

/* Z-Index */
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z6 {
  z-index: 6;
}
.z7 {
  z-index: 7;
}

/* Overflow */
.band.overflow-v,
.overflow-v {
  overflow: visible !important;
}
.band.overflow-h,
.overflow-h {
  overflow: hidden !important;
}

/* Background */
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.bg-white-hov:hover {
  background: #fff;
}
.bg-black-hov:hover {
  background: #000;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Text Colour */
.txt-white,
.txt-white-hov:hover,
.txt-white-bold strong {
  color: #fff;
}

.txt-black,
.txt-black-hov:hover,
.txt-black-bold strong {
  color: #000;
}

.txt-faded-hov:hover {
  opacity: 0.7;
}

/* Border Colour */
.bd-white {
  border-color: #fff !important;
}
.bd-black {
  border-color: #000 !important;
}

.bd-white-hov:hover {
  border-color: #fff !important;
}
.bd-black-hov:hover {
  border-color: #000 !important;
}
.bd-faded-hov:hover {
  opacity: 0.7;
}

/* Font Weight */
/*
.weight-light {font-weight: 300;}
.weight-normal { font-weight: 400;}
.weight-bold {font-weight: 500;}
.weight-medium {font-weight: 700;}
*/

.weight-bold {
  font-family: "FSAlbertWeb-Bold", sans-serif;
  font-weight: normal;
}

.weight-extrabold {
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-weight: normal;
}

.weight-regular {
  font-family: "FSAlbertWeb-Regular", sans-serif;
  font-weight: normal;
}

/* Text Align */
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-uppercase {
  text-transform: uppercase;
}

/* Transitions */
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Forms */

input[type="text"],
input[type="email"],
select,
textarea {
  /* Add your global form field styles here */
}

select::-ms-expand {
  display: none;
}

/* Read More Buttons */

.read-more {
  border-radius: 1.5em;
  display: inline-block;
  min-width: 10rem;
  padding: 0.5em 1.5em;
  /*
	font-family: 'FONT_NAME', sans-serif;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 18px !important;
	outline: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 1.2px solid;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	text-align: center;
	min-width: 140px;
	padding: 12px 20px;
	*/
}

/*.buttons-wrap.txt-center .read-more {margin: 0px 7px;}*/

/* Popups */

/*
.popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 10000000;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 80%;
    max-height: 80%;
    z-index: 10000001;
    display: none;
	max-width: 1400px;
}

.popup.popup-video .popup-close {
    position: absolute;
    top: -50px;
    right: -50px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    z-index: 100;
    cursor: pointer;
    pointer-events: auto;
    width: 25px;
    height: 25px;
}

.popup:not(.popup-video) .popup-close {
	position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    pointer-events: auto;
    width: 25px;
    height: 25px;
}
.popup:not(.popup-video) {
	padding: 70px;
	overflow-y: scroll;
}
*/

/* Accordion */

/*
.accordion-wrap {padding-top: 30px;}
.accordion-item {border-top: 2px solid rgba(30, 26, 52, 0.2);}
.accordion-head {padding: 40px 100px; cursor: pointer;}

.accordion-head:hover {background: rgba(0,0,0,0.1);}

.accordion-head:hover .arrow {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.accordion-head .arrow {width: 50px; margin-left: auto;}

.accordion-head h3 {margin: 0px;}

.open .accordion-head .arrow {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.accordion-content {padding: 20px 100px 40px 100px; display: none;}

.first .accordion-content {display: block;}
*/

/* #Page Styles
================================================== */

/* ::::::::: Global Styles ::::::::: */

.band {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding: 100px 0px;
}

.ie8 .band {
  width: 100%;
}

.bodycopy ul {
  margin-left: 20px;
}
.bodycopy ul li,
.bodycopy ol li {
  /*font-family: 'FONT_NAME', sans-serif;*/
  color: inherit;
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: inherit;
  line-height: inherit;
}

.bodycopy ol li {
  list-style-type: decimal;
}

.bodycopy h2 {
  margin-bottom: 50px;
}

.bodycopy h3,
.bodycopy h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: inherit;
}

.bodycopy blockquote {
  border-left: 5px #fdcf36 solid;
  color: #222124;
  padding: 10px 0px 10px 20px;
}

/* ::::::::: Header Styles ::::::::: */

/*

header {
	background-color: #fff;
	padding: 30px 0px 30px 0px;
    height: auto;
    position: fixed;
	width: 100%;
	z-index: 9000;
	box-shadow: 0 4px 35px -2px rgba(0,0,0,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.sticky {
    box-shadow: 0 4px 35px -2px rgba(255, 255, 255, 0.05);
	padding: 12px 0px 12px 0px;
	height: auto;
}

*/

/* ---- Start: Mobile icon style & animation ---- */

header .mobile-menu-button {
  width: 25px !important;
  cursor: pointer;
}
header .mobile-menu-button svg {
  display: block;
}

header .mobile-menu-button line {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .mobile-menu-button.active .menu-line-3 {
  opacity: 0;
  transform: rotate(-45deg) translate(-12px, -2px);
}

header .mobile-menu-button.active .menu-line-1 {
  transform: rotate(45deg) translate(4px, -4px);
}

header .mobile-menu-button.active .menu-line-2 {
  transform: rotate(-45deg) translate(-12px, 7px);
}

header.reverse .mobile-menu-button .menu-line-3,
header.reverse .mobile-menu-button .menu-line-1,
header.reverse .mobile-menu-button .menu-line-2 {
  stroke: #fff;
}

/* header .mobile-menu-button {
	display: none;
} */

/* ---- End: Mobile icon style & animation ---- */

/* ::::::::: Homepage Styles ::::::::: */

/*
.band-homebanner {
	min-height: 640px;
	overflow: hidden;
	position: relative;
	padding-top: 180px;
}
*?

/* #Fonts
================================================== */

/* #Main CSS
================================================== */

/* Skeleton container width for calculations */

/* #Large Desktop */
@media only screen and (min-width: 1300px) and (max-width: 1640px) {
  :root {
    --containerWidth: 1280px;
  }
}

/* #Base 960 Grid */
@media only screen and (max-width: 1299px) {
  :root {
    --containerWidth: 960px;
  }
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  :root {
    --containerWidth: 768px;
  }
}

/*  #Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  :root {
    --containerWidth: 300px;
  }
}

/* /* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  :root {
    --containerWidth: 420px;
  }
}

/* Skeleton container width for calculations */

.img-round {
  border-radius: 50%;
}

.link-underline {
  text-decoration: underline;
}

.svg-color svg {
  fill: currentColor;
}

/* Dotted underline */

.dotted {
  border: none;
  display: block;
  height: 3px;
  margin: 1.25rem 0;
  width: 100%;
}

.dotted-blue {
  background-image: url("../images/dotted-blue.svg");
}

.dotted-orange {
  background-image: url("../images/dotted-orange.svg");
}

.dotted-white {
  background-image: url("../images/dotted-white.svg");
}

.dotted-vertical {
  background-position: top right;
  background-repeat: repeat-y;
}

.dotted-vertical-white {
  background-image: url("../images/dotted-white-vertical.svg");
}

/* Texture */

.texture {
  background-position: center;
  background-repeat: repeat-x;
  background-size: 96.875rem;
  height: 2rem;
  width: 100%;
}

.texture-color-blue {
  background-image: url("../images/texture-blue.svg");
}

.texture-color-pink {
  background-image: url("../images/texture-pink.svg");
}

.texture-color-plum {
  background-image: url("../images/texture-plum.svg");
}

.texture-color-teal {
  background-image: url("../images/texture-teal.svg");
}

.texture-bottom {
  bottom: -1.25rem;
}

.texture-top {
  top: -0.75rem;
}

/* Bullets list */

.bullets li {
  background-position: 0.25rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2rem;
}

.bullets-blue li {
  background-image: url("../images/dotted-blue.svg");
}

.bullets-gold li {
  background-image: url("../images/dotted-gold.svg");
}

.bullets-orange li {
  background-image: url("../images/dotted-orange.svg");
}

/* Ticked list */

.ticked li {
  background-repeat: no-repeat;
  background-size: 1rem;
  margin-bottom: 0.6em;
  padding: 0 1rem 0 2rem;
}

.ticked-cols ul {
  margin-bottom: 0;
}

.ticked-cols ul:last-child {
  margin-bottom: 1.25rem;
}

.ticked-white li {
  background-image: url("../images/icon-tick-white.svg");
}

.ticked-pink-light li {
  background-image: url("../images/icon-tick-pink-light.svg");
}

.ticked-lime li {
  background-image: url("../images/icon-tick-lime.svg");
}

.ticked-orange li {
  background-image: url("../images/icon-tick-orange.svg");
}

/* Header */

.header-cta {
  height: 5rem;
  padding: 1rem;
}

.header-cta a {
  gap: 0.5rem;
}

.header-cta-icon {
  width: 1.5rem;
}

.header-cta-speech {
  opacity: 0.3;
}

.header-cta-speech svg {
  height: auto;
  width: 100%;
}

.header-cta-speech-left {
  bottom: 20%;
  left: 10%;
  width: 10%;
}

.header-cta-speech-right {
  bottom: 15%;
  right: 13%;
  width: 7%;
}

.header-navigation,
.header-navigation-logo,
.header-navigation-logo svg path {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.header-navigation {
  background: white;
  padding: 1.25rem 0;
  position: fixed;
  width: 100%;
  z-index: 91;
}

.header-navigation-buttons a {
  display: block;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0.75rem;
  text-align: center;
  width: 10rem;
}

.header-navigation-buttons li,
.header-navigation-buttons ul,
.header-navigation-links li,
.header-navigation-links ul {
  margin: 0;
}

.header-navigation-buttons li:first-child a {
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}

.header-navigation-buttons li:last-child a {
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.header-navigation-buttons ul {
  display: flex;
  gap: 0.25rem;
}

.header-navigation-buttons-container {
  display: flex;
  gap: 1.25rem;
  text-align: center;
}

.header-navigation-buttons-container p {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 3rem;
  margin: 0;
}

.header-navigation-items {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.header-navigation-links {
  border-right: 1px solid #3a276c;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 2.5rem;
}

.header-navigation-links li {
  flex-shrink: 0;
  line-height: 3rem;
}

.header-navigation-links ul {
  display: flex;
  font-size: 1.25rem;
  gap: 1.5rem;
}

.header-navigation-logo-cheshireeastcarershub {
  width: 8rem;
}

.header-navigation-logo-makingspace {
  display: none;
}

.header-navigation-mobile-toggle {
  position: absolute;
  right: 0;
}

.header-navigation-mobile-toggle button {
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  height: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 2rem;
}

.header-navigation-mobile-toggle
  button:focus
  .header-navigation-mobile-toggle-line,
.header-navigation-mobile-toggle
  button:hover
  .header-navigation-mobile-toggle-line {
  background: #a7358b;
}

.header-navigation-mobile-toggle-line {
  background: #3a276c;
  border-radius: 3px;
  display: block;
  height: 4px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 2rem;
}

.header-navigation-mobile-toggle-line:first-child {
  top: 0;
}

.header-navigation-mobile-toggle-line:last-child {
  bottom: 0;
}

.header-navigation-mobile-toggle-line:nth-child(2),
.header-navigation-mobile-toggle-line:nth-child(3) {
  top: calc(50% - 2px);
}

.header-navigation-mobile-toggle-active
  button
  .header-navigation-mobile-toggle-line {
  background: white !important;
}

.header-navigation-mobile-toggle-active
  .header-navigation-mobile-toggle-line:first-child,
.header-navigation-mobile-toggle-active
  .header-navigation-mobile-toggle-line:last-child {
  opacity: 0;
  transform: scale(0);
}

.header-navigation-mobile-toggle-active
  .header-navigation-mobile-toggle-line:nth-child(2) {
  transform: rotate(-45deg);
}

.header-navigation-mobile-toggle-active
  .header-navigation-mobile-toggle-line:nth-child(3) {
  transform: rotate(45deg);
}

.header-skip {
  display: block;
  left: 0;
  text-decoration: none;
  top: -10rem;
  width: 100%;
  z-index: 10000;
}

.header-skip:focus {
  outline: none;
  top: 0;
}

.header-skip svg {
  display: block;
}

.header-skip-content {
  position: relative;
}

.header-skip-text {
  padding: 0.25rem 1rem;
  position: relative;
}

/* Mobile menu */

.header-navigation-fixed {
  background: transparent !important;
}

.header-navigation-mobile {
  display: none;
}

.header-navigation-mobile-active {
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
  animation: fadein 1s;
  background: #3a276c;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 90;
}

.header-navigation-mobile-buttons a {
  border-radius: 1.75rem;
  display: block;
  font-size: 1.75rem;
  padding: 0.75rem;
}

.header-navigation-mobile-buttons-container {
  font-size: 1.75rem;
  text-align: center;
}

.header-navigation-mobile-content {
  padding-top: 8rem;
}

.header-navigation-mobile-links li {
  background-image: url("../images/dotted-white.svg");
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.header-navigation-mobile-links ul {
  font-size: 1.75rem;
}

/* Introduction */

.introduction {
  background: #ebe9f0;
  margin-bottom: 3rem;
  padding: 10rem 0 0 0;
}

.intro-column-info {
  padding-bottom: 35vw;
}

.intro-column-info > img {
  display: block;
  margin-bottom: 2rem;
  max-width: 200px;
}

.intro-column-visual {
  margin-top: -30vw;
  position: relative;
  right: calc((100vw - var(--containerWidth)) / 2);
  width: 100vw;
}

.intro-column-visual-image {
  overflow: hidden;
  position: relative;
}

.intro-column-visual-image > div {
  background: white;
  bottom: 0;
  height: 50vw;
  position: absolute;
  width: 100vw;
}

.intro-column-visual .img-round {
  margin-left: -10vw;
  max-width: none;
  position: relative;
  width: 120vw;
}

.introduction-heart {
  right: 5%;
  width: 15%;
  z-index: 1;
}

.introduction-speech-and-curls {
  left: 5%;
  top: 70%;
  width: 20%;
  z-index: 1;
}

/* Cheshire East */

.cheshire-east {
  padding: 3rem 0;
}

.cheshire-east-image {
  overflow: hidden;
}

.cheshire-east-image img {
  margin-left: -10vw;
  max-width: none;
  width: 120vw;
}

.cheshire-east-info {
  padding-bottom: 2rem;
}

.cheshire-east-support {
  border-radius: 2rem;
  margin-top: -4rem;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.cheshire-east-support p:last-child {
  margin: 0;
}

/* Adult Carers */

.adult-carers-content {
  padding-top: 3rem;
}

.adult-carers-logo svg {
  margin-bottom: 3rem;
  width: 50%;
}

/* Young Carers hero image */

.young-carers-hero img {
  height: 40vw;
  object-fit: cover;
  width: 100%;
}

/* Young Carers */

.young-carers {
  padding: 3rem 0;
}

.young-carers-contact {
  margin: 2rem 0 3rem 0;
  padding: 1.25rem;
}

.young-carers-contact p {
  font-size: 1rem;
  margin: 0;
}

.young-carers-contact p a,
.young-carers-contact p strong {
  font-family: "FSAlbertWeb-Bold", sans-serif;
  font-size: 1em;
}

.young-carers-contact-arrow {
  bottom: 50%;
  display: none;
  left: -3.25rem;
}

.young-carers-contact-text {
  background-image: url("../images/dotted-white.svg");
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.young-carers-events {
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  padding: 1.5rem;
}

.young-carers-events a {
  word-break: break-all;
}

.young-carers-events-arrow {
  left: 1.5rem;
  top: calc(100% - 2px);
  width: 3rem;
}

.young-carers-events-icon {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.young-carers-hub {
  margin-top: 2rem;
}

.young-carers-hub p {
  margin: 0;
}

.young-carers-logo {
  margin-bottom: 2rem;
  width: 12rem;
}

/* CHAT */

.chat {
  padding: 3rem 0;
}

.chat-cta-link {
  gap: 0.5rem;
}

.chat-cta-link-icon {
  width: 1.5rem;
}

.chat-cta-text {
  margin-bottom: 0.25rem;
}

.chat-volunteer {
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  height: 22rem;
  justify-content: center;
  margin: -3rem auto 3rem auto;
  padding: 1rem;
  position: relative;
  width: 22rem;
}

.chat-volunteer p:last-child {
  margin: 0;
}

.chat-volunteer-icon {
  display: inline-block;
  margin-bottom: 1.25rem;
  width: 4rem;
}

/* Resources */

.resources {
  background: #ebe9f0;
  border-radius: 2rem;
  margin-bottom: 3rem;
  padding: 1.5rem 0;
}

.resources a {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.resources li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}

.resources li:not(:last-child) {
  border-bottom: 1px solid #3a276c;
}

.resources ul {
  margin: 0;
}

.resources-col {
  padding: 0 1.5rem;
}

.resources-icon {
  flex-shrink: 0;
  width: 1.5rem;
}

.resources-icon-link {
  transform: rotate(-90deg);
}

.resources-name {
  flex-grow: 1;
}

.resources-subheading {
  align-items: center;
  display: flex;
  gap: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-right: 4rem;
}

.resources-subheading-icon {
  width: 1.25em;
}

/* Referral */

.referral h2 {
  margin-bottom: 1em;
}

.referral {
  padding-bottom: 3rem;
}

.referral-content {
  padding: 3rem 0;
}

.referral-cta {
  margin-top: 2rem;
}

.referral-cta-arrow {
  display: none;
}

.referral-cta-arrow svg {
  width: 100%;
}

.referral-cta-link {
  gap: 0.5rem;
}

.referral-cta-link-icon {
  width: 1.5rem;
}

.referral-cta-text {
  margin-bottom: 0.25rem;
}

.gfield:last-child,
.gfield_label,
.gfield_required,
.ginput_complex label,
.gform_ajax_spinner {
  display: none;
}

.gfield_error input,
.gfield_error textarea {
  border-color: #e8412b !important;
}

.gfield_validation_message {
  color: #e8412b;
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-size: 0.938rem;
  padding-top: 0.25rem;
}

.gform_body {
  margin-bottom: 0.75rem;
}

.gform_confirmation_message {
  text-align: center;
}

.gform_confirmation_message_cta {
  background: #68c1ee;
  background-image: url("../images/form-submit-arrow-left.svg");
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  -webkit-border-radius: 0;
  border-radius: 1.75rem;
  color: #3a276c;
  border: 3px solid #68c1ee;
  display: inline-block;
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-size: 1.375rem;
  padding-left: 5rem;
  padding: 0.75rem 1.5rem 0.75rem 4rem;
  transition: all 0.3s ease-in-out;
}

.gform_confirmation_message_cta:focus,
.gform_confirmation_message_cta:hover {
  border-color: white;
}

.gform_confirmation_message h2 {
  margin-bottom: 0.25em;
}

.gform_confirmation_message img {
  display: inline-block;
  margin-bottom: 1rem;
  width: 6rem;
}

.gform_confirmation_wrapper {
  min-height: 30rem;
}

.gform_fields,
.ginput_complex {
  display: grid;
  gap: 0.75rem;
}

.gform_fields fieldset,
.gform_fields input[type="email"],
.gform_fields input[type="text"],
.gform_fields select,
.gform_fields textarea,
.gform_footer input[type="submit"],
.gform_wrapper form {
  margin: 0;
}

.gform_fields fieldset,
.gform_fields input[type="email"],
.gform_fields input[type="text"],
.gform_fields select,
.gform_fields textarea,
.gform_footer input[type="submit"] {
  border-radius: 0;
  display: block;
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-size: 1rem;
}

.gform_fields input[type="email"],
.gform_fields input[type="email"]::placeholder,
.gform_fields input[type="text"],
.gform_fields input[type="text"]::placeholder,
.gform_fields select,
.gform_fields textarea,
.gform_fields textarea::placeholder,
.gform_footer input[type="submit"] {
  color: #3a276c;
}

.gform_fields input[type="email"],
.gform_fields input[type="text"],
.gform_fields select,
.gform_fields textarea,
.gform_footer input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 1.75rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none; /* Stops Webkit adding styling malarkey */
}

.gform_fields input[type="email"],
.gform_fields input[type="text"],
.gform_fields textarea {
  border: 3px solid white;
}

.gform_fields input[type="email"]:focus,
.gform_fields input[type="email"]:hover,
.gform_fields input[type="text"]:focus,
.gform_fields input[type="text"]:hover,
.gform_fields textarea:focus,
.gform_fields textarea:hover {
  border-color: #68c1ee;
}

.gform_fields fieldset,
.gform_fields input[type="email"],
.gform_fields input[type="text"],
.gform_fields select,
.gform_fields textarea {
  width: 100%;
}

.gform_fields select {
  background: #98c9d6;
  background-image: url("../images/form-menu-arrow-down.svg");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 3px solid #98c9d6;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
}

.gform_footer input[type="submit"] {
  background: #68c1ee;
  background-image: url("../images/form-submit-arrow-right.svg");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 3px solid #68c1ee;
  padding-right: 5rem;
}

.gform_fields select:focus,
.gform_fields select:hover,
.gform_footer input[type="submit"]:focus,
.gform_footer input[type="submit"]:hover {
  border-color: white;
  cursor: pointer;
}

.gform_submission_error {
  color: #e8412b;
  font-family: "FSAlbertWeb-ExtraBold", sans-serif;
  font-size: clamp(
    1.625rem,
    1.5588235294117647rem + 0.4411764705882353vw,
    2rem
  ); /* font-size-4 */
}

/* Find Us */

.find-us {
  background-image: url("../images/speech-fill-right-pink-light.svg");
  background-position: 102% 30%;
  background-repeat: no-repeat;
  background-size: 15%;
  padding: 3rem 0;
}

.find-us h2 {
  background-image: url("../images/icon-pin.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3rem;
  line-height: 4rem;
  margin: 0;
  padding: 3rem 0 3rem 4rem;
}

.find-us p:last-child {
  margin: 0;
}

.find-us-google {
  text-decoration: underline;
}

.find-us-image {
  overflow: hidden;
}

.find-us-image img {
  margin-left: -10vw;
  max-width: none;
  width: 120vw;
}

.find-us-info {
  padding-top: 3rem;
}

.find-us-location {
  border-radius: 1.5rem;
  padding: 1.5rem;
}

/* Footer */

footer {
  padding: 3rem 0 2rem 0;
}

footer h2 {
  font-family: "Amatic SC", cursive;
  margin: 0;
}

.footer-credit {
  line-height: 1.3;
  margin: 0;
}

.footer-credit a,
.footer-visit p a {
  border: none;
  display: inline-block;
}

.footer-credit a::after,
.footer-visit p a::after,
.menu-footer a::after {
  background-image: url("../images/footer-line.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.5rem;
  opacity: 0;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.footer-credit a:focus::after,
.footer-credit a:hover::after,
.footer-visit p a:focus::after,
.footer-visit p a:hover::after,
.menu-footer a:hover::after,
.menu-footer a:hover::after {
  opacity: 1;
  top: 0;
}

.footer-follow {
  gap: 2rem;
}

.footer-icons {
  padding-bottom: 3rem;
}

.footer-links {
  padding-top: 3rem;
}

.footer-logo-makingspace {
  display: block;
  width: 12rem;
}

.footer-visit p {
  line-height: 1;
  margin: 0;
}

.menu-footer {
}

.menu-footer .menu {
  display: flex;
  gap: 1.5em;
  margin: 0;
}

/* Social */

.social {
  gap: 1.25rem;
}

.social-footer {
  margin: 0;
}

.social-footer-item {
  margin: 0;
}

.social-footer-item a {
  display: block;
  width: 2rem;
}

.social-footer-item a:focus,
.social-footer-item a:hover {
  transform: scale(1.4);
}

/* Support tab button */

.support-tab,
.support-tab-button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.support-tab {
  top: calc(100% - 3rem);
  position: fixed;
  right: 0;
  -webkit-transition: transform 0.2s ease-in-out !important;
  -moz-transition: transform 0.2s ease-in-out !important;
  -o-transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  width: 15rem;
  z-index: 100;
}

.support-tab.support-tab-active {
  transform: translate(0, calc(-100% + 3rem));
}

.support-tab .plus-v {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.support-tab.support-tab-active .plus-v {
  opacity: 0;
}

.support-tab-button {
  align-items: center;
  display: flex;
  height: 3rem;
}

.support-tab-button button {
  align-items: center;
  background: none;
  border: none;
  color: #3a276c;
  display: flex;
  font-size: 1.25rem;
  gap: 0.5rem;
  height: 3rem;
  line-height: 1;
  margin: 0;
  padding: 0 1rem;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  width: 100%;
}

.support-tab-button button:focus,
.support-tab-button button:hover {
  color: white;
}

.support-tab-button-icon {
  width: 1.25rem;
}

.support-tab-button-text {
  flex-grow: 1;
  font-size: 1rem;
  text-align: left;
}

.support-tab-info {
  background-image: url("../images/dotted-white.svg");
  background-position: left top;
  background-repeat: repeat-x;
  margin: 0 1rem;
  padding: 1rem 0;
}

.support-tab-info a {
  border: none;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.support-tab-info-text {
  font-size: 1.25rem;
}

.support-tab-info-number {
  font-size: 1.75rem;
  padding-top: 0.25rem;
}

/* Popups */

.popup-close {
  background: #c4043f;
  border-radius: 50%;
  display: block;
  padding: 0.75rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3.5rem;
}

.popup-close:focus,
.popup-close:hover {
  outline: none;
}

.popup-close svg,
.popup-icon svg {
  height: auto;
  width: 100%;
}

.popup-close-bg,
.popup {
  display: none;
}

.popup-close-bg {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}

.popup-col p:last-child,
ul:last-child {
  margin: 0;
}

.popup-cols {
  overflow: scroll;
  max-height: 80vh;
}

.popup-col {
  padding: 2rem;
}

.popup-col a {
  word-break: break-all;
}

.popup-col-minor {
  padding-bottom: 0;
}

.popup-icon {
  margin: 0 auto;
  width: 6rem;
}

.popup-volunteer {
  border-radius: 2rem;
  left: 50%;
  max-width: 65rem;
  position: fixed;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% - 2rem);
  z-index: 102;
}

.popup-close-bg-active,
.popup-active {
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
  animation: fadein 1s;
  display: block;
}

.policy {
  padding: 0 0 2rem 0;
}

/* #Media Queries
================================================== */

@media all and (max-width: 30rem) {
  .container-wide-mobile,
  .container-wide-mobile > .columns {
    width: 100% !important;
  }
}

@media all and (min-width: 25rem) {
  /* Young Carers */

  .young-carers-contact p a,
  .young-carers-contact p strong {
    font-family: "FSAlbertWeb-ExtraBold", sans-serif;
    font-size: 1.25em;
  }
}

@media all and (min-width: 30rem) {
  /* Young Carers */

  .young-carers-contact {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}

@media all and (min-width: 40rem) {
  /* 640 */

  .young-carers-contact-arrow {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .introduction,
  .chat,
  .cheshire-east,
  .referral,
  .find-us {
    /*overflow-x: hidden;*/
  }
}

@media all and (min-width: 48rem) {
  /* 768px */

  html {
    /*overflow-y: scroll;*/
    scroll-padding-top: 9rem;
  }

  body {
    background-image: url("../images/speech-fill-right-blue-extralight.svg");
    background-position: 35vw -3vw;
    background-repeat: no-repeat;
    background-size: calc(88vw - 3rem);
  }

  /* Header */

  .header-navigation {
    background: transparent;
    padding: 2rem 0 0 0;
  }

  .header-navigation-logo-cheshireeastcarershub {
    width: 10rem;
  }

  .header-navigation-logo-makingspace {
    display: block;
    width: 11rem;
  }

  /* Header (sticky) */

  .header-navigation.sticky {
    background: white;
    padding: 2rem 0;
  }

  .header-navigation.sticky .header-navigation-logo-cheshireeastcarershub {
    width: 10rem;
  }

  .header-navigation.sticky .header-navigation-logo-makingspace {
    width: 11rem;
  }

  /* Mobile menu */

  .header-navigation-mobile-content {
    padding-top: 11rem;
  }

  .header-navigation-mobile-buttons li {
    width: 15rem;
  }

  .header-navigation-mobile-buttons li:first-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .header-navigation-mobile-buttons li:last-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .header-navigation-mobile-buttons ul {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
  }

  .header-navigation-mobile-toggle button {
    height: 2.25rem;
    width: 2.25rem;
  }

  .header-navigation-mobile-toggle-line {
    width: 2.25rem;
  }

  /* Introduction */

  .introduction {
    background: none;
    padding-top: 11rem;
  }

  .introduction-heart {
    right: -5%;
  }

  .introduction-speech-and-curls {
    top: 35vw;
  }

  .intro-column {
  }

  .intro-column-info {
    grid-column: 10 / 16;
    padding-bottom: 3rem;
  }

  .intro-column-info > img {
    display: none;
  }

  .intro-column-visual {
    grid-column: 1 / 9;
    grid-row-start: 1;
    width: auto;
  }

  .intro-column-visual-image > div {
    display: none;
  }

  .intro-column-visual {
    margin-top: 0;
    right: 0;
  }

  .intro-column-visual .img-round {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .intro-columns {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(16, 1fr);
  }

  .intro-columns-container {
    padding: 0 10px;
  }

  /* Cheshire East */

  .cheshire-east {
    background-image: url("../images/speech-fill-right-pink-light.svg");
    background-position: 102% 20%;
    background-repeat: no-repeat;
    background-size: 25%;
  }

  .cheshire-east-image {
    margin: 0;
    position: absolute;
    right: 3rem;
    top: 0;
    width: 35vw;
  }

  .cheshire-east-image img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .cheshire-east-support {
    margin-top: 0;
  }

  /* Young Carers */

  .young-carers-contact p a,
  .young-carers-contact p strong {
    font-size: 1.75em;
  }

  /* Adult Carers */

  .adult-carers-content {
    padding-top: 5rem;
  }

  .adult-carers-logo svg {
    width: 100%;
  }

  /* Referral */

  .referral-cta {
    margin-top: 0;
  }

  .referral-form-container {
    background-image: url("../images/dotted-white-vertical.svg");
    background-position: right top;
    background-repeat: repeat-y;
    padding-right: 3rem;
  }

  /* Find Us */

  .find-us-image {
    margin: 0;
    position: absolute;
    right: 3rem;
    top: -17vw;
    width: 35vw;
  }

  .find-us-image img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .find-us-info {
    padding-top: 1.5rem;
  }

  /* Policy */

  .policy {
    padding-top: 3rem;
  }
}

@media all and (min-width: 60rem) {
  /* 960px */

  /* Ticked list */

  .ticked-cols {
    display: flex;
    flex-flow: row wrap;
  }

  .ticked-cols ul {
    flex: 0 0 50%;
  }

  .ticked-cols ul {
    margin-bottom: 1.25rem;
  }

  /* Adult Carers */

  .adult-carers {
    margin-top: -15rem;
    padding: 15rem 0 5rem 0;
  }

  /* Young Carers */

  .young-carers {
    padding: 10rem 0 5rem 0;
  }

  .young-carers-contact {
    border-radius: 2rem;
    display: flex;
    margin: 2rem 0 3rem 0;
  }

  .young-carers-contact-email {
    flex-grow: 1;
    padding-left: 3rem;
  }

  .young-carers-contact-text {
    background-image: url("../images/dotted-white-vertical.svg");
    background-position: top right;
    background-repeat: repeat-y;
    margin: 0;
    padding: 0 3rem 0 0;
  }

  .young-carers-logo {
    margin: 0;
    position: absolute;
    right: 0;
    top: -6.25rem;
    width: 16rem;
  }

  /* CHAT */

  .chat {
    background-image: url("../images/speech-fill-left-red-light.svg");
    background-position: 40% 25%;
    background-repeat: no-repeat;
    background-size: 15%;
    padding: 5rem 0;
  }

  .chat-volunteer {
    margin-left: 40%;
  }

  /* Cheshire East */

  .cheshire-east {
    padding: 3rem 0 0 0;
  }

  .cheshire-east {
    background-position: 102% 30%;
    background-size: 20%;
  }

  .cheshire-east-support {
    padding: 2.5rem 4.5rem;
  }

  /* Resources */

  .resources {
    margin: 0;
    padding: 3.75rem 0;
    position: relative;
    z-index: 1;
  }

  .resources-col {
    padding: 0 4rem;
    width: 50%;
  }

  .resources-cols {
    background-image: url("../images/dotted-blue-vertical.svg");
    background-position: center top;
    background-repeat: repeat-y;
    display: flex;
  }

  /* Referral */

  .referral {
    margin-top: -17rem;
    padding: 17rem 0 5rem 0;
  }

  .referral-content {
    padding-top: 5rem;
  }

  /* Find Us */

  .find-us {
    padding: 4rem 0 5rem 0;
  }

  .find-us h2 {
    background-size: 4rem;
    line-height: 6.25rem;
    padding-left: 5.5rem;
  }

  .find-us-info {
    padding-top: 3.75rem;
  }

  .find-us-location {
    border-radius: 2rem;
    padding: 3.75rem 4.5rem;
  }

  /* Support tab button */

  .support-tab,
  .support-tab-button {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .support-tab {
    top: calc(100% - 5rem);
    width: 17.5rem;
  }

  .support-tab-button {
    height: 5rem;
  }

  .support-tab-button button {
    height: 5rem;
  }

  .support-tab-button-icon {
    width: 1.5rem;
  }

  .support-tab-button-text {
    font-size: 1.25rem;
  }

  .support-tab-info {
    padding: 1rem 0 1rem 2rem;
  }

  .support-tab.support-tab-active {
    transform: translate(0, calc(-100% + 5rem));
  }

  /* Social */

  .social {
    gap: 2rem;
  }

  /* Popups */

  .popup-col-major {
    flex-grow: 1;
    padding-right: 6rem;
  }

  .popup-col-minor {
    flex: 0 0 10rem;
  }

  .popup-cols {
    display: flex;
    gap: 3rem;
  }

  .popup-col-major {
    padding: 3rem 6rem 3rem 0;
  }

  .popup-col-minor {
    padding: 3rem 0 3rem 3rem;
  }

  .popup-icon {
    width: 100%;
  }
}

@media all and (max-width: 1299px) {
  /* Header */

  .header-navigation-logo-white svg path {
    fill: white !important;
  }

  .header-navigation-large {
    display: none !important;
  }

  /* CHAT */

  .chat-volunteer {
    height: 16rem;
    padding: 10%;
    width: 16rem;
  }

  .chat-volunteer h3,
  .chat-volunteer p {
    font-size: 0.8em;
  }
}

@media all and (min-width: 81.25rem) {
  /* 1300px */

  body {
    background-position: 42vw -5vw;
    background-size: calc(70vw - 3rem);
  }

  /* Header */

  .header-navigation {
    padding: 3rem 0 0 0;
  }

  .header-navigation-logo-white svg path {
    fill: auto !important;
  }

  .header-navigation-mobile,
  .header-navigation-mobile-toggle {
    display: none !important;
  }

  .header-navigation {
    position: fixed;
    -webkit-transition: padding 0.3s ease-in-out !important;
    -moz-transition: padding 0.3s ease-in-out !important;
    -o-transition: padding 0.3s ease-in-out !important;
    transition: padding 0.3s ease-in-out !important;
    width: 100%;
    z-index: 99;
  }

  .header-navigation.sticky {
    background: white !important;
  }

  /* Introduction */

  .introduction {
    padding-top: 11em;
  }

  .introduction-speech-and-curls {
    top: 80%;
  }

  /* Cheshire East */

  .cheshire-east {
    background-position: 102% 50%;
    background-size: 10%;
  }

  /* Young Carers */

  .young-carers-contact {
    padding: 2rem 4.5rem;
  }

  .young-carers-contact p {
    font-size: 1.25rem;
  }

  .young-carers-contact p a,
  .young-carers-contact p strong {
    font-size: 1.75em;
  }

  .young-carers-contact-text {
    background-image: url("../images/dotted-white-vertical.svg");
    background-position: top right;
    background-repeat: repeat-y;
  }

  .young-carers-events {
    border-radius: 2rem;
    margin-bottom: 0;
    padding: 3rem;
  }

  .young-carers-events a {
    word-break: normal;
  }

  .young-carers-events p {
    font-size: 1.25rem;
  }

  .young-carers-events-arrow {
    left: 3rem;
    top: calc(100% - 2px);
    width: auto;
  }

  /* CHAT */

  .chat-volunteer {
    margin: -40% 0 0 40%;
  }

  /* Referral */

  .referral-cta {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-image: url("../images/speech-fill-right-blue-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20rem;
  }

  .referral-cta-arrow {
    display: block;
    top: -3.75rem;
    transform: rotate(-15deg) scaleX(-1);
    width: 2.5rem;
  }

  .gform_fields fieldset,
  .gform_fields input[type="email"],
  .gform_fields input[type="text"],
  .gform_fields select,
  .gform_fields textarea,
  .gform_footer input[type="submit"] {
    font-size: 1.375rem;
  }

  .gform_fields,
  .ginput_complex {
    grid-template-columns: repeat(2, 1fr);
  }

  .gform_fields fieldset,
  .gfield--width-full {
    grid-column: span 2;
  }

  #input_1_1_3,
  #input_1_5 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  #input_1_1_6,
  #input_1_6 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  /* Footer */

  .footer-visit {
    align-items: flex-end;
    display: flex !important;
    gap: 1.5em;
  }

  .footer-follow {
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
  }

  /* Policy */

  .policy {
    padding: 13rem 0 3rem 0;
  }
}

@media all and (min-width: 100rem) {
  /* 1600px */

  body {
    background-position: 40vw -10vw;
    background-size: 70vw;
  }

  /* Cheshire East */

  .cheshire-east-image {
    right: 3rem;
    width: 35rem;
  }

  /* Young Carers */

  .young-carers-events p {
    font-size: 1.375rem;
  }

  /* CHAT */

  .chat-volunteer {
    transform: scale(1) !important;
    margin: -30% 0 0 40%;
    width: 22rem;
  }

  /* Find Us */

  .find-us-image {
    right: 3rem;
    top: -18rem;
    width: 35rem;
  }

  /* Policy */

  .policy {
    padding-top: 15rem;
  }
}

@media all and (min-width: 1650px) {
  /* Header */

  .header-navigation-items {
    gap: 3.25rem;
  }

  .header-navigation-links {
    padding-right: 3.25rem;
  }

  .header-navigation-links ul {
    gap: 2.75rem;
  }

  .header-navigation-logo-cheshireeastcarershub {
    width: 16rem;
  }

  .header-navigation-logo-makingspace {
    width: 18rem;
  }

  /* Introduction */

  .introduction {
    padding-top: 13.75em;
  }
}

/* Retina Backgrounds */
/*@media (-webkit-min-device-pixel-ratio: 1.5) {}*/
