/*
Theme Name: HCRG Care Group Careers V2.0.1
Theme URI: https://www.hcrgcaregroup.com/
Author: Supersonic Playground
Author URI: https://www.supersonicplayground.com/
Description: Website Theme for HCRG Care Group Careers and partnering websites.
Version: 2.0.1
License: All work ©2023 HCRG Care Group. Not for public use.
License URI: https://www.hcrgcaregroup.com/
Tags: 
Text Domain: hcrgcaregroupcareers
*/
/* 
Use: Reset
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/* The 01-reset.less stylesheet is intended to remove many of the default browser settings and styles that browsers apply as standard and which can be detrimental to a design. It essentially resets the browser to a blank canvas so that we can style our projects as they should look without the browser adjusting our styles. */
@import url('https://use.typekit.net/yxf8nzm.css');
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: inherit;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*************************************************************************
 #Sizes
**************************************************************************/
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-drop {
  box-shadow: 0 1.75rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #Border Style
**************************************************************************/
/*************************************************************************
 #Rounded Corners
**************************************************************************/
.rounded-corners {
  border-radius: 1rem;
  overflow: hidden;
}
.small-rounded-corners {
  border-radius: 0.5rem;
  overflow: hidden;
}
.circle-radius {
  border-radius: 50%;
  overflow: hidden;
}
/* 
Use: Measurements
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 749px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 100%;
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 111.11111111%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/* The 04-grid.less contains the underlying grid system. It works based on a combination of Fluid Margins and Column Widths which are set in setup.less. */
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* This part creates a set of Column Modules, which group a set number of Fluid Margins and Column Widths. These are then used later in 07-content-layout.less to create the various layout Grid Modules that form the overall grid system and allow us to create our responsive grid system layouts. */
/* 
Use: Colours
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ----------------------------------------------------------------- */
/* #Grey ------------------------------------------------------------------------ */
/* #Pink ------------------------------------------------------------------------ */
/* #Blue ------------------------------------------------------------------------ */
/* #Additional Brand Colours ---------------------------------------------------- */
/* #Fallback Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
/* #Light or Dark for Sections ------------------------------------------------------------------------ */
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-section p,
.light-section ul,
.light-section li,
.light-section li a,
.light-section label {
  color: var(--grey-colour, #3C3C3B);
}
.light-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.light-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.light-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.light-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.light-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.light-section .submit-container input[type="submit"]:before,
.light-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.light-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.light-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.light-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.light-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.light-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.light-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.light-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.light-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.light-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.light-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.light-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.light-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.light-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.light-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.light-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.light-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.light-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.light-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.light-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.light-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.light-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.light-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.light-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.light-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.light-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.light-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.light-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.light-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.light-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.light-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5 {
  color: #FFFFFF;
}
.dark-section p,
.dark-section p a,
.dark-section ul,
.dark-section li,
.dark-section li a,
.dark-section label {
  color: #F5F5F6;
}
.dark-section ul:not(.icon-list) li:before {
  background-color: #FFFFFF;
}
.dark-section ul.icon-list li:before {
  color: #FFFFFF;
}
.dark-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.dark-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.dark-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.dark-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.dark-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.dark-section .submit-container input[type="submit"]:before,
.dark-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.dark-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.dark-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.dark-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.dark-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.dark-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.dark-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.dark-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.dark-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.dark-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.dark-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.dark-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.dark-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.dark-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.dark-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.dark-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.dark-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.dark-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.dark-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dark-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.dark-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.dark-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.dark-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.dark-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.dark-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.dark-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.dark-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.dark-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.dark-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.dark-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.dark-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.dark-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
/* #Section Colours ------------------------------------------------------------------------ */
.white-section {
  background-color: #FFFFFF;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.white-section p,
.white-section ul,
.white-section li,
.white-section li a,
.white-section label {
  color: var(--grey-colour, #3C3C3B);
}
.white-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.white-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.white-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.white-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.white-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.white-section .submit-container input[type="submit"]:before,
.white-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.white-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.white-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.white-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.white-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.white-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.white-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.white-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.white-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.white-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.white-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.white-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.white-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.white-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.white-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.white-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.white-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.white-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.white-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.white-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.white-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.white-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.white-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.white-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.white-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.white-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.white-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.white-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.white-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.white-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.white-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.white-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.white-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.white-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.white-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.white-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.white-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.white-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.white-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.white-section input[type="text"],
.white-section input[type="password"],
.white-section input[type="email"],
.white-section input[type="number"],
.white-section input[type="tel"],
.white-section input[type="search"],
.white-section input[type="checkbox"],
.white-section input[type="radio"],
.white-section select,
.white-section textarea {
  background-color: #F5F5F6 !important;
  box-shadow: inset 0 0 0 3px #F5F5F6 !important;
}
.primary-accent-section {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.primary-accent-section h1,
.primary-accent-section h2,
.primary-accent-section h3,
.primary-accent-section h4,
.primary-accent-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-section p,
.primary-accent-section ul,
.primary-accent-section li,
.primary-accent-section li a,
.primary-accent-section label {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.primary-accent-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.primary-accent-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.primary-accent-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.primary-accent-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.primary-accent-section .submit-container input[type="submit"]:before,
.primary-accent-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.primary-accent-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.primary-accent-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.primary-accent-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.primary-accent-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.primary-accent-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.primary-accent-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.primary-accent-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-accent-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.primary-accent-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.primary-accent-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.primary-accent-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.primary-accent-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.primary-accent-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.primary-accent-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.primary-accent-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.primary-accent-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.primary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.primary-accent-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.primary-accent-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.primary-accent-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.primary-accent-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.primary-accent-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.primary-accent-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.primary-accent-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.primary-accent-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.primary-accent-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.primary-accent-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.primary-accent-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.primary-accent-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.primary-accent-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.secondary-accent-section {
  background-color: var(--secondary-accent-colour, #DFE4F0);
}
.secondary-accent-section h1,
.secondary-accent-section h2,
.secondary-accent-section h3,
.secondary-accent-section h4,
.secondary-accent-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.secondary-accent-section p,
.secondary-accent-section ul,
.secondary-accent-section li,
.secondary-accent-section li a,
.secondary-accent-section label {
  color: var(--grey-colour, #3C3C3B);
}
.secondary-accent-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.secondary-accent-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.secondary-accent-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.secondary-accent-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.secondary-accent-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.secondary-accent-section .submit-container input[type="submit"]:before,
.secondary-accent-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.secondary-accent-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.secondary-accent-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.secondary-accent-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.secondary-accent-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-accent-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.secondary-accent-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.secondary-accent-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.secondary-accent-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-accent-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.secondary-accent-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.secondary-accent-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-accent-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.secondary-accent-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-accent-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.secondary-accent-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.secondary-accent-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.secondary-accent-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.secondary-accent-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.secondary-accent-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.secondary-accent-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-accent-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-accent-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.secondary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-accent-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secondary-accent-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.secondary-accent-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.secondary-accent-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.secondary-accent-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.secondary-accent-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.secondary-accent-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.secondary-accent-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.secondary-accent-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.secondary-accent-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.secondary-accent-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.secondary-accent-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.secondary-accent-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.secondary-accent-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.light-grey-section {
  background-color: #F5F5F6;
}
.light-grey-section h1,
.light-grey-section h2,
.light-grey-section h3,
.light-grey-section h4,
.light-grey-section h5 {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section p,
.light-grey-section ul,
.light-grey-section li,
.light-grey-section li a,
.light-grey-section label {
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.light-grey-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.light-grey-section .submit-container input[type="submit"]:focus {
  outline: none;
}
.light-grey-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.light-grey-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.light-grey-section .submit-container input[type="submit"]:before,
.light-grey-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.light-grey-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
.light-grey-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
.light-grey-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.light-grey-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-grey-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.light-grey-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.light-grey-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.light-grey-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.light-grey-section .submit-container input[type="submit"].static-button {
  transition: none;
}
.light-grey-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.light-grey-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.light-grey-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.light-grey-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.light-grey-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.light-grey-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.light-grey-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.light-grey-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.light-grey-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.light-grey-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.light-grey-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-grey-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-grey-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.light-grey-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-grey-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-grey-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.light-grey-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.light-grey-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.light-grey-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.light-grey-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.light-grey-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.light-grey-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.light-grey-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.light-grey-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.light-grey-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.light-grey-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.light-grey-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.light-grey-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.light-grey-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.primary-accent-section input[type="text"],
.secondary-accent-section input[type="text"],
.light-grey-section input[type="text"],
.primary-accent-section input[type="password"],
.secondary-accent-section input[type="password"],
.light-grey-section input[type="password"],
.primary-accent-section input[type="email"],
.secondary-accent-section input[type="email"],
.light-grey-section input[type="email"],
.primary-accent-section input[type="number"],
.secondary-accent-section input[type="number"],
.light-grey-section input[type="number"],
.primary-accent-section input[type="tel"],
.secondary-accent-section input[type="tel"],
.light-grey-section input[type="tel"],
.primary-accent-section input[type="search"],
.secondary-accent-section input[type="search"],
.light-grey-section input[type="search"],
.primary-accent-section input[type="checkbox"],
.secondary-accent-section input[type="checkbox"],
.light-grey-section input[type="checkbox"],
.primary-accent-section input[type="radio"],
.secondary-accent-section input[type="radio"],
.light-grey-section input[type="radio"],
.primary-accent-section select,
.secondary-accent-section select,
.light-grey-section select,
.primary-accent-section textarea,
.secondary-accent-section textarea,
.light-grey-section textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF !important;
}
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
.outer-container.white-section + .outer-container.white-section,
.outer-container.primary-accent-section + .outer-container.primary-accent-section,
.outer-container.secondary-accent-section + .outer-container.secondary-accent-section,
.outer-container.light-grey-section + .outer-container.light-grey-section {
  padding-top: 0;
}
/*************************************************************************
 #Section Edges and Curves
**************************************************************************/
/* #Remove Top Padding for Adjacent Sections ------------------------------------------------------------------------ */
/* #Add Curves and Padding to Sections ------------------------------------------------------------------------ */
.outer-container.with-curve:before {
  position: absolute;
  z-index: 2;
  right: -5%;
  bottom: -1px;
  left: -5%;
  width: 110%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  pointer-events: none;
}
.outer-container.with-curve.next-row-light-grey-section {
  padding-bottom: 6rem;
}
@media screen and (min-width: 46.875em) {
  .outer-container.with-curve.next-row-light-grey-section {
    padding-bottom: 12rem;
  }
}
.outer-container.with-curve.next-row-light-grey-section:before {
  content: '';
  -webkit-mask-image: url('img/backgrounds/bkg-curve-light-grey.svg');
          mask-image: url('img/backgrounds/bkg-curve-light-grey.svg');
  background-color: #F5F5F6;
}
.outer-container.with-curve.next-row-white-section {
  padding-bottom: 6rem;
}
@media screen and (min-width: 46.875em) {
  .outer-container.with-curve.next-row-white-section {
    padding-bottom: 12rem;
  }
}
.outer-container.with-curve.next-row-white-section:before {
  content: '';
  -webkit-mask-image: url('img/backgrounds/bkg-curve-white.svg');
          mask-image: url('img/backgrounds/bkg-curve-white.svg');
  background-color: #FFFFFF;
}
.outer-container.with-curve.next-row-primary-accent-section {
  padding-bottom: 6rem;
}
@media screen and (min-width: 46.875em) {
  .outer-container.with-curve.next-row-primary-accent-section {
    padding-bottom: 12rem;
  }
}
.outer-container.with-curve.next-row-primary-accent-section:before {
  content: '';
  -webkit-mask-image: url('img/backgrounds/bkg-curve-light-pink.svg');
          mask-image: url('img/backgrounds/bkg-curve-light-pink.svg');
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.outer-container.with-curve.next-row-secondary-accent-section {
  padding-bottom: 6rem;
}
@media screen and (min-width: 46.875em) {
  .outer-container.with-curve.next-row-secondary-accent-section {
    padding-bottom: 12rem;
  }
}
.outer-container.with-curve.next-row-secondary-accent-section:before {
  content: '';
  -webkit-mask-image: url('img/backgrounds/bkg-curve-light-blue.svg');
          mask-image: url('img/backgrounds/bkg-curve-light-blue.svg');
  background-color: var(--secondary-accent-colour, #DFE4F0);
}
.outer-container.with-curve.no-curve-padding {
  padding-bottom: 0;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow {
  overflow: visible;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 17px;
  border-bottom: 5px white solid;
  transform: scaleX(-1);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
  z-index: 2;
  right: 0;
  border-top-right-radius: 20px;
  background-image: linear-gradient(90deg, #342783 6%, #342783 14%, #532872 23%, #662968 33%, #682776 41%, #6E266F 49%, #7F245B 57%, #952245 62%, #E12029 71%, #E8412C 77%, #E9582F 83%, #EC6731 89%, #F5991C 100%);
  background-image: linear-gradient(90deg, #F5991C 6%, #EC6731 17%, #E9582F 23%, #E8412C 29%, #E12029 35%, #952245 44%, #7F245B 49%, #6E266F 57%, #682776 65%, #662968 73%, #532872 83%, #342783 92%, #342783 100%);
  width: calc(3% + 1rem*1.5);
}
@media screen and (min-width: 40.625em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(3% + 1rem);
  }
}
@media screen and (min-width: 62.5em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(2% + 1.5% + 1rem + 12.5%);
  }
}
@media screen and (min-width: 78.125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(4% + 1.5% + 1rem + 12.5%);
  }
}
@media screen and (min-width: 93.75em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(6% + 1.5% + 1rem + 12.5%);
  }
}
@media screen and (min-width: 109.375em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(8% + 1.5% + 1rem + 12.5%);
  }
}
@media screen and (min-width: 125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:before {
    width: calc(10% + 1.5% + 1rem + 12.5%);
  }
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
  z-index: 1;
  left: 0;
  border-top-left-radius: 20px;
  background-color: #B52159;
  width: calc(100% - 72px + 1rem*0.5);
}
@media screen and (min-width: 40.625em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 72px);
  }
}
@media screen and (min-width: 62.5em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 12.5% - (2% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 78.125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 12.5% - (4% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 93.75em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 12.5% - (6% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 109.375em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 12.5% - (8% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow:after {
    width: calc(100% - 12.5% - (10% + 1.5% + 72px) + 1rem);
  }
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container {
  position: unset;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: -90px;
  right: 3%;
  height: 107px;
  width: 72px;
  background-image: url('img/backgrounds/bkg-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 62.5em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
    right: calc(2% + 1.5% + 12.5%);
  }
}
@media screen and (min-width: 78.125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
    right: calc(4% + 1.5% + 12.5%);
  }
}
@media screen and (min-width: 93.75em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
    right: calc(6% + 1.5% + 12.5%);
  }
}
@media screen and (min-width: 109.375em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
    right: calc(8% + 1.5% + 12.5%);
  }
}
@media screen and (min-width: 125em) {
  .outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:after {
    right: calc(10% + 1.5% + 12.5%);
  }
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-light-grey-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-light-grey-section:after {
  border-bottom-color: #F5F5F6;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-white-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-white-section:after {
  border-bottom-color: #FFFFFF;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-primary-accent-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-primary-accent-section:after {
  border-bottom-color: var(--primary-accent-colour, #F4DDE6);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-secondary-accent-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-secondary-accent-section:after {
  border-bottom-color: var(--secondary-accent-colour, #DFE4F0);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.secondary-accent-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.secondary-accent-section:after {
  border-bottom-color: var(--secondary-accent-colour, #DFE4F0);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.primary-accent-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.primary-accent-section:after {
  border-bottom-color: var(--primary-accent-colour, #F4DDE6);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.white-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.white-section:after {
  border-bottom-color: #FFFFFF;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.light-grey-section:before,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow.next-row-.light-grey-section:after {
  border-bottom-color: #F5F5F6;
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow + .outer-container.vertical-padding,
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow + .outer-container.vertical-padding-top {
  padding-top: calc(1rem*3 + 60px);
}
.outer-container:not(.hero):not(.hero-image):not(.hero-person).with-arrow .inner-container:last-child {
  padding-bottom: 32px;
}
/* 
Use: Typography
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('fonts/fa-brands-400.woff2') format('woff2'), url('fonts/fa-brands-400.woff') format('woff');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2'), url('fonts/fa-light-300.woff') format('woff');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-regular-400.woff2') format('woff2'), url('fonts/fa-regular-400.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-solid-900.woff2') format('woff2'), url('fonts/fa-solid-900.woff') format('woff');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.avenir-light {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.avenir-light-italic {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-style: italic;
}
.avenir-roman {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.avenir-heavy {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::-moz-selection {
  background-color: var(--primary-main-colour, #B52159);
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: var(--primary-main-colour, #B52159);
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: var(--primary-main-colour, #B52159);
  text-shadow: none;
  color: #FFFFFF;
}
body.primary-main-dark ::-moz-selection {
  color: #FFFFFF;
}
body.primary-main-dark ::selection {
  color: #FFFFFF;
}
body.primary-main-dark ::-moz-selection {
  color: #FFFFFF;
}
body.primary-main-light ::-moz-selection {
  color: #3C3C3B;
}
body.primary-main-light ::selection {
  color: #3C3C3B;
}
body.primary-main-light ::-moz-selection {
  color: #3C3C3B;
}
body {
  font-size: 1rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #000000;
  line-height: 1.6;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #000000;
}
h1 {
  line-height: 1.2;
}
h2,
h3,
h4 {
  margin-bottom: 1rem;
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  color: #000000;
  word-break: break-word;
}
a.no-decoration {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.25rem;
}
strong {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
em {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-style: italic;
}
blockquote {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-style: italic;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.medium,
.medium p {
  font-size: 0.85rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
.extra-small,
.extra-small p {
  font-size: 0.65rem;
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 8%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 10%;
  }
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
.space-between-container {
  justify-content: space-between;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page .vertical-outer,
.half-page .vertical-outer,
.two-thirds-page .vertical-outer,
.one-third-page .vertical-outer,
.three-quarters-page .vertical-outer,
.one-quarter-page .vertical-outer,
.five-sixths-page .vertical-outer,
.one-sixth-page .vertical-outer {
  width: 100%;
}
.full-page,
.half-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
  .half-page:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
.one-third-page {
  width: 45.498%;
}
.one-third-page:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
  .one-third-page:nth-child(2n+3) {
    clear: none;
  }
  .one-third-page:nth-child(3n+4) {
    clear: both;
  }
}
.one-quarter-page {
  width: 45.498%;
}
.one-quarter-page:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
  .one-quarter-page:nth-child(2n+3) {
    clear: none;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
  .one-quarter-page:nth-child(3n+4) {
    clear: none;
  }
  .one-quarter-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 29.332%;
}
.one-sixth-page:nth-child(3n+4) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
  .one-sixth-page:nth-child(3n+4) {
    clear: none;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
  .one-sixth-page:nth-child(4n+5) {
    clear: none;
  }
  .one-sixth-page:nth-child(6n+7) {
    clear: both;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
/* The Vertical Margins allow you to create vertical spacing outside of both parent containers and their child elements. It’s very useful for separating sections and the modules within them by applying external spacing. The classes can be applied to Outer Containers, Inner Containers and any element within them, particularly Grid Modules.

There are two variants – full and half. By default full is @base-size*3, which is the pixel equivalent of 60px, and half is @base-size*1.5, which is the pixel equivalent of 30px. These values can changed to match your designs by updating the two variables @full-margin and @half-margin. */
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-double-negative-margin-top {
  margin-top: -6rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-double-padding {
  padding-top: calc(3rem*2);
  padding-bottom: calc(3rem*2);
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper:after,
.modular-wrapper-full:after,
.modular-wrapper-half:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
/*************************************************************************
 #Horizontal Alignment
**************************************************************************/
.center-container {
  word-spacing: -0.35rem;
  text-align: center;
}
.center-container * {
  word-spacing: normal;
}
.center-align {
  display: inline-block;
  float: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.left-align {
  display: block;
  float: left;
  margin-left: 3%;
  margin-right: 0;
  word-spacing: normal;
}
.right-align {
  display: block;
  float: right;
  margin-right: 3%;
  margin-left: 0;
  word-spacing: normal;
}
.clear-fix {
  clear: both;
}
.clear-fix-after:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  width: calc(100% + 3%*2);
  margin-left: -3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (min-width: 25em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    -moz-column-count: 4;
         column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/*************************************************************************
 #Even Height
**************************************************************************/
@media screen and (max-width: 46.875em) {
  .even-height.exclude-mobile {
    height: auto!important;
  }
}
/* 
Use: Image Treatments
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
/* The Scaling classes will scale an image proportionally to its container, with two options depending on whether the width or height should be most important. */
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
/* This will ensure that lazy loaded images will smoothly fade in. */
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  width: auto;
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin-right: 1.5rem;
}
img.alignright {
  float: right;
  margin-left: 1.5rem;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
  width: auto;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  position: absolute;
  padding: 0.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  margin-bottom: 1.5rem;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  z-index: 1;
}
.video-container .placeholder {
  cursor: pointer;
  z-index: 2;
  background-color: #D2D2D2;
}
.video-container .placeholder img {
  opacity: 0.35;
}
.video-container .placeholder:after {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f04b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: var(--primary-main-colour, #B52159);
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.5rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 3;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop.responsive-background-image,
.responsive-image-fit.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.responsive-image-fit .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Image Crop Border Radius
**************************************************************************/
.bottom-border-radius-crop {
  border-radius: 0 0 50% 50% / 0 0 50% 30%;
  transform: scaleX(1.25);
}
.bottom-border-radius-crop img {
  transform: scaleX(0.825);
}
/* 
Use: UI
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.static-button {
  transition: none;
}
.button.primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.button.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.button.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.button.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.button.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.button.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.white-button:hover:before {
  right: 0;
  width: 100%;
}
.button.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.button.transparent-button {
  background-color: transparent;
}
.button.transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.button.with-icon {
  padding-right: 0!important;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.reset:hover:after {
  transform: rotate(-360deg);
}
.button.search:after {
  content: '\f002';
}
.button.download-button {
  padding-right: 0!important;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.button.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.button.arrow-right:hover:after {
  left: 0.125rem;
}
.button.close:after {
  content: '\f00d';
}
.button.external-link:after {
  content: '\f08e';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-link-with-icon {
  text-decoration: none;
}
.text-link-with-icon:before {
  font-display: swap;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  display: inline-block;
  color: inherit;
  margin-right: 0.5rem;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.text-link-with-icon.search:before {
  content: '\f002';
}
/* 
Use: Forms
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  /* This part indents the lists and creates common list styles. */
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.no-style-list li a {
  text-decoration: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0.75rem;
}
/*************************************************************************
 #Icon List
**************************************************************************/
.icon-list {
  margin-left: 0;
  margin-bottom: 0;
}
.icon-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.icon-list li a {
  text-decoration: none;
}
.icon-list li ul,
.icon-list li ol {
  margin-top: 0.75rem;
}
.icon-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}
.icon-list li:last-child {
  margin-bottom: 0;
}
.icon-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.icon-list li.category:before {
  content: '\f00c';
}
.icon-list li.location:before {
  content: '\f3c5';
}
.icon-list li.type:before {
  content: '\f017';
}
.icon-list li.salary:before {
  content: '\f555';
}
/*************************************************************************
 #Tick List
**************************************************************************/
.tick-list {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.tick-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.tick-list li a {
  text-decoration: none;
}
.tick-list li ul,
.tick-list li ol {
  margin-top: 0.75rem;
}
.tick-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
.tick-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url('img/ui/icon-tick-pink.svg');
          mask-image: url('img/ui/icon-tick-pink.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 0.75rem;
  background-color: var(--primary-main-colour, #B52159);
}
.tick-list.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.tick-list.two-column li {
  width: calc(50% - 1rem*0.5);
}
.content-module ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.content-module ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.content-module ul li a {
  text-decoration: none;
}
.content-module ul li ul,
.content-module ul li ol {
  margin-top: 0.75rem;
}
.content-module ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.content-module ul li:last-child {
  margin-bottom: 0;
}
.content-module ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url('img/ui/icon-tick-pink.svg');
          mask-image: url('img/ui/icon-tick-pink.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-right: 0.75rem;
  background-color: var(--primary-main-colour, #B52159);
}
.content-module ul.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.content-module ul.two-column li {
  width: calc(50% - 1rem*0.5);
}
/*************************************************************************
 #Services / Categories List
**************************************************************************/
.services-list {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.services-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.services-list li a {
  text-decoration: none;
}
.services-list li ul,
.services-list li ol {
  margin-top: 0.75rem;
}
.services-list li a {
  color: var(--data-service-colour);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.services-list li a i {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: var(--data-service-colour);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-service-icon);
          mask-image: var(--data-service-icon);
}
/*************************************************************************
 #Services / Categories Tags
**************************************************************************/
.services-tags {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.services-tags li {
  list-style-type: none;
  margin-bottom: 0;
}
.services-tags li a {
  text-decoration: none;
}
.services-tags li ul,
.services-tags li ol {
  margin-top: 0.75rem;
}
.services-tags li {
  display: inline-flex;
}
.services-tags li a {
  position: relative;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  word-break: inherit;
  padding: 0.5rem 0.75rem;
}
.services-tags li a i {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--data-service-icon);
          mask-image: var(--data-service-icon);
}
.services-tags li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--data-service-colour);
  filter: brightness(0.9);
  border-radius: 1rem;
  overflow: hidden;
}
/*************************************************************************
 #Arrow list
**************************************************************************/
.arrow-list {
  margin-left: 0;
}
.arrow-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.arrow-list li a {
  text-decoration: none;
}
.arrow-list li ul,
.arrow-list li ol {
  margin-top: 0.75rem;
}
.arrow-list li {
  margin-bottom: 0.5rem;
}
.arrow-list li a:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f054';
  color: #FFFFFF;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.white-section .arrow-list li a:before,
.light-grey-section .arrow-list li a:before {
  color: var(--grey-colour, #3C3C3B);
}
/*************************************************************************
 #Contact List
**************************************************************************/
.contact-list {
  margin-left: 0;
  margin-bottom: 0;
}
.contact-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.contact-list li a {
  text-decoration: none;
}
.contact-list li ul,
.contact-list li ol {
  margin-top: 0.75rem;
}
.contact-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.contact-list li.category:before {
  content: '\f00c';
}
.contact-list li.location:before {
  content: '\f3c5';
}
.contact-list li.type:before {
  content: '\f017';
}
.contact-list li.salary:before {
  content: '\f555';
}
.contact-list li {
  color: var(--grey-colour, #3C3C3B);
  position: relative;
  flex-wrap: wrap;
  padding-left: 1.75rem;
}
.contact-list li a,
.contact-list li span {
  color: var(--grey-colour, #3C3C3B);
}
.contact-list li span {
  display: block;
  width: 100%;
}
.contact-list li:before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: var(--primary-main-colour, #B52159);
}
.contact-list li.telephone:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f879';
}
.contact-list li.email:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f658';
}
.contact-list li.address:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f3c5';
}
.contact-list li.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.contact-list li.twitter:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f099';
}
.contact-list li.facebook:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f39e';
}
.contact-list li.instagram:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f16d';
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.social-links li a {
  text-decoration: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0.75rem;
}
ul.social-links li {
  position: relative;
  text-align: center;
}
ul.social-links li a {
  display: block;
  line-height: 1rem;
}
ul.social-links li i:before {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands', 'Helvetica', 'Arial', sans-serif;
  color: var(--primary-main-colour, #B52159);
}
ul.social-links li.facebook i:before {
  content: '\f39e';
}
ul.social-links li.twitter i:before {
  content: '\f099';
}
ul.social-links li.youtube i:before {
  content: '\f167';
}
ul.social-links li.linkedin i:before {
  content: '\f0e1';
}
ul.social-links li.pinterest i:before {
  content: '\f231';
}
ul.social-links li.instagram i:before {
  content: '\f16d';
}
ul.social-links li.email i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f658';
}
/* #Follow Module ------------------------------------------------------------------------ */
.footer-follow-module ul.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.5rem;
}
.footer-follow-module ul.social-links li a {
  line-height: 1.5rem;
}
.footer-follow-module ul.social-links li i:before {
  color: var(--primary-main-colour, #B52159);
  font-size: 1.5rem;
}
/* #Share Module ------------------------------------------------------------------------ */
.share-module p,
.share-module ul.social-links,
.share-module ul.social-links li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline;
}
.share-module ul.social-links li {
  display: inline-block;
  margin-left: 1rem;
}
.share-module ul.social-links li a {
  line-height: 1.25rem;
}
.share-module ul.social-links li i:before {
  font-size: 1.25rem;
}
/* 
Use: Modular
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero,
.hero-image,
.hero-simple {
  position: relative;
  overflow: hidden;
}
.hero.middle-container .inner-container,
.hero-image.middle-container .inner-container,
.hero-simple.middle-container .inner-container {
  width: 100%;
}
.hero-image,
.hero-simple {
  min-height: 75vh;
}
.hero-half {
  min-height: 50vh;
}
.hero-image {
  background-color: #3C3C3B;
}
.hero-image img {
  opacity: 0.7;
}
.hero .hero-content,
.hero-image .hero-content {
  padding-top: 14rem;
  padding-bottom: 6rem;
}
.hero.with-arrow,
.hero-image.with-arrow,
.hero-person.with-arrow {
  overflow: visible;
  margin-bottom: 90px;
}
.hero.with-arrow:before,
.hero-image.with-arrow:before,
.hero-person.with-arrow:before,
.hero.with-arrow:after,
.hero-image.with-arrow:after,
.hero-person.with-arrow:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 17px;
  border-bottom: 5px white solid;
}
.hero.with-arrow:before,
.hero-image.with-arrow:before,
.hero-person.with-arrow:before {
  z-index: 2;
  left: 0;
  border-top-right-radius: 20px;
  background-image: linear-gradient(90deg, #342783 6%, #342783 14%, #532872 23%, #662968 33%, #682776 41%, #6E266F 49%, #7F245B 57%, #952245 62%, #E12029 71%, #E8412C 77%, #E9582F 83%, #EC6731 89%, #F5991C 100%);
  background-image: linear-gradient(90deg, #F5991C 6%, #EC6731 17%, #E9582F 23%, #E8412C 29%, #E12029 35%, #952245 44%, #7F245B 49%, #6E266F 57%, #682776 65%, #662968 73%, #532872 83%, #342783 92%, #342783 100%);
  width: calc(3% + 1rem*1.5);
}
@media screen and (min-width: 40.625em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(3% + 1rem);
  }
}
@media screen and (min-width: 62.5em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(2% + 1.5% + 1rem);
  }
}
@media screen and (min-width: 78.125em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(4% + 1.5% + 1rem);
  }
}
@media screen and (min-width: 93.75em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(6% + 1.5% + 1rem);
  }
}
@media screen and (min-width: 109.375em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(8% + 1.5% + 1rem);
  }
}
@media screen and (min-width: 125em) {
  .hero.with-arrow:before,
  .hero-image.with-arrow:before,
  .hero-person.with-arrow:before {
    width: calc(10% + 1.5% + 1rem);
  }
}
.hero.with-arrow:after,
.hero-image.with-arrow:after,
.hero-person.with-arrow:after {
  z-index: 1;
  right: 0;
  border-top-left-radius: 20px;
  background-color: #B52159;
  width: calc(100% - 72px + 1rem*0.5);
}
@media screen and (min-width: 40.625em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - 72px);
  }
}
@media screen and (min-width: 62.5em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - (2% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 78.125em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - (4% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 93.75em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - (6% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 109.375em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - (8% + 1.5% + 72px) + 1rem);
  }
}
@media screen and (min-width: 125em) {
  .hero.with-arrow:after,
  .hero-image.with-arrow:after,
  .hero-person.with-arrow:after {
    width: calc(100% - (10% + 1.5% + 72px) + 1rem);
  }
}
.hero.with-arrow .inner-container,
.hero-image.with-arrow .inner-container,
.hero-person.with-arrow .inner-container {
  position: unset;
  width: 100%;
}
.hero.with-arrow .inner-container:after,
.hero-image.with-arrow .inner-container:after,
.hero-person.with-arrow .inner-container:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: -90px;
  left: 3%;
  height: 107px;
  width: 72px;
  background-image: url('img/backgrounds/bkg-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (min-width: 62.5em) {
  .hero.with-arrow .inner-container:after,
  .hero-image.with-arrow .inner-container:after,
  .hero-person.with-arrow .inner-container:after {
    left: calc(2% + 1.5%);
  }
}
@media screen and (min-width: 78.125em) {
  .hero.with-arrow .inner-container:after,
  .hero-image.with-arrow .inner-container:after,
  .hero-person.with-arrow .inner-container:after {
    left: calc(4% + 1.5%);
  }
}
@media screen and (min-width: 93.75em) {
  .hero.with-arrow .inner-container:after,
  .hero-image.with-arrow .inner-container:after,
  .hero-person.with-arrow .inner-container:after {
    left: calc(6% + 1.5%);
  }
}
@media screen and (min-width: 109.375em) {
  .hero.with-arrow .inner-container:after,
  .hero-image.with-arrow .inner-container:after,
  .hero-person.with-arrow .inner-container:after {
    left: calc(8% + 1.5%);
  }
}
@media screen and (min-width: 125em) {
  .hero.with-arrow .inner-container:after,
  .hero-image.with-arrow .inner-container:after,
  .hero-person.with-arrow .inner-container:after {
    left: calc(10% + 1.5%);
  }
}
.hero-person .inner-container {
  position: unset;
  width: 100%;
}
.hero-person .inner-container:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  height: calc(100% + 2px);
  width: 100%;
  background-color: #000000;
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.65;
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 46.8125em) {
  .hero-person .inner-container:before {
    -webkit-mask-position: top;
            mask-position: top;
    transform: rotate(180deg);
  }
}
.hero-person .inner-container .person {
  align-self: flex-end;
}
.hero-person .inner-container .person img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 46.875em) {
  .hero-person .inner-container .person {
    padding-top: 3rem;
  }
}
.hero-content {
  padding-top: 8rem;
}
@media screen and (min-width: 46.875em) {
  .hero-content {
    padding-top: 10rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
  }
}
/*************************************************************************
 #Breadcrumbs
**************************************************************************/
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs .breadcrumb_last {
  color: var(--primary-main-colour, #B52159);
}
.breadcrumbs a:hover {
  color: var(--grey-colour, #3C3C3B);
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  position: relative;
  z-index: 1;
  width: 93.996%;
}
.content-over-image .image .vertical-outer {
  width: 100%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 3rem;
    right: 3%;
    bottom: 3rem;
    left: 3%;
    margin: 0;
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop.responsive-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  z-index: 1;
}
.content-over-image .content.white-section h2 {
  color: var(--grey-colour, #3C3C3B);
}
.content-over-image .content.white-section p,
.content-over-image .content.white-section li,
.content-over-image .content.white-section li:before {
  color: var(--grey-colour, #3C3C3B);
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 29.332%;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
/*************************************************************************
 #Data Table
**************************************************************************/
table {
  width: 100%;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px var(--primary-main-colour, #B52159) !important;
  background-color: #FFFFFF;
}
table tr th,
table tr td {
  padding: 0.5rem;
  border-right: 1px solid var(--primary-main-colour, #B52159);
}
table tr th:last-child,
table tr td:last-child {
  border-right: none;
}
table thead tr {
  border-bottom: 1px solid var(--primary-main-colour, #B52159);
}
table thead tr th {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: var(--grey-colour, #3C3C3B);
}
table tbody tr,
table tfoot tr {
  border-bottom: 1px solid var(--primary-main-colour, #B52159);
}
table tbody tr:last-child,
table tfoot tr:last-child {
  border-bottom: none;
}
.primary-accent-section .data-table {
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px #FFFFFF !important;
  background-color: var(--primary-main-colour, #B52159);
}
.primary-accent-section .data-table tr th,
.primary-accent-section .data-table tr td {
  padding: 0.5rem;
  border-right: 1px solid #FFFFFF;
}
.primary-accent-section .data-table tr th:last-child,
.primary-accent-section .data-table tr td:last-child {
  border-right: none;
}
.primary-accent-section .data-table thead tr {
  border-bottom: 1px solid #FFFFFF;
}
.primary-accent-section .data-table thead tr th {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.primary-accent-section .data-table tbody tr,
.primary-accent-section .data-table tfoot tr {
  border-bottom: 1px solid #FFFFFF;
}
.primary-accent-section .data-table tbody tr:last-child,
.primary-accent-section .data-table tfoot tr:last-child {
  border-bottom: none;
}
.primary-accent-section .data-table tbody tr td,
.primary-accent-section .data-table tfoot tr td {
  color: #F5F5F6;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  padding: 1rem 0;
  border-bottom: 1px solid #F5F5F6;
}
.faq:first-child {
  padding-top: 0;
}
.faq .faq-title {
  text-align: left;
}
.faq .faq-title p {
  position: relative;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  padding-right: 2rem;
  cursor: pointer;
}
.faq .faq-title p:before {
  position: absolute;
  width: 3rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '\f078';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--primary-main-colour, #B52159);
  text-align: center;
}
.faq .faq-title.open p:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
/*************************************************************************
 #Facet WP
**************************************************************************/
.facetwp-facet-map {
  margin-bottom: 0 !important;
}
.facetwp-facet-map #facetwp-map {
  border-radius: 1rem;
  overflow: hidden;
  min-height: 50vh;
  width: 100% !important;
}
.facetwp-facet-map .facetwp-map-filtering {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  border-radius: 0 0.5rem 0 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.facetwp-facet-map .facetwp-map-filtering:last-child {
  margin-bottom: 0;
}
.facetwp-facet-map .facetwp-map-filtering:focus {
  outline: none;
}
.facetwp-facet-map .facetwp-map-filtering:hover {
  border-bottom: none;
}
.facetwp-facet-map .facetwp-map-filtering:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-facet-map .facetwp-map-filtering:before,
.facetwp-facet-map .facetwp-map-filtering:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-facet-map .facetwp-map-filtering:before {
  z-index: -2;
}
.facetwp-facet-map .facetwp-map-filtering:after {
  z-index: -1;
}
.facetwp-facet-map .facetwp-map-filtering.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-facet-map .facetwp-map-filtering.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-facet-map .facetwp-map-filtering.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-facet-map .facetwp-map-filtering.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-facet-map .facetwp-map-filtering.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-facet-map .facetwp-map-filtering.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-facet-map .facetwp-map-filtering.static-button {
  transition: none;
}
.facetwp-facet-map .facetwp-map-filtering.primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-facet-map .facetwp-map-filtering.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-facet-map .facetwp-map-filtering.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.facetwp-facet-map .facetwp-map-filtering.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-facet-map .facetwp-map-filtering.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-facet-map .facetwp-map-filtering.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-facet-map .facetwp-map-filtering.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-facet-map .facetwp-map-filtering.transparent-button {
  background-color: transparent;
}
.facetwp-facet-map .facetwp-map-filtering.transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.facetwp-facet-map .facetwp-map-filtering.with-icon {
  padding-right: 0!important;
}
.facetwp-facet-map .facetwp-map-filtering.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-facet-map .facetwp-map-filtering.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-facet-map .facetwp-map-filtering.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-facet-map .facetwp-map-filtering.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-facet-map .facetwp-map-filtering.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-facet-map .facetwp-map-filtering.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-facet-map .facetwp-map-filtering.reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-facet-map .facetwp-map-filtering.search:after {
  content: '\f002';
}
.facetwp-facet-map .facetwp-map-filtering.download-button {
  padding-right: 0!important;
}
.facetwp-facet-map .facetwp-map-filtering.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-facet-map .facetwp-map-filtering.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-facet-map .facetwp-map-filtering.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-facet-map .facetwp-map-filtering.arrow-left:after {
  content: '\f053';
}
.facetwp-facet-map .facetwp-map-filtering.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-facet-map .facetwp-map-filtering.close:after {
  content: '\f00d';
}
.facetwp-facet-map .facetwp-map-filtering.external-link:after {
  content: '\f08e';
}
.facetwp-facet-map .facetwp-map-filtering:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-facet-map .facetwp-map-filtering:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-facet-map .facetwp-map-filtering:hover:before {
  right: 0;
  width: 100%;
}
/*************************************************************************
 #Full Width Image With Content
**************************************************************************/
.full-width-image-with-content .image:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.full-width-image-with-content.left-text .image:after {
  background-image: linear-gradient(to right, rgba(60, 60, 59, 0.9), rgba(60, 60, 59, 0.2));
}
.full-width-image-with-content.center-text .image:after {
  background-color: rgba(60, 60, 59, 0.65);
}
.full-width-image-with-content.right-text .image:after {
  background-image: linear-gradient(to left, rgba(60, 60, 59, 0.9), rgba(60, 60, 59, 0.2));
}
/*************************************************************************
 #Quote and Link Module
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .quote-and-link-module .link-module {
    position: relative;
    z-index: 1;
    width: 93.996%;
  }
  .quote-and-link-module .link-module .vertical-outer {
    width: 100%;
  }
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map img {
  max-width: inherit !important;
}
.map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
}
.map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #B52159);
  font-size: 1rem;
  line-height: 2.5rem;
}
.map button img {
  display: none!important;
}
.map .gm-style-cc {
  display: none;
}
.map .gm-fullscreen-control:after {
  content: '\f065';
}
.map .gm-style-iw {
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map .gm-style-iw h1,
.map .gm-style-iw h2,
.map .gm-style-iw h3,
.map .gm-style-iw h4,
.map .gm-style-iw h5 {
  color: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw p,
.map .gm-style-iw ul,
.map .gm-style-iw li,
.map .gm-style-iw li a,
.map .gm-style-iw label {
  color: var(--grey-colour, #3C3C3B);
}
.map .gm-style-iw .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.map .gm-style-iw .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
.map .gm-style-iw .submit-container input[type="submit"]:focus {
  outline: none;
}
.map .gm-style-iw .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
.map .gm-style-iw .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.map .gm-style-iw .submit-container input[type="submit"]:before,
.map .gm-style-iw .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.map .gm-style-iw .submit-container input[type="submit"]:before {
  z-index: -2;
}
.map .gm-style-iw .submit-container input[type="submit"]:after {
  z-index: -1;
}
.map .gm-style-iw .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.map .gm-style-iw .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.map .gm-style-iw .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.map .gm-style-iw .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.map .gm-style-iw .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"].static-button {
  transition: none;
}
.map .gm-style-iw .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.map .gm-style-iw .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.map .gm-style-iw .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.map .gm-style-iw .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.map .gm-style-iw .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.map .gm-style-iw .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.map .gm-style-iw .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.map .gm-style-iw .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
.map .gm-style-iw .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.map .gm-style-iw .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
.map .gm-style-iw .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.map .gm-style-iw .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.map .gm-style-iw .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.map .gm-style-iw .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.map .gm-style-iw .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.map .gm-style-iw .submit-container input[type="submit"].search:after {
  content: '\f002';
}
.map .gm-style-iw .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
.map .gm-style-iw .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.map .gm-style-iw .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.map .gm-style-iw .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
.map .gm-style-iw .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.map .gm-style-iw .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
.map .gm-style-iw .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
.map .gm-style-iw .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.map .gm-style-iw .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.map .gm-style-iw .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
.map .gm-style-iw .gm-style-iw-d {
  overflow: hidden!important;
  max-width: auto!important;
  max-height: auto!important;
}
.map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0!important;
  right: 0!important;
  background-colour: transparent!important;
  box-shadow: none!important;
  opacity: 1!important;
}
.map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map .gm-bundled-control {
  margin: 0!important;
  bottom: 0!important;
  right: 0!important;
}
.map .gm-bundled-control .gmnoprint {
  position: static!important;
  top: auto!important;
  left: auto!important;
}
.map .gm-bundled-control .gmnoprint > div {
  width: auto!important;
  height: auto!important;
  box-shadow: none!important;
  border-radius: 0!important;
  background-color: transparent!important;
}
.map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom in"]:after {
  content: '\f067';
}
.map .gm-bundled-control .gmnoprint > div > button[title="Zoom out"]:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
/*************************************************************************
 #Side by Side Content Module
**************************************************************************/
.side-by-side-content-module.default-layout .inner-container {
  position: unset;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module.default-layout .inner-container:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    display: block;
    height: calc(100% + 2px);
    width: 47%;
    background-color: #3C3C3B;
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: left;
            mask-position: left;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    mix-blend-mode: soft-light;
    pointer-events: none;
  }
}
.side-by-side-content-module.default-layout .inner-container .image.position-bottom {
  display: flex;
  align-items: flex-end;
}
.side-by-side-content-module.default-layout .inner-container .image:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: -5%;
  bottom: 0;
  display: block;
  height: 100%;
  width: 110%;
  background-color: #3C3C3B;
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module.default-layout .inner-container .image:before {
    content: unset;
  }
}
.side-by-side-content-module.default-layout .left-to-right.inner-container:before {
  left: 0;
  transform: scaleX(-1);
}
.side-by-side-content-module.default-layout .left-to-right.inner-container .image:before {
  left: -5%;
  transform: scaleX(-1);
}
.side-by-side-content-module.alternate-layout {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 35rem;
}
.side-by-side-content-module.alternate-layout .inner-container {
  padding-bottom: 20rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module.alternate-layout .inner-container {
    position: unset;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 46.8125em) {
  .side-by-side-content-module.alternate-layout .content-module.vertical-double-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.side-by-side-content-module.alternate-layout .masked-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module.alternate-layout .masked-image {
    top: 0;
    bottom: auto;
    height: 100%;
    width: 47%;
  }
}
.side-by-side-content-module.alternate-layout .masked-image:before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: -3px;
  display: block;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  background-color: #F5F5F6;
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='332' viewBox='0 0 107 332' width='107' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m491.389923.00232912v330.99999988l-106.095622.009825c38.533686-63.960396 68.827732-136.953525 81.700963-218.231904 6.369642-39.6215862 5.78564-78.0501585-.586142-112.78025z' fill='var( --data-primary-service-colour )' fill-rule='evenodd' transform='translate(-385 .847445)'/%3e%3c/svg%3e");
          mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='332' viewBox='0 0 107 332' width='107' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m491.389923.00232912v330.99999988l-106.095622.009825c38.533686-63.960396 68.827732-136.953525 81.700963-218.231904 6.369642-39.6215862 5.78564-78.0501585-.586142-112.78025z' fill='var( --data-primary-service-colour )' fill-rule='evenodd' transform='translate(-385 .847445)'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.side-by-side-content-module.alternate-layout .masked-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.side-by-side-content-module.alternate-layout.with-curve .masked-image {
  height: 26rem;
}
@media screen and (min-width: 46.875em) {
  .side-by-side-content-module.alternate-layout.with-curve .masked-image {
    height: 100%;
  }
}
.side-by-side-content-module.alternate-layout .left-to-right {
  justify-content: flex-end;
}
.side-by-side-content-module.alternate-layout .left-to-right .content-module {
  margin-left: 0;
  margin-right: 3%;
}
.side-by-side-content-module.alternate-layout .right-to-left {
  flex-direction: row;
}
.side-by-side-content-module.alternate-layout .right-to-left + .masked-image {
  right: 0;
  left: auto;
}
.side-by-side-content-module.alternate-layout .right-to-left + .masked-image:before {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.side-by-side-content-module.alternate-layout.primary-accent-section .masked-image:before {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.side-by-side-content-module.alternate-layout.secondary-accent-section .masked-image:before {
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.side-by-side-content-module.alternate-layout.light-grey-section .masked-image:before {
  background-color: #F5F5F6;
}
.side-by-side-content-module.alternate-layout.white-section .masked-image:before {
  background-color: #FFFFFF;
}
.side-by-side-content-module.default-layout.primary-accent-section:before {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.side-by-side-content-module.default-layout.light-grey-section:before {
  background-color: #D2D2D2;
  opacity: 0.5;
}
.side-by-side-content-module.default-layout.white-section:before {
  background-color: #F5F5F6;
  opacity: 1;
}
/*************************************************************************
 #Block Grid Modules
**************************************************************************/
.block-grid-module {
  border-radius: 1rem;
  overflow: hidden;
}
.block-grid-module .content h3 {
  color: var(--grey-colour, #3C3C3B);
  font-size: 1.25rem;
}
.block-grid-module .image .date {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  background-color: #FFFFFF;
  padding: 0.5rem 0.75rem;
  border-radius: 2rem;
  color: var(--grey-colour, #3C3C3B);
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  font-size: 0.75rem;
}
.block-grid-module .date {
  display: flex;
  align-items: center;
  color: var(--grey-colour, #3C3C3B);
}
.block-grid-module .date:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  margin-right: 0.5rem;
  content: '\f37e';
}
.block-grid-module.with-link:after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.block-grid-module.with-link:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  box-shadow: none;
}
.block-grid-module.with-download:after {
  content: '\f33d';
}
.block-grid-module.secondary-accent-section.with-link:after {
  color: var(--secondary-main-colour, #2E4E9C);
}
.block-grid-module.secondary-accent-section.with-link:hover:after {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
  box-shadow: none;
}
.block-grid-module.white-section:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  box-shadow: none;
}
.block-grid-module.white-section:hover:after {
  color: var(--primary-main-colour, #B52159);
  background-color: #F5F5F6;
}
@media screen and (max-width: 31.25em) {
  .block-grid-module {
    position: relative;
    z-index: 1;
    width: 93.996%;
  }
  .block-grid-module .vertical-outer {
    width: 100%;
  }
  .block-grid-module .image .four-by-three {
    padding-bottom: 56.25%;
  }
}
.modular-content-module:has( .block-grid-module ).white-section .block-grid-module.white-section {
  background-color: #F5F5F6;
}
/*************************************************************************
 #Icon Block Grid Modules
**************************************************************************/
.icon-block-grid-module .content {
  padding-bottom: 4.5rem;
}
.icon-block-grid-module .content .icon {
  max-width: 8rem;
}
.icon-block-grid-module .content h3 {
  margin-bottom: 0;
}
.icon-block-grid-module .content h3 + p {
  margin-top: 1rem;
}
@media screen and (min-width: 46.875em) {
  .icon-block-grid-break {
    flex-basis: 100%;
    height: 0;
  }
}
/*************************************************************************
 #Content Over Image Module
**************************************************************************/
/*************************************************************************
 #Vertical Listing Module
**************************************************************************/
.vertical-listing-module {
  display: flex;
  align-items: center;
  min-height: 15rem;
  background: #F5F5F6;
  border-radius: 1rem;
  overflow: hidden;
}
.vertical-listing-module .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
}
.vertical-listing-module .image .responsive-image-crop {
  padding: 0;
  height: 100%;
}
.vertical-listing-module .image .responsive-image-crop .bottom-border-radius-crop {
  border-radius: 0;
}
.vertical-listing-module .image .author-image {
  z-index: 3;
  bottom: 1.5rem;
}
.vertical-listing-module .image:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  height: calc(100% + 2px);
  width: 100%;
  background-color: #F5F5F6;
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='332' viewBox='0 0 107 332' width='107' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m491.389923.00232912v330.99999988l-106.095622.009825c38.533686-63.960396 68.827732-136.953525 81.700963-218.231904 6.369642-39.6215862 5.78564-78.0501585-.586142-112.78025z' fill='var( --data-primary-service-colour )' fill-rule='evenodd' transform='translate(-385 .847445)'/%3e%3c/svg%3e");
          mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='332' viewBox='0 0 107 332' width='107' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m491.389923.00232912v330.99999988l-106.095622.009825c38.533686-63.960396 68.827732-136.953525 81.700963-218.231904 6.369642-39.6215862 5.78564-78.0501585-.586142-112.78025z' fill='var( --data-primary-service-colour )' fill-rule='evenodd' transform='translate(-385 .847445)'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.vertical-listing-module .content {
  padding-left: calc(40% + 1rem*1.5);
}
.vertical-listing-module:before {
  left: unset;
  width: 60%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.vertical-listing-module.no-image .content {
  padding: 1.5rem;
}
/*************************************************************************
 #Sidebar
**************************************************************************/
@media screen and (max-width: 46.8125em) {
  .sidebar {
    position: relative;
    z-index: 1;
    width: 93.996%;
  }
  .sidebar .vertical-outer {
    width: 100%;
  }
}
/*************************************************************************
 #Tabbed Content
**************************************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabbed-content .tab {
  display: none;
  animation: fadeIn 750ms;
}
.tabbed-content .tab.active {
  display: flex;
}
.tabbed-content-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabbed-content-switcher .tabs-navigation {
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
}
.tabbed-content-switcher .tabs-navigation button {
  background-color: #F5F5F6;
  color: var(--grey-colour, #3C3C3B);
  opacity: 0.75;
}
.tabbed-content-switcher .tabs-navigation button:hover,
.tabbed-content-switcher .tabs-navigation button.active {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  opacity: 1;
}
.tabbed-content-switcher .tabs-navigation button.active {
  color: #FFFFFF;
}
.tabbed-content-switcher .tabs-navigation button.active:hover {
  cursor: default;
}
.light-grey-section .tabbed-content-switcher .tabs-navigation button {
  background-color: #FFFFFF;
  color: var(--grey-colour, #3C3C3B);
}
.light-grey-section .tabbed-content-switcher .tabs-navigation button:hover,
.light-grey-section .tabbed-content-switcher .tabs-navigation button.active {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.light-grey-section .tabbed-content-switcher .tabs-navigation button.active {
  color: #FFFFFF;
}
/*************************************************************************
 #Promotional Module
**************************************************************************/
.promotional-module {
  padding-top: 3rem;
  overflow: hidden;
}
.promotional-module .image {
  order: 2;
}
@media screen and (min-width: 46.875em) {
  .promotional-module {
    padding-top: 0;
  }
  .promotional-module .image {
    display: flex;
    order: unset;
  }
  .promotional-module .image .responsive-image-crop {
    align-self: flex-end;
  }
  .promotional-module .content-module {
    align-self: center;
  }
}
.promotional-module:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: calc(-1rem*3 + 1px);
  left: -1px;
  bottom: -1px;
  display: block;
  height: calc(100% + 1rem*3 + 2px);
  width: 100%;
  background-color: #3C3C3B;
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
  transform: scale(-1);
  opacity: 0.65;
  mix-blend-mode: soft-light;
}
@media screen and (min-width: 46.875em) {
  .promotional-module:before {
    top: -1px;
    bottom: -1px;
    height: calc(100% + 2px);
    width: 33.3%;
  }
}
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(60, 60, 59, 0.6);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  position: absolute;
  height: 2rem;
  width: 2rem;
  margin: 0;
  top: 1rem;
  right: -1rem;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F5F5F6;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f00d';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover:before {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: unset;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  line-height: 1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  font-size: 0.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: 100%;
  margin-top: -2rem;
  top: 100%;
  left: 0;
  cursor: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  padding-right: 2rem;
  color: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  z-index: 9999;
  top: 50%!important;
  transform: translateY(-50%) !important;
  height: 2rem;
  width: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #F5F5F6;
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.mfp-wrap .mfp-container .mfp-arrow:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #FFFFFF;
  z-index: 5004;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/*************************************************************************
 #Logos Container
**************************************************************************/
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.logo-grid .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
}
@media screen and (min-width: 31.25em) {
  .logo-grid .logo {
    width: 25%;
  }
}
@media screen and (min-width: 46.875em) {
  .logo-grid .logo {
    width: 20%;
  }
}
@media screen and (min-width: 62.5em) {
  .logo-grid .logo {
    flex: 1;
    width: auto;
    max-width: 180px;
  }
}
.logo-grid .logo img {
  display: block;
  height: auto;
  min-height: 80px;
  max-height: 120px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
.image-grid .image-module {
  border-radius: 1rem;
  overflow: hidden;
}
.image-grid .image-module:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  content: '\f00e';
  font-size: 2rem;
  opacity: 0;
  text-shadow: 0 0 0.5rem rgba(60, 60, 59, 0.25);
}
.image-grid .image-module:hover:after {
  opacity: 1;
}
@media screen and (max-width: 31.25em) {
  .image-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/*************************************************************************
 #Blockquote Module
**************************************************************************/
.blockquote-module {
  border-radius: 1rem;
  overflow: hidden;
}
.blockquote-module blockquote {
  padding-left: 0;
}
.blockquote-module.with-image blockquote {
  padding-right: 40%;
}
.blockquote-module.with-image .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
}
.blockquote-module.with-image .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.blockquote-module.with-image .image:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  height: calc(100% + 2px);
  width: 100%;
  background-color: #000000;
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%0A%3Csvg width='714px' height='639px' viewBox='0 0 714 639' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02-Catch-all-page' transform='translate(-886.000000, -3316.000000)' fill='%23DFE4F0'%3E%3Cg id='Side-By-Side-Image-and-Text-Module' transform='translate(-10.000000, 3144.366169)'%3E%3Cg id='Swoop-Background' transform='translate(0.000000, 171.631189)'%3E%3Cpath d='M1619,1.0432232e-13 L1619,638.002641 L1172.08791,638.018829 C1032.03423,500.100022 896.042398,309.738801 896.042398,90.5171804 C895.554486,59.3764866 899.287081,28.9566362 906.756197,1.0432232e-13 L1619,1.0432232e-13 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.65;
  mix-blend-mode: soft-light;
}
.blockquote-module.white-section.with-image .image:before {
  mix-blend-mode: unset;
  opacity: 0.09;
}
/*************************************************************************
 #Benefits
**************************************************************************/
.benefits .benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.benefits .benefit .image {
  position: relative;
  background: var(--data-bkg-colour, #F5F5F6);
  height: 4rem;
  width: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.benefits .benefit .image.primary-main {
  background-color: var(--primary-main-colour, #B52159);
}
.benefits .benefit .image.primary-accent {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.benefits .benefit .image.secondary-main {
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.benefits .benefit .image.secondary-accent {
  background-color: var(--secondary-accent-colour, #DFE4F0);
}
.benefits .benefit .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  padding: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
/*************************************************************************
 #Key Benefits
**************************************************************************/
.key-benefit {
  position: relative;
  min-height: 2.25rem;
  padding-left: 3rem;
}
.key-benefit h3 {
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
.key-benefit:before {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  -webkit-mask-image: url('img/ui/icon-tick-pink.svg');
          mask-image: url('img/ui/icon-tick-pink.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-main-colour, #B52159);
}
.primary-accent-section .key-benefit h3 {
  color: #FFFFFF;
}
.primary-accent-section .key-benefit p {
  color: #F5F5F6;
}
/*************************************************************************
 #Side by Side Module
**************************************************************************/
.side-by-side-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
}
.side-by-side-module .image {
  position: relative;
  height: 14rem;
  width: 100%;
}
.side-by-side-module .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-by-side-module .image:before,
.side-by-side-module .image:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 17px;
  border-bottom: 5px solid;
}
.side-by-side-module .image:before {
  z-index: 2;
  left: 0;
  width: 3rem;
  border-top-right-radius: 20px;
  background-image: linear-gradient(90deg, #F5991C 6%, #EC6731 17%, #E9582F 23%, #E8412C 29%, #E12029 35%, #952245 44%, #7F245B 49%, #6E266F 57%, #682776 65%, #662968 73%, #532872 83%, #342783 92%, #342783 100%);
}
.side-by-side-module .image:after {
  z-index: 1;
  right: 0;
  border-top-left-radius: 20px;
  background-color: var(--primary-main-colour, #B52159);
  width: calc(100% - 72px);
}
.side-by-side-module .image .image-container:after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: -90px;
  left: 1.5rem;
  height: 107px;
  width: 72px;
  background-image: url('img/backgrounds/bkg-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
.side-by-side-module .content {
  padding: 3rem;
  padding-top: calc(107px + 1rem*0.75);
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module .image {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 40%;
  }
  .side-by-side-module .image:before,
  .side-by-side-module .image:after {
    width: 17px;
    height: auto;
    bottom: auto;
    right: 0;
    border-bottom: none;
    border-right: 5px solid;
  }
  .side-by-side-module .image:before {
    top: 0;
    left: auto;
    height: 3.5rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    background-image: linear-gradient(0deg, #342783 6%, #342783 14%, #532872 23%, #662968 33%, #682776 41%, #6E266F 49%, #7F245B 57%, #952245 62%, #E12029 71%, #E8412C 77%, #E9582F 83%, #EC6731 89%, #F5991C 100%);
  }
  .side-by-side-module .image:after {
    bottom: 0;
    border-top-left-radius: 20px;
    height: calc(100% - 1rem*0.5 - 72px);
  }
  .side-by-side-module .image .image-container:after {
    top: 1rem;
    right: -72px;
    bottom: auto;
    left: auto;
    height: 107px;
    width: 72px;
    transform: rotate(90deg) scale(-1);
  }
  .side-by-side-module .content {
    padding-top: 3rem;
    padding-left: calc(40% + 107px + 1rem*1.5);
  }
}
.side-by-side-module.white-section .image:before,
.side-by-side-module.white-section .image:after {
  border-color: #FFFFFF;
}
.side-by-side-module.light-grey-section .image:before,
.side-by-side-module.light-grey-section .image:after {
  border-color: #F5F5F6;
}
.side-by-side-module.primary-accent-section .image:before,
.side-by-side-module.primary-accent-section .image:after {
  border-color: var(--primary-accent-colour, #F4DDE6);
}
.side-by-side-module.secondary-accent-section .image:before,
.side-by-side-module.secondary-accent-section .image:after {
  border-color: var(--secondary-accent-colour, #DFE4F0);
}
.side-by-side-module.no-arrow .image:before,
.side-by-side-module.no-arrow .image:after {
  content: unset;
}
.side-by-side-module.no-arrow .image .image-container:after {
  content: unset;
}
.side-by-side-module.no-arrow .content {
  padding-top: 3rem;
}
@media screen and (min-width: 40.625em) {
  .side-by-side-module.no-arrow .content {
    padding-left: calc(40% + 1rem*3);
  }
}
/*************************************************************************
 #Statistic Modules
**************************************************************************/
.statistic-module {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
}
.statistic-module .statistic-image {
  display: block;
  height: 4rem;
  width: 4rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  background-color: var(--data-statistic-colour);
  border-radius: 0.5rem;
  overflow: hidden;
}
.statistic-module .statistic-image img {
  height: 100%;
  width: 100%;
}
.statistic-module h3 {
  color: var(--data-statistic-colour);
}
.statistic-module p {
  color: var(--grey-colour, #3C3C3B);
}
.white-section .statistic-module {
  background-color: #F5F5F6;
}
/*************************************************************************
 #Testimonials Module
**************************************************************************/
.testimonial-module {
  padding: 1.5rem;
  position: relative;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
}
.testimonial-module:before {
  content: '';
  display: block;
  height: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
  background-image: url('img/backgrounds/double-quote-mark.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial-module .content {
  position: relative;
  z-index: 1;
}
.testimonial-module .content blockquote {
  padding: 0;
}
.testimonial-module .content blockquote p {
  color: var(--grey-colour, #3C3C3B);
}
.testimonial-module .content .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.testimonial-module .content .testimonial-author p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--grey-colour, #3C3C3B);
}
.outer-container.white-section:has( .testimonial-module ) .testimonial-module {
  background-color: #F5F5F6;
}
/*************************************************************************
 #Timeline
**************************************************************************/
/* #Vertical ------------------------------------------------------------------------ */
@media screen and (max-width: 46.8125em) {
  .timeline .introduction-content {
    position: relative;
    z-index: 1;
    width: 93.996%;
  }
  .timeline .introduction-content .vertical-outer {
    width: 100%;
  }
}
.timeline.vertical {
  position: relative;
}
.timeline.vertical .timeline-segments {
  padding-left: 6rem;
}
.timeline.vertical .timeline-segments .timeline-segment {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  z-index: 1;
  padding-bottom: 3rem;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment {
    flex-wrap: nowrap;
  }
}
.timeline.vertical .timeline-segments .timeline-segment:before,
.timeline.vertical .timeline-segments .timeline-segment:after {
  content: '';
  position: absolute;
  left: -97px;
  width: 8px;
}
@media screen and (min-width: 46.875em) {
  .timeline.vertical .timeline-segments .timeline-segment:before,
  .timeline.vertical .timeline-segments .timeline-segment:after {
    left: -107px;
  }
}
.timeline.vertical .timeline-segments .timeline-segment:before {
  z-index: 2;
  top: 0;
  height: calc(50% - 76px / 2);
  border-bottom-left-radius: 20px;
  background-image: linear-gradient(0deg, #342783 6%, #342783 14%, #532872 23%, #662968 33%, #682776 41%, #6E266F 49%, #7F245B 57%, #952245 62%, #E12029 71%, #E8412C 77%, #E9582F 83%, #EC6731 89%, #F5991C 95%, #F5991C 100%);
}
.timeline.vertical .timeline-segments .timeline-segment:after {
  z-index: 1;
  bottom: -1px;
  height: 100%;
  border-top-left-radius: 20px;
  background-image: linear-gradient(0deg, #F5991C 0%, #B52159 25%, #B52159 100%);
}
.timeline.vertical .timeline-segments .timeline-segment .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0 0;
  flex: 1;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment .content {
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 3rem 0 3rem calc(1rem*1.5 + 8px);
  }
}
.timeline.vertical .timeline-segments .timeline-segment .content h3 {
  width: 100%;
  color: var(--grey-colour, #3C3C3B);
  align-self: flex-end;
}
.timeline.vertical .timeline-segments .timeline-segment .content p {
  color: var(--grey-colour, #3C3C3B);
}
.timeline.vertical .timeline-segments .timeline-segment .content:after {
  content: '';
  position: absolute;
  z-index: 3;
  align-self: center;
  left: -84px;
  height: 76px;
  width: 50px;
  background-image: url('img/backgrounds/bkg-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .timeline.vertical .timeline-segments .timeline-segment .content:after {
    left: -94px;
  }
}
.timeline.vertical .timeline-segments .timeline-segment.no-image .content {
  border-radius: 0.5rem;
}
.timeline.vertical .timeline-segments .timeline-segment .image {
  position: relative;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  min-height: 14rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical .timeline-segments .timeline-segment .image {
    width: 40%;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .timeline.vertical .timeline-segments .timeline-segment .image:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    bottom: -1px;
    display: block;
    height: calc(100% + 2px);
    width: 100%;
    background-color: #FFFFFF;
    -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='253' viewBox='0 0 89 253' width='89' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m446.670973 252.256986-3.670973-.007182v-251.99999999l88.810624-.00502525c-46.292646 82.96371624-71.654745 171.94980824-85.139651 252.01220724z' fill='%23fff' fill-rule='evenodd' transform='translate(-443)'/%3e%3c/svg%3e");
            mask: url("data:image/svg+xml;charset=UTF-8,%3csvg height='253' viewBox='0 0 89 253' width='89' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m446.670973 252.256986-3.670973-.007182v-251.99999999l88.810624-.00502525c-46.292646 82.96371624-71.654745 171.94980824-85.139651 252.01220724z' fill='%23fff' fill-rule='evenodd' transform='translate(-443)'/%3e%3c/svg%3e");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: left;
            mask-position: left;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.timeline.vertical.no-arrows .timeline-segments {
  padding-left: 0;
}
.timeline.vertical.no-arrows .timeline-segments:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 1rem*12.5);
  top: 7.5rem;
  left: 3rem;
  transform: translateX(-1px);
  background-image: linear-gradient(to bottom, rgba(60, 60, 59, 0) 50%, var(--primary-main-colour, #B52159) 0);
  background-repeat: repeat-y;
  background-size: 1px 8px;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment:before,
.timeline.vertical.no-arrows .timeline-segments .timeline-segment:after {
  content: unset;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:after {
  content: unset;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:before,
.timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:after {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  left: calc(1rem*3 - (1rem*0.75 / 2));
  content: '';
  background: unset;
  background-color: var(--primary-main-colour, #B52159);
  border-radius: 50%;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:before {
  top: calc(-1rem*0.75 / 2);
  z-index: 1;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:after {
  top: calc(100% + (-1rem*0.75 / 2) + 1rem*14);
  z-index: 1;
}
@media screen and (min-width: 62.5em) {
  .timeline.vertical.no-arrows .timeline-segments .timeline-segment .content:after {
    top: calc(100% + (-1rem*0.75 / 2));
  }
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment.no-image .content:after {
  top: calc(100% + (-1rem*0.75 / 2));
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment:first-child .content:before {
  display: none;
}
.timeline.vertical.no-arrows .timeline-segments .timeline-segment:last-child .content:after {
  display: none;
}
.primary-accent-section .timeline.vertical:before {
  background-color: #FFFFFF;
}
.primary-accent-section .timeline.vertical .timeline-segment:before,
.primary-accent-section .timeline.vertical .timeline-segment:after {
  background-color: #FFFFFF;
}
.primary-accent-section .timeline.vertical .timeline-segment .content p {
  color: var(--grey-colour, #3C3C3B);
}
.primary-accent-section .timeline.vertical .timeline-segment .content:after {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.light-grey-section .timeline.vertical .timeline-segment .content {
  background-color: #FFFFFF;
}
.light-grey-section .timeline.vertical .timeline-segment .content:after {
  background-color: #F5F5F6;
}
.white-section .timeline.vertical .timeline-segment .content {
  background-color: #F5F5F6;
}
.white-section .timeline.vertical .timeline-segment .image:before {
  background-color: #F5F5F6;
}
.secondary-accent-section .timeline.vertical .timeline-segment .content:after {
  background-color: var(--secondary-accent-colour, #DFE4F0);
}
/* 
Use: Carousels
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #JS Carousel
**************************************************************************/
/* This sets duration of the transition between slides in milliseconds */
/* This sets the colour of the various ui elements such as dot controls and arrows, change it to your project requirements */
.js-carousel .js-carousel-slides {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-slides .carousel-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.static-button,
.js-carousel .js-carousel-controls .direction-right.static-button {
  transition: none;
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button,
.js-carousel .js-carousel-controls .direction-right.primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button:before,
.js-carousel .js-carousel-controls .direction-right.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.primary-main-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button:before,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.secondary-main-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.white-button,
.js-carousel .js-carousel-controls .direction-right.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .direction-left.white-button:before,
.js-carousel .js-carousel-controls .direction-right.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.white-button:hover:before,
.js-carousel .js-carousel-controls .direction-right.white-button:hover:before {
  right: 0;
  width: 100%;
}
.js-carousel .js-carousel-controls .direction-left.black-static-button,
.js-carousel .js-carousel-controls .direction-right.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button,
.js-carousel .js-carousel-controls .direction-right.transparent-button {
  background-color: transparent;
}
.js-carousel .js-carousel-controls .direction-left.transparent-button:after,
.js-carousel .js-carousel-controls .direction-right.transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left.reset:after,
.js-carousel .js-carousel-controls .direction-right.reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.reset:hover:after,
.js-carousel .js-carousel-controls .direction-right.reset:hover:after {
  transform: rotate(-360deg);
}
.js-carousel .js-carousel-controls .direction-left.search:after,
.js-carousel .js-carousel-controls .direction-right.search:after {
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0!important;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:hover:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:hover:after {
  left: 0.125rem;
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left.external-link:after,
.js-carousel .js-carousel-controls .direction-right.external-link:after {
  content: '\f08e';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left:after:after,
.js-carousel .js-carousel-controls .direction-right:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  display: flex;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  height: 100%;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  overflow: hidden;
  min-height: 75vh;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide.middle-container .inner-container {
  width: 100%;
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  width: 100%;
  justify-content: center;
  bottom: 6rem;
}
/*************************************************************************
 #Testimonials Carousel
**************************************************************************/
.testimonials-carousel-content > h2:before {
  content: '';
  display: block;
  height: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-mask-image: url('img/backgrounds/double-quote-mark.svg');
          mask-image: url('img/backgrounds/double-quote-mark.svg');
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-main-colour, #B52159);
}
.testimonials-carousel .carousel-slides .flickity-viewport {
  overflow: hidden;
}
.testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide .testimonial-module {
  background-color: transparent;
  padding: 0;
}
.testimonials-carousel .carousel-slides .flickity-viewport .carousel-slide .testimonial-module:before {
  display: none;
}
/*************************************************************************
 #Contained Carousel
**************************************************************************/
.contained-carousel .carousel-slides .flickity-viewport {
  border-radius: 1rem;
  overflow: hidden;
}
/*************************************************************************
 #Timeline Carousel
**************************************************************************/
.timeline-module .timeline-carousel {
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .timeline-module .timeline-carousel {
    width: 93.996%;
  }
}
.timeline-module .timeline-carousel:before,
.timeline-module .timeline-carousel:after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  height: 100%;
}
.timeline-module .timeline-carousel:before {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  left: 0;
}
.timeline-module .timeline-carousel:after {
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.timeline-module .timeline-carousel .flickity-viewport:before {
  content: '';
  position: absolute;
  top: calc(1rem*2.5 - 0.5px);
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(60, 60, 59, 0) 50%, var(--primary-main-colour, #B52159) 0);
  background-repeat: repeat-x;
  background-size: 8px 1px;
}
.timeline-module .timeline-carousel.flickity-enabled .flickity-viewport:before {
  opacity: 1;
}
.timeline-module .timeline-carousel .timeline-carousel-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0 1.5rem;
  width: 100%;
}
.timeline-module .timeline-carousel .timeline-carousel-item:before {
  content: '';
  position: absolute;
  height: 5rem;
  width: 8rem;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
@media screen and (min-width: 46.875em) {
  .timeline-module .timeline-carousel .timeline-carousel-item {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .timeline-module .timeline-carousel .timeline-carousel-item {
    width: 33.3%;
  }
}
.timeline-module .timeline-carousel .timeline-carousel-item .image {
  position: relative;
  z-index: 10;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.timeline-module .timeline-carousel .timeline-carousel-item .image .image-container {
  border-radius: 50%;
  overflow: hidden;
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:before,
.timeline-module .timeline-carousel .timeline-carousel-item .image:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(1rem*2.5 - 4px);
  height: 8px;
  width: 8px;
  background-color: var(--primary-main-colour, #B52159);
  border-radius: 50%;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:before {
  left: calc(-1rem*2 + 4px);
}
.timeline-module .timeline-carousel .timeline-carousel-item .image:after {
  right: calc(-1rem*2 + 4px);
}
.timeline-module .timeline-carousel .timeline-carousel-item .content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0.75rem 0.75rem 1.5rem;
}
.timeline-module .timeline-carousel .timeline-carousel-item .content h3 {
  color: var(--grey-colour, #3C3C3B);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
}
.timeline-module .timeline-carousel .timeline-carousel-item .content p {
  color: var(--grey-colour, #3C3C3B);
}
.timeline-module .timeline-carousel .timeline-carousel-item.is-selected .content h3 {
  color: var(--primary-main-colour, #B52159);
}
.timeline-module .timeline-carousel .flickity-prev-next-button {
  top: 5.5rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.timeline-module .timeline-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.timeline-module .timeline-carousel .flickity-prev-next-button.next {
  right: 0;
}
.timeline-module .timeline-carousel .flickity-prev-next-button:hover {
  background-color: #F5F5F6;
}
.timeline-module.light-grey-section .timeline-carousel:before {
  background-image: linear-gradient(270deg, rgba(245, 245, 246, 0) 0%, #F5F5F6 100%);
}
.timeline-module.light-grey-section .timeline-carousel:after {
  background-image: linear-gradient(270deg, #F5F5F6 0%, rgba(245, 245, 246, 0) 100%);
}
.timeline-module.light-grey-section .timeline-carousel .timeline-carousel-item:before {
  background-color: #F5F5F6;
}
.timeline-module.primary-accent-section {
  background-image: none;
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.timeline-module.primary-accent-section .timeline-carousel:before {
  background-image: linear-gradient(270deg, rgba(60, 60, 59, 0) 0%, var(--primary-accent-colour, #F4DDE6) 100%);
}
.timeline-module.primary-accent-section .timeline-carousel:after {
  background-image: linear-gradient(270deg, var(--primary-accent-colour, #F4DDE6) 0%, rgba(60, 60, 59, 0) 100%);
}
.timeline-module.primary-accent-section .timeline-carousel .timeline-carousel-item:before {
  background-color: var(--primary-accent-colour, #F4DDE6);
}
.timeline-module.primary-accent-section .timeline-carousel .timeline-carousel-item .image:before,
.timeline-module.primary-accent-section .timeline-carousel .timeline-carousel-item .image:after {
  background-color: #F5F5F6;
}
.timeline-module.primary-accent-section .timeline-carousel .timeline-carousel-item .content h3 {
  color: #FFFFFF;
}
.timeline-module.primary-accent-section .timeline-carousel .timeline-carousel-item .content p {
  color: #F5F5F6;
}
.timeline-module.primary-accent-section .flickity-viewport:before {
  background-image: linear-gradient(to right, rgba(245, 245, 246, 0) 50%, #F5F5F6 0);
}
/*************************************************************************
 #Flickity
**************************************************************************/
.flickity-carousel .flickity-button {
  position: absolute;
  top: 50%;
  background-color: transparent !important;
  transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
}
.flickity-carousel .flickity-button svg {
  display: none;
}
.flickity-carousel .flickity-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--primary-main-colour, #B52159);
  border-radius: 50%;
  overflow: hidden;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f054';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.flickity-carousel .flickity-button:hover:after {
  color: var(--primary-main-colour, #B52159);
  background-color: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.flickity-carousel .flickity-button:active {
  opacity: 1;
}
.flickity-carousel .flickity-button:active:after {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.flickity-carousel .flickity-button.previous {
  left: 1.25rem;
}
@media screen and (min-width: 46.875em) {
  .flickity-carousel .flickity-button.previous {
    left: -3.5rem;
  }
}
.flickity-carousel .flickity-button.previous:after {
  content: '\f053';
}
.flickity-carousel .flickity-button.next {
  right: 1.25rem;
}
@media screen and (min-width: 46.875em) {
  .flickity-carousel .flickity-button.next {
    right: -3.5rem;
  }
}
.flickity-carousel .flickity-button.next:after {
  content: '\f054';
}
/* #General ------------------------------------------------------------------------ */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* #Dragable ------------------------------------------------------------------------ */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* #Buttons ------------------------------------------------------------------------ */
.flickity-button {
  position: absolute;
  z-index: 10;
  background: transparent;
  border: none;
  color: var(--grey-colour, #3C3C3B);
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
}
.flickity-button:active {
  opacity: 0.5;
}
.flickity-button:disabled {
  opacity: 0.25;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* #Previous/Next ------------------------------------------------------------------------ */
.flickity-prev-next-button {
  width: 2rem;
  height: 2rem;
  top: calc(1rem*4 + 1px);
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1rem;
  position: relative;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: auto;
  margin-right: 0.25rem !important;
}
.flickity-prev-next-button.previous:after {
  content: '\f060';
}
.flickity-prev-next-button.next {
  left: auto;
  right: auto;
  margin-left: 0.25rem !important;
}
.flickity-prev-next-button.next:after {
  content: '\f061';
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
/* #Page Dots ------------------------------------------------------------------------ */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.375rem;
  background: rgba(60, 60, 59, 0.5);
  mix-blend-mode: color-burn;
  border-radius: 50%;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.flickity-page-dots .dot:hover {
  background-color: var(--primary-main-colour, #B52159);
}
.flickity-page-dots .dot.is-selected {
  background-color: var(--primary-main-colour, #B52159);
}
/* #Fade ------------------------------------------------------------------------ */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/* 
Use: Animations
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/* The 13-animations.less stylesheet allows custom animation styles to be created to suit the design of the project. */
/* 
Use: Forms
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
textarea {
  border-radius: 0.5rem;
  overflow: hidden;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  border-radius: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF !important;
  color: var(--grey-colour, #3C3C3B);
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="checkbox"]::-moz-placeholder, input[type="radio"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--grey-colour, #3C3C3B);
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="checkbox"]::placeholder,
input[type="radio"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--grey-colour, #3C3C3B);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 3px var(--primary-main-colour, #B52159) !important;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select,
input[type="search"] {
  background-position: calc(100% - 1rem*0.5) center;
  background-repeat: no-repeat;
  background-size: auto 90% !important;
  padding-right: 2rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg') !important;
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  padding: 0.5rem 1rem;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1rem !important;
  min-width: 1rem !important;
  height: 1rem !important;
  min-height: 1rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
nf-field .ninja-forms-req-symbol {
  color: #B7202D;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #F5F5F6;
  border-radius: 0;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: var(--primary-main-colour, #B52159);
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #B7202D;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}
.nf-error-msg {
  background-color: #B7202D;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.375rem 0.75rem 0.25rem;
  border-radius: 1rem;
  overflow: hidden;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
/*************************************************************************
 #Live Search
**************************************************************************/
.relevanssi-live-search-results {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  display: none;
  width: 100% !important;
  height: 0;
  min-height: 10rem;
  top: 100% !important;
  left: 0 !important;
  opacity: 0;
  z-index: 1003;
}
.relevanssi-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}
@keyframes relevanssi-spinner-line-fade-more {
  0%,
  100% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
}
@keyframes relevanssi-spinner-line-fade-quick {
  0%,
  39%,
  100% {
    opacity: 0.25;
  }
  40% {
    opacity: 1;
  }
}
@keyframes relevanssi-spinner-line-fade-default {
  0%,
  100% {
    opacity: 0.15;
  }
  1% {
    opacity: 1;
  }
}
/*************************************************************************
 #Site Search Dropdown Search
**************************************************************************/
.search-form {
  position: relative;
  z-index: 10;
}
.search-form input[type="search"] {
  width: 100%;
}
.search-form #ajax-live-site-search-results {
  position: absolute;
  top: calc(100% + 1rem*0.5);
  left: 0;
  width: 100%;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  min-height: auto!important;
  max-height: 10rem;
  background-color: #FFFFFF;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-no-results {
  padding: 1rem;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages {
  display: flex;
  justify-content: center;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid var(--primary-main-colour, #B52159);
  border-bottom-color: #FFFFFF;
  border-radius: 50%;
  display: none;
  opacity: 0;
  animation: rotation 1s linear infinite;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner:before,
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner:after {
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .live-ajax-messages #relevanssi-live-ajax-search-spinner.rlv-has-spinner {
  display: inline-block;
  opacity: 1;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status {
  background-color: var(--primary-main-colour, #B52159);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  border-bottom: none;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result {
  position: relative;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result:after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 1px;
  width: calc(100% - 1rem*2);
  background-color: #F5F5F6;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result:last-child:after {
  display: none;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result p {
  padding: 0;
  font-size: 0.85rem;
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: var(--grey-colour, #3C3C3B);
}
.search-form #ajax-live-site-search-results .relevanssi-live-search-results .relevanssi-live-search-result p a:hover {
  color: var(--primary-main-colour, #B52159);
  background-color: rgba(245, 245, 246, 0.5);
}
/*************************************************************************
 #Filter Module
**************************************************************************/
.filter-container {
  position: relative;
  z-index: 1;
}
.filter-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: visible;
}
@media screen and (min-width: 46.875em) {
  .filter-module {
    flex-wrap: nowrap;
  }
}
.filter-module .facetwp-type-search {
  flex: 100%;
  margin-bottom: 0;
}
.filter-module .facetwp-type-search .facetwp-input-wrap,
.filter-module .facetwp-type-search input {
  width: 100%;
}
.filter-module .facetwp-type-dropdown {
  flex: 100%;
  margin-bottom: 0;
}
.filter-module .facetwp-type-dropdown select {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-dropdown {
    max-width: 33.3%;
  }
}
.filter-module.map-filters .facetwp-type-proximity {
  display: flex;
  gap: 1rem;
  flex: 100%;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity {
    flex-wrap: nowrap;
  }
}
.filter-module.map-filters .facetwp-type-proximity .facetwp-input-wrap {
  width: 100%;
}
.filter-module.map-filters .facetwp-type-proximity .facetwp-input-wrap input {
  width: 100%;
}
.filter-module.map-filters .facetwp-type-proximity select {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity select {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .filter-module.map-filters .facetwp-type-proximity {
    max-width: 66.6%;
    margin-bottom: 0;
  }
}
.facetwp-type-reset {
  margin-bottom: 0 !important;
}
.facetwp-type-reset .facetwp-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset:last-child {
  margin-bottom: 0;
}
.facetwp-type-reset .facetwp-reset:focus {
  outline: none;
}
.facetwp-type-reset .facetwp-reset:hover {
  border-bottom: none;
}
.facetwp-type-reset .facetwp-reset:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-reset .facetwp-reset:before,
.facetwp-type-reset .facetwp-reset:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-reset .facetwp-reset:before {
  z-index: -2;
}
.facetwp-type-reset .facetwp-reset:after {
  z-index: -1;
}
.facetwp-type-reset .facetwp-reset.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-type-reset .facetwp-reset.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-type-reset .facetwp-reset.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-reset .facetwp-reset.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-type-reset .facetwp-reset.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset.static-button {
  transition: none;
}
.facetwp-type-reset .facetwp-reset.primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-type-reset .facetwp-reset.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.facetwp-type-reset .facetwp-reset.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-type-reset .facetwp-reset.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-type-reset .facetwp-reset.transparent-button {
  background-color: transparent;
}
.facetwp-type-reset .facetwp-reset.transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.facetwp-type-reset .facetwp-reset.with-icon {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-reset .facetwp-reset.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-reset .facetwp-reset.reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-reset .facetwp-reset.search:after {
  content: '\f002';
}
.facetwp-type-reset .facetwp-reset.download-button {
  padding-right: 0!important;
}
.facetwp-type-reset .facetwp-reset.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-reset .facetwp-reset.arrow-left:after {
  content: '\f053';
}
.facetwp-type-reset .facetwp-reset.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-type-reset .facetwp-reset.close:after {
  content: '\f00d';
}
.facetwp-type-reset .facetwp-reset.external-link:after {
  content: '\f08e';
}
.facetwp-type-reset .facetwp-reset:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-reset .facetwp-reset:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-reset .facetwp-reset:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-reset .facetwp-reset:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-reset .facetwp-reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-reset .facetwp-reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-facet .facetwp-icon:before {
  animation-name: unset !important;
}
.facetwp-facet.facetwp-type-search input {
  padding-right: 2.5rem !important;
}
.facetwp-facet.facetwp-type-search .facetwp-icon {
  right: 1rem;
}
.facetwp-facet.facetwp-type-search .facetwp-icon:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.85rem;
  content: '\f002';
  line-height: 2.5rem;
  background: none;
  width: auto;
}
.facetwp-facet .facetwp-icon {
  opacity: 1;
}
.facetwp-facet .facetwp-icon.locate-me {
  right: auto;
  left: 0.75rem;
}
.facetwp-facet .facetwp-icon.locate-me:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-main-colour, #B52159);
  content: '\f3c5';
  line-height: 2.5rem;
  background: none;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location {
  padding-left: 2rem !important;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 0.5rem;
  background-color: #FFFFFF;
  border: none;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result {
  font-size: 0.75rem;
  padding: 0.5rem;
  border-bottom: 1px solid #F5F5F6;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result .result-main {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--grey-colour, #3C3C3B);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result .result-secondary {
  font-size: 0.75rem;
  color: #ffffff;
  margin-left: 0.125rem;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result.active {
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result.active .result-main {
  color: #FFFFFF;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result:hover {
  background-color: #F5F5F6;
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-result:hover .result-main {
  color: var(--grey-colour, #3C3C3B);
}
.facetwp-facet .facetwp-icon.locate-me + input.facetwp-location + .location-results .location-attribution {
  display: none;
}
/*************************************************************************
 #Facet Pagination
**************************************************************************/
.facetwp-type-pager {
  clear: left;
  margin-bottom: 2rem;
}
.facetwp-type-pager .facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.25rem;
  color: var(--grey-colour, #3C3C3B);
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 0.85rem;
  background-color: #F5F5F6;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #FFFFFF;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev,
.facetwp-type-pager .facetwp-pager .facetwp-page.next {
  color: transparent;
  background: none;
  width: auto;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:before,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  position: absolute;
  margin: 0;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #663366;
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover:before,
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover:before {
  color: var(--primary-main-colour, #B52159);
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:before {
  content: '\f104';
}
.facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover:before {
  margin-right: 2px;
}
.facetwp-type-pager .facetwp-pager .facetwp-page.next:before {
  content: '\f105';
}
.facetwp-type-pager .facetwp-pager .facetwp-page.next:hover:before {
  margin-left: 2px;
}
.facetwp-type-pager .facetwp-load-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  font-size: 0.85rem;
  display: block;
  margin: 0 auto;
}
.facetwp-type-pager .facetwp-load-more:last-child {
  margin-bottom: 0;
}
.facetwp-type-pager .facetwp-load-more:focus {
  outline: none;
}
.facetwp-type-pager .facetwp-load-more:hover {
  border-bottom: none;
}
.facetwp-type-pager .facetwp-load-more:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.facetwp-type-pager .facetwp-load-more:before,
.facetwp-type-pager .facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.facetwp-type-pager .facetwp-load-more:before {
  z-index: -2;
}
.facetwp-type-pager .facetwp-load-more:after {
  z-index: -1;
}
.facetwp-type-pager .facetwp-load-more.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.facetwp-type-pager .facetwp-load-more.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.facetwp-type-pager .facetwp-load-more.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.facetwp-type-pager .facetwp-load-more.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.facetwp-type-pager .facetwp-load-more.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more.static-button {
  transition: none;
}
.facetwp-type-pager .facetwp-load-more.primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.facetwp-type-pager .facetwp-load-more.primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.facetwp-type-pager .facetwp-load-more.white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.white-button:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.facetwp-type-pager .facetwp-load-more.transparent-button {
  background-color: transparent;
}
.facetwp-type-pager .facetwp-load-more.transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.facetwp-type-pager .facetwp-load-more.with-icon {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.facetwp-type-pager .facetwp-load-more.reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.reset:hover:after {
  transform: rotate(-360deg);
}
.facetwp-type-pager .facetwp-load-more.search:after {
  content: '\f002';
}
.facetwp-type-pager .facetwp-load-more.download-button {
  padding-right: 0!important;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.facetwp-type-pager .facetwp-load-more.download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.facetwp-type-pager .facetwp-load-more.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.facetwp-type-pager .facetwp-load-more.arrow-left:after {
  content: '\f053';
}
.facetwp-type-pager .facetwp-load-more.arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more.arrow-right:hover:after {
  left: 0.125rem;
}
.facetwp-type-pager .facetwp-load-more.close:after {
  content: '\f00d';
}
.facetwp-type-pager .facetwp-load-more.external-link:after {
  content: '\f08e';
}
.facetwp-type-pager .facetwp-load-more:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.facetwp-type-pager .facetwp-load-more:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facetwp-type-pager .facetwp-load-more:hover:before {
  right: 0;
  width: 100%;
}
.facetwp-type-pager .facetwp-load-more.facetwp-hidden {
  display: none !important;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Author Profile
**************************************************************************/
.team-member-content .job-title {
  color: var(--primary-main-colour, #B52159);
  font-size: 1.5rem;
}
.team-member-content .contact-list li:before {
  font-size: 1rem;
}
.author-question h3 + p {
  position: relative;
}
.author-question h3 + p:before {
  content: '';
  position: absolute;
  top: -0.25rem;
  left: 0;
  height: 1.5rem;
  width: 1rem;
  -webkit-mask-image: url('img/backgrounds/quote-mark.svg');
          mask-image: url('img/backgrounds/quote-mark.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--primary-main-colour, #B52159);
}
.author-question p {
  padding-left: 1.5rem;
}
.author-question p:last-child:after {
  content: '';
  position: absolute;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  height: 1.5rem;
  width: 1rem;
  -webkit-mask-image: url('img/backgrounds/quote-mark.svg');
          mask-image: url('img/backgrounds/quote-mark.svg');
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: scale(-1);
  background-color: var(--primary-main-colour, #B52159);
}
.author-details .author-image {
  max-width: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.author-details h3 {
  margin-bottom: 0.5rem;
}
.author-details h3 a {
  color: var(--grey-colour, #3C3C3B);
  text-decoration: none;
}
.author-details h3 a:hover {
  color: var(--primary-main-colour, #B52159);
}
.author-details .contact-list {
  margin-bottom: 1rem;
}
@media screen and (max-width: 46.8125em) {
  .author-details {
    position: relative;
    z-index: 1;
    width: 93.996%;
    margin-top: 3rem;
  }
  .author-details .vertical-outer {
    width: 100%;
  }
}
.job-title {
  color: var(--primary-main-colour, #B52159) !important;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.author-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.author-filters .facetwp-facet {
  margin-bottom: 0;
}
/*************************************************************************
 #Password Form
**************************************************************************/
.password-form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.password-form input[type="submit"]:last-child {
  margin-bottom: 0;
}
.password-form input[type="submit"]:focus {
  outline: none;
}
.password-form input[type="submit"]:hover {
  border-bottom: none;
}
.password-form input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.password-form input[type="submit"]:before,
.password-form input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.password-form input[type="submit"]:before {
  z-index: -2;
}
.password-form input[type="submit"]:after {
  z-index: -1;
}
.password-form input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
.password-form input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
.password-form input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.password-form input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
.password-form input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.password-form input[type="submit"].static-button {
  transition: none;
}
.password-form input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
.password-form input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
.password-form input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
.password-form input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
.password-form input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
.password-form input[type="submit"].transparent-button {
  background-color: transparent;
}
.password-form input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
.password-form input[type="submit"].with-icon {
  padding-right: 0!important;
}
.password-form input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
.password-form input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.password-form input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
.password-form input[type="submit"].search:after {
  content: '\f002';
}
.password-form input[type="submit"].download-button {
  padding-right: 0!important;
}
.password-form input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
.password-form input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.password-form input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
.password-form input[type="submit"].arrow-left:after {
  content: '\f053';
}
.password-form input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
.password-form input[type="submit"].close:after {
  content: '\f00d';
}
.password-form input[type="submit"].external-link:after {
  content: '\f08e';
}
.password-form input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.password-form input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.password-form input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  background-color: var(--primary-main-colour, #B52159) !important;
  min-height: auto!important;
  max-height: auto!important;
  border-top: none!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0.5rem 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 0.75rem !important;
  color: #FFFFFF !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p:last-child {
  margin-bottom: 0!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  color: #FFFFFF !important;
  font-size: 1rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border-radius: 2rem !important;
  padding: 0 1rem !important;
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border-radius: 2rem !important;
  padding: 0 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 1.25rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.static-button {
  transition: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button {
  color: #FFFFFF !important;
  background-color: var(--primary-main-colour, #B52159) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  opacity: 0.15 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #2E4E9C) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  opacity: 0.15 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.secondary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.black-static-button {
  transition: none !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button {
  background-color: transparent !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.transparent-button:after {
  color: var(--primary-main-colour, #B52159) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.with-icon:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.reset:after {
  content: '\f0e2' !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.reset:hover:after {
  transform: rotate(-360deg) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.search:after {
  content: '\f002' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 900 !important;
  content: '\f56d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-left:after {
  content: '\f053' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-right:after {
  content: '\f054' !important;
  position: relative !important;
  left: 0 !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-right:hover:after {
  left: 0.125rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.close:after {
  content: '\f00d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.external-link:after {
  content: '\f08e' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  background-color: #3C3C3B !important;
  background-color: rgba(45, 43, 47, 0.75) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content:after {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  color: #D2D2D2 !important;
  border-radius: 0!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0!important;
  right: 0!important;
  border-radius: 0!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close .moovegdpr-arrow-close {
  background-color: var(--primary-main-colour, #B52159) !important;
  border: 1px solid var(--primary-main-colour, #B52159) !important;
  border-radius: 0!important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-close:hover .moovegdpr-arrow-close {
  background-color: var(--primary-main-colour, #B52159) !important;
  border: 1px solid var(--primary-main-colour, #B52159) !important;
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  padding: 3rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  height: auto!important;
  box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
  text-align: center !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder img {
  max-height: 6rem !important;
  margin-bottom: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li {
  margin-bottom: 0.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button {
  padding: 0.5rem 1rem !important;
  border-radius: 0!important;
  background-color: #FFFFFF !important;
  border: 2px solid var(--primary-main-colour, #B52159) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg {
  color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button span *,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button svg * {
  color: inherit!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button {
  background-color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button span *,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li.menu-item-selected button svg * {
  color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #F5F5F6 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .tab-title {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #3C3C3B !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  padding: 0!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 1rem !important;
  color: #3C3C3B !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p:last-child {
  margin-bottom: 0!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider {
  background-color: #D2D2D2 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:before {
  left: 2px!important;
  bottom: 2px!important;
  box-shadow: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch .cookie-slider:after {
  color: #3C3C3B !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider {
  background-color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .cookie-switch input:checked + .cookie-slider:after {
  color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
  background-color: #F5F5F6 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content:before {
  height: 2px!important;
  background-color: #F5F5F6 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 0 3rem;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1 !important;
  font-size: 1rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 1.25rem !important;
  color: #FFFFFF !important;
  background-color: var(--primary-main-colour, #B52159) !important;
  display: none!important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:last-child {
  margin-bottom: 0 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:focus {
  outline: none !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover {
  border-bottom: none !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before,
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before {
  z-index: -2 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  z-index: -1 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border-radius: 2rem !important;
  padding: 0 1rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 2.5rem !important;
  padding: 0 1.25rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.static-button {
  transition: none !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.primary-main-button {
  color: #FFFFFF !important;
  background-color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.primary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  opacity: 0.15 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.primary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.secondary-main-button {
  color: #FFFFFF !important;
  background-color: var(--secondary-main-colour, #2E4E9C) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.secondary-main-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  opacity: 0.15 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.secondary-main-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button {
  color: var(--grey-colour, #3C3C3B) !important;
  background-color: #FFFFFF !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #F5F5F6 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.black-static-button {
  transition: none !important;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button {
  background-color: transparent !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.transparent-button:after {
  color: var(--primary-main-colour, #B52159) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.with-icon:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only {
  padding-right: 0!important !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.icon-only:after {
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.reset:after {
  content: '\f0e2' !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.reset:hover:after {
  transform: rotate(-360deg) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.search:after {
  content: '\f002' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button {
  padding-right: 0!important !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  border-radius: 1.5rem !important;
  padding: 0 0.75rem !important;
  height: inherit !important;
  line-height: inherit !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 900 !important;
  content: '\f56d' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-left:after {
  content: '\f053' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-right:after {
  content: '\f054' !important;
  position: relative !important;
  left: 0 !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.arrow-right:hover:after {
  left: 0.125rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.close:after {
  content: '\f00d' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.external-link:after {
  content: '\f08e' !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 0 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: #FFFFFF !important;
  opacity: 0.15 !important;
  border-radius: inherit !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1) !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button:hover:before {
  right: 0 !important;
  width: 100% !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.button-visible {
  display: inline-block !important;
}
/* #Settings Modal ------------------------------------------------------------------------ */
#moove_gdpr_save_popup_settings_button {
  background-color: var(--primary-main-colour, #B52159) !important;
  border-radius: 0!important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  font-size: 0.75rem !important;
}
/* 
Use: Header
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Off Canvas Search
**************************************************************************/
.search-wrap {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  z-index: 0;
  overflow: hidden;
}
.search-wrap .search-module {
  padding-right: 3.5rem;
}
@media screen and (min-width: 46.875em) {
  .search-wrap .search-module {
    padding-right: 0;
  }
}
.search-wrap .close-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  display: block;
  float: right;
  margin-right: 3%;
  margin-left: 0;
  word-spacing: normal;
  cursor: pointer;
}
.search-wrap .close-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  content: '\f00d';
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-main-colour, #B52159);
  font-size: 0.75rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.search-wrap .close-button:hover:after {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
  box-shadow: none;
}
.outer-content-wrap {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
.show-search .search-wrap {
  overflow: visible;
  transform: translateY(0);
}
.show-search .outer-content-wrap {
  transform: translateY(4.5rem);
}
/*************************************************************************
 #Global
**************************************************************************/
/*************************************************************************
 #Main Masthead
**************************************************************************/
header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.masthead .navigation-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.masthead .navigation-module .top-bar-navigation {
  display: flex;
  flex: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  height: 3rem;
  padding-right: 1.5rem;
}
.masthead .navigation-module .top-bar-navigation ul li a {
  color: #FFFFFF;
}
.masthead .navigation-module .top-bar-navigation button {
  color: #FFFFFF;
}
.masthead .navigation-module .navigation-container {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #FFFFFF;
  height: 4rem;
  border-radius: 4rem;
  margin: 1.5rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.masthead .navigation-module .navigation-container ul li.button {
  margin: auto;
}
.masthead .navigation-module .navigation-container ul li.button a {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF !important;
  background-color: var(--primary-main-colour, #B52159);
  padding: 0 1rem;
  border-radius: 2.5rem;
  overflow: hidden;
  transform-style: preserve-3d;
}
.masthead .navigation-module .navigation-container ul li.button a:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.masthead .navigation-module .navigation-container ul li.button a:hover:before {
  right: 0;
  width: 100%;
}
.masthead .navigation-module .navigation-container ul li.button.email a {
  padding-right: 2.5rem;
}
.masthead .navigation-module .navigation-container ul li.button.email a:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  position: absolute;
  right: 1rem;
  content: '\f2b6';
}
.masthead .navigation-module .navigation-container .button.search {
  margin-left: 0.5rem;
}
.masthead .navigation-module .navigation-container .button.search:before {
  display: none;
}
.masthead .navigation-module .navigation-container .button.search:after {
  color: var(--primary-main-colour, #B52159);
}
.masthead .navigation-module .navigation-container .button.search:hover {
  background-color: #F5F5F6;
}
.masthead .navigation-module .navigation-container .menu-button {
  position: relative;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: var(--primary-main-colour, #B52159);
  text-transform: uppercase;
  height: 4rem;
  margin-right: 1rem;
  padding-left: 2.5rem;
  background-color: transparent;
}
@media screen and (min-width: 53.125em) {
  .masthead .navigation-module .navigation-container .menu-button {
    display: none;
  }
}
.masthead .navigation-module .navigation-container .menu-button:before {
  position: absolute;
  width: 2rem;
  height: 100%;
  line-height: 4rem !important;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: var(--primary-main-colour, #B52159);
  content: '\f0c9';
  text-align: center;
  text-indent: 0;
}
.masthead .logo {
  position: absolute;
  z-index: 10;
  top: -1px;
  left: -1px;
  width: 50%;
  max-width: 280px;
  aspect-ratio: 357 / 183;
  background-image: url('img/logos/logo-base.svg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 62.5em) {
  .masthead .logo {
    max-width: 360px;
  }
}
.masthead .logo a {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.masthead .logo a img {
  margin-top: 1.25rem;
  height: calc(100% - 1rem*3.5);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 62.5em) {
  .masthead .logo a img {
    margin-top: 1.5rem;
    height: calc(100% - 1rem*4.5);
  }
}
/*************************************************************************
 #Simple Horizontal Navigation
**************************************************************************/
/* #Top Level Styles ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation {
  margin-left: 0;
  position: relative;
  display: none;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 0.5rem;
  margin-bottom: 0;
  gap: 0.75rem;
}
ul.simple-horizontal-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul,
ul.simple-horizontal-navigation li ol {
  margin-top: 0.75rem;
}
@media screen and (min-width: 53.125em) {
  ul.simple-horizontal-navigation {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (min-width: 78.125em) {
  ul.simple-horizontal-navigation {
    gap: 1.25rem;
  }
}
ul.simple-horizontal-navigation li {
  position: relative;
  margin: auto;
  flex: 1 0 auto;
}
ul.simple-horizontal-navigation li a {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: var(--grey-colour, #3C3C3B);
  text-decoration: none;
  text-align: center;
}
ul.simple-horizontal-navigation li a:hover {
  color: var(--primary-main-colour, #B52159);
}
ul.simple-horizontal-navigation li.current-menu-item a {
  color: var(--primary-main-colour, #B52159);
}
/* #Hover Sub Menus ------------------------------------------------------------------------ */
ul.simple-horizontal-navigation li {
  position: relative;
}
ul.simple-horizontal-navigation li ul.sub-menu {
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  width: auto;
  min-width: 10rem;
  top: calc(100% + 1rem*2);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  background-color: var(--primary-main-colour, #B52159);
  padding: 0.5rem;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  text-decoration: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul,
ul.simple-horizontal-navigation li ul.sub-menu li ol {
  margin-top: 0.75rem;
}
ul.simple-horizontal-navigation li ul.sub-menu * {
  color: #FFFFFF;
}
ul.simple-horizontal-navigation li ul.sub-menu:before,
ul.simple-horizontal-navigation li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
}
ul.simple-horizontal-navigation li ul.sub-menu:before {
  top: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid var(--primary-main-colour, #B52159);
}
ul.simple-horizontal-navigation li ul.sub-menu:after {
  width: 100%;
  height: 1rem;
  top: -1rem;
  left: 0;
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li {
  position: relative;
  margin-right: 0;
  margin-bottom: 0.5rem;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li:last-child {
  border-right: none;
  margin-bottom: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li a {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  color: inherit;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
ul.simple-horizontal-navigation li ul.sub-menu li a:hover {
  background-color: rgba(60, 60, 59, 0.15);
}
ul.simple-horizontal-navigation li ul.sub-menu li.current-menu-item > a {
  background-color: rgba(60, 60, 59, 0.15);
}
ul.simple-horizontal-navigation li ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.simple-horizontal-navigation li ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid var(--primary-main-colour, #B52159);
}
ul.simple-horizontal-navigation li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
ul.simple-horizontal-navigation li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1rem);
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
#mobile-off-canvas-navigation {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  background-color: var(--primary-main-colour, #B52159);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 1001;
}
#mobile-off-canvas-navigation::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 53.125em) {
  #mobile-off-canvas-navigation {
    display: none;
  }
}
#mobile-off-canvas-navigation .menu-title {
  min-height: 3rem;
  padding: 1rem;
}
#mobile-off-canvas-navigation .menu-title p {
  margin-bottom: 0;
  color: #FFFFFF;
}
#mobile-off-canvas-navigation .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  cursor: pointer;
}
#mobile-off-canvas-navigation .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  text-decoration: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ol {
  margin-top: 0.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  position: relative;
  text-align: left;
  width: 100%;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a:hover {
  background-color: rgba(60, 60, 59, 0.1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li:first-child a {
  border-top: 1px solid rgba(60, 60, 59, 0.1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item a {
  background-color: rgba(60, 60, 59, 0.1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(60, 60, 59, 0.1);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li {
  position: relative;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a {
  color: #FFFFFF;
  padding-left: 2.5rem;
  border-top: 1px solid rgba(60, 60, 59, 0.15);
  border-bottom: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a:hover {
  background-color: rgba(60, 60, 59, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > a {
  background-color: rgba(60, 60, 59, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: rgba(60, 60, 59, 0.15);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 4.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: rgba(60, 60, 59, 0.2);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > a {
  background-color: rgba(60, 60, 59, 0.2);
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.show-menu #mobile-off-canvas-navigation {
  transform: translateX(0%);
}
/*************************************************************************
 #Sticky Link Button
**************************************************************************/
.sticky-link-button {
  position: fixed;
  z-index: 10;
  top: 15%;
  right: 0;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  transform: translate(0) rotate(-90deg);
  transform-origin: right bottom;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.sticky-link-button:after {
  content: '\f08e';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: var(--primary-main-colour, #B52159);
  transform: scaleY(-1);
  margin-left: 1rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.sticky-link-button:hover {
  color: var(--primary-main-colour, #B52159);
}
.sticky-link-button:active {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  right: -1px;
}
body.show-menu .sticky-link-button {
  transform: translate(100%, 0) rotate(-90deg);
}
/* 
Use: Footer
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
footer .logos img {
  max-width: 160px;
}
footer .author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #FFFFFF;
}
@media screen and (max-width: 46.8125em) {
  footer .footer-follow-module,
  footer .copyright-and-credit {
    width: 93.996%;
    text-align: center;
  }
  footer .footer-follow-module .social-links,
  footer .copyright-and-credit .social-links,
  footer .footer-follow-module .author,
  footer .copyright-and-credit .author {
    justify-content: center;
  }
}
/* 
Use: Theme
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Contrast Overrides
**************************************************************************/
body.primary-accent-dark .primary-accent-section h1,
body.primary-accent-dark .primary-accent-section h2,
body.primary-accent-dark .primary-accent-section h3,
body.primary-accent-dark .primary-accent-section h4,
body.primary-accent-dark .primary-accent-section h5 {
  color: #FFFFFF;
}
body.primary-accent-dark .primary-accent-section p,
body.primary-accent-dark .primary-accent-section p a,
body.primary-accent-dark .primary-accent-section ul,
body.primary-accent-dark .primary-accent-section li,
body.primary-accent-dark .primary-accent-section li a,
body.primary-accent-dark .primary-accent-section label {
  color: #F5F5F6;
}
body.primary-accent-dark .primary-accent-section ul:not(.icon-list) li:before {
  background-color: #FFFFFF;
}
body.primary-accent-dark .primary-accent-section ul.icon-list li:before {
  color: #FFFFFF;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:focus {
  outline: none;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:before,
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].static-button {
  transition: none;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.primary-accent-dark .primary-accent-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-accent-dark .secondary-accent-section h1,
body.secondary-accent-dark .secondary-accent-section h2,
body.secondary-accent-dark .secondary-accent-section h3,
body.secondary-accent-dark .secondary-accent-section h4,
body.secondary-accent-dark .secondary-accent-section h5 {
  color: #FFFFFF;
}
body.secondary-accent-dark .secondary-accent-section p,
body.secondary-accent-dark .secondary-accent-section p a,
body.secondary-accent-dark .secondary-accent-section ul,
body.secondary-accent-dark .secondary-accent-section li,
body.secondary-accent-dark .secondary-accent-section li a,
body.secondary-accent-dark .secondary-accent-section label {
  color: #F5F5F6;
}
body.secondary-accent-dark .secondary-accent-section ul:not(.icon-list) li:before {
  background-color: #FFFFFF;
}
body.secondary-accent-dark .secondary-accent-section ul.icon-list li:before {
  color: #FFFFFF;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:last-child {
  margin-bottom: 0;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:focus {
  outline: none;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:hover {
  border-bottom: none;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:before,
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:before {
  z-index: -2;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:after {
  z-index: -1;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2rem;
  padding: 0 1rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 1.25rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].static-button {
  transition: none;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].primary-main-button {
  color: #FFFFFF;
  background-color: var(--primary-main-colour, #B52159);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].primary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].primary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].secondary-main-button {
  color: #FFFFFF;
  background-color: var(--secondary-main-colour, #2E4E9C);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].secondary-main-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.15;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].secondary-main-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].white-button {
  color: var(--grey-colour, #3C3C3B);
  background-color: #FFFFFF;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].white-button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].white-button:hover:before {
  right: 0;
  width: 100%;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].black-static-button {
  transition: none;
  color: #FFFFFF;
  background-color: #000000;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].transparent-button {
  background-color: transparent;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].transparent-button:after {
  color: var(--primary-main-colour, #B52159);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].with-icon {
  padding-right: 0!important;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].with-icon:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].icon-only {
  padding-right: 0!important;
  padding: 0!important;
  text-indent: -9999px;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].icon-only:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].icon-only:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].reset:after {
  content: '\f0e2';
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].reset:hover:after {
  transform: rotate(-360deg);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].search:after {
  content: '\f002';
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].download-button {
  padding-right: 0!important;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.75rem;
  height: inherit;
  line-height: inherit;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].download-button:after:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  content: '\f56d';
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].arrow-left:after {
  content: '\f053';
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].arrow-right:after {
  content: '\f054';
  position: relative;
  left: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].arrow-right:hover:after {
  left: 0.125rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].close:after {
  content: '\f00d';
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"].external-link:after {
  content: '\f08e';
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F5F6;
  border-radius: inherit;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
body.secondary-accent-dark .secondary-accent-section .submit-container input[type="submit"]:hover:before {
  right: 0;
  width: 100%;
}
/* 
Use: Setup
Scope: All devices
Theme: HCRG Care Group Careers
Copyright 2023, © HCRG Care Group
Author: Supersonic Playground
*/
/* The setup.less stylesheet is one of the most important files in the system, but also one of the simplest to use. It contains a handful of key settings that are used universally across the site. The default settings may be okay for your project, in which case you may never need to update this file. */
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/* The Base Pixel Equivalent is one of the most important settings as it is used to set the size of text and elements across the project. We avoid using fixed pixel measurements, as by their nature, they are fixed and do not give us the level of adjustment we need for responsive layouts. Instead we use the Base Pixel Equivalent, which is the pixel size equivalent of the body copy used in the designs. This number is then converted into the variable @base-size which is used as the basis for all dimensions throughout the site.

We then use a series of media queries to adjust @base-size responsively, so that all elements within the project universally adjust to become smaller or larger depending on the size of the screen.

So for example, if the Base Pixel Equivalent is set to 20, and you needed to create an element that would normally be width: 100px, you would instead set this to width: @base-size*5.

The main advantage of all of this is that it means that all text and elements share a common scale. If we want to adjust this scale, we just have to update one setting - the Base Pixel Equivalent - and the dimensions across the project will update universally, instead of having to manually update countless arbitrary measurements throughout the project. */
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/* This part sets the width of the @fluid-margin and @column-width variables. The grid system is based on 12 columns in total, with Fluid Margins in between each column, and also on the far left and right of the layout. This means that there are 12 columns and 13 margins in total. Therefore, when the @fluid-margin and @column-width variables are multiplied by these amounts, they should equal 100% or slightly under (13 x 3% = 39%, 12 x 5.083% = 60.996%, 39% + 60.996% = 99.996%).

If the design that you're working to requires larger margins and thinner columns (a more spacious design) or thinner margins and larger columns (a tighter design) then adjust these percentages as you need to. */
/* Horizontal margin equal to 30px @ 1000px */
/* Column width - equal to 50.83px @ 1000px */
/*************************************************************************
 #Animation Easing
**************************************************************************/
/* This creates the bezier curve variable that is used within many of the animations throughout the project. It gives the animation the illusion of physics/friction. For more info check out http://cubic-bezier.com/ */
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  overflow-y: hidden;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
/*# sourceMappingURL=style.css.map */