/*
Use: Custom Login Styles
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/* 
Use: Reset
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
@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 ACME Themes V2.4
Copyright 2021, © 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;
}
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow-drop {
  box-shadow: 0 1.75rem 1.75rem 0 rgba(0, 0, 0, 0.1);
}
.shadow-drop-left {
  box-shadow: 0 -1rem 2rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 90%;
}
@media screen and (min-width: 31.25em) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 97.5%;
  }
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 102.5%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 105%;
  }
}
@media screen and (min-width: 109.375em) {
  html {
    font-size: 107.5%;
  }
}
@media screen and (min-width: 125em) {
  html {
    font-size: 110%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Core Colours
**************************************************************************/
/*************************************************************************
 #NHS Branded
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #HCRG Care Group Branded
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #HCRG Care Group Branded
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
/*************************************************************************
 #Colour Sections
**************************************************************************/
.white-section {
  background-color: #FFFFFF;
}
.light-grey-section {
  background-color: #F0F0EF;
}
.theme-colour-section {
  background-color: #B52159;
}
.theme-colour-section * {
  color: #FFFFFF;
}
.theme-colour-section ul.link-list li:before {
  color: #FFFFFF;
}
.theme-colour-section * {
  color: #FFFFFF;
}
.theme-colour-section ul.link-list li:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Social Media
**************************************************************************/
/* #Facebook ------------------------------------------------------------------------ */
.facebook-01 {
  color: #39579a;
}
/* #Twitter ------------------------------------------------------------------------ */
.twitter-01 {
  color: #55acee;
}
/* #LinkedIn ------------------------------------------------------------------------ */
.linkedin-01 {
  color: #0481bd;
}
/* #Instagram ------------------------------------------------------------------------ */
.instagram-01 {
  color: #d21e73;
}
/* #Vimeo ------------------------------------------------------------------------ */
.vimeo-01 {
  color: #1ab7ea;
}
/* #Google ------------------------------------------------------------------------ */
.google-01 {
  color: #dd4b39;
}
/* 
Use: Typography
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © 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');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-thin-100.woff2') format('woff2');
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('fonts/fa-light-300.woff2') format('woff2');
  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');
  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');
  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-style: italic;
  font-weight: 200;
}
.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,
.fat,
.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;
}
.fat {
  font-family: 'Font Awesome 5 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 100;
}
.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: #000000;
  text-shadow: none;
  color: #FFFFFF;
}
::selection {
  background-color: #000000;
  text-shadow: none;
  color: #FFFFFF;
}
::-moz-selection {
  background-color: #000000;
  text-shadow: none;
  color: #FFFFFF;
}
body {
  font-size: 1rem;
  line-height: 1.6;
}
h1 {
  line-height: 1;
}
h2,
h3,
h4 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
span.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
span.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.find-out-more {
  position: relative;
  padding-right: 1rem;
}
a.find-out-more:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-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;
  content: '\f105';
  color: inherit;
}
.uppercase {
  text-transform: uppercase;
}
.small {
  font-size: 0.75rem;
}
.medium {
  font-size: 0.9rem;
}
.standfirst {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.standfirst:last-child {
  margin-bottom: 0;
}
blockquote {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 2rem;
  line-height: 1.2;
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: ' ';
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screen-reader-text,
.screenReader {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/*************************************************************************
 #Font Awesome
**************************************************************************/
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
/* 
Use: Content Layout
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic 


/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 auto;
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 1%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 2%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    margin: 0 3%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 5%;
  }
}
/*************************************************************************
 #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;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
/*************************************************************************
 #Grid Modules - Page
**************************************************************************/
.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,
.half-page,
.one-third-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%;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 40.625em) {
  .one-third-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
@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%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 21.249%;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.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%;
  }
}
/*************************************************************************
 #Grid Modules - Spaced
**************************************************************************/
/* #Core Specs ------------------------------------------------------------------------ */
.grid-module {
  position: relative;
  z-index: 1;
}
.grid-module .vertical-outer {
  width: 100%;
}
/* #Grid Spaced ------------------------------------------------------------------------ */
.full-page-spaced,
.half-page-spaced,
.two-thirds-spaced,
.one-third-spaced,
.three-quarters-spaced,
.one-quarter-spaced,
.five-sixths-spaced,
.one-sixth-spaced {
  position: relative;
  z-index: 1;
}
.full-page-spaced .vertical-outer,
.half-page-spaced .vertical-outer,
.two-thirds-spaced .vertical-outer,
.one-third-spaced .vertical-outer,
.three-quarters-spaced .vertical-outer,
.one-quarter-spaced .vertical-outer,
.five-sixths-spaced .vertical-outer,
.one-sixth-spaced .vertical-outer {
  width: 100%;
}
.full-page-spaced,
.half-page-spaced,
.one-third-spaced,
.two-thirds-spaced,
.three-quarters-spaced,
.five-sixths-spaced {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page-spaced {
    width: 45.498%;
  }
  .half-page-spaced:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-spaced {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-spaced.center-align {
    width: 77.83%;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-spaced.center-align {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-spaced {
    width: 45.498%;
  }
  .one-third-spaced:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-third-spaced {
    width: 29.332%;
  }
  .one-third-spaced:nth-child(2n+3) {
    clear: none;
  }
  .one-third-spaced:nth-child(3n+4) {
    clear: both;
  }
}
.one-quarter-spaced {
  width: 45.498%;
}
.one-quarter-spaced:nth-child(2n+3) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-spaced {
    width: 29.332%;
  }
  .one-quarter-spaced:nth-child(2n+3) {
    clear: none;
  }
  .one-quarter-spaced:nth-child(3n+4) {
    clear: both;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-spaced {
    width: 21.249%;
  }
  .one-quarter-spaced:nth-child(3n+4) {
    clear: none;
  }
  .one-quarter-spaced:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-spaced {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-spaced {
    width: 69.747%;
  }
}
.one-sixth-spaced {
  width: 29.332%;
}
.one-sixth-spaced:nth-child(3n+4) {
  clear: both;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-spaced {
    width: 21.249%;
  }
  .one-sixth-spaced:nth-child(3n+4) {
    clear: none;
  }
  .one-sixth-spaced:nth-child(4n+5) {
    clear: both;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-spaced {
    width: 13.166%;
  }
  .one-sixth-spaced:nth-child(4n+5) {
    clear: none;
  }
  .one-sixth-spaced:nth-child(6n+7) {
    clear: both;
  }
}
.five-sixths-spaced {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-spaced {
    width: 69.747%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-spaced {
    width: 77.83%;
  }
}
/* #Grid Edge-to-Edge ------------------------------------------------------------------------ */
.full-page-edge,
.half-page-edge,
.two-thirds-edge,
.one-third-edge,
.three-quarters-edge,
.one-quarter-edge,
.five-sixths-edge,
.one-sixth-edge {
  position: relative;
  z-index: 1;
}
.full-page-edge .vertical-outer,
.half-page-edge .vertical-outer,
.two-thirds-edge .vertical-outer,
.one-third-edge .vertical-outer,
.three-quarters-edge .vertical-outer,
.one-quarter-edge .vertical-outer,
.five-sixths-edge .vertical-outer,
.one-sixth-edge .vertical-outer {
  width: 100%;
}
.full-page-edge,
.half-page-edge,
.one-third-edge,
.two-thirds-edge,
.one-quarter-edge,
.three-quarters-edge,
.five-sixths-edge {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .half-page-edge {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-edge {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .two-thirds-edge {
    width: 66.66%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-edge {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-third-edge {
    width: 33.33%;
  }
}
.one-quarter-edge {
  /*@media @from-750 {
		width: 33.33%;
	}*/
}
@media screen and (min-width: 31.25em) {
  .one-quarter-edge {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-edge {
    width: 25%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-edge {
    width: 75%;
  }
}
.one-sixth-edge {
  width: 33.33%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-edge {
    width: 25%;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-edge {
    width: 16.66%;
  }
}
.five-sixths-edge {
  width: 66.66%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-edge {
    width: 75%;
  }
}
@media screen and (min-width: 93.75em) {
  .five-sixths-edge {
    width: 83.33%;
  }
}
/*************************************************************************
 #Generic Layout Modules
**************************************************************************/
@media screen and (max-width: 40.625em) {
  .layout-modules .layout-module.one-quarter-page,
  .layout-modules .layout-module.one-third-page,
  .layout-modules .layout-module.half-page,
  .layout-modules .layout-module.three-quarters-page,
  .layout-modules .layout-module.full-page {
    height: auto!important;
  }
}
.layout-modules.one .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.one .layout-module .vertical-outer {
  width: 100%;
}
.layout-modules.two .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.two .layout-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.two .layout-module {
    width: 50%;
  }
}
@media screen and (max-width: 46.875em) {
  .layout-modules.two .layout-module.even-height {
    height: auto!important;
  }
}
.layout-modules.two.with-feature .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.two.with-feature .layout-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.two.with-feature .layout-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.two.with-feature .layout-module {
    width: 33.33%;
  }
}
.layout-modules.two.with-feature .layout-module.feature-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.two.with-feature .layout-module.feature-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.two.with-feature .layout-module.feature-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.two.with-feature .layout-module.feature-module {
    width: 66.66%;
  }
}
.layout-modules.three:not( .with-feature ) .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.three:not( .with-feature ) .layout-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.three:not( .with-feature ) .layout-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.three:not( .with-feature ) .layout-module {
    width: 33.33%;
  }
}
@media screen and (max-width: 46.875em) {
  .layout-modules.three:not( .with-feature ) .layout-module.even-height {
    height: auto!important;
  }
}
.layout-modules.three.with-feature .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.layout-modules.three.with-feature .layout-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.three.with-feature .layout-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.three.with-feature .layout-module {
    width: 33.33%;
  }
}
.layout-modules.four .layout-module {
  position: relative;
  z-index: 1;
  width: 100%;
  /*@media @from-750 {
		width: 33.33%;
	}*/
}
.layout-modules.four .layout-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .layout-modules.four .layout-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.four .layout-module {
    width: 25%;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.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 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;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
  overflow: hidden;
}
.internal-padding-top {
  padding: 3rem 3rem 0 3rem;
  overflow: hidden;
}
.internal-padding-bottom {
  padding: 0 3rem 3rem 3rem;
  overflow: hidden;
}
.internal-padding-wide {
  padding: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-padding-wide {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-padding-wide {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-padding-wide {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-padding-wide {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-padding-wide {
    padding: 3rem 10.5rem;
  }
}
.internal-padding-wide-top {
  padding: 3rem 3rem 0 3rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-padding-wide-top {
    padding: 3rem 4.5rem 0 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-padding-wide-top {
    padding: 3rem 6rem 0 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-padding-wide-top {
    padding: 3rem 7.5rem 0 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-padding-wide-top {
    padding: 3rem 9rem 0 9rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-padding-wide-top {
    padding: 3rem 10.5rem 0 10.5rem;
  }
}
.internal-padding-wide-bottom {
  padding: 0 3rem 3rem 3rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-padding-wide-bottom {
    padding: 0 5.4rem 3rem 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-padding-wide-bottom {
    padding: 0 6rem 3rem 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-padding-wide-bottom {
    padding: 0 7.5rem 3rem 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-padding-wide-bottom {
    padding: 0 9rem 3rem 9rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-padding-wide-bottom {
    padding: 0 10.5rem 3rem 10.5rem;
  }
}
.internal-half-padding {
  padding: 1.5rem;
  overflow: hidden;
}
.internal-half-padding-top {
  padding: 1.5rem 1.5rem 0 1.5rem;
  overflow: hidden;
}
.internal-half-padding-bottom {
  padding: 0 1.5rem 1.5rem 1.5rem;
  overflow: hidden;
}
.internal-half-padding-wide {
  padding: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-half-padding-wide {
    padding: 1.5rem 2.25rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-half-padding-wide {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-half-padding-wide {
    padding: 1.5rem 3.75rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-half-padding-wide {
    padding: 1.5rem 4rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-half-padding-wide {
    padding: 1.5rem 4.75rem;
  }
}
.internal-half-padding-wide-top {
  padding: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-half-padding-wide-top {
    padding: 1.5rem 2.25rem 0 2.25rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-half-padding-wide-top {
    padding: 1.5rem 3rem 0 3rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-half-padding-wide-top {
    padding: 1.5rem 3.75rem 0 3.75rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-half-padding-wide-top {
    padding: 1.5rem 4rem 0 4rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-half-padding-wide-top {
    padding: 1.5rem 4.75rem 0 4.75rem;
  }
}
.internal-half-padding-wide-bottom {
  padding: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .internal-half-padding-wide-bottom {
    padding: 0 2.25rem 1.5rem 2.25rem;
  }
}
@media screen and (min-width: 78.125em) {
  .internal-half-padding-wide-bottom {
    padding: 0 3rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 93.75em) {
  .internal-half-padding-wide-bottom {
    padding: 0 3.75rem 1.5rem 3.75rem;
  }
}
@media screen and (min-width: 109.375em) {
  .internal-half-padding-wide-bottom {
    padding: 0 4rem 1.5rem 4rem;
  }
}
@media screen and (min-width: 125em) {
  .internal-half-padding-wide-bottom {
    padding: 0 4.75rem 1.5rem 4.75rem;
  }
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #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;
}
/*************************************************************************
 #Horizontal Alignment
**************************************************************************/
.center-container {
  text-align: center;
  word-spacing: -0.27rem;
}
.center-align {
  display: inline-block;
  float: none;
  margin-left: 1.5%;
  margin-right: 1.5%;
  word-spacing: normal;
}
.left-align {
  display: block;
  float: left;
  word-spacing: normal;
}
.left-align-spaced {
  display: block;
  float: left;
  word-spacing: normal;
  margin-left: 3%;
  margin-right: 0;
}
.left-align-edge {
  display: block;
  float: left;
  word-spacing: normal;
  margin-left: 0;
  margin-right: 0;
}
.right-align {
  display: block;
  float: right;
  word-spacing: normal;
}
.right-align-spaced {
  display: block;
  float: right;
  word-spacing: normal;
  margin-right: 3%;
  margin-left: 0;
}
.right-align-edge {
  display: block;
  float: right;
  word-spacing: normal;
  margin-right: 0;
  margin-left: 0;
}
.clear-fix {
  clear: both;
}
.clear-fix-after:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
/*************************************************************************
 #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: 40.625em) {
  .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;
  }
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #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!important;
  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;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
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 {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-bottom: 1rem;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
img.alignnone {
  margin-bottom: 1rem;
}
img.full-width,
img.size-full {
  width: 100%;
  height: auto;
}
img.size-thumbnail {
  width: 50%;
}
@media screen and (min-width: 31.25em) {
  img.size-thumbnail {
    width: 25%;
  }
}
img.size-medium {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  img.size-medium {
    width: 50%;
  }
}
img.size-large {
  width: 100%;
}
@media screen and (min-width: 40.625em) {
  img.size-large {
    width: 75%;
  }
}
/*************************************************************************
 #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 {
  display: block;
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
.responsive-image .image-container img {
  width: 100%;
  height: 100%;
}
.responsive-image .image-container iframe,
.responsive-image .image-container object,
.responsive-image .image-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
.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 {
  display: block;
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
.responsive-image-crop .image-container img,
.responsive-image-fit .image-container img {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .image-container iframe,
.responsive-image-fit .image-container iframe,
.responsive-image-crop .image-container object,
.responsive-image-fit .image-container object,
.responsive-image-crop .image-container embed,
.responsive-image-fit .image-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
.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 Container
**************************************************************************/
.image-section {
  background-color: #000000;
  z-index: 1;
}
.image-section.with-text img {
  opacity: 0.85;
}
.image-section.with-text:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
/*************************************************************************
 #Detail Icons
**************************************************************************/
.detail-icon {
  width: 3rem;
  margin-bottom: 1.5rem;
}
/* 
Use: UI
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © 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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
  text-decoration: none;
}
.button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.button.static-button {
  transition: none;
}
.button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.button.icon-button-small:after,
.button.icon-button-medium:after,
.button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.button.download-button:after {
  content: '\f33d';
}
.button.arrow-right-button:after {
  content: '\f054';
}
/* 
Use: Forms
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  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 ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #Contacts List
**************************************************************************/
ul.contacts-list {
  margin-left: 0;
  margin-bottom: 0;
}
ul.contacts-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.contacts-list li ul,
ul.contacts-list li ol {
  margin-top: 0;
}
ul.contacts-list li {
  display: inline-block;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
ul.contacts-list li a,
ul.contacts-list li button {
  text-decoration: none;
  border-radius: 0;
}
ul.contacts-list li a:before,
ul.contacts-list li button:before {
  display: block;
  position: absolute;
  content: '';
  height: 1.5rem;
  margin-right: 0.5rem;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.contacts-list li:last-child {
  margin-right: 0;
}
ul.contacts-list li.telephone a,
ul.contacts-list li.telephone button {
  padding-left: 1.5rem;
}
ul.contacts-list li.telephone a:before,
ul.contacts-list li.telephone button:before {
  width: 1rem;
  background-image: url(img/icons/icon-mobile-white.svg);
}
ul.contacts-list li.search a,
ul.contacts-list li.search button {
  padding-left: 2rem;
}
ul.contacts-list li.search a:before,
ul.contacts-list li.search button:before {
  width: 1.5rem;
  background-image: url(img/icons/icon-search-white.svg);
}
ul.contacts-list li.email a,
ul.contacts-list li.email button {
  padding-left: 2rem;
}
ul.contacts-list li.email a:before,
ul.contacts-list li.email button:before {
  width: 1.5rem;
  background-image: url(img/icons/icon-envelope-white.svg);
}
/*************************************************************************
 #Social Links
**************************************************************************/
.social-links-alt {
  margin-left: 0;
  display: inline-flex;
  gap: 3rem;
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid silver;
  padding-top: 1rem;
}
.social-links-alt li {
  list-style-type: none;
  margin-bottom: 0;
}
.social-links-alt li ul,
.social-links-alt li ol {
  margin-top: 0;
}
.social-links-alt li {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #000000;
}
.social-links-alt li a {
  color: #000000;
}
.social-links-alt 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: '\f0e0';
}
.social-links-alt 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';
}
/*************************************************************************
 #Link List
**************************************************************************/
ul.link-list {
  margin-left: 0;
}
ul.link-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.link-list li ul,
ul.link-list li ol {
  margin-top: 0;
}
ul.link-list li {
  margin-bottom: 1rem;
}
ul.link-list li:last-child {
  margin-bottom: 0;
}
ul.link-list li:before {
  position: relative;
  content: '\f105';
  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;
}
/*************************************************************************
 #Category List
**************************************************************************/
ul.category-list {
  margin-left: 0;
  -moz-columns: 2 14rem;
       columns: 2 14rem;
}
ul.category-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.category-list li ul,
ul.category-list li ol {
  margin-top: 0;
}
@media screen and (min-width: 46.875em) {
  ul.category-list {
    -moz-columns: 1;
         columns: 1;
  }
}
ul.category-list li {
  margin-bottom: 1rem;
  overflow: hidden;
}
ul.category-list li:last-child {
  margin-bottom: 0;
}
ul.category-list li .category-icon,
ul.category-list li .category-name,
ul.category-list li .category-count {
  margin-bottom: 0;
}
ul.category-list li .category-icon,
ul.category-list li .category-name {
  float: left;
}
ul.category-list li .category-name,
ul.category-list li .category-count {
  line-height: 2rem;
}
ul.category-list li .category-count {
  float: right;
  background-color: #FFFFFF;
  padding: 0 1rem;
  border-radius: 1rem;
}
ul.category-list li .category-icon {
  width: 3rem;
  height: 2rem;
  margin-right: 1rem;
}
ul.category-list li .category-icon i {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  text-align: center;
  line-height: 2rem;
}
/*************************************************************************
 #Legal Links
**************************************************************************/
ul.legal-links {
  margin-left: 0;
}
ul.legal-links li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.legal-links li ul,
ul.legal-links li ol {
  margin-top: 0;
}
ul.legal-links li {
  display: inline-block;
  margin-right: 2rem;
}
ul.legal-links li:last-child {
  margin-right: 0;
}
/*************************************************************************
 #Pagination
**************************************************************************/
.pagination-container .internal-padding-wide {
  padding-top: 0;
}
ul.pagination {
  margin-left: 0;
}
ul.pagination li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.pagination li ul,
ul.pagination li ol {
  margin-top: 0;
}
ul.pagination li {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem;
  border-radius: 1rem;
}
ul.pagination li a,
ul.pagination li span {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 1rem;
}
ul.pagination li a.prev:before,
ul.pagination li span.prev:before,
ul.pagination li a.next:before,
ul.pagination li span.next:before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  line-height: 2rem !important;
  text-align: center;
  font-size: 1.5rem;
  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;
}
ul.pagination li a.prev:before,
ul.pagination li span.prev:before {
  content: '\f104';
}
ul.pagination li a.next:before,
ul.pagination li span.next:before {
  content: '\f105';
}
.facetwp-facet-pagination {
  margin-bottom: 0 !important;
}
.facetwp-facet-pagination .facetwp-pager {
  display: flex;
  gap: 0.25rem;
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 1rem;
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.active {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.prev,
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.next {
  text-indent: -99999px;
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.prev:before,
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.next:before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  line-height: 2rem !important;
  text-align: center;
  font-size: 1.5rem;
  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: 300;
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.prev:before {
  content: '\f104';
}
.facetwp-facet-pagination .facetwp-pager a.facetwp-page.next:before {
  content: '\f105';
}
.center-text .facetwp-facet-pagination .facetwp-pager {
  justify-content: center;
}
/*************************************************************************
 #Skip Links
**************************************************************************/
.skip-links {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
/* 
Use: Modular
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Hero
**************************************************************************/
/* #Simple ------------------------------------------------------------------------ */
.hero-simple {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
}
.hero-simple .details-container * {
  color: #FFFFFF !important;
}
.hero-simple .share-module {
  margin-bottom: 0;
}
/* #Slick Carousel ------------------------------------------------------------------------ */
.hero-slick-carousel {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero-slick-carousel ul.hero-slick-carousel-items {
  margin-left: 0;
  margin-bottom: 0;
}
.hero-slick-carousel ul.hero-slick-carousel-items li {
  list-style-type: none;
  margin-bottom: 0;
}
.hero-slick-carousel ul.hero-slick-carousel-items li ul,
.hero-slick-carousel ul.hero-slick-carousel-items li ol {
  margin-top: 0;
}
.hero-slick-carousel ul.hero-slick-carousel-items li {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
}
.hero-slick-carousel ul.hero-slick-carousel-items li .details-container * {
  color: #FFFFFF !important;
}
.hero-slick-carousel ul.hero-slick-carousel-items li .share-module {
  margin-bottom: 0;
}
/*************************************************************************
 #Entry Module
**************************************************************************/
.entry-module {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(109, 109, 113, 0.9);
  overflow-y: scroll;
  z-index: 10001;
}
.entry-module .dont-show-form input,
.entry-module .dont-show-form label {
  display: inline-block;
}
.entry-module .dont-show-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-module .dont-show-form label {
  width: auto;
}
.show-entry-module {
  overflow: hidden;
}
/*************************************************************************
 #Professional Services Entry Module
**************************************************************************/
.pro-services-entry-module {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(109, 109, 113, 0.9);
  overflow-y: scroll;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.pro-services-entry-module .entry-message {
  background-color: #FFFFFF;
}
.pro-services-entry-module .entry-message .button-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.pro-services-entry-module .entry-message .button-wrapper a,
.pro-services-entry-module .entry-message .button-wrapper button {
  margin-bottom: 0;
}
.pro-services-entry-module.show-entry-module {
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
}
.entry-module + .pro-services-entry-module {
  background: transparent;
}
/*************************************************************************
 #Crisis Warning
**************************************************************************/
.crisis-warning .message-container {
  position: relative;
}
.crisis-warning .message-container:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(img/icons/hcrg-care-group-star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120%;
  opacity: 0.1;
}
@media screen and (min-width: 40.625em) {
  .crisis-warning .message-container:before {
    background-position: right 3rem center;
    background-size: calc(50% - 1rem*3);
    opacity: 0.25;
  }
}
@media screen and (min-width: 62.5em) {
  .crisis-warning .message-container:before {
    background-size: 20%;
    opacity: 1;
  }
}
.crisis-warning .burgundy-container,
.crisis-warning .orange-container {
  position: relative;
}
.crisis-warning .burgundy-container:before,
.crisis-warning .orange-container:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(img/icons/hcrg-care-group-star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120%;
  opacity: 0.1;
}
@media screen and (min-width: 40.625em) {
  .crisis-warning .burgundy-container:before,
  .crisis-warning .orange-container:before {
    background-position: right 3rem center;
    background-size: calc(50% - 1rem*3);
    opacity: 0.25;
  }
}
@media screen and (min-width: 62.5em) {
  .crisis-warning .burgundy-container:before,
  .crisis-warning .orange-container:before {
    background-size: 20%;
    opacity: 1;
  }
}
.crisis-warning .burgundy-container {
  background-color: #B52159;
}
.crisis-warning .orange-container {
  background-color: #F39204;
}
.crisis-warning .black-container {
  background-color: #3C3C3B;
}
/*************************************************************************
 #Main Content Container
**************************************************************************/
.main-content-container .pin-container {
  position: relative;
  margin: 0 0 0 0;
  pointer-events: none;
}
.main-content-container .pin-container:after {
  display: block;
  position: relative;
  content: '';
  clear: both;
}
.main-content-container .pin-container .non-pinned-content {
  position: relative;
  pointer-events: none;
}
.main-content-container .pin-container .non-pinned-content .internal-padding-wide {
  pointer-events: auto;
}
.main-content-container .pin-container .primary-sidebar {
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (min-width: 46.875em) {
  .main-content-container .pin-container .primary-sidebar {
    width: 50%!important;
    right: 0!important;
    left: auto!important;
  }
}
@media screen and (min-width: 62.5em) {
  .main-content-container .pin-container .primary-sidebar {
    overflow: visible;
    width: 33.33% !important;
  }
}
.main-content-container .pin-container .primary-sidebar .sidebar-content {
  position: relative;
  z-index: 2;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module {
  padding: 3rem 3rem 0 3rem;
  overflow: hidden;
  width: 100%;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module:last-child {
  padding: 3rem;
  overflow: hidden;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  transition: none;
  background-color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:last-child {
  margin-bottom: 0;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:focus {
  outline: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:hover {
  border-bottom: none;
  text-decoration: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.static-button {
  transition: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small:after,
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium:after,
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.download-button:after {
  content: '\f33d';
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.arrow-right-button:after {
  content: '\f054';
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  transition: none;
  color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button:last-child {
  margin-bottom: 0;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button:focus {
  outline: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button:hover {
  border-bottom: none;
  text-decoration: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.static-button {
  transition: none;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-small:after,
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-medium:after,
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.download-button:after {
  content: '\f33d';
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo .button.arrow-right-button:after {
  content: '\f054';
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.blog-author .author-thumb {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.blog-author h4 {
  margin: 0;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .service-provided-by {
  position: relative;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .service-provided-by h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .service-provided-by .logo-container {
  margin-top: 0.5rem;
}
.main-content-container .pin-container .primary-sidebar .sidebar-content .service-provided-by .logo-container img {
  max-height: 5rem;
}
@media screen and (min-width: 46.875em) {
  .main-content-container.with-feature-container .pin-container {
    margin: -10rem 0 0 0;
  }
  .main-content-container.with-feature-container .pin-container .non-pinned-content {
    /*padding-top: @base-size*10;*/
  }
  .main-content-container.with-feature-container .pin-container .non-pinned-content:before {
    display: block;
    position: relative;
    content: '';
    width: 100%;
    height: 10rem;
    pointer-events: none;
  }
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  transition: none;
  color: #FFFFFF !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:last-child {
  margin-bottom: 0;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:focus {
  outline: none;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button:hover {
  border-bottom: none;
  text-decoration: none;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.static-button {
  transition: none;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small:after,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium:after,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.download-button:after {
  content: '\f33d';
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button.arrow-right-button:after {
  content: '\f054';
}
/* New V2.0. */
/*************************************************************************
 #Preview Modules
**************************************************************************/
.preview-module {
  position: relative;
}
@media screen and (min-width: 31.25em) {
  .preview-module {
    border-right: 1px solid #FFFFFF;
  }
  .preview-module:nth-child(2n+2) {
    border-right: none;
  }
}
@media screen and (min-width: 62.5em) {
  .preview-module:nth-child(2n+2) {
    border-right: 1px solid #FFFFFF;
  }
  .preview-module:nth-child(4n+4) {
    border-right: none;
  }
}
.preview-module .category-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  z-index: 3;
}
.preview-module .category-icon i {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3rem;
}
.preview-module .details-container {
  text-align: left;
}
.preview-module.blog-preview-module {
  width: 100%;
}
.preview-module.blog-preview-module .details-container {
  position: relative;
  overflow: visible;
  z-index: 100;
}
.preview-module.blog-preview-module .details-container .title-details {
  float: left;
}
.preview-module.blog-preview-module .details-container .author-details {
  float: right;
  text-align: right;
  margin-left: 1rem;
}
.preview-module.blog-preview-module .details-container .author-details .author-thumb {
  float: right;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.preview-module.blog-preview-module .details-container .author-details h4,
.preview-module.blog-preview-module .details-container .author-details p {
  clear: both;
  margin: 0;
}
.preview-module.blog-preview-module .details-container .author-details.with-thumb {
  margin-top: -4.5rem;
}
/*************************************************************************
 #Image Module
**************************************************************************/
.image-module:before {
  display: block;
  position: relative;
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.image-module .caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  text-align: center;
  z-index: 100;
}
.image-module .caption p {
  padding: 1rem 2rem;
  background-color: #FFFFFF;
}
/*************************************************************************
 #Information Module
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) {
    display: flex;
  }
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .responsive-image-crop {
    padding: 0;
    height: 100%;
    width: 50%;
  }
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    width: 50%;
    padding: 3rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 62.5em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 78.125em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 93.75em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 109.375em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 125em) {
  .layout-modules.element-counter.one .information-module:has( .responsive-image-crop ):has( .internal-padding ) .internal-padding {
    padding: 3rem 10.5rem;
  }
}
/*************************************************************************
 #Promo Module
**************************************************************************/
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) {
    display: flex;
  }
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .responsive-image-crop {
    padding: 0;
    height: 100%;
    width: 50%;
  }
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    width: 50%;
    padding: 3rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 62.5em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 78.125em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 93.75em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 109.375em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 46.875em) and screen and (min-width: 125em) {
  .layout-modules.element-counter.one .promo-module:has( .responsive-image-crop ):has( .details ) .details {
    padding: 3rem 10.5rem;
  }
}
/*************************************************************************
 #Block Quote
**************************************************************************/
.block-quote-container .block-quote {
  position: relative;
  overflow: visible;
  z-index: 100;
}
.block-quote-container .block-quote .quote {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.block-quote-container .block-quote:before {
  position: absolute;
  content: '';
  width: 6rem;
  height: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 101;
}
.block-quote-container .block-quote.top-image:before {
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.block-quote-container .block-quote.side-image:before {
  top: 100%;
  right: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 46.875em) {
  .block-quote-container .block-quote.side-image:before {
    top: 50%;
    right: 0;
  }
}
.block-quote-container .block-quote.no-image:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.block-quote-container.light-quote .block-quote:before {
  background-size: 4rem;
}
.block-quote-container.colour-quote .block-quote:before {
  background-image: url(img/icons/icon-quote-white.png);
  background-size: 2.5rem;
}
@media screen and (min-width: 62.5em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote {
    display: flex;
    align-items: center;
    width: 33.3%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
  }
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem;
    overflow: hidden;
  }
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote:before {
    top: 50%;
    right: 0;
  }
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .responsive-image-crop {
    width: 66.6%;
    height: 100%;
    padding: 0;
  }
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .responsive-image-crop img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 62.5em) and screen and (min-width: 62.5em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (min-width: 78.125em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (min-width: 93.75em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (min-width: 109.375em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 62.5em) and screen and (min-width: 125em) {
  .layout-modules.element-counter.one .block-quote-container:has( .responsive-image-crop ) .block-quote .internal-padding {
    padding: 3rem 10.5rem;
  }
}
/*************************************************************************
 #Video Container
**************************************************************************/
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-module {
  background-color: #000000;
}
.video-module .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.video-module .placeholder .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  transform: translate(-50%, -50%);
  z-index: 15;
  pointer-events: none;
  border-radius: 50%;
}
.video-module .placeholder .play-icon i {
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 5rem;
  color: #FFFFFF;
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq {
  position: relative;
  padding: 1rem 0;
}
.faq .faq-title {
  position: relative;
  text-align: left;
}
.faq .faq-title h3 {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.faq .faq-title h3:before {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-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;
  content: "\f107";
  font-size: 2rem;
}
.faq .faq-title.open h3:before {
  content: "\f106";
}
.faq .faq-content {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
}
.faq .faq-content.open {
  margin-top: 1rem;
  height: auto;
  opacity: 1;
}
/*************************************************************************
 #Grid Listing Module
**************************************************************************/
.grid-listing-module .grid-listings .listing {
  float: left;
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
.grid-listing-module .grid-listings .listing:first-child,
.grid-listing-module .grid-listings .listing:nth-child(odd) {
  margin-left: 0;
}
.grid-listing-module .grid-listings .listing:last-child,
.grid-listing-module .grid-listings .listing:nth-child(even) {
  margin-right: 0;
}
.grid-listing-module .grid-listings .listing:nth-child(2n+3) {
  clear: both;
}
.grid-listing-module .grid-listings .listing .detail-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.grid-listing-module .grid-listings .listing .detail-icon i {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  text-align: center;
  line-height: 4rem;
}
.layout-modules.element-counter.three .grid-listing-module .grid-listings .listing,
.layout-modules.element-counter.four .grid-listing-module .grid-listings .listing {
  width: 100%;
}
/*************************************************************************
 #App Module
**************************************************************************/
.app-module {
  position: relative;
}
.app-module .image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
.app-module .image.responsive-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.app-module .image .image-container {
  display: block;
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
.app-module .image .image-container img {
  width: 100%;
  height: 100%;
}
.app-module .image .image-container iframe,
.app-module .image .image-container object,
.app-module .image .image-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-module .image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transform: scale(1);
}
.app-module .image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.app-module .image .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.app-module .content .app-icon {
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}
.app-module.theme-colour-section h3 {
  color: #FFFFFF;
}
.app-module.with-image .content {
  position: relative;
  overflow: visible;
}
.app-module.with-image .content .app-icon {
  position: absolute;
  top: -3rem;
  right: 3rem;
  margin-bottom: 0;
}
.layout-modules.element-counter.one .app-module,
.layout-modules.element-counter.two .app-module {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 46.875em) {
  .layout-modules.element-counter.one .app-module,
  .layout-modules.element-counter.two .app-module {
    height: auto !important;
  }
}
.layout-modules.element-counter.one .app-module .content,
.layout-modules.element-counter.two .app-module .content {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter.one .app-module .content,
  .layout-modules.element-counter.two .app-module .content {
    padding: 8rem 4rem;
  }
}
.layout-modules.element-counter.one .app-module.with-image .image,
.layout-modules.element-counter.two .app-module.with-image .image {
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
  padding: 0;
}
.layout-modules.element-counter.one .app-module.with-image .content,
.layout-modules.element-counter.two .app-module.with-image .content {
  width: 60%;
}
.layout-modules.element-counter.one .app-module.with-image .content .app-icon,
.layout-modules.element-counter.two .app-module.with-image .content .app-icon {
  top: 1.5rem;
  right: auto;
  left: -3.5rem;
}
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter.one .app-module .image {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter.one .app-module .content {
    width: 50%;
  }
}
/*************************************************************************
 #Tableau Module
**************************************************************************/
.tableau-module .tableauPlaceholder {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  width: 100% !important;
}
/*************************************************************************
 #Team Profiles
**************************************************************************/
.team-profile:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
}
.layout-modules.element-counter .team-profile {
  width: 100%;
}
.layout-modules.element-counter .team-profile .details {
  padding: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 25em) {
  .layout-modules.element-counter .team-profile {
    width: 50%;
  }
}
@media screen and (min-width: 46.875em) {
  .layout-modules.element-counter .team-profile .details {
    padding: 3rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.element-counter .team-profile {
    width: 25%;
  }
}
@media screen and (min-width: 62.5em) {
  .layout-modules.element-counter.two .team-profile {
    display: flex;
    width: 50%;
  }
  .layout-modules.element-counter.two .team-profile .image,
  .layout-modules.element-counter.two .team-profile .details {
    width: 50%;
  }
  .layout-modules.element-counter.two .team-profile .image {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 25em) {
  .layout-modules.element-counter.one .team-profile {
    display: flex;
    width: 100%;
  }
  .layout-modules.element-counter.one .team-profile .image,
  .layout-modules.element-counter.one .team-profile .details {
    width: 50%;
  }
  .layout-modules.element-counter.one .team-profile .image {
    padding-bottom: 50%;
  }
}
/*************************************************************************
 #Team Profiles
**************************************************************************/
.people-introduction .position {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
/*************************************************************************
 #Cookie bar specific
**************************************************************************/
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 3rem;
  z-index: 7000;
}
@media screen and (min-width: 62.5em) {
  #cookie-bar {
    padding: 0 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  #cookie-bar {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  #cookie-bar {
    padding: 0 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  #cookie-bar {
    padding: 0 9rem;
  }
}
@media screen and (min-width: 125em) {
  #cookie-bar {
    padding: 0 10.5rem;
  }
}
#cookie-bar .cookie-content {
  z-index: 1;
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
  text-align: left;
}
#cookie-bar .cookie-content .vertical-outer {
  width: 100%;
}
#cookie-bar .cookie-content .cookie-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: auto;
}
#cookie-bar .cookie-content p {
  margin-bottom: 0;
  color: #FFFFFF;
}
#cookie-bar .cookie-content .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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  float: right;
  margin: 0 0 0 1rem !important;
}
#cookie-bar .cookie-content .button:last-child {
  margin-bottom: 0;
}
#cookie-bar .cookie-content .button:focus {
  outline: none;
}
#cookie-bar .cookie-content .button:hover {
  border-bottom: none;
  text-decoration: none;
}
#cookie-bar .cookie-content .button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
#cookie-bar .cookie-content .button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
#cookie-bar .cookie-content .button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
#cookie-bar .cookie-content .button.static-button {
  transition: none;
}
#cookie-bar .cookie-content .button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
#cookie-bar .cookie-content .button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
#cookie-bar .cookie-content .button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
#cookie-bar .cookie-content .button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
#cookie-bar .cookie-content .button.icon-button-small:after,
#cookie-bar .cookie-content .button.icon-button-medium:after,
#cookie-bar .cookie-content .button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
#cookie-bar .cookie-content .button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
#cookie-bar .cookie-content .button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
#cookie-bar .cookie-content .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
#cookie-bar .cookie-content .button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
#cookie-bar .cookie-content .button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
#cookie-bar .cookie-content .button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
#cookie-bar .cookie-content .button.download-button:after {
  content: '\f33d';
}
#cookie-bar .cookie-content .button.arrow-right-button:after {
  content: '\f054';
}
@media screen and (min-width: 40.625em) {
  #cookie-bar .cookie-content {
    padding: 1.5rem 0 1.5rem 11rem;
  }
  #cookie-bar .cookie-content .cookie-image {
    display: block;
  }
}
/* Legacy V1.0. */
/*************************************************************************
 #Service Promos
**************************************************************************/
.service-promos.one .service-promo:first-child,
.service-promos.two .service-promo:first-child {
  padding: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 62.5em) {
  .service-promos.one .service-promo:first-child,
  .service-promos.two .service-promo:first-child {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .service-promos.one .service-promo:first-child,
  .service-promos.two .service-promo:first-child {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .service-promos.one .service-promo:first-child,
  .service-promos.two .service-promo:first-child {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .service-promos.one .service-promo:first-child,
  .service-promos.two .service-promo:first-child {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 125em) {
  .service-promos.one .service-promo:first-child,
  .service-promos.two .service-promo:first-child {
    padding: 3rem 10.5rem;
  }
}
/*************************************************************************
 #Related Downloads and Links
**************************************************************************/
.related-downloads-links .related-downloads .download-modules {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-downloads-links .related-downloads .download-modules:after {
  display: none;
}
.related-downloads-links .related-downloads .download-modules .download-module {
  display: inline-block;
  margin-right: 1.5rem;
}
.related-downloads-links .related-downloads .download-modules .download-module:last-child {
  margin-right: 0;
}
.related-downloads-links .related-downloads .download-modules .download-module .cover-image {
  width: 8rem;
}
.related-downloads-links.one .related-downloads {
  position: relative;
  z-index: 1;
  width: 100%;
}
.related-downloads-links.one .related-downloads .vertical-outer {
  width: 100%;
}
.related-downloads-links.two .related-downloads {
  position: relative;
  z-index: 1;
  width: 100%;
}
.related-downloads-links.two .related-downloads .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .related-downloads-links.two .related-downloads {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .related-downloads-links.two .related-downloads {
    width: 66.66%;
  }
}
/*************************************************************************
 #Social Sharing
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
.social-links-global {
  display: inline-block;
  margin-left: 0;
  word-spacing: -0.27rem;
}
.social-links-global li {
  list-style-type: none;
  margin-bottom: 0;
}
.social-links-global li ul,
.social-links-global li ol {
  margin-top: 0;
}
.social-links-global li {
  display: inline-block;
  position: relative;
  text-align: center;
  list-style-type: none;
  word-spacing: normal;
}
.social-links-global li:last-child {
  margin-right: 0;
}
.social-links-global li a {
  display: block;
  position: relative;
  text-align: center;
}
.social-links-global li a:after {
  display: none;
}
.social-links-global li a .social-icon {
  display: block;
  position: relative;
  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;
  z-index: 1;
}
.social-links-global li.facebook a .social-icon:before {
  content: "\f39e";
}
.social-links-global li.twitter a .social-icon:before {
  content: "\e61b";
}
.social-links-global li.linkedin a .social-icon:before {
  content: "\f0e1";
}
.social-links-global li.instagram a .social-icon:before {
  content: "\f16d";
}
.social-links-global li.vimeo a .social-icon:before {
  content: "\f27d";
}
.social-links-global li.google a .social-icon:before {
  content: "\f0d5";
}
.social-links-global li.email a .social-icon {
  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;
}
.social-links-global li.email a .social-icon:before {
  content: "\f0e0";
}
/* #Share ------------------------------------------------------------------------ */
.share-module {
  margin-bottom: 1.5rem;
}
.share-module p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 2rem;
}
.share-module ul.social-links {
  display: inline-block;
  margin-left: 0;
  word-spacing: -0.27rem;
}
.share-module ul.social-links li {
  list-style-type: none;
  margin-bottom: 0;
}
.share-module ul.social-links li ul,
.share-module ul.social-links li ol {
  margin-top: 0;
}
.share-module ul.social-links li {
  display: inline-block;
  position: relative;
  text-align: center;
  list-style-type: none;
  word-spacing: normal;
}
.share-module ul.social-links li:last-child {
  margin-right: 0;
}
.share-module ul.social-links li a {
  display: block;
  position: relative;
  text-align: center;
}
.share-module ul.social-links li a:after {
  display: none;
}
.share-module ul.social-links li a .social-icon {
  display: block;
  position: relative;
  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;
  z-index: 1;
}
.share-module ul.social-links li.facebook a .social-icon:before {
  content: "\f39e";
}
.share-module ul.social-links li.twitter a .social-icon:before {
  content: "\e61b";
}
.share-module ul.social-links li.linkedin a .social-icon:before {
  content: "\f0e1";
}
.share-module ul.social-links li.instagram a .social-icon:before {
  content: "\f16d";
}
.share-module ul.social-links li.vimeo a .social-icon:before {
  content: "\f27d";
}
.share-module ul.social-links li.google a .social-icon:before {
  content: "\f0d5";
}
.share-module ul.social-links li.email a .social-icon {
  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;
}
.share-module ul.social-links li.email a .social-icon:before {
  content: "\f0e0";
}
.share-module ul.social-links li {
  margin-right: 1rem;
}
.share-module ul.social-links li a {
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}
.share-module ul.social-links li a:before,
.share-module ul.social-links li a .social-icon {
  transition: all 250ms cubic-bezier(0.5, 0, 0.5, 1);
}
.share-module ul.social-links li a:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}
.share-module ul.social-links li a .social-icon {
  font-size: 1rem;
  line-height: 2rem !important;
  color: #FFFFFF;
}
.share-module ul.social-links li.facebook a:before {
  background-color: #39579a;
}
.share-module ul.social-links li.twitter a:before {
  background-color: #55acee;
}
.share-module ul.social-links li.linkedin a:before {
  background-color: #0481bd;
}
.share-module ul.social-links li.instagram a:before {
  background-color: #d21e73;
}
.share-module ul.social-links li.vimeo a:before {
  background-color: #1ab7ea;
}
.share-module ul.social-links li.google a:before {
  background-color: #dd4b39;
}
/*************************************************************************
 #Browsealoud Specific
**************************************************************************/
#__ba_panel {
  top: auto!important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: auto!important;
}
/*************************************************************************
 #GDPR Cookies Banner
**************************************************************************/
/* #Sticky Bar ------------------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar {
  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.6 !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-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;
  border-radius: 3rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.5rem !important;
  transition: none !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;
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.small {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 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 {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.large {
  min-width: 3rem !important;
  min-height: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  padding: 0 2rem !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.colour-static-button {
  transition: none !important;
  color: #FFFFFF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.white-static-button {
  transition: none !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.light-grey-static-button {
  transition: none !important;
  background-color: #F0F0EF !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-small:after,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-medium:after,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-large:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-small {
  padding: 0 2.5rem 0 1rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-small:after {
  width: 2rem !important;
  right: 0.25rem !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.icon-button-medium {
  padding: 0 3rem 0 1.5rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-medium:after {
  width: 2.5rem !important;
  right: 0.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.icon-button-large {
  padding: 0 3.5rem 0 2rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.icon-button-large:after {
  width: 3rem !important;
  right: 0.75rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.download-button:after {
  content: '\f33d' !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.arrow-right-button:after {
  content: '\f054' !important;
}
/* #Popup Modal ------------------------------------------------------------------------ */
.moove_gdpr_cookie_modal_open {
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 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 {
  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;
}
.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 {
  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 {
  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;
  overflow: hidden !important;
}
.moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  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 {
  display: 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 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;
}
.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: transparent!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 .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .tab-title {
  line-height: 1.2 !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;
  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 .main-modal-content .moove-gdpr-tab-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-size: 1rem !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: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 .moove-gdpr-modal-footer-content:before {
  height: 2px!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-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;
  border-radius: 3rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.5rem !important;
  transition: none !important;
  color: #FFFFFF !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;
  text-decoration: 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.small {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 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 {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 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.large {
  min-width: 3rem !important;
  min-height: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  padding: 0 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.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.colour-static-button {
  transition: none !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-right-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.white-static-button {
  transition: none !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.light-grey-static-button {
  transition: none !important;
  background-color: #F0F0EF !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-button:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !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-button-small:after,
.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-button-medium:after,
.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-button-large:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !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-button-small {
  padding: 0 2.5rem 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.icon-button-small:after {
  width: 2rem !important;
  right: 0.25rem !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.icon-button-medium {
  padding: 0 3rem 0 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-button-medium:after {
  width: 2.5rem !important;
  right: 0.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.icon-button-large {
  padding: 0 3.5rem 0 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.icon-button-large:after {
  width: 3rem !important;
  right: 0.75rem !important;
  height: 3rem !important;
  line-height: 3rem !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 {
  content: '\f33d' !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-button:after {
  content: '\f054' !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 Button ------------------------------------------------------------------------ */
#moove_gdpr_save_popup_settings_button {
  border-radius: 2rem !important;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_icon svg {
  color: #FFFFFF;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  color: #FFFFFF;
}
/*
Use: Carousels
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Carousel Elements
**************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev {
  left: -0.5rem;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -0.5rem;
}
.slick-next {
  right: -0.5rem;
}
.slick-next[dir="rtl"] {
  left: -0.5rem;
  right: auto;
}
/*************************************************************************
 #General Carousel Styles
**************************************************************************/
ul.slick-dots {
  margin-left: 0;
  height: 0.75rem;
  overflow: hidden;
  z-index: 101;
}
ul.slick-dots li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.slick-dots li ul,
ul.slick-dots li ol {
  margin-top: 0;
}
ul.slick-dots li {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  min-height: 0.75rem !important;
  margin-right: 0.75rem;
  border: 1px solid #bac2c8;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
}
ul.slick-dots li:last-child {
  margin-right: 0;
}
ul.slick-dots li button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FFFFFF;
  overflow: hidden;
  text-indent: -9999px;
}
/*************************************************************************
 #Hero Carousel
**************************************************************************/
.hero-slick-carousel .details-container {
  z-index: 2;
}
.hero-slick-carousel .details-container * {
  color: #FFFFFF !important;
}
.hero-slick-carousel ul.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  margin-left: 3rem;
  bottom: 3rem;
}
@media screen and (min-width: 62.5em) {
  .hero-slick-carousel ul.slick-dots {
    margin-left: 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .hero-slick-carousel ul.slick-dots {
    margin-left: 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .hero-slick-carousel ul.slick-dots {
    margin-left: 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .hero-slick-carousel ul.slick-dots {
    margin-left: 9rem;
  }
}
@media screen and (min-width: 125em) {
  .hero-slick-carousel ul.slick-dots {
    margin-left: 10.5rem;
  }
}
/*************************************************************************
 #Key Facts Carousel
**************************************************************************/
.key-facts-carousel-container {
  overflow: hidden;
}
.key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon {
  width: 100%;
  height: 4rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon i {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  text-align: center;
  line-height: 4rem;
  color: #FFFFFF;
}
.key-facts-carousel-container .key-facts-carousel ul.slick-dots {
  margin-bottom: 3rem;
  padding: 0 3rem;
}
.one .key-facts-carousel-container .key-facts-carousel {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 46.875em) {
  .one .key-facts-carousel-container .key-facts-carousel {
    width: 50%!important;
  }
}
@media screen and (min-width: 62.5em) {
  .one .key-facts-carousel-container .key-facts-carousel {
    width: 66.66% !important;
  }
}
.pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list {
  margin-bottom: 2rem;
}
.pre-footer-modules .key-facts-carousel-container .key-facts-carousel ul.slick-dots {
  margin-bottom: 0;
}
.hero-slick-carousel-items,
.key-facts-carousel {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.hero-slick-carousel-items.slick-initialized,
.key-facts-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
/* 
Use: Animations
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/* 
Use: Forms
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.5, 0, 0.5, 1);
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #000000 !important;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
label,
input,
textarea,
select {
  width: 100%;
  background-color: transparent;
  vertical-align: middle;
}
input,
textarea,
select {
  /*margin-top: @base-size*0.5;*/
  margin-bottom: 1rem;
}
input:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
select {
  padding-right: 3rem !important;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
input[type="date"],
select {
  height: 3rem;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
select,
textarea {
  padding: 0.5rem 1rem;
  border: 1px solid #bac2c8;
  border-radius: 3px;
  background-color: #FFFFFF;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
input[type="date"],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  display: block;
  position: relative;
  cursor: pointer;
  width: 2rem !important;
  height: 2rem !important;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  webkit-touch-callout: none;
  webkit-user-select: none;
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  webkit-appearance: none;
  khtml-appearance: none;
  moz-appearance: none;
  ms-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
}
input[type="checkbox"]:before,
input[type="radio"]:before,
input[type="checkbox"]:after,
input[type="radio"]:after {
  display: block;
  position: absolute;
  content: '';
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #bac2c8;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"] {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem !important;
  border-radius: 3px;
}
input[type="checkbox"]:before {
  border-radius: 3px;
  background-color: #FFFFFF;
}
input[type="checkbox"]:after {
  width: 2rem;
  height: 2rem;
  top: 0;
  right: 0;
  bottom: 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;
  font-size: 1rem;
  content: '\f00c';
  text-align: center;
  line-height: 2rem;
}
input[type="radio"]:before {
  border-radius: 1rem;
}
input[type="radio"]:after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  top: 1rem;
  left: 1rem;
  margin: -0.3rem 0 0 -0.3rem;
  border-radius: 0.5rem;
}
form 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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  transition: none;
  color: #FFFFFF !important;
}
form button:last-child {
  margin-bottom: 0;
}
form button:focus {
  outline: none;
}
form button:hover {
  border-bottom: none;
  text-decoration: none;
}
form button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
form button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
form button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
form button.static-button {
  transition: none;
}
form button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
form button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
form button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
form button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
form button.icon-button-small:after,
form button.icon-button-medium:after,
form button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
form button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
form button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
form button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
form button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
form button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
form button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
form button.download-button:after {
  content: '\f33d';
}
form button.arrow-right-button:after {
  content: '\f054';
}
/*************************************************************************
 #Additional Search Form
**************************************************************************/
.additional-search-form {
  position: relative;
}
.additional-search-form #module-search {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #bac2c8;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.additional-search-form #module-search-submit {
  position: absolute;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
/*************************************************************************
 #Navigation Search Form
**************************************************************************/
.navigation-search-form {
  position: relative;
  float: right;
  width: 100%;
  height: 2.5rem;
  margin: 1rem 0;
}
.navigation-search-form #navigation-search {
  width: 100%;
  height: 100%;
  border: none;
  padding-right: 3rem;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.navigation-search-form #navigation-search-submit {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  transform: scaleX(-1);
}
/*************************************************************************
 #Ninja Forms
**************************************************************************/
.label-right .checkbox-wrap .nf-field-element {
  width: auto!important;
}
.nf-form-fields-required {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
/*************************************************************************
 #Search and Filter
**************************************************************************/
.searchandfilter ul {
  margin-left: 0;
  margin-bottom: -1rem;
}
.searchandfilter ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.searchandfilter ul li ul,
.searchandfilter ul li ol {
  margin-top: 0;
}
.searchandfilter ul li {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
@media screen and (min-width: 31.25em) {
  .searchandfilter ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .searchandfilter ul li {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .searchandfilter ul li:first-child {
    margin-left: 0;
  }
  .searchandfilter ul li:last-child {
    margin-right: 0;
  }
}
.searchandfilter input[title="Search"] {
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 1rem;
}
/*************************************************************************
 #Facets WP
**************************************************************************/
.facet-filters {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.facet-filters .facetwp-facet {
  flex: 100%;
  margin: 0;
}
@media screen and (min-width: 46.875em) {
  .facet-filters .facetwp-facet {
    flex: 1 0 auto;
  }
}
.facet-filters .facetwp-facet .facetwp-icon {
  display: none;
}
.facet-filters .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.facet-filters .facetwp-facet input.facetwp-search {
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.facet-filters .break {
  flex-basis: 100%;
}
.facet-filters .reset-button {
  font-size: 0.9rem !important;
  padding: 0;
  background: none;
}
.facet-filters .reset-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: 400;
  display: inline-flex;
  margin: 0.25rem 0 0 0.5rem;
  content: '\f0e2';
  color: inherit;
  opacity: 1;
  transition: all 375ms cubic-bezier(0.5, 0, 0.5, 1);
}
.facet-filters .reset-button:hover {
  text-decoration: underline;
}
.facet-filters .reset-button:hover:after {
  transform: rotate(-360deg);
  text-decoration: none;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #SearchWP
**************************************************************************/
.searchwp-revised-search-notice {
  font-size: 1.125rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
}
.searchwp-revised-search-notice .searchwp-suggested-revision-query {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-style: italic;
}
/*************************************************************************
 #Legacy Modules Overlay
**************************************************************************/
body.logged-in-admin .legacy-modules {
  position: relative;
  float: left;
  width: 100%;
}
body.logged-in-admin .legacy-modules:before {
  content: 'Legacy Modules';
  position: absolute;
  z-index: 1002;
  top: 1.5rem;
  right: 4.5rem;
  padding: 0.25rem 1.25rem;
  border-radius: 2rem;
  background-color: #FFFFFF;
  color: red;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
body.logged-in-admin .legacy-modules:after {
  content: '';
  position: absolute;
  z-index: 1001;
  inset: 0;
  opacity: 0.25;
  background: repeating-linear-gradient(-45deg, red, red 5px, transparent 5px, transparent 25px);
}
/* 
Use: Header
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Navigation List Styles
**************************************************************************/
.navigation-list {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  margin-left: 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.navigation-list li {
  list-style-type: none;
  margin-bottom: 0;
}
.navigation-list li ul,
.navigation-list li ol {
  margin-top: 0;
}
.navigation-list li {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
.navigation-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.navigation-list li a {
  display: block;
  padding: 0 1.5rem;
  height: 3rem;
  line-height: 3rem;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation-list li.current-page-ancestor,
.navigation-list li.current-menu-ancestor,
.navigation-list li.current-menu-item {
  font-weight: bold;
}
.navigation-list li.current-page-ancestor > ul.sub-menu li a,
.navigation-list li.current-menu-ancestor > ul.sub-menu li a,
.navigation-list li.current-menu-item > ul.sub-menu li a {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.navigation-list li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin-left: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
.navigation-list li ul.sub-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
.navigation-list li ul.sub-menu li ul,
.navigation-list li ul.sub-menu li ol {
  margin-top: 0;
}
.navigation-list li ul.sub-menu li {
  position: relative;
}
.navigation-list li ul.sub-menu li:last-child {
  border-bottom: none;
}
.navigation-list li ul.sub-menu li a {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  padding-left: 2.5rem;
}
.navigation-list li ul.sub-menu li.current-page-ancestor,
.navigation-list li ul.sub-menu li.current-menu-ancestor,
.navigation-list li ul.sub-menu li.current-menu-item {
  font-weight: bold;
}
.navigation-list li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
.navigation-list li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
.navigation-list li ul.sub-menu li.current-menu-item > ul.sub-menu li {
  font-weight: normal;
}
.navigation-list li ul.sub-menu li.menu-heading {
  display: block;
  padding: 0 1.5rem 0 2.5rem;
  height: 3rem;
  line-height: 3rem;
  word-break: break-word;
  white-space: normal;
  flex-basis: 100%;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.navigation-list li ul.sub-menu li ul.sub-menu li a {
  padding-left: 3.5rem;
}
.navigation-list li ul.sub-menu li ul.sub-menu li.current-page-ancestor,
.navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-ancestor,
.navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-item {
  font-weight: bold;
}
.navigation-list li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
.navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
.navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li {
  font-weight: normal;
}
.navigation-list li.menu-item-has-children #show-sub-menu {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
.navigation-list li.menu-item-has-children #show-sub-menu:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(img/icons/icon-arrow-down-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.navigation-list li.menu-item-has-children.menu-open > #show-sub-menu:after {
  transform: rotate(180deg);
}
.navigation-list li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 62.5em) {
  .navigation-list {
    position: relative;
    float: right;
    margin-bottom: 0;
    word-spacing: -0.27rem;
    overflow: visible;
  }
  .navigation-list #show-sub-menu,
  .navigation-list #close-sub-menu {
    display: none;
  }
  .navigation-list li {
    display: inline-block;
    position: relative;
    border-top: none;
    word-spacing: normal;
    overflow: visible;
  }
  .navigation-list li:last-child {
    border-bottom: none;
  }
  .navigation-list li a {
    float: left;
  }
  .navigation-list li a:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .navigation-list li.current-menu-item > ul.sub-menu li:after,
  .navigation-list li.current-page-ancestor > ul.sub-menu li:after,
  .navigation-list li.current-menu-ancestor > ul.sub-menu li:after,
  .navigation-list li.current-menu-item > ul.sub-menu li:after {
    display: none;
  }
  .navigation-list li:last-child {
    margin-right: 0;
  }
  .navigation-list li ul.sub-menu {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    position: absolute;
    width: auto;
    min-width: 10rem;
    height: auto;
    top: calc(100% + 1rem*2);
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
  }
  .navigation-list li ul.sub-menu:before,
  .navigation-list li ul.sub-menu:after {
    display: block;
    position: absolute;
    content: '';
  }
  .navigation-list li ul.sub-menu:before {
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
  }
  .navigation-list li ul.sub-menu:after {
    width: 100%;
    height: 1rem;
    top: -1rem;
    left: 0;
    background-color: transparent;
  }
  .navigation-list li ul.sub-menu li {
    position: relative;
    margin-right: 0;
    width: 100%;
    border-radius: 3px;
  }
  .navigation-list li ul.sub-menu li.current-menu-item {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navigation-list li ul.sub-menu li.current-menu-item > ul.sub-menu li {
    background-color: transparent;
  }
  .navigation-list li ul.sub-menu li a {
    float: none;
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .navigation-list li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: calc(100% + 1rem*2);
    transform: translateX(0);
    overflow: visible;
    visibility: hidden;
    opacity: 0;
  }
  .navigation-list li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .navigation-list 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;
  }
  .navigation-list li ul.sub-menu li ul.sub-menu li a {
    padding: 0.5rem 1rem;
  }
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-page-ancestor,
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-ancestor,
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-item {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
  .navigation-list li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li {
    background-color: transparent;
  }
  .navigation-list 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;
  }
  .navigation-list li ul.sub-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 1rem);
  }
  .navigation-list li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1rem);
  }
}
.secondary-navigation {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  margin-left: 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.secondary-navigation li {
  list-style-type: none;
  margin-bottom: 0;
}
.secondary-navigation li ul,
.secondary-navigation li ol {
  margin-top: 0;
}
.secondary-navigation li {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
.secondary-navigation li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.secondary-navigation li a {
  display: block;
  padding: 0 1.5rem;
  height: 3rem;
  line-height: 3rem;
  color: #FFFFFF;
  text-decoration: none;
}
.secondary-navigation li.current-page-ancestor,
.secondary-navigation li.current-menu-ancestor,
.secondary-navigation li.current-menu-item {
  font-weight: bold;
}
.secondary-navigation li.current-page-ancestor > ul.sub-menu li a,
.secondary-navigation li.current-menu-ancestor > ul.sub-menu li a,
.secondary-navigation li.current-menu-item > ul.sub-menu li a {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.secondary-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin-left: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
.secondary-navigation li ul.sub-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
.secondary-navigation li ul.sub-menu li ul,
.secondary-navigation li ul.sub-menu li ol {
  margin-top: 0;
}
.secondary-navigation li ul.sub-menu li {
  position: relative;
}
.secondary-navigation li ul.sub-menu li:last-child {
  border-bottom: none;
}
.secondary-navigation li ul.sub-menu li a {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  padding-left: 2.5rem;
}
.secondary-navigation li ul.sub-menu li.current-page-ancestor,
.secondary-navigation li ul.sub-menu li.current-menu-ancestor,
.secondary-navigation li ul.sub-menu li.current-menu-item {
  font-weight: bold;
}
.secondary-navigation li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
.secondary-navigation li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
.secondary-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li {
  font-weight: normal;
}
.secondary-navigation li ul.sub-menu li.menu-heading {
  display: block;
  padding: 0 1.5rem 0 2.5rem;
  height: 3rem;
  line-height: 3rem;
  word-break: break-word;
  white-space: normal;
  flex-basis: 100%;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.secondary-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 3.5rem;
}
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor,
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor,
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item {
  font-weight: bold;
}
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
.secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li {
  font-weight: normal;
}
.secondary-navigation li.menu-item-has-children #show-sub-menu {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
.secondary-navigation li.menu-item-has-children #show-sub-menu:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(img/icons/icon-arrow-down-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.secondary-navigation li.menu-item-has-children.menu-open > #show-sub-menu:after {
  transform: rotate(180deg);
}
.secondary-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 62.5em) {
  .secondary-navigation {
    position: relative;
    float: right;
    margin-bottom: 0;
    word-spacing: -0.27rem;
    overflow: visible;
  }
  .secondary-navigation #show-sub-menu,
  .secondary-navigation #close-sub-menu {
    display: none;
  }
  .secondary-navigation li {
    display: inline-block;
    position: relative;
    border-top: none;
    word-spacing: normal;
    overflow: visible;
  }
  .secondary-navigation li:last-child {
    border-bottom: none;
  }
  .secondary-navigation li a {
    float: left;
  }
  .secondary-navigation li a:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .secondary-navigation li.current-menu-item > ul.sub-menu li:after,
  .secondary-navigation li.current-page-ancestor > ul.sub-menu li:after,
  .secondary-navigation li.current-menu-ancestor > ul.sub-menu li:after,
  .secondary-navigation li.current-menu-item > ul.sub-menu li:after {
    display: none;
  }
  .secondary-navigation li:last-child {
    margin-right: 0;
  }
  .secondary-navigation li ul.sub-menu {
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    position: absolute;
    width: auto;
    min-width: 10rem;
    height: auto;
    top: calc(100% + 1rem*2);
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
  }
  .secondary-navigation li ul.sub-menu:before,
  .secondary-navigation li ul.sub-menu:after {
    display: block;
    position: absolute;
    content: '';
  }
  .secondary-navigation li ul.sub-menu:before {
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
  }
  .secondary-navigation li ul.sub-menu:after {
    width: 100%;
    height: 1rem;
    top: -1rem;
    left: 0;
    background-color: transparent;
  }
  .secondary-navigation li ul.sub-menu li {
    position: relative;
    margin-right: 0;
    width: 100%;
    border-radius: 3px;
  }
  .secondary-navigation li ul.sub-menu li.current-menu-item {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .secondary-navigation li ul.sub-menu li.current-menu-item > ul.sub-menu li {
    background-color: transparent;
  }
  .secondary-navigation li ul.sub-menu li a {
    float: none;
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .secondary-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;
  }
  .secondary-navigation li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .secondary-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;
  }
  .secondary-navigation li ul.sub-menu li ul.sub-menu li a {
    padding: 0.5rem 1rem;
  }
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor,
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor,
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > ul.sub-menu li,
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > ul.sub-menu li,
  .secondary-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > ul.sub-menu li {
    background-color: transparent;
  }
  .secondary-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;
  }
  .secondary-navigation li ul.sub-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 1rem);
  }
  .secondary-navigation li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1rem);
  }
}
@media screen and (min-width: 62.5em) {
  .secondary-navigation li a:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 62.5em) {
  .without-images .secondary-navigation li ul.sub-menu li a {
    color: #FFFFFF;
  }
}
/*************************************************************************
 #Mega Menu
**************************************************************************/
@media screen and (min-width: 62.5em) {
  ul.mega-menu {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.mega-menu li {
    position: static;
  }
  ul.mega-menu li a {
    display: flex;
    position: relative;
    align-items: center;
    white-space: nowrap;
    height: 3rem;
  }
  ul.mega-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.15);
  }
  ul.mega-menu li ul.sub-menu {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
    position: absolute;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    top: 3rem !important;
    left: 0;
    background-color: inherit;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transform: translateX(0);
    pointer-events: none;
  }
  ul.mega-menu li ul.sub-menu li {
    list-style-type: none;
    margin-bottom: 0;
  }
  ul.mega-menu li ul.sub-menu li ul,
  ul.mega-menu li ul.sub-menu li ol {
    margin-top: 0;
  }
  ul.mega-menu li ul.sub-menu:before {
    box-shadow: 0 1.75rem 1.75rem 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
  }
  ul.mega-menu li ul.sub-menu:after {
    display: none;
  }
  ul.mega-menu li ul.sub-menu li {
    margin: 0;
    width: 25%;
  }
  ul.mega-menu li ul.sub-menu li a {
    display: block;
    height: 100%;
    padding: 0.75rem 1.5rem;
    word-break: break-word;
    white-space: normal;
    border-radius: 0;
  }
  ul.mega-menu li ul.sub-menu li a:after {
    display: none;
  }
  ul.mega-menu li ul.sub-menu li:first-child {
    position: unset;
  }
  ul.mega-menu li ul.sub-menu li:first-child:before {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1;
    pointer-events: none;
  }
  ul.mega-menu li ul.sub-menu li.menu-heading {
    display: block;
    height: auto;
    padding: 0 1.5rem;
    word-break: break-word;
    white-space: normal;
    border-radius: 0;
    flex-basis: 100%;
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
  }
  ul.mega-menu li ul.sub-menu li ul.sub-menu {
    position: relative;
    margin: 0;
    padding: 1rem 0 0 2rem;
  }
  ul.mega-menu li ul.sub-menu li ul.sub-menu:before,
  ul.mega-menu li ul.sub-menu li ul.sub-menu:after {
    display: none;
  }
  ul.mega-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 1rem*3) !important;
    pointer-events: auto;
  }
  ul.mega-menu li.with-image ul.sub-menu {
    padding-right: 50%;
  }
  ul.mega-menu li.with-image ul.sub-menu:after {
    display: block;
    position: absolute;
    content: '';
    width: calc(50vw - 1rem*1.5);
    height: 100%;
    top: 0;
    left: calc(50% + 1rem*1.5);
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  ul.mega-menu li.with-image ul.sub-menu li {
    width: 50%;
  }
}
/*************************************************************************
 #Main Navigation Container
**************************************************************************/
#main-navigation {
  z-index: 9999;
}
#main-navigation #show-menu,
#main-navigation #close-menu {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 50%;
}
#main-navigation #show-menu {
  float: left;
  width: 3rem;
  height: 3rem;
  background-image: url(img/icons/icon-menu-white.svg);
}
#main-navigation #show-menu:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#main-navigation .navigation-container {
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  z-index: 1000;
}
#main-navigation .navigation-container.show-menu {
  left: 0;
}
#main-navigation .navigation-container #close-menu {
  position: absolute;
  z-index: 1002;
  width: 3rem;
  height: 3rem;
  top: 0;
  right: 0.375rem;
  background-image: url(img/icons/icon-close-white.svg);
}
#main-navigation .navigation-container .primary-navigation-container {
  position: relative;
  margin-top: 4rem;
}
@media screen and (min-width: 62.5em) {
  #main-navigation #show-menu,
  #main-navigation #show-sub-menu,
  #main-navigation #close-menu,
  #main-navigation #close-sub-menu {
    display: none;
  }
  #main-navigation .navigation-container {
    position: relative;
    float: left;
    left: auto;
  }
  #main-navigation .navigation-container .primary-navigation-container {
    margin-top: 0;
    padding: 0 1rem 0 0;
  }
  #main-navigation .navigation-container .primary-navigation-container .secondary-navigation {
    display: none;
  }
}
@media screen and (min-width: 78.125em) {
  #main-navigation .navigation-container .primary-navigation-container {
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 93.75em) {
  #main-navigation .navigation-container .primary-navigation-container {
    padding: 0 3rem 0 0;
  }
}
@media screen and (min-width: 109.375em) {
  #main-navigation .navigation-container .primary-navigation-container {
    padding: 0 4rem 0 0;
  }
}
/*************************************************************************
 #Header
**************************************************************************/
#header {
  position: relative;
  z-index: 1000;
}
#header .header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0;
}
@media screen and (min-width: 46.875em) {
  #header .header-container {
    align-items: center;
  }
}
#header .header-container .site-logo {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 46.875em) {
  #header .header-container .site-logo {
    max-width: 100%;
  }
}
#header .header-container .site-logo .site-title,
#header .header-container .site-logo .logo-container,
#header .header-container .site-logo .partner-logo {
  display: inline-block;
}
#header .header-container .site-logo .site-title img,
#header .header-container .site-logo .logo-container img,
#header .header-container .site-logo .partner-logo img {
  width: auto;
  max-width: 100%;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header-container .site-logo .site-title {
  vertical-align: bottom;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
}
#header .header-container .site-logo .site-title a {
  text-decoration: none;
}
#header .header-container .secondary-navigation-container {
  display: none;
}
@media screen and (min-width: 62.5em) {
  #header .header-container .secondary-navigation-container {
    display: block;
    float: right;
  }
}
.with-images #header .header-container {
  position: absolute;
  padding-bottom: 5rem;
}
.with-images #header .header-container:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.with-images #header .header-container .site-logo,
.with-images #header .header-container .secondary-navigation-container {
  position: relative;
  z-index: 2;
}
.with-images #header .header-container .site-logo .site-title a {
  color: #FFFFFF;
}
/*************************************************************************
 #Header Contacts List
**************************************************************************/
ul.header-contacts-list {
  margin-left: 0;
  word-spacing: -0.35rem;
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  text-align: right;
}
ul.header-contacts-list li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.header-contacts-list li ul,
ul.header-contacts-list li ol {
  margin-top: 0;
}
ul.header-contacts-list * {
  word-spacing: normal;
}
@media screen and (min-width: 46.875em) {
  ul.header-contacts-list {
    gap: 1.5rem;
  }
}
ul.header-contacts-list li {
  display: inline-block;
  position: relative;
}
ul.header-contacts-list li:first-child {
  margin-left: 0;
}
ul.header-contacts-list li:last-child {
  margin-right: 0;
}
ul.header-contacts-list li a {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 4rem;
  line-height: 4rem;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
  text-indent: -99999px;
  text-align: left;
  overflow: hidden;
}
ul.header-contacts-list li a:hover {
  text-decoration: underline;
}
ul.header-contacts-list li a:before {
  position: absolute;
  height: 100%;
  width: 100%;
  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: 900;
  color: #000000;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
}
@media screen and (min-width: 62.5em) {
  ul.header-contacts-list li a {
    width: auto;
    text-indent: 0;
    padding-left: 3rem;
  }
  ul.header-contacts-list li a:before {
    width: 2.5rem;
  }
}
ul.header-contacts-list li.email a:before {
  content: '\f0e0';
}
ul.header-contacts-list li.telephone a:before {
  content: '\f095';
}
/*************************************************************************
 #Navigation Search
**************************************************************************/
.main-navigation-container button.search {
  position: absolute;
  z-index: 999;
  right: 0;
  height: 3rem;
  width: 3rem;
  background-color: transparent;
}
.main-navigation-container button.search:before,
.main-navigation-container button.search:after {
  position: absolute;
  height: 100%;
  width: 100%;
  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: #FFFFFF;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation-container button.search:before {
  content: '\f002';
}
.main-navigation-container button.search:after {
  content: '\f00d';
  opacity: 0;
}
.main-navigation-container button.search.showing {
  background-color: rgba(0, 0, 0, 0.15);
}
.main-navigation-container button.search.showing:before {
  opacity: 0;
}
.main-navigation-container button.search.showing:after {
  opacity: 1;
}
@media screen and (min-width: 62.5em) {
  .main-navigation-container button.search {
    z-index: 1001;
    height: 3rem;
    width: 3rem;
  }
  .main-navigation-container button.search:before {
    font-size: 1.25rem;
  }
}
.main-navigation-container button.search:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.navigation-search-container {
  position: absolute;
  top: calc(100% - 1px);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1.75rem 1.75rem 0 rgba(0, 0, 0, 0.1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.navigation-search-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.navigation-search-container.show-search {
  visibility: visible;
  opacity: 1;
}
.main-container {
  position: relative;
  float: left;
  width: 100%;
}
/*************************************************************************
 #App Banner
**************************************************************************/
.app-banner-container {
  padding: 1rem 2.5rem 1rem 0;
  background-color: #F0F0EF;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.app-banner-container.show-app-banner {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.app-banner-container.show-app-banner .app-banner {
  max-height: 100%;
}
@media screen and (min-width: 46.875em) {
  .app-banner-container {
    padding: 1rem 0;
  }
}
.app-banner-container .app-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-height: 0;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
  transition-delay: 350ms;
}
@media screen and (min-width: 46.875em) {
  .app-banner-container .app-banner {
    flex-wrap: nowrap;
  }
}
.app-banner-container .app-banner .app-icon {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 46.875em) {
  .app-banner-container .app-banner .app-icon {
    position: relative;
  }
}
.app-banner-container .app-banner .content {
  padding-left: 6.5rem;
}
@media screen and (min-width: 46.875em) {
  .app-banner-container .app-banner .content {
    padding-left: 0;
  }
}
.app-banner-container .app-banner .content h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.app-banner-container .app-banner .content p {
  font-size: 0.9rem;
  line-height: 1.3;
}
.app-banner-container .app-banner .button {
  flex-shrink: 0;
  margin-left: 6.5rem;
}
@media screen and (min-width: 46.875em) {
  .app-banner-container .app-banner .button {
    margin-left: 0;
  }
}
.app-banner-container.hidden {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.app-banner-container .close-app-banner {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.app-banner-container .close-app-banner: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;
  line-height: normal;
  content: '\f00d';
  color: #B52159;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-banner-container .close-app-banner:hover {
  background-color: #B52159;
}
.app-banner-container .close-app-banner:hover:before {
  color: #FFFFFF !important;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
/*************************************************************************
 #Sticky Link Button
**************************************************************************/
.sticky-link-button {
  position: fixed;
  z-index: 9999;
  top: 25%;
  right: 0;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  background-color: #B52159;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0 -1rem 2rem 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: #FFFFFF;
  transform: scaleY(-1);
  margin-left: 1rem;
  transition: all 350ms cubic-bezier(0.5, 0, 0.5, 1);
}
.sticky-link-button:active {
  right: -1px;
}
#header:has( .show-menu ) + .sticky-link-button {
  transform: translate(100%, 0) rotate(-90deg);
}
/* 
Use: Footer
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Pre-Footer Modules
**************************************************************************/
.pre-footer-modules {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 40.625em) {
  .pre-footer-modules .pre-footer-module {
    height: auto!important;
  }
}
.pre-footer-modules.one .pre-footer-module {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem;
  overflow: hidden;
}
.pre-footer-modules.one .pre-footer-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .pre-footer-modules.one .pre-footer-module {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .pre-footer-modules.one .pre-footer-module {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .pre-footer-modules.one .pre-footer-module {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .pre-footer-modules.one .pre-footer-module {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 125em) {
  .pre-footer-modules.one .pre-footer-module {
    padding: 3rem 10.5rem;
  }
}
.pre-footer-modules.two .pre-footer-module {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3rem;
  overflow: hidden;
}
.pre-footer-modules.two .pre-footer-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .pre-footer-modules.two .pre-footer-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .pre-footer-modules.two .pre-footer-module {
    padding: 3rem 4.5rem;
  }
}
@media screen and (min-width: 78.125em) {
  .pre-footer-modules.two .pre-footer-module {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 93.75em) {
  .pre-footer-modules.two .pre-footer-module {
    padding: 3rem 7.5rem;
  }
}
@media screen and (min-width: 109.375em) {
  .pre-footer-modules.two .pre-footer-module {
    padding: 3rem 9rem;
  }
}
@media screen and (min-width: 125em) {
  .pre-footer-modules.two .pre-footer-module {
    padding: 3rem 10.5rem;
  }
}
/*************************************************************************
 #Footer
**************************************************************************/
.footer-modules.one .footer-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer-modules.one .footer-module .vertical-outer {
  width: 100%;
}
.footer-modules.two .footer-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer-modules.two .footer-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .footer-modules.two .footer-module {
    width: 50%;
  }
}
.footer-modules.three .footer-module {
  position: relative;
  z-index: 1;
  width: 100%;
}
.footer-modules.three .footer-module .vertical-outer {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .footer-modules.three .footer-module {
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .footer-modules.three .footer-module {
    width: 33.33%;
  }
}
ul.social-links {
  margin-left: 0;
}
ul.social-links li {
  list-style-type: none;
  margin-bottom: 0;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
ul.social-links li:last-child {
  margin-right: 0;
}
ul.social-links li a {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
ul.social-links li a:after {
  display: block;
  position: relative;
  content: '';
  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;
  font-size: 2rem;
  width: 100%;
  color: #FFFFFF;
}
ul.social-links li a.instagram:after {
  content: '\f16d';
}
ul.social-links li a.twitter:after {
  content: '\f099';
}
ul.social-links li a.facebook:after {
  content: '\f09a';
}
ul.social-links li a.google:after {
  content: '\f0d5';
}
ul.social-links li a.linkedin:after {
  content: '\f0e1';
}
ul.social-links li a.pinterest:after {
  content: '\f231';
}
ul.social-links li a.youtube:after {
  content: '\f167';
}
/*
Use: Theme Branding
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #HCRG Care Group Branded
**************************************************************************/
/* #Colour Sections ------------------------------------------------------------------------ */
.light-section-hcrg * {
  color: #3C3C3B;
}
.light-section-hcrg a {
  color: #B52159;
}
.light-section-hcrg a span,
.light-section-hcrg a p {
  color: #B52159;
}
.light-section-hcrg h1,
.light-section-hcrg h2,
.light-section-hcrg h3,
.light-section-hcrg h4,
.light-section-hcrg h5 {
  color: #B52159;
}
.dark-section * {
  color: #FFFFFF;
}
.dark-section ul.link-list li:before {
  color: #FFFFFF;
}
.white-section-hcrg {
  background-color: #FFFFFF;
}
.white-section-hcrg * {
  color: #3C3C3B;
}
.white-section-hcrg a {
  color: #B52159;
}
.white-section-hcrg a span,
.white-section-hcrg a p {
  color: #B52159;
}
.white-section-hcrg h1,
.white-section-hcrg h2,
.white-section-hcrg h3,
.white-section-hcrg h4,
.white-section-hcrg h5 {
  color: #B52159;
}
.light-grey-section-hcrg {
  background-color: #F0F0EF;
}
.light-grey-section-hcrg * {
  color: #3C3C3B;
}
.light-grey-section-hcrg a {
  color: #B52159;
}
.light-grey-section-hcrg a span,
.light-grey-section-hcrg a p {
  color: #B52159;
}
.light-grey-section-hcrg h1,
.light-grey-section-hcrg h2,
.light-grey-section-hcrg h3,
.light-grey-section-hcrg h4,
.light-grey-section-hcrg h5 {
  color: #B52159;
}
.burgundy-section-one *,
.grey-section-two *,
.grey-section-three *,
.grey-section-four * {
  color: #FFFFFF;
}
.burgundy-section-one ul.link-list li:before,
.grey-section-two ul.link-list li:before,
.grey-section-three ul.link-list li:before,
.grey-section-four ul.link-list li:before {
  color: #FFFFFF;
}
.burgundy-section-one *,
.grey-section-two *,
.grey-section-three *,
.grey-section-four * {
  color: #FFFFFF;
}
.burgundy-section-one ul.link-list li:before,
.grey-section-two ul.link-list li:before,
.grey-section-three ul.link-list li:before,
.grey-section-four ul.link-list li:before {
  color: #FFFFFF;
}
.burgundy-section-one {
  background-color: #B52159;
}
.grey-section-two {
  background-color: #6E6E6D;
}
.grey-section-three {
  background-color: #A0A09F;
}
.grey-section-four {
  background-color: #D2D2D1;
}
/* #Typography ------------------------------------------------------------------------ */
.hcrg-care-group {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #3C3C3B;
}
.hcrg-care-group ::-moz-selection {
  background-color: #3C3C3B;
}
.hcrg-care-group ::selection {
  background-color: #3C3C3B;
}
.hcrg-care-group ::-moz-selection {
  background-color: #3C3C3B;
}
.hcrg-care-group h1,
.hcrg-care-group h2,
.hcrg-care-group h3,
.hcrg-care-group h4,
.hcrg-care-group h5,
.hcrg-care-group a,
.hcrg-care-group strong {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.hcrg-care-group h1,
.hcrg-care-group h2,
.hcrg-care-group h3,
.hcrg-care-group h4,
.hcrg-care-group h5 {
  color: #B52159;
}
.hcrg-care-group p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.hcrg-care-group a {
  color: #B52159;
}
.hcrg-care-group em {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.hcrg-care-group blockquote p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
/* #UI ------------------------------------------------------------------------ */
.hcrg-care-group .button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.hcrg-care-group .button.colour-static-button {
  background-color: #B52159 !important;
}
.hcrg-care-group .button.white-static-button {
  color: #B52159 !important;
}
/* #Lists ------------------------------------------------------------------------ */
.hcrg-care-group ul.contacts-list li.search a,
.hcrg-care-group ul.contacts-list li.search button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.hcrg-care-group ul.link-list li:before {
  color: #B52159;
}
.hcrg-care-group ul.category-list li .category-count {
  color: #B52159 !important;
}
.hcrg-care-group ul.social-links-alt {
  border-color: #F0F0EF;
}
.hcrg-care-group ul.social-links-alt li:before {
  color: #B52159;
}
.hcrg-care-group ul.social-links-alt li a {
  color: #B52159;
}
.hcrg-care-group ul.pagination li a,
.hcrg-care-group ul.pagination li span {
  background-color: #B52159;
}
.hcrg-care-group ul.pagination li a.current,
.hcrg-care-group ul.pagination li span.current {
  background-color: #F0F0EF;
  color: #3C3C3B;
}
.hcrg-care-group .facetwp-facet-pagination a.facetwp-page {
  background-color: #B52159;
}
.hcrg-care-group .facetwp-facet-pagination a.facetwp-page.active {
  background-color: #F0F0EF;
  color: #3C3C3B;
}
/* #Modular ------------------------------------------------------------------------ */
.hcrg-care-group .entry-module {
  background-color: #D2D2D1;
  background-color: rgba(109, 109, 113, 0.9);
}
.hcrg-care-group .entry-module .entry-left-message {
  background-color: #B52159;
}
.hcrg-care-group .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.hcrg-care-group .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.hcrg-care-group .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .entry-module .entry-right-message {
  background-color: #FFFFFF;
}
.hcrg-care-group .entry-module .entry-right-message * {
  color: #3C3C3B;
}
.hcrg-care-group .entry-module .entry-right-message a {
  color: #B52159;
}
.hcrg-care-group .entry-module .entry-right-message a span,
.hcrg-care-group .entry-module .entry-right-message a p {
  color: #B52159;
}
.hcrg-care-group .entry-module .entry-right-message h1,
.hcrg-care-group .entry-module .entry-right-message h2,
.hcrg-care-group .entry-module .entry-right-message h3,
.hcrg-care-group .entry-module .entry-right-message h4,
.hcrg-care-group .entry-module .entry-right-message h5 {
  color: #B52159;
}
.hcrg-care-group .crisis-warning {
  background-color: #D2D2D1;
  background-color: #D6D8D7;
}
.hcrg-care-group .crisis-warning * {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning * {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning * {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning * {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .crisis-warning .burgundy-container {
  background-color: #B52159;
}
.hcrg-care-group .main-content-container .breadcrumb a {
  color: #B52159 !important;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #B52159;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo {
  background-color: #F0F0EF;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo * {
  color: #3C3C3B;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a {
  color: #B52159;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a span,
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a p {
  color: #B52159;
}
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h1,
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h2,
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h3,
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h4,
.hcrg-care-group .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h5 {
  color: #B52159;
}
.hcrg-care-group .preview-module {
  background-color: #F0F0EF;
}
.hcrg-care-group .preview-module * {
  color: #3C3C3B;
}
.hcrg-care-group .preview-module a {
  color: #B52159;
}
.hcrg-care-group .preview-module a span,
.hcrg-care-group .preview-module a p {
  color: #B52159;
}
.hcrg-care-group .preview-module h1,
.hcrg-care-group .preview-module h2,
.hcrg-care-group .preview-module h3,
.hcrg-care-group .preview-module h4,
.hcrg-care-group .preview-module h5 {
  color: #B52159;
}
.hcrg-care-group .preview-module .category-icon i {
  color: #B52159 !important;
}
.hcrg-care-group .preview-module .details-container {
  background-color: #F0F0EF;
}
.hcrg-care-group .preview-module .details-container * {
  color: #3C3C3B;
}
.hcrg-care-group .preview-module .details-container a {
  color: #B52159;
}
.hcrg-care-group .preview-module .details-container a span,
.hcrg-care-group .preview-module .details-container a p {
  color: #B52159;
}
.hcrg-care-group .preview-module .details-container h1,
.hcrg-care-group .preview-module .details-container h2,
.hcrg-care-group .preview-module .details-container h3,
.hcrg-care-group .preview-module .details-container h4,
.hcrg-care-group .preview-module .details-container h5 {
  color: #B52159;
}
.hcrg-care-group .preview-module .details-container .date {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog {
  background-color: #B52159;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog .details-container {
  background-color: #B52159;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.blog .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies {
  background-color: #6E6E6D;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container {
  background-color: #6E6E6D;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .mixed-preview-modules .promo-module:nth-child(1) {
  background-color: #818180;
}
.hcrg-care-group .mixed-preview-modules .promo-module:nth-child(2) {
  background-color: #7b7b7a;
}
.hcrg-care-group .mixed-preview-modules .promo-module:nth-child(3) {
  background-color: #6E6E6D;
}
.hcrg-care-group .mixed-preview-modules .promo-module:nth-child(4) {
  background-color: #616160;
}
.hcrg-care-group .search-module {
  background-color: #F0F0EF;
}
.hcrg-care-group .search-module * {
  color: #3C3C3B;
}
.hcrg-care-group .search-module a {
  color: #B52159;
}
.hcrg-care-group .search-module a span,
.hcrg-care-group .search-module a p {
  color: #B52159;
}
.hcrg-care-group .search-module h1,
.hcrg-care-group .search-module h2,
.hcrg-care-group .search-module h3,
.hcrg-care-group .search-module h4,
.hcrg-care-group .search-module h5 {
  color: #B52159;
}
.hcrg-care-group .information-module {
  background-color: #B52159;
}
.hcrg-care-group .information-module * {
  color: #FFFFFF;
}
.hcrg-care-group .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .information-module * {
  color: #FFFFFF;
}
.hcrg-care-group .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .block-quote-container .block-quote .quote {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.hcrg-care-group .block-quote-container.light-quote .block-quote:before {
  background-image: url(img/icons/icon-quote-burgundy.png);
}
.hcrg-care-group .block-quote-container.colour-quote {
  background-color: #B52159;
}
.hcrg-care-group .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.hcrg-care-group .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.hcrg-care-group .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .block-quote-container.colour-quote .block-quote:before {
  background-color: #B52159;
}
.hcrg-care-group .video-module .placeholder .play-icon {
  background-color: #B52159;
}
.hcrg-care-group .faq {
  border-bottom: 1px solid #F0F0EF;
}
.hcrg-care-group .faq .faq-title h3 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: #3C3C3B;
}
.hcrg-care-group .faq .faq-title h3:before {
  color: #B52159;
}
.hcrg-care-group .grid-listing-module {
  background-color: #F0F0EF;
}
.hcrg-care-group .grid-listing-module * {
  color: #3C3C3B;
}
.hcrg-care-group .grid-listing-module a {
  color: #B52159;
}
.hcrg-care-group .grid-listing-module a span,
.hcrg-care-group .grid-listing-module a p {
  color: #B52159;
}
.hcrg-care-group .grid-listing-module h1,
.hcrg-care-group .grid-listing-module h2,
.hcrg-care-group .grid-listing-module h3,
.hcrg-care-group .grid-listing-module h4,
.hcrg-care-group .grid-listing-module h5 {
  color: #B52159;
}
.hcrg-care-group .grid-listing-module .grid-listings .listing .detail-icon i {
  color: #B52159;
}
.hcrg-care-group .team-profile {
  background-color: #F0F0EF;
}
.hcrg-care-group .team-profile * {
  color: #3C3C3B;
}
.hcrg-care-group .team-profile a {
  color: #B52159;
}
.hcrg-care-group .team-profile a span,
.hcrg-care-group .team-profile a p {
  color: #B52159;
}
.hcrg-care-group .team-profile h1,
.hcrg-care-group .team-profile h2,
.hcrg-care-group .team-profile h3,
.hcrg-care-group .team-profile h4,
.hcrg-care-group .team-profile h5 {
  color: #B52159;
}
.hcrg-care-group #cookie-bar {
  background-color: #B52159;
}
.hcrg-care-group #cookie-bar * {
  color: #FFFFFF;
}
.hcrg-care-group #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #cookie-bar * {
  color: #FFFFFF;
}
.hcrg-care-group #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(1) {
  background-color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(1) * {
  color: #3C3C3B;
}
.hcrg-care-group .service-promos .service-promo:nth-child(1) a {
  color: #B52159;
}
.hcrg-care-group .service-promos .service-promo:nth-child(1) a span,
.hcrg-care-group .service-promos .service-promo:nth-child(1) a p {
  color: #B52159;
}
.hcrg-care-group .service-promos .service-promo:nth-child(1) h1,
.hcrg-care-group .service-promos .service-promo:nth-child(1) h2,
.hcrg-care-group .service-promos .service-promo:nth-child(1) h3,
.hcrg-care-group .service-promos .service-promo:nth-child(1) h4,
.hcrg-care-group .service-promos .service-promo:nth-child(1) h5 {
  color: #B52159;
}
.hcrg-care-group .service-promos .service-promo:nth-child(2) *,
.hcrg-care-group .service-promos .service-promo:nth-child(3) *,
.hcrg-care-group .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.hcrg-care-group .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.hcrg-care-group .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(2) *,
.hcrg-care-group .service-promos .service-promo:nth-child(3) *,
.hcrg-care-group .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.hcrg-care-group .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.hcrg-care-group .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .service-promos .service-promo:nth-child(2) {
  background-color: #7b7b7a;
}
.hcrg-care-group .service-promos .service-promo:nth-child(3) {
  background-color: #6E6E6D;
}
.hcrg-care-group .service-promos .service-promo:nth-child(4) {
  background-color: #616160;
}
.hcrg-care-group .related-downloads-links .related-downloads {
  background-color: #F0F0EF;
}
.hcrg-care-group .related-downloads-links .related-downloads * {
  color: #3C3C3B;
}
.hcrg-care-group .related-downloads-links .related-downloads a {
  color: #B52159;
}
.hcrg-care-group .related-downloads-links .related-downloads a span,
.hcrg-care-group .related-downloads-links .related-downloads a p {
  color: #B52159;
}
.hcrg-care-group .related-downloads-links .related-downloads h1,
.hcrg-care-group .related-downloads-links .related-downloads h2,
.hcrg-care-group .related-downloads-links .related-downloads h3,
.hcrg-care-group .related-downloads-links .related-downloads h4,
.hcrg-care-group .related-downloads-links .related-downloads h5 {
  color: #B52159;
}
.hcrg-care-group .share-module ul.social-links li.email a:before {
  background-color: #B52159;
}
.hcrg-care-group #moove_gdpr_cookie_info_bar {
  background-color: #B52159 !important;
}
.hcrg-care-group #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.hcrg-care-group #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .change-settings-button {
  color: #FFFFFF !important;
}
.hcrg-care-group #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  color: #B52159 !important;
}
.hcrg-care-group .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  color: #6E6E6D !important;
}
.hcrg-care-group .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: #B52159 !important;
  border: 1px solid #B52159 !important;
}
.hcrg-care-group .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: #B52159 !important;
  border: 1px solid #B52159 !important;
}
.hcrg-care-group .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 {
  background-color: #F0F0EF !important;
  border: 2px solid #F0F0EF !important;
}
.hcrg-care-group .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 {
  border: 2px solid #D2D2D1 !important;
}
.hcrg-care-group .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: #F0F0EF !important;
}
.hcrg-care-group .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;
  color: #3C3C3B !important;
}
.hcrg-care-group .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 {
  color: #6E6E6D !important;
}
.hcrg-care-group .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: #B52159 !important;
}
.hcrg-care-group .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: #B52159 !important;
}
.hcrg-care-group .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: #F0F0EF !important;
}
.hcrg-care-group .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 {
  background-color: #D2D2D1 !important;
}
.hcrg-care-group .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 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  background-color: #B52159 !important;
}
.hcrg-care-group #moove_gdpr_save_popup_settings_button {
  background-color: #B52159 !important;
}
.hcrg-care-group #moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.hcrg-care-group.home.home-v1 .main-content-container {
  background-color: #F0F0EF;
}
.hcrg-care-group.home.home-v1 .main-content-container * {
  color: #3C3C3B;
}
.hcrg-care-group.home.home-v1 .main-content-container a {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .main-content-container a span,
.hcrg-care-group.home.home-v1 .main-content-container a p {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .main-content-container h1,
.hcrg-care-group.home.home-v1 .main-content-container h2,
.hcrg-care-group.home.home-v1 .main-content-container h3,
.hcrg-care-group.home.home-v1 .main-content-container h4,
.hcrg-care-group.home.home-v1 .main-content-container h5 {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #FFFFFF;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #3C3C3B;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a span,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a p {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h1,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h2,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h3,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h4,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h5 {
  color: #B52159;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo span,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo p,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo div,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo label {
  color: #3C3C3B;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button {
  background-color: #B52159 !important;
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone a:before,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone button:before {
  background-image: url(img/icons/icon-mobile-burgundy.svg);
}
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email a:before,
.hcrg-care-group.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email button:before {
  background-image: url(img/icons/icon-envelope-burgundy.svg);
}
/* #Carousels ------------------------------------------------------------------------ */
.hcrg-care-group ul.slick-dots li.slick-active {
  border: 1px solid #B52159;
}
.hcrg-care-group ul.slick-dots li.slick-active button {
  background-color: #B52159;
}
.hcrg-care-group .key-facts-carousel-container {
  background-color: #A0A09F;
}
.hcrg-care-group .key-facts-carousel-container * {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container * {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container * {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container * {
  color: #FFFFFF;
}
.hcrg-care-group .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container {
  background-color: #F0F0EF;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container * {
  color: #3C3C3B;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container a {
  color: #B52159;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container a span,
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container a p {
  color: #B52159;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container h1,
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container h2,
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container h3,
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container h4,
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container h5 {
  color: #B52159;
}
.hcrg-care-group .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon i {
  color: #B52159;
}
/* #Forms ------------------------------------------------------------------------ */
.hcrg-care-group button,
.hcrg-care-group input,
.hcrg-care-group textarea,
.hcrg-care-group select,
.hcrg-care-group option {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.hcrg-care-group input::-moz-placeholder, .hcrg-care-group textarea::-moz-placeholder, .hcrg-care-group select::-moz-placeholder {
  color: #3C3C3B;
}
.hcrg-care-group input::placeholder,
.hcrg-care-group textarea::placeholder,
.hcrg-care-group select::placeholder {
  color: #3C3C3B;
}
.hcrg-care-group select {
  background-image: url(img/icons/icon-arrow-down-burgundy.svg);
}
.hcrg-care-group .reset-button {
  color: #B52159 !important;
}
.hcrg-care-group input[type="text"],
.hcrg-care-group input[type="password"],
.hcrg-care-group input[type="email"],
.hcrg-care-group input[type="number"],
.hcrg-care-group input[type="tel"],
.hcrg-care-group input[type="search"],
.hcrg-care-group input[type="date"],
.hcrg-care-group select,
.hcrg-care-group textarea {
  color: #3C3C3B !important;
}
.hcrg-care-group input[type="checkbox"]:after {
  color: #B52159;
}
.hcrg-care-group input[type="radio"]:after {
  background-color: #B52159;
}
.hcrg-care-group form button {
  background-color: #B52159;
}
.hcrg-care-group .additional-search-form #module-search-submit {
  background-image: url(img/icons/icon-small-search-burgundy.svg);
}
.hcrg-care-group .navigation-search-form #navigation-search {
  color: #3C3C3B;
}
.hcrg-care-group .navigation-search-form #navigation-search-submit {
  background-image: url(img/icons/icon-small-search-burgundy.svg);
}
.hcrg-care-group .ninja-forms-req-symbol {
  color: #B52159 !important;
}
.hcrg-care-group .colour-promo .ninja-forms-req-symbol {
  color: #FFFFFF !important;
}
.hcrg-care-group .colour-promo input {
  color: #6E6E6D;
}
.hcrg-care-group .colour-promo input[type="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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  transition: none;
  background-color: #FFFFFF !important;
}
.hcrg-care-group .colour-promo input[type="button"]:last-child {
  margin-bottom: 0;
}
.hcrg-care-group .colour-promo input[type="button"]:focus {
  outline: none;
}
.hcrg-care-group .colour-promo input[type="button"]:hover {
  border-bottom: none;
  text-decoration: none;
}
.hcrg-care-group .colour-promo input[type="button"].small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.hcrg-care-group .colour-promo input[type="button"].medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.hcrg-care-group .colour-promo input[type="button"].large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.hcrg-care-group .colour-promo input[type="button"].static-button {
  transition: none;
}
.hcrg-care-group .colour-promo input[type="button"].colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.hcrg-care-group .colour-promo input[type="button"].white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.hcrg-care-group .colour-promo input[type="button"].light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-small:after,
.hcrg-care-group .colour-promo input[type="button"].icon-button-medium:after,
.hcrg-care-group .colour-promo input[type="button"].icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.hcrg-care-group .colour-promo input[type="button"].icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.hcrg-care-group .colour-promo input[type="button"].download-button:after {
  content: '\f33d';
}
.hcrg-care-group .colour-promo input[type="button"].arrow-right-button:after {
  content: '\f054';
}
.hcrg-care-group .colour-promo .nf-error .ninja-forms-field {
  border: 2px solid #6E6E6D;
  border-radius: 3px;
}
.hcrg-care-group .searchandfilter input[title="Search"] {
  background-image: url(img/icons/icon-small-search-burgundy.svg);
}
.hcrg-care-group .facetwp-type-search input.facetwp-search {
  background-image: url(img/icons/icon-small-search-burgundy.svg);
}
.hcrg-care-group .searchwp-revised-search-notice .searchwp-suggested-revision-query {
  color: #B52159;
}
/* #Header ------------------------------------------------------------------------ */
@media screen and (min-width: 62.5em) {
  .hcrg-care-group .navigation-list li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .hcrg-care-group .navigation-list li.current-menu-item a,
  .hcrg-care-group .navigation-list li.current-page-ancestor a,
  .hcrg-care-group .navigation-list li.current-menu-ancestor a,
  .hcrg-care-group .navigation-list li.current-menu-item a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
  }
  .hcrg-care-group .navigation-list li.current-menu-item > ul.sub-menu li a,
  .hcrg-care-group .navigation-list li.current-page-ancestor > ul.sub-menu li a,
  .hcrg-care-group .navigation-list li.current-menu-ancestor > ul.sub-menu li a,
  .hcrg-care-group .navigation-list li.current-menu-item > ul.sub-menu li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu {
    background-color: #B52159;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu * {
    color: #FFFFFF;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu ul.link-list li:before {
    color: #FFFFFF;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu * {
    color: #FFFFFF;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu ul.link-list li:before {
    color: #FFFFFF;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu:before {
    border-bottom: 0.5rem solid #B52159;
  }
  .hcrg-care-group .navigation-list li ul.sub-menu li ul.sub-menu li:first-of-type:before {
    border-right: 0.5rem solid #B52159;
  }
}
.hcrg-care-group #main-navigation {
  background-color: #B52159;
}
.hcrg-care-group #main-navigation * {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation * {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation .navigation-container {
  background-color: #B52159;
}
.hcrg-care-group #main-navigation .navigation-container * {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation .navigation-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation .navigation-container * {
  color: #FFFFFF;
}
.hcrg-care-group #main-navigation .navigation-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .navigation-search-container {
  background-color: #B52159;
}
.hcrg-care-group .navigation-search-container * {
  color: #FFFFFF;
}
.hcrg-care-group .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .navigation-search-container * {
  color: #FFFFFF;
}
.hcrg-care-group .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #header .header-container .site-logo .site-title {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.hcrg-care-group #header .header-contacts-list li a {
  color: #3C3C3B;
}
.hcrg-care-group #header .header-contacts-list li a:before {
  color: #B52159;
}
@media screen and (min-width: 62.5em) {
  .hcrg-care-group.without-images .secondary-navigation li a {
    color: #3C3C3B;
  }
}
/* #Footer ------------------------------------------------------------------------ */
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter {
  background-color: #6E6E6D;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.hcrg-care-group .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #footer {
  background-color: #B52159;
}
.hcrg-care-group #footer * {
  color: #FFFFFF;
}
.hcrg-care-group #footer ul.link-list li:before {
  color: #FFFFFF;
}
.hcrg-care-group #footer * {
  color: #FFFFFF;
}
.hcrg-care-group #footer ul.link-list li:before {
  color: #FFFFFF;
}
/*************************************************************************
 #NHS Branded
**************************************************************************/
/* #Colour Sections ------------------------------------------------------------------------ */
.light-section-nhs * {
  color: #212b32;
}
.light-section-nhs a {
  color: #005eb8;
}
.light-section-nhs a span,
.light-section-nhs a p {
  color: #005eb8;
}
.light-section-nhs h1,
.light-section-nhs h2,
.light-section-nhs h3,
.light-section-nhs h4,
.light-section-nhs h5 {
  color: #005eb8;
}
.dark-section-nhs * {
  color: #FFFFFF;
}
.dark-section-nhs ul.link-list li:before {
  color: #FFFFFF;
}
.white-section-nhs {
  background-color: #FFFFFF;
}
.white-section-nhs * {
  color: #212b32;
}
.white-section-nhs a {
  color: #005eb8;
}
.white-section-nhs a span,
.white-section-nhs a p {
  color: #005eb8;
}
.white-section-nhs h1,
.white-section-nhs h2,
.white-section-nhs h3,
.white-section-nhs h4,
.white-section-nhs h5 {
  color: #005eb8;
}
.light-grey-section-nhs {
  background-color: #d8dde0;
}
.light-grey-section-nhs * {
  color: #212b32;
}
.light-grey-section-nhs a {
  color: #005eb8;
}
.light-grey-section-nhs a span,
.light-grey-section-nhs a p {
  color: #005eb8;
}
.light-grey-section-nhs h1,
.light-grey-section-nhs h2,
.light-grey-section-nhs h3,
.light-grey-section-nhs h4,
.light-grey-section-nhs h5 {
  color: #005eb8;
}
.blue-section-one *,
.blue-section-two *,
.blue-section-three *,
.dark-grey-section * {
  color: #FFFFFF;
}
.blue-section-one ul.link-list li:before,
.blue-section-two ul.link-list li:before,
.blue-section-three ul.link-list li:before,
.dark-grey-section ul.link-list li:before {
  color: #FFFFFF;
}
.blue-section-one *,
.blue-section-two *,
.blue-section-three *,
.dark-grey-section * {
  color: #FFFFFF;
}
.blue-section-one ul.link-list li:before,
.blue-section-two ul.link-list li:before,
.blue-section-three ul.link-list li:before,
.dark-grey-section ul.link-list li:before {
  color: #FFFFFF;
}
.blue-section-one {
  background-color: #003d78;
}
.blue-section-two {
  background-color: #005eb8;
}
.blue-section-three {
  background-color: #0072ce;
}
.dark-grey-section {
  background-color: #768692;
}
.nhs .light-grey-section {
  background-color: #d8dde0;
}
.nhs .theme-colour-section {
  background-color: #005eb8;
}
/* #Typography ------------------------------------------------------------------------ */
.nhs {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #212b32;
}
.nhs ::-moz-selection {
  background-color: #212b32;
}
.nhs ::selection {
  background-color: #212b32;
}
.nhs ::-moz-selection {
  background-color: #212b32;
}
.nhs a,
.nhs strong {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.nhs h1,
.nhs h2,
.nhs h3,
.nhs h4,
.nhs h5 {
  color: #212b32;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.nhs a {
  color: #005eb8;
}
.nhs a:not( .sticky-link-button ) {
  transition: none !important;
}
.nhs a.light-grey-static-button {
  background-color: #aeb7bd;
}
.nhs p a,
.nhs .header-contacts-list a,
.nhs .breadcrumb a,
.nhs #footer a {
  text-decoration: underline;
}
.nhs p a:hover,
.nhs .header-contacts-list a:hover,
.nhs .breadcrumb a:hover,
.nhs #footer a:hover {
  text-decoration: none;
}
.nhs p a:focus,
.nhs .header-contacts-list a:focus,
.nhs .breadcrumb a:focus,
.nhs #footer a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32 !important;
  outline: 4px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.nhs p a:focus span,
.nhs .header-contacts-list a:focus span,
.nhs .breadcrumb a:focus span,
.nhs #footer a:focus span {
  color: #212b32 !important;
}
.nhs em {
  font-style: italic;
}
.nhs blockquote p {
  font-style: italic;
}
/* #UI ------------------------------------------------------------------------ */
.nhs .button {
  border-radius: 4px!important;
}
.nhs .button.colour-static-button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  position: relative;
  background-color: #007f3b !important;
  border-radius: 4px;
  box-shadow: 0 4px 0 #00401e;
}
.nhs .button.colour-static-button:hover {
  top: 4px;
  box-shadow: none;
  background-color: #00662f !important;
}
.nhs .button.light-grey-static-button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  position: relative;
  color: #FFFFFF;
  background-color: #768692 !important;
  border-radius: 4px;
  box-shadow: 0 4px 0 #212b32;
}
.nhs .button.light-grey-static-button:hover {
  top: 4px;
  box-shadow: none;
  background-color: #4c6272 !important;
}
.nhs .button.white-static-button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #212b32 !important;
  position: relative;
  border-radius: 4px !important;
  box-shadow: 0 4px 0 #212b32;
}
.nhs .button.white-static-button:hover {
  top: 4px;
  box-shadow: none;
  background-color: #f0f4f5 !important;
}
.nhs .button.icon-button-small:after,
.nhs .button.icon-button-medium:after,
.nhs .button.icon-button-large:after {
  font-weight: 400 !important;
}
.nhs .button.icon-button-medium:after {
  display: none;
}
.nhs .button.icon-button-medium.small {
  padding: 0 1rem;
}
.nhs .button.icon-button-medium.medium {
  padding: 0 1.5rem;
}
.nhs .button.icon-button-medium.large {
  padding: 0 2rem;
}
/* #Lists ------------------------------------------------------------------------ */
.nhs ul.contacts-list li.search a,
.nhs ul.contacts-list li.search button {
  font-weight: bold;
}
.nhs ul.link-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nhs ul.link-list li:before {
  content: '\f138';
  color: #005eb8;
  font-weight: 900;
  font-size: 1.25rem;
}
.nhs ul.link-list li a {
  text-decoration: underline;
}
.nhs ul.link-list li a:hover {
  text-decoration: none;
}
.nhs ul.category-list li .category-count {
  color: #005eb8 !important;
}
.nhs ul.social-links-alt {
  border-color: #d8dde0;
}
.nhs ul.social-links-alt li:before {
  color: #005eb8;
}
.nhs ul.social-links-alt li a {
  color: #212b32;
}
.nhs ul.pagination li a,
.nhs ul.pagination li span {
  background-color: #005eb8;
}
.nhs ul.pagination li a.current,
.nhs ul.pagination li span.current {
  background-color: #d8dde0;
  color: #768692;
}
.nhs .facetwp-facet-pagination a.facetwp-page {
  background-color: #005eb8;
}
.nhs .facetwp-facet-pagination a.facetwp-page.active {
  background-color: #d8dde0;
  color: #768692;
}
/* #Modular ------------------------------------------------------------------------ */
.nhs .entry-module {
  background-color: #d8dde0;
  background-color: rgba(62, 85, 100, 0.9);
}
.nhs .entry-module .entry-left-message {
  background-color: #005eb8;
}
.nhs .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.nhs .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.nhs .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .entry-module .entry-right-message {
  background-color: #FFFFFF;
}
.nhs .entry-module .entry-right-message * {
  color: #212b32;
}
.nhs .entry-module .entry-right-message a {
  color: #005eb8;
}
.nhs .entry-module .entry-right-message a span,
.nhs .entry-module .entry-right-message a p {
  color: #005eb8;
}
.nhs .entry-module .entry-right-message h1,
.nhs .entry-module .entry-right-message h2,
.nhs .entry-module .entry-right-message h3,
.nhs .entry-module .entry-right-message h4,
.nhs .entry-module .entry-right-message h5 {
  color: #005eb8;
}
.nhs .crisis-warning {
  background-color: #768692;
}
.nhs .crisis-warning * {
  color: #FFFFFF;
}
.nhs .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .crisis-warning * {
  color: #FFFFFF;
}
.nhs .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .outer-container:has( .breadcrumb ),
.nhs .outer-container:has( .facet-filters ),
.nhs .outer-container:has( .searchandfilter ),
.nhs .outer-container:has( .preview-module ),
.nhs .outer-container:has( .results-content ),
.nhs .pagination-container,
.nhs .results-container {
  background-color: #f0f4f5;
}
.nhs .search-result a.read-more {
  display: inline-flex;
  align-items: center;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.nhs .search-result a.read-more:before {
  content: '';
  display: inline-block;
  height: 3rem;
  width: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00662f;
  margin-right: 0.5rem;
}
.nhs .main-content-container .breadcrumb {
  display: flex;
  align-items: center;
}
.nhs .main-content-container .breadcrumb a {
  color: #005eb8;
  text-decoration: underline;
}
.nhs .main-content-container .breadcrumb a:hover {
  text-decoration: none;
}
.nhs .main-content-container .breadcrumb [aria-label="breadcrumb separator"] {
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.nhs .main-content-container .breadcrumb [aria-label="breadcrumb separator"]:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg class=%27nhsuk-icon nhsuk-icon__chevron-right%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23aeb7bd%27 height=%2718%27 width=%2718%27 viewBox=%270 0 24 24%27 aria-hidden=%27true%27%3E%3Cpath d=%27M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z%27%3E%3C/path%3E%3C/svg%3E") center no-repeat;
  display: inline-flex;
  align-items: center;
  height: 18px;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  width: 18px;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #0072ce;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo {
  background-color: #d8dde0;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo * {
  color: #212b32;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a {
  color: #005eb8;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a span,
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a p {
  color: #005eb8;
}
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h1,
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h2,
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h3,
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h4,
.nhs .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h5 {
  color: #005eb8;
}
.nhs .preview-module {
  background: #FFFFFF;
  border: 1px solid #d8dde0;
  border-bottom-width: 4px;
}
.nhs .preview-module:hover {
  border-color: #aeb7bd;
}
.nhs .preview-module:hover h3 a {
  color: #7c2855;
  text-decoration: none;
}
.nhs .preview-module .post-tag {
  position: absolute;
  z-index: 1;
  top: -1px;
  transform: translateY(-100%);
  background-color: #005eb8;
  padding: 0.25rem 0.75rem;
  color: #FFFFFF;
}
.nhs .preview-module .post-tag:after {
  content: '';
  position: absolute;
  top: calc(100% + 9px);
  left: 0.75rem;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-top: 10px solid #005eb8;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.nhs .preview-module .category-icon {
  background: #005eb8 !important;
}
.nhs .preview-module .category-icon i {
  color: #FFFFFF;
}
.nhs .preview-module .image-container {
  border-bottom: 1px solid #f0f4f5;
}
.nhs .preview-module .details-container {
  position: relative;
  overflow: visible;
  padding-right: 4rem;
}
.nhs .preview-module .details-container:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1rem;
  height: 2rem;
  width: 2rem;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMjcgMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiBmaWxsPSIjMDA1RUI4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMuMzMzLDAgQzIwLjY5NjYxMjYsMCAyNi42NjYsNS45NjkzODc0MyAyNi42NjYsMTMuMzMzIEMyNi42NjYsMjAuNjk2NjEyNiAyMC42OTY2MTI2LDI2LjY2NiAxMy4zMzMsMjYuNjY2IEM1Ljk2OTM4NzQzLDI2LjY2NiAwLDIwLjY5NjYxMjYgMCwxMy4zMzMgQzAsNS45NjkzODc0MyA1Ljk2OTM4NzQzLDAgMTMuMzMzLDAgWiBNMTIuNjA5OTI2OSw4LjI4NjA3MzExIEMxMi4wODkxNjI3LDcuNzY1MzA4OTYgMTEuMjQ0ODM3Myw3Ljc2NTMwODk2IDEwLjcyNDA3MzEsOC4yODYwNzMxMSBMMTAuNjI2ODYzOCw4LjM5NDM0ODM1IEMxMC4yMDU2MjM1LDguOTE3OTc1OTMgMTAuMjM4MDI2Niw5LjY4NTg4MDM2IDEwLjcyNDA3MzEsMTAuMTcxOTI2OSBMMTMuNTUzLDEyLjk5OSBMMTAuNzI0MDczMSwxNS44MjgwNzMxIEMxMC4yMDMzMDksMTYuMzQ4ODM3MyAxMC4yMDMzMDksMTcuMTkzMTYyNyAxMC43MjQwNzMxLDE3LjcxMzkyNjkgQzExLjI0NDgzNzMsMTguMjM0NjkxIDEyLjA4OTE2MjcsMTguMjM0NjkxIDEyLjYwOTkyNjksMTcuNzEzOTI2OSBMMTYuMzgwOTI2OSwxMy45NDI5MjY5IEMxNi45MDE2OTEsMTMuNDIyMTYyNyAxNi45MDE2OTEsMTIuNTc3ODM3MyAxNi4zODA5MjY5LDEyLjA1NzA3MzEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMjcgMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiBmaWxsPSIjMDA1RUI4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMuMzMzLDAgQzIwLjY5NjYxMjYsMCAyNi42NjYsNS45NjkzODc0MyAyNi42NjYsMTMuMzMzIEMyNi42NjYsMjAuNjk2NjEyNiAyMC42OTY2MTI2LDI2LjY2NiAxMy4zMzMsMjYuNjY2IEM1Ljk2OTM4NzQzLDI2LjY2NiAwLDIwLjY5NjYxMjYgMCwxMy4zMzMgQzAsNS45NjkzODc0MyA1Ljk2OTM4NzQzLDAgMTMuMzMzLDAgWiBNMTIuNjA5OTI2OSw4LjI4NjA3MzExIEMxMi4wODkxNjI3LDcuNzY1MzA4OTYgMTEuMjQ0ODM3Myw3Ljc2NTMwODk2IDEwLjcyNDA3MzEsOC4yODYwNzMxMSBMMTAuNjI2ODYzOCw4LjM5NDM0ODM1IEMxMC4yMDU2MjM1LDguOTE3OTc1OTMgMTAuMjM4MDI2Niw5LjY4NTg4MDM2IDEwLjcyNDA3MzEsMTAuMTcxOTI2OSBMMTMuNTUzLDEyLjk5OSBMMTAuNzI0MDczMSwxNS44MjgwNzMxIEMxMC4yMDMzMDksMTYuMzQ4ODM3MyAxMC4yMDMzMDksMTcuMTkzMTYyNyAxMC43MjQwNzMxLDE3LjcxMzkyNjkgQzExLjI0NDgzNzMsMTguMjM0NjkxIDEyLjA4OTE2MjcsMTguMjM0NjkxIDEyLjYwOTkyNjksMTcuNzEzOTI2OSBMMTYuMzgwOTI2OSwxMy45NDI5MjY5IEMxNi45MDE2OTEsMTMuNDIyMTYyNyAxNi45MDE2OTEsMTIuNTc3ODM3MyAxNi4zODA5MjY5LDEyLjA1NzA3MzEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #005eb8;
}
.nhs .preview-module .details-container h3 a {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.nhs .preview-module .details-container h3 a:hover {
  text-decoration: none;
}
.nhs .preview-module .details-container h3 a:before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.nhs .preview-module .details-container .content-wrapper {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.nhs .preview-module.blog-preview-module .details-container {
  padding-right: 1.5rem;
}
.nhs .preview-module.blog-preview-module .details-container:after {
  display: none;
}
.nhs .preview-module.blog-preview-module .details-container .author-thumb {
  border: 1px solid #FFFFFF;
  border-radius: 0 !important;
}
.nhs .preview-module.blog-preview-module .details-container .button.read-more {
  display: inline-flex;
  align-items: center;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.nhs .preview-module.blog-preview-module .details-container .button.read-more:before {
  content: '';
  display: inline-block;
  height: 3rem;
  width: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00662f;
  margin-right: 0.5rem;
}
.nhs .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(1) {
  background-color: #0080e8;
}
.nhs .mixed-preview-modules .promo-module:nth-child(2) {
  background-color: #0072ce;
}
.nhs .mixed-preview-modules .promo-module:nth-child(2) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(2) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(2) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(2) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(3) {
  background-color: #005eb8;
}
.nhs .mixed-preview-modules .promo-module:nth-child(3) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(3) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(3) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(3) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(4) {
  background-color: #003d78;
}
.nhs .mixed-preview-modules .promo-module:nth-child(4) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(4) * {
  color: #FFFFFF;
}
.nhs .mixed-preview-modules .promo-module:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .search-module {
  background-color: #d8dde0;
}
.nhs .search-module * {
  color: #212b32;
}
.nhs .search-module a {
  color: #005eb8;
}
.nhs .search-module a span,
.nhs .search-module a p {
  color: #005eb8;
}
.nhs .search-module h1,
.nhs .search-module h2,
.nhs .search-module h3,
.nhs .search-module h4,
.nhs .search-module h5 {
  color: #005eb8;
}
.nhs .information-module {
  background-color: #005eb8;
}
.nhs .information-module * {
  color: #FFFFFF;
}
.nhs .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .information-module * {
  color: #FFFFFF;
}
.nhs .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .image-module .caption {
  right: 0;
  bottom: 0;
  left: 0;
}
.nhs .image-module .caption p {
  background-color: #005eb8;
  color: #FFFFFF;
}
.nhs .image-module .caption:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateY(-100%) translateX(50%);
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #005eb8;
  border-left: 20px solid transparent;
}
.nhs .block-quote-container .block-quote .quote {
  font-style: italic;
}
.nhs .block-quote-container.light-quote .block-quote:before {
  background-image: url(img/icons/icon-quote-blue.png);
}
.nhs .block-quote-container.colour-quote {
  background-color: #005eb8;
}
.nhs .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.nhs .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.nhs .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .block-quote-container.colour-quote .block-quote:before {
  background-color: #005eb8;
}
.nhs .video-module .placeholder .play-icon {
  background-color: #005eb8;
}
.nhs .faq {
  background: #FFFFFF;
  padding: 1.5rem 1rem;
  border: 1px solid #d8dde0;
  border-bottom-width: 4px;
  margin-bottom: 1.5rem;
}
.nhs .faq:hover {
  border-color: #aeb7bd;
}
.nhs .faq:hover .faq-title h3 {
  color: #7c2855;
  text-decoration: none;
}
.nhs .faq .faq-title h3 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #005eb8;
  font-size: 1.375rem;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nhs .faq .faq-title h3:before {
  color: #005eb8;
  position: relative;
  content: '';
  height: 1.75rem;
  width: 1.75rem;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQtaWNvbi1wbHVzPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZC1pY29uLXBsdXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjY2NywgMC42NjY3KSIgZmlsbD0iIzAwNUVCOCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjMzMzMzMzMsMCBDMjAuNjk3MTMsMCAyNi42NjY2NjY3LDUuOTY5NTM2NjcgMjYuNjY2NjY2NywxMy4zMzMzMzMzIEMyNi42NjY2NjY3LDIwLjY5NzEzIDIwLjY5NzEzLDI2LjY2NjY2NjcgMTMuMzMzMzMzMywyNi42NjY2NjY3IEM1Ljk2OTUzNjY3LDI2LjY2NjY2NjcgMCwyMC42OTcxMyAwLDEzLjMzMzMzMzMgQzAsNS45Njk1MzY2NyA1Ljk2OTUzNjY3LDAgMTMuMzMzMzMzMywwIFogTTEzLjMzMzMzMzMsNi42NjY2NjY2NyBMMTMuMjA0OTI0NCw2LjY3Mjc3MDI5IEMxMi41Mjg3ODk0LDYuNzM3Mzc4OTUgMTIsNy4zMDY5MzY3OCAxMiw4IEwxMiwxMiBMOCwxMiBDNy4yNjM2MjAzMywxMiA2LjY2NjY2NjY3LDEyLjU5Njk1MzcgNi42NjY2NjY2NywxMy4zMzMzMzMzIEw2LjY3Mjc3MDI5LDEzLjQ2MTc0MjIgQzYuNzM3Mzc4OTUsMTQuMTM3ODc3MyA3LjMwNjkzNjc4LDE0LjY2NjY2NjcgOCwxNC42NjY2NjY3IEwxMiwxNC42NjYgTDEyLDE4LjY2NjY2NjcgQzEyLDE5LjQwMzA0NjMgMTIuNTk2OTUzNywyMCAxMy4zMzMzMzMzLDIwIEwxMy40NjE3NDIyLDE5Ljk5Mzg5NjQgQzE0LjEzNzg3NzMsMTkuOTI5Mjg3NyAxNC42NjY2NjY3LDE5LjM1OTcyOTkgMTQuNjY2NjY2NywxOC42NjY2NjY3IEwxNC42NjYsMTQuNjY2IEwxOC42NjY2NjY3LDE0LjY2NjY2NjcgQzE5LjQwMzA0NjMsMTQuNjY2NjY2NyAyMCwxNC4wNjk3MTMgMjAsMTMuMzMzMzMzMyBMMTkuOTkzODk2NCwxMy4yMDQ5MjQ0IEMxOS45MjkyODc3LDEyLjUyODc4OTQgMTkuMzU5NzI5OSwxMiAxOC42NjY2NjY3LDEyIEwxNC42NjYsMTIgTDE0LjY2NjY2NjcsOCBDMTQuNjY2NjY2Nyw3LjI2MzYyMDMzIDE0LjA2OTcxMyw2LjY2NjY2NjY3IDEzLjMzMzMzMzMsNi42NjY2NjY2NyBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQtaWNvbi1wbHVzPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJkb3dubG9hZC1pY29uLXBsdXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNjY2NywgMC42NjY3KSIgZmlsbD0iIzAwNUVCOCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjMzMzMzMzMsMCBDMjAuNjk3MTMsMCAyNi42NjY2NjY3LDUuOTY5NTM2NjcgMjYuNjY2NjY2NywxMy4zMzMzMzMzIEMyNi42NjY2NjY3LDIwLjY5NzEzIDIwLjY5NzEzLDI2LjY2NjY2NjcgMTMuMzMzMzMzMywyNi42NjY2NjY3IEM1Ljk2OTUzNjY3LDI2LjY2NjY2NjcgMCwyMC42OTcxMyAwLDEzLjMzMzMzMzMgQzAsNS45Njk1MzY2NyA1Ljk2OTUzNjY3LDAgMTMuMzMzMzMzMywwIFogTTEzLjMzMzMzMzMsNi42NjY2NjY2NyBMMTMuMjA0OTI0NCw2LjY3Mjc3MDI5IEMxMi41Mjg3ODk0LDYuNzM3Mzc4OTUgMTIsNy4zMDY5MzY3OCAxMiw4IEwxMiwxMiBMOCwxMiBDNy4yNjM2MjAzMywxMiA2LjY2NjY2NjY3LDEyLjU5Njk1MzcgNi42NjY2NjY2NywxMy4zMzMzMzMzIEw2LjY3Mjc3MDI5LDEzLjQ2MTc0MjIgQzYuNzM3Mzc4OTUsMTQuMTM3ODc3MyA3LjMwNjkzNjc4LDE0LjY2NjY2NjcgOCwxNC42NjY2NjY3IEwxMiwxNC42NjYgTDEyLDE4LjY2NjY2NjcgQzEyLDE5LjQwMzA0NjMgMTIuNTk2OTUzNywyMCAxMy4zMzMzMzMzLDIwIEwxMy40NjE3NDIyLDE5Ljk5Mzg5NjQgQzE0LjEzNzg3NzMsMTkuOTI5Mjg3NyAxNC42NjY2NjY3LDE5LjM1OTcyOTkgMTQuNjY2NjY2NywxOC42NjY2NjY3IEwxNC42NjYsMTQuNjY2IEwxOC42NjY2NjY3LDE0LjY2NjY2NjcgQzE5LjQwMzA0NjMsMTQuNjY2NjY2NyAyMCwxNC4wNjk3MTMgMjAsMTMuMzMzMzMzMyBMMTkuOTkzODk2NCwxMy4yMDQ5MjQ0IEMxOS45MjkyODc3LDEyLjUyODc4OTQgMTkuMzU5NzI5OSwxMiAxOC42NjY2NjY3LDEyIEwxNC42NjYsMTIgTDE0LjY2NjY2NjcsOCBDMTQuNjY2NjY2Nyw3LjI2MzYyMDMzIDE0LjA2OTcxMyw2LjY2NjY2NjY3IDEzLjMzMzMzMzMsNi42NjY2NjY2NyBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #005eb8;
  transform: unset;
  inset: unset;
  transition: none;
}
.nhs .faq .faq-title.open h3:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQtaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG93bmxvYWQtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC42NjY3LCAwLjY2NjcpIiBmaWxsPSIjMDA1RUI4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMuMzMzMzMzMywwIEMyMC42OTcxMywwIDI2LjY2NjY2NjcsNS45Njk1MzY2NyAyNi42NjY2NjY3LDEzLjMzMzMzMzMgQzI2LjY2NjY2NjcsMjAuNjk3MTMgMjAuNjk3MTMsMjYuNjY2NjY2NyAxMy4zMzMzMzMzLDI2LjY2NjY2NjcgQzUuOTY5NTM2NjcsMjYuNjY2NjY2NyAwLDIwLjY5NzEzIDAsMTMuMzMzMzMzMyBDMCw1Ljk2OTUzNjY3IDUuOTY5NTM2NjcsMCAxMy4zMzMzMzMzLDAgWiBNMTguNjY2NjY2NywxMiBMOCwxMiBDNy4yNjM2MjAzMywxMiA2LjY2NjY2NjY3LDEyLjU5Njk1MzcgNi42NjY2NjY2NywxMy4zMzMzMzMzIEM2LjY2NjY2NjY3LDE0LjA2OTcxMyA3LjI2MzYyMDMzLDE0LjY2NjY2NjcgOCwxNC42NjY2NjY3IEwxOC42NjY2NjY3LDE0LjY2NjY2NjcgQzE5LjQwMzA0NjMsMTQuNjY2NjY2NyAyMCwxNC4wNjk3MTMgMjAsMTMuMzMzMzMzMyBDMjAsMTIuNTk2OTUzNyAxOS40MDMwNDYzLDEyIDE4LjY2NjY2NjcsMTIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQtaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG93bmxvYWQtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC42NjY3LCAwLjY2NjcpIiBmaWxsPSIjMDA1RUI4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMuMzMzMzMzMywwIEMyMC42OTcxMywwIDI2LjY2NjY2NjcsNS45Njk1MzY2NyAyNi42NjY2NjY3LDEzLjMzMzMzMzMgQzI2LjY2NjY2NjcsMjAuNjk3MTMgMjAuNjk3MTMsMjYuNjY2NjY2NyAxMy4zMzMzMzMzLDI2LjY2NjY2NjcgQzUuOTY5NTM2NjcsMjYuNjY2NjY2NyAwLDIwLjY5NzEzIDAsMTMuMzMzMzMzMyBDMCw1Ljk2OTUzNjY3IDUuOTY5NTM2NjcsMCAxMy4zMzMzMzMzLDAgWiBNMTguNjY2NjY2NywxMiBMOCwxMiBDNy4yNjM2MjAzMywxMiA2LjY2NjY2NjY3LDEyLjU5Njk1MzcgNi42NjY2NjY2NywxMy4zMzMzMzMzIEM2LjY2NjY2NjY3LDE0LjA2OTcxMyA3LjI2MzYyMDMzLDE0LjY2NjY2NjcgOCwxNC42NjY2NjY3IEwxOC42NjY2NjY3LDE0LjY2NjY2NjcgQzE5LjQwMzA0NjMsMTQuNjY2NjY2NyAyMCwxNC4wNjk3MTMgMjAsMTMuMzMzMzMzMyBDMjAsMTIuNTk2OTUzNyAxOS40MDMwNDYzLDEyIDE4LjY2NjY2NjcsMTIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.nhs .faq .faq-title:focus h3 {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32 !important;
  outline: 4px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.nhs .faq .faq-title:focus h3:before {
  background-color: #212b32;
}
.nhs .grid-listing-module {
  background-color: #d8dde0;
}
.nhs .grid-listing-module * {
  color: #212b32;
}
.nhs .grid-listing-module a {
  color: #005eb8;
}
.nhs .grid-listing-module a span,
.nhs .grid-listing-module a p {
  color: #005eb8;
}
.nhs .grid-listing-module h1,
.nhs .grid-listing-module h2,
.nhs .grid-listing-module h3,
.nhs .grid-listing-module h4,
.nhs .grid-listing-module h5 {
  color: #005eb8;
}
.nhs .grid-listing-module .grid-listings .listing .detail-icon i {
  color: #005eb8;
}
.nhs .grid-listing-module .grid-listings .listing h3 {
  color: #212b32;
}
.nhs .grid-listing-module .grid-listings .listing a.find-out-more {
  display: inline-flex;
  align-items: center;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #212b32;
  font-size: 1.25rem;
}
.nhs .grid-listing-module .grid-listings .listing a.find-out-more:before {
  content: '';
  display: inline-block;
  height: 3rem;
  width: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MCwgMCkiIGZpbGw9IiMwMDdGM0IiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik03MCwwIEM2NC44NjQzNDY3LDAgNjAuNTYzNTY1MywzLjg5MDA4OTUyIDYwLjA1LDkgTDcxLjY5LDkgTDY3Ljc0LDUuMDUgQzY3LjQwMDIyMzIsNC42NTMyMzk3MiA2Ny40MjMwNjc3LDQuMDYxODA1ODMgNjcuNzkyNDM2OCwzLjY5MjQzNjc4IEM2OC4xNjE4MDU4LDMuMzIzMDY3NzMgNjguNzUzMjM5NywzLjMwMDIyMzIgNjkuMTUsMy42NCBMNzQuODEsOS4yOSBDNzQuOTk5MzEyNyw5LjQ3Nzc2NjYgNzUuMTA1Nzk4Myw5LjczMzM2MjQ2IDc1LjEwNTc5ODMsMTAgQzc1LjEwNTc5ODMsMTAuMjY2NjM3NSA3NC45OTkzMTI3LDEwLjUyMjIzMzQgNzQuODEsMTAuNzEgTDY5LjE1LDE2LjM2IEM2OC43NTk5NjI1LDE2Ljc0NzcyMzYgNjguMTMwMDM3NSwxNi43NDc3MjM2IDY3Ljc0LDE2LjM2IEM2Ny4zNTIyNzY0LDE1Ljk2OTk2MjUgNjcuMzUyMjc2NCwxNS4zNDAwMzc1IDY3Ljc0LDE0Ljk1IEw3MS42OSwxMSBMNjAuMDUsMTEgQzYwLjU4OTI4ODUsMTYuMzY1ODUyNyA2NS4yODYyNTI3LDIwLjMzNzU1MTggNzAuNjY3MTE5MiwxOS45Nzc3MTQ0IEM3Ni4wNDc5ODU3LDE5LjYxNzg3NjkgODAuMTc0Mjg4NywxNS4wNTYxMzQ5IDc5Ljk5NDMwMzUsOS42NjYyNTQzNCBDNzkuODE0MzE4Myw0LjI3NjM3MzgxIDc1LjM5Mjg4NDgsMCA3MCwwIFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #00662f;
  margin-right: 0.5rem;
}
.nhs .grid-listing-module .grid-listings .listing a.find-out-more:after {
  display: none;
}
.nhs .team-profile {
  background-color: #d8dde0;
  background-color: #f0f4f5;
}
.nhs .team-profile * {
  color: #212b32;
}
.nhs .team-profile a {
  color: #005eb8;
}
.nhs .team-profile a span,
.nhs .team-profile a p {
  color: #005eb8;
}
.nhs .team-profile h1,
.nhs .team-profile h2,
.nhs .team-profile h3,
.nhs .team-profile h4,
.nhs .team-profile h5 {
  color: #005eb8;
}
.nhs .team-profile:before {
  background-color: #d8dde0;
}
.nhs .team-profile h2 {
  color: #212b32;
}
.nhs #cookie-bar {
  background-color: #005eb8;
}
.nhs #cookie-bar * {
  color: #FFFFFF;
}
.nhs #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #cookie-bar * {
  color: #FFFFFF;
}
.nhs #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(1) {
  background-color: #d8dde0;
}
.nhs .service-promos .service-promo:nth-child(1) * {
  color: #212b32;
}
.nhs .service-promos .service-promo:nth-child(1) a {
  color: #005eb8;
}
.nhs .service-promos .service-promo:nth-child(1) a span,
.nhs .service-promos .service-promo:nth-child(1) a p {
  color: #005eb8;
}
.nhs .service-promos .service-promo:nth-child(1) h1,
.nhs .service-promos .service-promo:nth-child(1) h2,
.nhs .service-promos .service-promo:nth-child(1) h3,
.nhs .service-promos .service-promo:nth-child(1) h4,
.nhs .service-promos .service-promo:nth-child(1) h5 {
  color: #005eb8;
}
.nhs .service-promos .service-promo:nth-child(2) {
  background-color: #0072ce;
}
.nhs .service-promos .service-promo:nth-child(2) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(2) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(2) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(2) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(3) {
  background-color: #005eb8;
}
.nhs .service-promos .service-promo:nth-child(3) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(3) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(3) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(3) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(4) {
  background-color: #003d78;
}
.nhs .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.nhs .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .related-downloads-links .related-downloads {
  background-color: #d8dde0;
}
.nhs .related-downloads-links .related-downloads * {
  color: #212b32;
}
.nhs .related-downloads-links .related-downloads a {
  color: #005eb8;
}
.nhs .related-downloads-links .related-downloads a span,
.nhs .related-downloads-links .related-downloads a p {
  color: #005eb8;
}
.nhs .related-downloads-links .related-downloads h1,
.nhs .related-downloads-links .related-downloads h2,
.nhs .related-downloads-links .related-downloads h3,
.nhs .related-downloads-links .related-downloads h4,
.nhs .related-downloads-links .related-downloads h5 {
  color: #005eb8;
}
.nhs .share-module ul.social-links li.email a:before {
  background-color: #005eb8;
}
.nhs .app-module .app-icon {
  border-radius: 0;
  border: 1px solid #f0f4f5;
  box-shadow: none;
}
.nhs #moove_gdpr_cookie_info_bar {
  background-color: #005eb8 !important;
}
.nhs #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.nhs #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice .change-settings-button {
  color: #FFFFFF !important;
}
.nhs #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice .change-settings-button:hover {
  text-decoration: none !important;
}
.nhs #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: #212b32 !important;
  position: relative;
  border-radius: 4px !important;
  box-shadow: 0 4px 0 #212b32;
}
.nhs #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  top: 4px;
  box-shadow: none;
  background-color: #f0f4f5 !important;
}
.nhs .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  color: #768692 !important;
}
.nhs .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: #00662f !important;
  border: 1px solid #00662f !important;
  border-bottom-left-radius: 4px !important;
}
.nhs .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:before,
.nhs .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:after {
  width: 3px;
}
.nhs .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: #00401e !important;
  border: 1px solid #00401e !important;
}
.nhs .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 .gdpr-nav-tab-title {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.nhs .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 {
  background-color: #d8dde0 !important;
  border: 2px solid #d8dde0 !important;
}
.nhs .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 {
  border: 2px solid #aeb7bd !important;
}
.nhs .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: #f0f4f5 !important;
}
.nhs .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: 400 !important;
  font-weight: bold;
  color: #212b32 !important;
}
.nhs .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-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 400 !important;
  color: #4c6272 !important;
}
.nhs .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: #00662f !important;
}
.nhs .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 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 400 !important;
  color: #00662f !important;
}
.nhs .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: #f0f4f5 !important;
}
.nhs .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 {
  background-color: #f0f4f5 !important;
}
.nhs .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 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
  position: relative;
  background-color: #007f3b !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 0 #00401e !important;
}
.nhs .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 {
  top: 4px;
  box-shadow: none !important;
  background-color: #00662f !important;
}
.nhs #moove_gdpr_save_popup_settings_button {
  background-color: #005eb8 !important;
}
.nhs #moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 400 !important;
}
.nhs.home.home-v1 .main-content-container {
  background-color: #d8dde0;
}
.nhs.home.home-v1 .main-content-container * {
  color: #212b32;
}
.nhs.home.home-v1 .main-content-container a {
  color: #005eb8;
}
.nhs.home.home-v1 .main-content-container a span,
.nhs.home.home-v1 .main-content-container a p {
  color: #005eb8;
}
.nhs.home.home-v1 .main-content-container h1,
.nhs.home.home-v1 .main-content-container h2,
.nhs.home.home-v1 .main-content-container h3,
.nhs.home.home-v1 .main-content-container h4,
.nhs.home.home-v1 .main-content-container h5 {
  color: #005eb8;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #FFFFFF;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #212b32;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a {
  color: #005eb8;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a span,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a p {
  color: #005eb8;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h1,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h2,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h3,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h4,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h5 {
  color: #005eb8;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo span,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo p,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo div,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo label {
  color: #768692;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button {
  background-color: #005eb8 !important;
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone a:before,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone button:before {
  background-image: url(img/icons/icon-mobile-blue.svg);
}
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email a:before,
.nhs.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email button:before {
  background-image: url(img/icons/icon-envelope-blue.svg);
}
/* #Carousels ------------------------------------------------------------------------ */
.nhs ul.slick-dots {
  height: 1rem;
}
.nhs ul.slick-dots li {
  border-radius: 0 !important;
  height: 1rem;
  width: 1rem;
}
.nhs ul.slick-dots li button {
  height: 1rem;
  width: 1rem;
}
.nhs ul.slick-dots li.slick-active {
  border: 1px solid #005eb8;
}
.nhs ul.slick-dots li.slick-active button {
  background-color: #005eb8;
}
.nhs .key-facts-carousel-container {
  background-color: #768692;
}
.nhs .key-facts-carousel-container * {
  color: #FFFFFF;
}
.nhs .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .key-facts-carousel-container * {
  color: #FFFFFF;
}
.nhs .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .pre-footer-modules .key-facts-carousel-container {
  background-color: #d8dde0;
}
.nhs .pre-footer-modules .key-facts-carousel-container * {
  color: #212b32;
}
.nhs .pre-footer-modules .key-facts-carousel-container a {
  color: #005eb8;
}
.nhs .pre-footer-modules .key-facts-carousel-container a span,
.nhs .pre-footer-modules .key-facts-carousel-container a p {
  color: #005eb8;
}
.nhs .pre-footer-modules .key-facts-carousel-container h1,
.nhs .pre-footer-modules .key-facts-carousel-container h2,
.nhs .pre-footer-modules .key-facts-carousel-container h3,
.nhs .pre-footer-modules .key-facts-carousel-container h4,
.nhs .pre-footer-modules .key-facts-carousel-container h5 {
  color: #005eb8;
}
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon i {
  color: #005eb8;
}
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list h2 {
  color: #212b32;
}
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list a h2,
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list a p {
  color: #212b32;
}
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list a:hover h2,
.nhs .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list a:hover p {
  color: #212b32;
}
/* #Forms ------------------------------------------------------------------------ */
.nhs input,
.nhs textarea,
.nhs select {
  transition: none;
}
.nhs input::-moz-placeholder, .nhs textarea::-moz-placeholder, .nhs select::-moz-placeholder {
  color: #212b32;
}
.nhs input::placeholder,
.nhs textarea::placeholder,
.nhs select::placeholder {
  color: #212b32;
}
.nhs select {
  background-image: url(img/icons/icon-arrow-down-blue.svg);
  background-size: 1rem;
  background-position: calc(100% - 1rem) center;
}
.nhs .reset-button {
  color: #005eb8 !important;
  text-decoration: underline;
  transition: none;
}
.nhs .reset-button:hover {
  text-decoration: none;
}
.nhs .reset-button:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32 !important;
  outline: 4px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
.nhs input[type="text"],
.nhs input[type="password"],
.nhs input[type="email"],
.nhs input[type="number"],
.nhs input[type="tel"],
.nhs input[type="search"],
.nhs input[type="date"],
.nhs select,
.nhs textarea {
  color: #212b32 !important;
  border: 2px solid #4c6272;
  border-radius: 0;
}
.nhs input[type="text"]:focus,
.nhs input[type="password"]:focus,
.nhs input[type="email"]:focus,
.nhs input[type="number"]:focus,
.nhs input[type="tel"]:focus,
.nhs input[type="search"]:focus,
.nhs input[type="date"]:focus,
.nhs select:focus,
.nhs textarea:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px #212b32;
  outline: 4px solid #ffeb3b;
}
.nhs input[type="checkbox"] {
  border-radius: 0;
}
.nhs input[type="checkbox"]:before {
  border: 2px solid #4c6272;
  border-radius: 0;
}
.nhs input[type="checkbox"]:after {
  color: #005eb8;
  font-weight: 900;
}
.nhs input[type="radio"]:after {
  background-color: #005eb8;
}
.nhs form button {
  background-color: #005eb8;
}
.nhs .additional-search-form #module-search-submit {
  background-image: url(img/icons/icon-small-search-blue.svg);
}
.nhs .navigation-search-form #navigation-search {
  color: #212b32;
  float: left;
  border: 2px solid #FFFFFF;
  border-radius: 4px 0 0 4px;
  box-shadow: 4px 0 0 #FFFFFF;
  width: calc(100% - 1rem*2.5 - 4px);
}
.nhs .navigation-search-form #navigation-search:focus {
  border-color: #212b32;
  box-shadow: inset 0 0 0 2px #212b32;
}
.nhs .navigation-search-form #navigation-search-submit {
  background-image: url(img/icons/icon-small-search-blue.svg);
  background-color: #f0f4f5;
  border-radius: 4px 0 0 4px;
  border: none;
}
.nhs .navigation-search-form #navigation-search-submit:hover {
  background-image: url(img/icons/icon-small-search-white.svg);
  background-color: #003d78;
}
.nhs .ninja-forms-req-symbol {
  color: #005eb8 !important;
}
.nhs .searchandfilter input[title="Search"] {
  background-image: url(img/icons/icon-small-search-blue.svg);
}
.nhs .facetwp-type-search input.facetwp-search {
  background-image: url(img/icons/icon-small-search-blue.svg);
}
.nhs .searchwp-revised-search-notice .searchwp-suggested-revision-query {
  color: #003d78;
}
/* #App Banner ------------------------------------------------------------------------ */
.nhs .app-banner-container .app-icon {
  border-radius: 0;
  border: 1px solid #d8dde0;
  box-shadow: none;
}
.nhs .app-banner-container .close-app-banner {
  border: 1px solid #d8dde0;
  box-shadow: none;
}
.nhs .app-banner-container .close-app-banner:before {
  color: #003d78;
}
.nhs .app-banner-container .close-app-banner:hover {
  background-color: #003d78;
}
/* #Sticky link ------------------------------------------------------------------------ */
.nhs .sticky-link-button {
  background-color: #0072ce;
}
/* #Header ------------------------------------------------------------------------ */
.nhs header {
  background-color: #005eb8;
}
.nhs header .logo-container a:hover img {
  box-shadow: 0 0 0 4px #003d78;
}
.nhs header .logo-container a:focus img {
  box-shadow: 0 0 0 4px #ffeb3b, 0 4px 0 4px #212b32;
}
.nhs .navigation-list #show-sub-menu:after {
  background-image: url(img/icons/icon-arrow-down-white-thick.svg) !important;
  background-position: center;
  background-size: 1rem;
}
@media screen and (min-width: 62.5em) {
  .nhs .navigation-list li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
    text-decoration: underline;
    border-bottom: 4px solid transparent;
  }
  .nhs .navigation-list li a:focus {
    color: #212b32 !important;
    background-color: #ffeb3b !important;
    border-color: #212b32;
  }
  .nhs .navigation-list li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  .nhs .navigation-list li.current-menu-item a,
  .nhs .navigation-list li.current-page-ancestor a,
  .nhs .navigation-list li.current-menu-ancestor a,
  .nhs .navigation-list li.current-menu-item a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .nhs .navigation-list li.current-menu-item > ul.sub-menu li a,
  .nhs .navigation-list li.current-page-ancestor > ul.sub-menu li a,
  .nhs .navigation-list li.current-menu-ancestor > ul.sub-menu li a,
  .nhs .navigation-list li.current-menu-item > ul.sub-menu li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .nhs .navigation-list li ul.sub-menu {
    background-color: #005eb8;
  }
  .nhs .navigation-list li ul.sub-menu * {
    color: #FFFFFF;
  }
  .nhs .navigation-list li ul.sub-menu ul.link-list li:before {
    color: #FFFFFF;
  }
  .nhs .navigation-list li ul.sub-menu * {
    color: #FFFFFF;
  }
  .nhs .navigation-list li ul.sub-menu ul.link-list li:before {
    color: #FFFFFF;
  }
  .nhs .navigation-list li ul.sub-menu:before {
    border-bottom: 0.5rem solid #005eb8;
  }
  .nhs .navigation-list li ul.sub-menu li ul.sub-menu li:first-of-type:before {
    border-right: 0.5rem solid #005eb8;
  }
}
.nhs #main-navigation {
  background-color: #005eb8;
}
.nhs #main-navigation * {
  color: #FFFFFF;
}
.nhs #main-navigation ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #main-navigation * {
  color: #FFFFFF;
}
.nhs #main-navigation ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #main-navigation #close-menu {
  background-image: url(img/icons/icon-close-white-thick.svg);
}
.nhs #main-navigation #show-menu {
  background-image: url(img/icons/icon-menu-white-thick.svg);
}
.nhs #main-navigation .navigation-container {
  background-color: #005eb8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nhs #main-navigation .navigation-container * {
  color: #FFFFFF;
}
.nhs #main-navigation .navigation-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #main-navigation .navigation-container * {
  color: #FFFFFF;
}
.nhs #main-navigation .navigation-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .navigation-search-container {
  background-color: #005eb8;
}
.nhs .navigation-search-container * {
  color: #FFFFFF;
}
.nhs .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .navigation-search-container * {
  color: #FFFFFF;
}
.nhs .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #header .header-container .site-logo .site-title a {
  font-weight: bold;
  color: #FFFFFF;
}
.nhs #header .header-container .site-logo img,
.nhs #header .header-container .partner-logo img {
  height: 2.5rem;
}
.nhs #header .header-contacts-list li a {
  color: #FFFFFF;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  text-decoration: underline;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 2rem;
}
.nhs #header .header-contacts-list li a:hover {
  text-decoration: none;
}
.nhs #header .header-contacts-list li a:focus:before {
  color: #212b32;
}
.nhs #header .header-contacts-list li a:before {
  color: #FFFFFF;
  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: 100;
  display: flex;
  font-size: 1.5rem;
}
@media screen and (min-width: 62.5em) {
  .nhs #header .header-contacts-list li a:before {
    width: 1.5rem;
  }
}
.nhs #header .header-contacts-list li.email a:before {
  content: '\e11b';
}
.nhs #header .header-contacts-list li.telephone a:before {
  content: '\e10c';
}
@media screen and (min-width: 62.5em) {
  .nhs.without-images .secondary-navigation li a {
    color: #768692;
  }
}
/* #Footer ------------------------------------------------------------------------ */
.nhs .pre-footer-modules .pre-footer-module.newsletter {
  background-color: #768692;
}
.nhs .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.nhs .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.nhs .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.nhs .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.nhs #footer {
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
  border-bottom: 10px solid #768692;
}
.nhs #footer * {
  color: #212b32;
}
.nhs #footer a {
  color: #005eb8;
}
.nhs #footer a span,
.nhs #footer a p {
  color: #005eb8;
}
.nhs #footer h1,
.nhs #footer h2,
.nhs #footer h3,
.nhs #footer h4,
.nhs #footer h5 {
  color: #005eb8;
}
.nhs #footer a,
.nhs #footer .link-list span {
  color: #212b32;
}
.nhs #footer ul.social-links li a:after {
  color: #212b32;
}
/*************************************************************************
 #Child Family and Wellbeing Branded
**************************************************************************/
/* #Colour Sections ------------------------------------------------------------------------ */
.light-section-cfw * {
  color: #3C3C3B;
}
.light-section-cfw a {
  color: #332683;
}
.light-section-cfw a span,
.light-section-cfw a p {
  color: #332683;
}
.light-section-cfw h1,
.light-section-cfw h2,
.light-section-cfw h3,
.light-section-cfw h4,
.light-section-cfw h5 {
  color: #332683;
}
.dark-section * {
  color: #FFFFFF;
}
.dark-section ul.link-list li:before {
  color: #FFFFFF;
}
.white-section-cfw {
  background-color: #FFFFFF;
}
.white-section-cfw * {
  color: #3C3C3B;
}
.white-section-cfw a {
  color: #332683;
}
.white-section-cfw a span,
.white-section-cfw a p {
  color: #332683;
}
.white-section-cfw h1,
.white-section-cfw h2,
.white-section-cfw h3,
.white-section-cfw h4,
.white-section-cfw h5 {
  color: #332683;
}
.light-grey-section-cfw {
  background-color: #F0F0EF;
}
.light-grey-section-cfw * {
  color: #3C3C3B;
}
.light-grey-section-cfw a {
  color: #332683;
}
.light-grey-section-cfw a span,
.light-grey-section-cfw a p {
  color: #332683;
}
.light-grey-section-cfw h1,
.light-grey-section-cfw h2,
.light-grey-section-cfw h3,
.light-grey-section-cfw h4,
.light-grey-section-cfw h5 {
  color: #332683;
}
.blue-section-one-cfw *,
.orange-section-one *,
.purple-section-one *,
.grey-section-two *,
.grey-section-three *,
.grey-section-four * {
  color: #FFFFFF;
}
.blue-section-one-cfw ul.link-list li:before,
.orange-section-one ul.link-list li:before,
.purple-section-one ul.link-list li:before,
.grey-section-two ul.link-list li:before,
.grey-section-three ul.link-list li:before,
.grey-section-four ul.link-list li:before {
  color: #FFFFFF;
}
.blue-section-one-cfw *,
.orange-section-one *,
.purple-section-one *,
.grey-section-two *,
.grey-section-three *,
.grey-section-four * {
  color: #FFFFFF;
}
.blue-section-one-cfw ul.link-list li:before,
.orange-section-one ul.link-list li:before,
.purple-section-one ul.link-list li:before,
.grey-section-two ul.link-list li:before,
.grey-section-three ul.link-list li:before,
.grey-section-four ul.link-list li:before {
  color: #FFFFFF;
}
.grey-section-five * {
  color: #3C3C3B;
}
.grey-section-five a {
  color: #332683;
}
.grey-section-five a span,
.grey-section-five a p {
  color: #332683;
}
.grey-section-five h1,
.grey-section-five h2,
.grey-section-five h3,
.grey-section-five h4,
.grey-section-five h5 {
  color: #332683;
}
.blue-section-one-cfw {
  background-color: #332683;
}
.orange-section-one {
  background-color: #F4991A;
}
.purple-section-one {
  background-color: #662676;
}
.grey-section-two {
  background-color: #6E6E6D;
}
.grey-section-three {
  background-color: #A0A09F;
}
.grey-section-four {
  background-color: #D6D8D7;
}
.grey-section-five {
  background-color: #F0F0EF;
}
/* #Design Updates ------------------------------------------------------------------------ */
.cfw-border-radius {
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .hero-simple,
.child-family-wellbeing .primary-sidebar,
.child-family-wellbeing .preview-module,
.child-family-wellbeing .service-promos,
.child-family-wellbeing .block-quote-container,
.child-family-wellbeing .entry-message {
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .crisis-warning .message-container {
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .layout-modules {
  margin: 2rem 0;
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden !important;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing .layout-modules {
    border-radius: unset;
  }
}
.child-family-wellbeing .layout-modules:has( + .layout-modules ) {
  margin-bottom: 0;
}
.child-family-wellbeing .layout-modules .layout-module {
  background-color: #F0F0EF;
}
.child-family-wellbeing .layout-modules .layout-module.block-quote-container {
  border-radius: unset;
}
.child-family-wellbeing .layout-modules .layout-module.preview-module {
  border-radius: unset;
}
.child-family-wellbeing .layout-modules .layout-module.theme-colour-section {
  background-color: #F4991A;
}
.child-family-wellbeing .layout-modules .layout-module.key-facts-carousel-container {
  background-color: #332683;
}
.child-family-wellbeing .layout-modules .layout-module.information-module {
  background-color: #EC6731;
}
.child-family-wellbeing .layout-modules .layout-module.image-module .caption {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing .layout-modules .layout-module:first-child {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
  }
  .child-family-wellbeing .layout-modules .layout-module:last-child {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
  }
}
.child-family-wellbeing .preview-module .category-icon {
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 3rem;
}
.child-family-wellbeing .block-quote-container,
.child-family-wellbeing .related-downloads-links,
.child-family-wellbeing .team-profiles {
  border-radius: 1.5rem;
  overflow: hidden !important;
  padding: 0 1.5rem;
}
.child-family-wellbeing .block-quote-container + .block-quote-container,
.child-family-wellbeing .block-quote-container + .related-downloads-links,
.child-family-wellbeing .block-quote-container + .team-profiles,
.child-family-wellbeing .related-downloads-links + .related-downloads-links,
.child-family-wellbeing .related-downloads-links + .block-quote-container,
.child-family-wellbeing .related-downloads-links + .team-profiles,
.child-family-wellbeing .team-profiles + .team-profiles,
.child-family-wellbeing .team-profiles + .block-quote-container,
.child-family-wellbeing .team-profiles + .related-downloads-links {
  margin-top: 1.5rem;
}
.child-family-wellbeing #main-content {
  padding: 1.5rem;
}
.child-family-wellbeing #main-content .pin-container {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing #main-content .pin-container .primary-sidebar[style*="position: fixed"] {
    right: 1.5rem !important;
    width: calc(33.33% - 1rem) !important;
  }
}
.child-family-wellbeing #main-content .block-quote-container,
.child-family-wellbeing #main-content .related-downloads-links,
.child-family-wellbeing #main-content .team-profiles {
  padding: 0;
}
.child-family-wellbeing .hero-slick-carousel {
  background-color: #FFFFFF;
}
.child-family-wellbeing .hero-slick-carousel .hero-slick-carousel-items {
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .pre-footer-modules {
  padding: 1.5rem;
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module {
  border-radius: 1.5rem;
  overflow: hidden !important;
}
.child-family-wellbeing .pre-footer-modules:has( :nth-child( 2 )) .pre-footer-module:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing .pre-footer-modules:has( :nth-child( 2 )) .pre-footer-module:first-child {
    width: calc(50% - 0.75%);
  }
  .child-family-wellbeing .pre-footer-modules:has( :nth-child( 2 )) .pre-footer-module:last-child {
    width: calc(50% - 0.75%);
    margin-left: 1.5%;
  }
}
/* #Typography ------------------------------------------------------------------------ */
.child-family-wellbeing {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #3C3C3B;
}
.child-family-wellbeing ::-moz-selection {
  background-color: #3C3C3B;
}
.child-family-wellbeing ::selection {
  background-color: #3C3C3B;
}
.child-family-wellbeing ::-moz-selection {
  background-color: #3C3C3B;
}
.child-family-wellbeing h1,
.child-family-wellbeing h2,
.child-family-wellbeing h3,
.child-family-wellbeing h4,
.child-family-wellbeing h5,
.child-family-wellbeing a,
.child-family-wellbeing strong {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.child-family-wellbeing h1,
.child-family-wellbeing h2,
.child-family-wellbeing h3,
.child-family-wellbeing h4,
.child-family-wellbeing h5 {
  color: #662676;
}
.child-family-wellbeing p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.child-family-wellbeing a {
  color: #662676;
}
.child-family-wellbeing em {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.child-family-wellbeing blockquote p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
/* #UI ------------------------------------------------------------------------ */
.child-family-wellbeing .button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.child-family-wellbeing .button.colour-static-button {
  background-color: #662676 !important;
}
.child-family-wellbeing .button.white-static-button {
  color: #662676 !important;
}
/* #Lists ------------------------------------------------------------------------ */
.child-family-wellbeing ul.contacts-list li.search a,
.child-family-wellbeing ul.contacts-list li.search button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.child-family-wellbeing ul.link-list li:before {
  color: #662676;
}
.child-family-wellbeing ul.category-list li .category-count {
  color: #662676 !important;
}
.child-family-wellbeing ul.social-links-alt {
  border-color: #D6D8D7;
}
.child-family-wellbeing ul.social-links-alt li:before {
  color: #EC6731;
}
.child-family-wellbeing ul.social-links-alt li a {
  color: #3C3C3B;
}
.child-family-wellbeing ul.pagination li a,
.child-family-wellbeing ul.pagination li span {
  color: #3C3C3B;
  background-color: #F0F0EF;
}
.child-family-wellbeing ul.pagination li a.current,
.child-family-wellbeing ul.pagination li span.current {
  color: #FFFFFF;
  background-color: #EC6731;
}
.child-family-wellbeing .facetwp-facet-pagination a.facetwp-page {
  color: #3C3C3B;
  background-color: #F0F0EF;
}
.child-family-wellbeing .facetwp-facet-pagination a.facetwp-page.active {
  color: #FFFFFF;
  background-color: #EC6731;
}
/* #Modular ------------------------------------------------------------------------ */
.child-family-wellbeing .entry-module {
  background-color: #D6D8D7;
  background-color: rgba(109, 109, 113, 0.9);
}
.child-family-wellbeing .entry-module .entry-left-message {
  background-color: #662676;
}
.child-family-wellbeing .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.child-family-wellbeing .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.child-family-wellbeing .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .entry-module .entry-right-message {
  background-color: #FFFFFF;
}
.child-family-wellbeing .entry-module .entry-right-message * {
  color: #3C3C3B;
}
.child-family-wellbeing .entry-module .entry-right-message a {
  color: #332683;
}
.child-family-wellbeing .entry-module .entry-right-message a span,
.child-family-wellbeing .entry-module .entry-right-message a p {
  color: #332683;
}
.child-family-wellbeing .entry-module .entry-right-message h1,
.child-family-wellbeing .entry-module .entry-right-message h2,
.child-family-wellbeing .entry-module .entry-right-message h3,
.child-family-wellbeing .entry-module .entry-right-message h4,
.child-family-wellbeing .entry-module .entry-right-message h5 {
  color: #332683;
}
.child-family-wellbeing .crisis-warning {
  background-color: #D2D2D1;
  background-color: #D6D8D7;
}
.child-family-wellbeing .crisis-warning * {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning * {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning * {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning * {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .crisis-warning .burgundy-container {
  background-color: #E51F29;
}
.child-family-wellbeing .crisis-warning .orange-container {
  background-color: #EC6731;
}
.child-family-wellbeing .main-content-container .breadcrumb a {
  color: #EC6731 !important;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #332683;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo {
  background-color: #F0F0EF;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo * {
  color: #3C3C3B;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a {
  color: #332683;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a span,
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a p {
  color: #332683;
}
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h1,
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h2,
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h3,
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h4,
.child-family-wellbeing .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h5 {
  color: #332683;
}
.child-family-wellbeing .preview-module {
  background-color: #F0F0EF;
}
.child-family-wellbeing .preview-module * {
  color: #3C3C3B;
}
.child-family-wellbeing .preview-module a {
  color: #332683;
}
.child-family-wellbeing .preview-module a span,
.child-family-wellbeing .preview-module a p {
  color: #332683;
}
.child-family-wellbeing .preview-module h1,
.child-family-wellbeing .preview-module h2,
.child-family-wellbeing .preview-module h3,
.child-family-wellbeing .preview-module h4,
.child-family-wellbeing .preview-module h5 {
  color: #332683;
}
.child-family-wellbeing .preview-module .category-icon i {
  color: #E51F29 !important;
}
.child-family-wellbeing .preview-module .details-container {
  background-color: #F0F0EF;
}
.child-family-wellbeing .preview-module .details-container * {
  color: #3C3C3B;
}
.child-family-wellbeing .preview-module .details-container a {
  color: #332683;
}
.child-family-wellbeing .preview-module .details-container a span,
.child-family-wellbeing .preview-module .details-container a p {
  color: #332683;
}
.child-family-wellbeing .preview-module .details-container h1,
.child-family-wellbeing .preview-module .details-container h2,
.child-family-wellbeing .preview-module .details-container h3,
.child-family-wellbeing .preview-module .details-container h4,
.child-family-wellbeing .preview-module .details-container h5 {
  color: #332683;
}
.child-family-wellbeing .preview-module .details-container .date {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog {
  background-color: #662676;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog .details-container {
  background-color: #662676;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog .details-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog .details-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.blog .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies {
  background-color: #F4991A;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies .details-container {
  background-color: #F4991A;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .mixed-preview-modules .promo-module:nth-child(1) {
  background-color: #adadac;
}
.child-family-wellbeing .mixed-preview-modules .promo-module:nth-child(2) {
  background-color: #A0A09F;
}
.child-family-wellbeing .mixed-preview-modules .promo-module:nth-child(3) {
  background-color: #939392;
}
.child-family-wellbeing .mixed-preview-modules .promo-module:nth-child(4) {
  background-color: #6E6E6D;
}
.child-family-wellbeing .search-module {
  background-color: #F0F0EF;
}
.child-family-wellbeing .search-module * {
  color: #3C3C3B;
}
.child-family-wellbeing .search-module a {
  color: #332683;
}
.child-family-wellbeing .search-module a span,
.child-family-wellbeing .search-module a p {
  color: #332683;
}
.child-family-wellbeing .search-module h1,
.child-family-wellbeing .search-module h2,
.child-family-wellbeing .search-module h3,
.child-family-wellbeing .search-module h4,
.child-family-wellbeing .search-module h5 {
  color: #332683;
}
.child-family-wellbeing .information-module {
  background-color: #662676;
}
.child-family-wellbeing .information-module * {
  color: #FFFFFF;
}
.child-family-wellbeing .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .information-module * {
  color: #FFFFFF;
}
.child-family-wellbeing .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .block-quote-container .block-quote .quote {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.child-family-wellbeing .block-quote-container.light-quote .block-quote:before {
  background-image: url(img/icons/icon-quote-orange.png );
}
.child-family-wellbeing .block-quote-container.colour-quote {
  background-color: #662676;
}
.child-family-wellbeing .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.child-family-wellbeing .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.child-family-wellbeing .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .block-quote-container.colour-quote .block-quote:before {
  background-color: #662676;
}
.child-family-wellbeing .video-module .placeholder .play-icon {
  background-color: #662676;
}
.child-family-wellbeing .faq {
  border-bottom: 1px solid #F0F0EF;
}
.child-family-wellbeing .faq .faq-title h3 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: #3C3C3B;
}
.child-family-wellbeing .faq .faq-title h3:before {
  color: #662676;
}
.child-family-wellbeing .grid-listing-module {
  background-color: #F0F0EF;
}
.child-family-wellbeing .grid-listing-module * {
  color: #3C3C3B;
}
.child-family-wellbeing .grid-listing-module a {
  color: #332683;
}
.child-family-wellbeing .grid-listing-module a span,
.child-family-wellbeing .grid-listing-module a p {
  color: #332683;
}
.child-family-wellbeing .grid-listing-module h1,
.child-family-wellbeing .grid-listing-module h2,
.child-family-wellbeing .grid-listing-module h3,
.child-family-wellbeing .grid-listing-module h4,
.child-family-wellbeing .grid-listing-module h5 {
  color: #332683;
}
.child-family-wellbeing .grid-listing-module .grid-listings .listing .detail-icon i {
  color: #662676;
}
.child-family-wellbeing .team-profile {
  background-color: #F0F0EF;
}
.child-family-wellbeing .team-profile * {
  color: #3C3C3B;
}
.child-family-wellbeing .team-profile a {
  color: #332683;
}
.child-family-wellbeing .team-profile a span,
.child-family-wellbeing .team-profile a p {
  color: #332683;
}
.child-family-wellbeing .team-profile h1,
.child-family-wellbeing .team-profile h2,
.child-family-wellbeing .team-profile h3,
.child-family-wellbeing .team-profile h4,
.child-family-wellbeing .team-profile h5 {
  color: #332683;
}
.child-family-wellbeing #cookie-bar {
  background-color: #662676;
}
.child-family-wellbeing #cookie-bar * {
  color: #FFFFFF;
}
.child-family-wellbeing #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing #cookie-bar * {
  color: #FFFFFF;
}
.child-family-wellbeing #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(1) {
  background-color: #D6D8D7;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(2) *,
.child-family-wellbeing .service-promos .service-promo:nth-child(3) *,
.child-family-wellbeing .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.child-family-wellbeing .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.child-family-wellbeing .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(2) *,
.child-family-wellbeing .service-promos .service-promo:nth-child(3) *,
.child-family-wellbeing .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.child-family-wellbeing .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.child-family-wellbeing .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(2) {
  background-color: #A0A09F;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(3) {
  background-color: #939392;
}
.child-family-wellbeing .service-promos .service-promo:nth-child(4) {
  background-color: #6E6E6D;
}
.child-family-wellbeing .related-downloads-links .related-downloads {
  background-color: #F0F0EF;
}
.child-family-wellbeing .related-downloads-links .related-downloads * {
  color: #3C3C3B;
}
.child-family-wellbeing .related-downloads-links .related-downloads a {
  color: #332683;
}
.child-family-wellbeing .related-downloads-links .related-downloads a span,
.child-family-wellbeing .related-downloads-links .related-downloads a p {
  color: #332683;
}
.child-family-wellbeing .related-downloads-links .related-downloads h1,
.child-family-wellbeing .related-downloads-links .related-downloads h2,
.child-family-wellbeing .related-downloads-links .related-downloads h3,
.child-family-wellbeing .related-downloads-links .related-downloads h4,
.child-family-wellbeing .related-downloads-links .related-downloads h5 {
  color: #332683;
}
.child-family-wellbeing .related-downloads-links .related-links {
  background-color: #D6D8D7;
}
.child-family-wellbeing .share-module ul.social-links li.email a:before {
  background-color: #E51F29;
}
.child-family-wellbeing #moove_gdpr_cookie_info_bar {
  background-color: #662676 !important;
}
.child-family-wellbeing #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.child-family-wellbeing #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .change-settings-button {
  color: #FFFFFF !important;
}
.child-family-wellbeing #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  color: #662676 !important;
}
.child-family-wellbeing .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  border-radius: 1.5rem !important;
  overflow: hidden !important !important;
  color: #6E6E6D !important;
}
.child-family-wellbeing .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: #662676 !important;
  border: 1px solid #662676 !important;
}
.child-family-wellbeing .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: #662676 !important;
  border: 1px solid #662676 !important;
}
.child-family-wellbeing .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 {
  background-color: #F0F0EF !important;
  border: 2px solid #F0F0EF !important;
}
.child-family-wellbeing .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 {
  border: 2px solid #D6D8D7 !important;
}
.child-family-wellbeing .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: #F0F0EF !important;
}
.child-family-wellbeing .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;
  color: #3C3C3B !important;
}
.child-family-wellbeing .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 {
  color: #6E6E6D !important;
}
.child-family-wellbeing .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: #662676 !important;
}
.child-family-wellbeing .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: #662676 !important;
}
.child-family-wellbeing .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: #F0F0EF !important;
}
.child-family-wellbeing .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 {
  background-color: #D6D8D7 !important;
}
.child-family-wellbeing .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 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  background-color: #662676 !important;
}
.child-family-wellbeing #moove_gdpr_save_popup_settings_button {
  background-color: #662676 !important;
}
.child-family-wellbeing #moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.child-family-wellbeing.home.home-v1 .main-content-container {
  background-color: #F0F0EF;
}
.child-family-wellbeing.home.home-v1 .main-content-container * {
  color: #3C3C3B;
}
.child-family-wellbeing.home.home-v1 .main-content-container a {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .main-content-container a span,
.child-family-wellbeing.home.home-v1 .main-content-container a p {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .main-content-container h1,
.child-family-wellbeing.home.home-v1 .main-content-container h2,
.child-family-wellbeing.home.home-v1 .main-content-container h3,
.child-family-wellbeing.home.home-v1 .main-content-container h4,
.child-family-wellbeing.home.home-v1 .main-content-container h5 {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #FFFFFF;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #3C3C3B;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a span,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a p {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h1,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h2,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h3,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h4,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h5 {
  color: #332683;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo span,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo p,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo div,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo label {
  color: #3C3C3B;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button {
  background-color: #662676 !important;
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone a:before,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone button:before {
  background-image: url(img/icons/icon-mobile-burgundy.svg);
}
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email a:before,
.child-family-wellbeing.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email button:before {
  background-image: url(img/icons/icon-envelope-burgundy.svg);
}
/* #Carousels ------------------------------------------------------------------------ */
.child-family-wellbeing ul.slick-dots li {
  border: unset;
}
.child-family-wellbeing ul.slick-dots li.slick-active button {
  background-color: #F4991A;
}
.child-family-wellbeing .key-facts-carousel-container {
  background-color: #A0A09F;
}
.child-family-wellbeing .key-facts-carousel-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container {
  background-color: #F0F0EF;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container * {
  color: #3C3C3B;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container a {
  color: #332683;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container a span,
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container a p {
  color: #332683;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container h1,
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container h2,
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container h3,
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container h4,
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container h5 {
  color: #332683;
}
.child-family-wellbeing .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon i {
  color: #662676;
}
/* #Forms ------------------------------------------------------------------------ */
.child-family-wellbeing input,
.child-family-wellbeing select {
  border-radius: 3rem !important;
}
.child-family-wellbeing button,
.child-family-wellbeing input,
.child-family-wellbeing textarea,
.child-family-wellbeing select,
.child-family-wellbeing option {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.child-family-wellbeing input::-moz-placeholder, .child-family-wellbeing textarea::-moz-placeholder, .child-family-wellbeing select::-moz-placeholder {
  color: #3C3C3B;
}
.child-family-wellbeing input::placeholder,
.child-family-wellbeing textarea::placeholder,
.child-family-wellbeing select::placeholder {
  color: #3C3C3B;
}
.child-family-wellbeing select {
  background-image: url(img/icons/icon-arrow-down-orange-thick.svg);
  background-position: calc(100% - 1rem) center;
  background-size: 1rem;
}
.child-family-wellbeing .reset-button {
  color: #662676 !important;
}
.child-family-wellbeing input[type="text"],
.child-family-wellbeing input[type="password"],
.child-family-wellbeing input[type="email"],
.child-family-wellbeing input[type="number"],
.child-family-wellbeing input[type="tel"],
.child-family-wellbeing input[type="search"],
.child-family-wellbeing input[type="date"],
.child-family-wellbeing select,
.child-family-wellbeing textarea {
  color: #3C3C3B !important;
}
.child-family-wellbeing input[type="checkbox"]:after {
  color: #662676;
}
.child-family-wellbeing input[type="radio"]:after {
  background-color: #662676;
}
.child-family-wellbeing form button {
  background-color: #662676;
}
.child-family-wellbeing .additional-search-form #module-search-submit {
  background-image: url(img/icons/icon-small-search-orange.svg);
}
.child-family-wellbeing .navigation-search-form #navigation-search {
  color: #3C3C3B;
}
.child-family-wellbeing .navigation-search-form #navigation-search-submit {
  background-image: url(img/icons/icon-small-search-orange.svg);
}
.child-family-wellbeing .ninja-forms-req-symbol {
  color: #662676 !important;
}
.child-family-wellbeing .checkbox-container .nf-field-element input:before {
  border-radius: 50%;
}
.child-family-wellbeing .colour-promo .ninja-forms-req-symbol {
  color: #FFFFFF !important;
}
.child-family-wellbeing .colour-promo input {
  color: #6E6E6D;
}
.child-family-wellbeing .colour-promo input[type="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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  transition: none;
  background-color: #FFFFFF !important;
}
.child-family-wellbeing .colour-promo input[type="button"]:last-child {
  margin-bottom: 0;
}
.child-family-wellbeing .colour-promo input[type="button"]:focus {
  outline: none;
}
.child-family-wellbeing .colour-promo input[type="button"]:hover {
  border-bottom: none;
  text-decoration: none;
}
.child-family-wellbeing .colour-promo input[type="button"].small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.child-family-wellbeing .colour-promo input[type="button"].medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
.child-family-wellbeing .colour-promo input[type="button"].large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
.child-family-wellbeing .colour-promo input[type="button"].static-button {
  transition: none;
}
.child-family-wellbeing .colour-promo input[type="button"].colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
.child-family-wellbeing .colour-promo input[type="button"].white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
.child-family-wellbeing .colour-promo input[type="button"].light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-small:after,
.child-family-wellbeing .colour-promo input[type="button"].icon-button-medium:after,
.child-family-wellbeing .colour-promo input[type="button"].icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
.child-family-wellbeing .colour-promo input[type="button"].icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
.child-family-wellbeing .colour-promo input[type="button"].download-button:after {
  content: '\f33d';
}
.child-family-wellbeing .colour-promo input[type="button"].arrow-right-button:after {
  content: '\f054';
}
.child-family-wellbeing .colour-promo .nf-error .ninja-forms-field {
  border: 2px solid #6E6E6D;
  border-radius: 3px;
}
.child-family-wellbeing .searchandfilter input[title="Search"] {
  background-image: url(img/icons/icon-small-search-orange.svg);
}
.child-family-wellbeing .facetwp-type-search input.facetwp-search {
  background-image: url(img/icons/icon-small-search-orange.svg);
}
.child-family-wellbeing .searchwp-revised-search-notice .searchwp-suggested-revision-query {
  color: #662676;
}
/* #App Banner ------------------------------------------------------------------------ */
.child-family-wellbeing .app-banner-container .close-app-banner {
  background-color: #009FE3;
  box-shadow: none;
}
.child-family-wellbeing .app-banner-container .close-app-banner:before {
  color: #FFFFFF;
}
.child-family-wellbeing .app-banner-container .close-app-banner:hover {
  background-color: #332683;
}
/* #Sticky link ------------------------------------------------------------------------ */
.child-family-wellbeing .sticky-link-button {
  background-color: #009FE3;
  border-radius: 0.75rem 0.75rem 0 0;
}
/* #Header ------------------------------------------------------------------------ */
@media screen and (min-width: 62.5em) {
  .child-family-wellbeing .navigation-list {
    justify-content: space-between;
    margin-right: 1.5rem;
  }
  .child-family-wellbeing .navigation-list li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
  }
  .child-family-wellbeing .navigation-list li:hover > a {
    background-color: #F0F0EF;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .child-family-wellbeing .navigation-list li.current-menu-item a,
  .child-family-wellbeing .navigation-list li.current-page-ancestor a,
  .child-family-wellbeing .navigation-list li.current-menu-ancestor a,
  .child-family-wellbeing .navigation-list li.current-menu-item a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
  }
  .child-family-wellbeing .navigation-list li.current-menu-item > ul.sub-menu li a,
  .child-family-wellbeing .navigation-list li.current-page-ancestor > ul.sub-menu li a,
  .child-family-wellbeing .navigation-list li.current-menu-ancestor > ul.sub-menu li a,
  .child-family-wellbeing .navigation-list li.current-menu-item > ul.sub-menu li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .child-family-wellbeing .navigation-list li.current-menu-item > ul.sub-menu li a:hover,
  .child-family-wellbeing .navigation-list li.current-page-ancestor > ul.sub-menu li a:hover,
  .child-family-wellbeing .navigation-list li.current-menu-ancestor > ul.sub-menu li a:hover,
  .child-family-wellbeing .navigation-list li.current-menu-item > ul.sub-menu li a:hover {
    background-color: #D6D8D7;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu {
    background-color: #F0F0EF;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu * {
    color: #3C3C3B;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu a {
    color: #332683;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu a span,
  .child-family-wellbeing .navigation-list li ul.sub-menu a p {
    color: #332683;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu h1,
  .child-family-wellbeing .navigation-list li ul.sub-menu h2,
  .child-family-wellbeing .navigation-list li ul.sub-menu h3,
  .child-family-wellbeing .navigation-list li ul.sub-menu h4,
  .child-family-wellbeing .navigation-list li ul.sub-menu h5 {
    color: #332683;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu:before {
    border-bottom: unset;
  }
  .child-family-wellbeing .navigation-list li ul.sub-menu li ul.sub-menu li:first-of-type:before {
    border-right: unset;
  }
  .child-family-wellbeing .navigation-list.mega-menu li ul.sub-menu li {
    border-radius: 0.5rem !important;
  }
  .child-family-wellbeing .navigation-list.mega-menu li ul.sub-menu li:first-child:before {
    background-color: #F0F0EF;
  }
  .child-family-wellbeing .navigation-list.mega-menu li ul.sub-menu li:hover a {
    background-color: rgba(214, 216, 215, 0.5);
  }
  .child-family-wellbeing .navigation-list.mega-menu li ul.sub-menu li a {
    border-radius: 0.5rem !important;
  }
  .child-family-wellbeing .navigation-list.mega-menu li ul.sub-menu:before {
    box-shadow: 0 0.5rem 0.5rem rgba(60, 60, 59, 0.025);
  }
  .child-family-wellbeing .navigation-list.mega-menu li.with-image ul.sub-menu:after {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: calc(100% - 1rem*2);
    width: calc(50vw - 1rem*2.5);
    border-radius: 1rem;
  }
}
.child-family-wellbeing #main-navigation {
  background-color: #FFFFFF;
  border-bottom: 2px solid #F0F0EF;
}
.child-family-wellbeing #main-navigation * {
  color: #3C3C3B;
}
.child-family-wellbeing #main-navigation a {
  color: #332683;
}
.child-family-wellbeing #main-navigation a span,
.child-family-wellbeing #main-navigation a p {
  color: #332683;
}
.child-family-wellbeing #main-navigation h1,
.child-family-wellbeing #main-navigation h2,
.child-family-wellbeing #main-navigation h3,
.child-family-wellbeing #main-navigation h4,
.child-family-wellbeing #main-navigation h5 {
  color: #332683;
}
.child-family-wellbeing #main-navigation #show-menu {
  background-image: url(img/icons/icon-menu-orange-thick.svg);
  background-size: 50%;
  border-radius: 50%;
  background-color: #F0F0EF;
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 0.5rem;
}
.child-family-wellbeing #main-navigation #show-menu:hover {
  background-color: #D6D8D7;
}
.child-family-wellbeing #main-navigation #close-menu {
  background-image: url(img/icons/icon-close-orange-thick.svg);
}
.child-family-wellbeing #main-navigation #show-sub-menu:after {
  background-image: url(img/icons/icon-arrow-down-orange-thick.svg) !important;
  background-size: 33.3%;
}
.child-family-wellbeing #main-navigation .navigation-container {
  background-color: #F0F0EF;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing #main-navigation .navigation-container {
    background-color: #FFFFFF;
  }
  .child-family-wellbeing #main-navigation .navigation-container * {
    color: #3C3C3B;
  }
  .child-family-wellbeing #main-navigation .navigation-container a {
    color: #332683;
  }
  .child-family-wellbeing #main-navigation .navigation-container a span,
  .child-family-wellbeing #main-navigation .navigation-container a p {
    color: #332683;
  }
  .child-family-wellbeing #main-navigation .navigation-container h1,
  .child-family-wellbeing #main-navigation .navigation-container h2,
  .child-family-wellbeing #main-navigation .navigation-container h3,
  .child-family-wellbeing #main-navigation .navigation-container h4,
  .child-family-wellbeing #main-navigation .navigation-container h5 {
    color: #332683;
  }
}
.child-family-wellbeing #main-navigation .navigation-container a {
  color: #332683;
}
.child-family-wellbeing #main-navigation .search {
  border-radius: 50%;
  background-color: #F0F0EF;
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 0.5rem;
}
.child-family-wellbeing #main-navigation .search:before,
.child-family-wellbeing #main-navigation .search:after {
  font-size: 1rem;
  color: #332683;
}
.child-family-wellbeing #main-navigation .search:hover {
  background-color: #D6D8D7;
}
.child-family-wellbeing .navigation-search-container {
  background-color: #332683;
}
.child-family-wellbeing .navigation-search-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .navigation-search-container * {
  color: #FFFFFF;
}
.child-family-wellbeing .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing #header .header-container .site-logo .site-title {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.child-family-wellbeing #header .header-contacts-list li a {
  color: #3C3C3B;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #F0F0EF;
  border-radius: 2.5rem;
  padding: 0;
}
.child-family-wellbeing #header .header-contacts-list li a:before {
  color: #662676;
  font-size: 1rem;
}
@media screen and (min-width: 46.875em) {
  .child-family-wellbeing #header .header-contacts-list li a {
    padding: 0 1rem 0 3rem;
  }
  .child-family-wellbeing #header .header-contacts-list li a:before {
    left: 0.25rem;
  }
}
.child-family-wellbeing #header .header-contacts-list li a:hover {
  text-decoration: none;
  background-color: #D6D8D7;
}
@media screen and (min-width: 62.5em) {
  .child-family-wellbeing.without-images .secondary-navigation li a {
    color: #3C3C3B;
  }
}
/* #Footer ------------------------------------------------------------------------ */
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter {
  background-color: #332683;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.child-family-wellbeing .pre-footer-modules .pre-footer-module.newsletter .button.colour-static-button {
  background-color: #F0F0EF !important;
  color: #332683 !important;
}
.child-family-wellbeing #footer {
  background-color: #F0F0EF;
}
.child-family-wellbeing #footer * {
  color: #3C3C3B;
}
.child-family-wellbeing #footer a {
  color: #332683;
}
.child-family-wellbeing #footer a span,
.child-family-wellbeing #footer a p {
  color: #332683;
}
.child-family-wellbeing #footer h1,
.child-family-wellbeing #footer h2,
.child-family-wellbeing #footer h3,
.child-family-wellbeing #footer h4,
.child-family-wellbeing #footer h5 {
  color: #332683;
}
.child-family-wellbeing #footer .social-links {
  margin-left: -0.675rem;
}
.child-family-wellbeing #footer .social-links li {
  margin-right: 0.5rem;
}
.child-family-wellbeing #footer .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
.child-family-wellbeing #footer .social-links li a:after {
  color: #E51F29;
  font-size: 1.5rem;
}
.child-family-wellbeing #footer .social-links li a:hover {
  background-color: #FFFFFF;
}
/*************************************************************************
 #Third Party Branded
**************************************************************************/
/* #Colour Sections ------------------------------------------------------------------------ */
.light-section-tp * {
  color: #3C3C3B;
}
.light-section-tp a {
  color: #0014c9;
}
.light-section-tp a span,
.light-section-tp a p {
  color: #0014c9;
}
.light-section-tp h1,
.light-section-tp h2,
.light-section-tp h3,
.light-section-tp h4,
.light-section-tp h5 {
  color: #79d352;
}
.dark-section-tp * {
  color: #FFFFFF;
}
.dark-section-tp ul.link-list li:before {
  color: #FFFFFF;
}
.white-section-tp {
  background-color: #FFFFFF;
}
.white-section-tp * {
  color: #3C3C3B;
}
.white-section-tp a {
  color: #0014c9;
}
.white-section-tp a span,
.white-section-tp a p {
  color: #0014c9;
}
.white-section-tp h1,
.white-section-tp h2,
.white-section-tp h3,
.white-section-tp h4,
.white-section-tp h5 {
  color: #79d352;
}
.light-grey-section-tp {
  background-color: #F0F0EF;
}
.light-grey-section-tp * {
  color: #3C3C3B;
}
.light-grey-section-tp a {
  color: #0014c9;
}
.light-grey-section-tp a span,
.light-grey-section-tp a p {
  color: #0014c9;
}
.light-grey-section-tp h1,
.light-grey-section-tp h2,
.light-grey-section-tp h3,
.light-grey-section-tp h4,
.light-grey-section-tp h5 {
  color: #79d352;
}
.accent-section-one *,
.grey-section-tp-two *,
.grey-section-tp-three *,
.grey-section-tp-four * {
  color: #FFFFFF;
}
.accent-section-one ul.link-list li:before,
.grey-section-tp-two ul.link-list li:before,
.grey-section-tp-three ul.link-list li:before,
.grey-section-tp-four ul.link-list li:before {
  color: #FFFFFF;
}
.accent-section-one {
  background-color: #79d352;
}
.grey-section-tp-two {
  background-color: #6E6E6D;
}
.grey-section-tp-three {
  background-color: #A0A09F;
}
.grey-section-tp-four {
  background-color: #D2D2D1;
}
/* #Typography ------------------------------------------------------------------------ */
.third-party {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #3C3C3B;
}
.third-party ::-moz-selection {
  background-color: #3C3C3B;
}
.third-party ::selection {
  background-color: #3C3C3B;
}
.third-party ::-moz-selection {
  background-color: #3C3C3B;
}
.third-party h1,
.third-party h2,
.third-party h3,
.third-party h4,
.third-party h5,
.third-party a,
.third-party strong {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.third-party h1,
.third-party h2,
.third-party h3,
.third-party h4,
.third-party h5 {
  color: #79d352;
}
.third-party p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.third-party a {
  color: #0014c9;
}
.third-party em {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.third-party blockquote p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
/* #UI ------------------------------------------------------------------------ */
.third-party .button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.third-party .button.colour-static-button {
  background-color: #0014c9 !important;
}
.third-party .button.white-static-button {
  color: #0014c9 !important;
}
/* #Lists ------------------------------------------------------------------------ */
.third-party ul.contacts-list li.search a,
.third-party ul.contacts-list li.search button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
.third-party ul.link-list li:before {
  color: #0014c9;
}
.third-party ul.category-list li .category-count {
  color: #0014c9 !important;
}
.third-party ul.social-links-alt {
  border-color: #F0F0EF;
}
.third-party ul.social-links-alt li:before {
  color: #0014c9;
}
.third-party ul.social-links-alt li a {
  color: #3C3C3B;
}
.third-party ul.pagination li a,
.third-party ul.pagination li span {
  background-color: #0014c9;
}
.third-party ul.pagination li a.current,
.third-party ul.pagination li span.current {
  background-color: #F0F0EF;
  color: #3C3C3B;
}
.third-party .facetwp-facet-pagination a.facetwp-page {
  background-color: #0014c9;
}
.third-party .facetwp-facet-pagination a.facetwp-page.active {
  background-color: #F0F0EF;
  color: #3C3C3B;
}
/* #Modular ------------------------------------------------------------------------ */
.third-party .entry-module {
  background-color: #D2D2D1;
  background-color: rgba(109, 109, 113, 0.9);
}
.third-party .entry-module .entry-left-message {
  background-color: #79d352;
}
.third-party .entry-module .entry-left-message * {
  color: #FFFFFF;
}
.third-party .entry-module .entry-left-message ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .entry-module .entry-right-message {
  background-color: #FFFFFF;
}
.third-party .entry-module .entry-right-message * {
  color: #3C3C3B;
}
.third-party .entry-module .entry-right-message a {
  color: #0014c9;
}
.third-party .entry-module .entry-right-message a span,
.third-party .entry-module .entry-right-message a p {
  color: #0014c9;
}
.third-party .entry-module .entry-right-message h1,
.third-party .entry-module .entry-right-message h2,
.third-party .entry-module .entry-right-message h3,
.third-party .entry-module .entry-right-message h4,
.third-party .entry-module .entry-right-message h5 {
  color: #79d352;
}
.third-party .crisis-warning {
  background-color: #D2D2D1;
}
.third-party .crisis-warning * {
  color: #FFFFFF;
}
.third-party .crisis-warning ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .crisis-warning .burgundy-container {
  background-color: #B52159;
}
.third-party .main-content-container .breadcrumb a {
  color: #0014c9 !important;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #79d352;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #FFFFFF;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo {
  background-color: #F0F0EF;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo * {
  color: #3C3C3B;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a {
  color: #0014c9;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a span,
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo a p {
  color: #0014c9;
}
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h1,
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h2,
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h3,
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h4,
.third-party .main-content-container .pin-container .primary-sidebar .sidebar-content .right-hand-module.light-grey-promo h5 {
  color: #79d352;
}
.third-party .preview-module {
  background-color: #F0F0EF;
}
.third-party .preview-module * {
  color: #3C3C3B;
}
.third-party .preview-module a {
  color: #0014c9;
}
.third-party .preview-module a span,
.third-party .preview-module a p {
  color: #0014c9;
}
.third-party .preview-module h1,
.third-party .preview-module h2,
.third-party .preview-module h3,
.third-party .preview-module h4,
.third-party .preview-module h5 {
  color: #79d352;
}
.third-party .preview-module .category-icon i {
  color: #0014c9;
}
.third-party .preview-module .details-container {
  background-color: #F0F0EF;
}
.third-party .preview-module .details-container * {
  color: #3C3C3B;
}
.third-party .preview-module .details-container a {
  color: #0014c9;
}
.third-party .preview-module .details-container a span,
.third-party .preview-module .details-container a p {
  color: #0014c9;
}
.third-party .preview-module .details-container h1,
.third-party .preview-module .details-container h2,
.third-party .preview-module .details-container h3,
.third-party .preview-module .details-container h4,
.third-party .preview-module .details-container h5 {
  color: #79d352;
}
.third-party .preview-module .details-container .date {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.third-party .mixed-preview-modules .preview-module.blog {
  background-color: #79d352;
}
.third-party .mixed-preview-modules .preview-module.blog * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.blog ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.blog .details-container {
  background-color: #79d352;
}
.third-party .mixed-preview-modules .preview-module.blog .details-container * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.blog .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.case-studies {
  background-color: #6E6E6D;
}
.third-party .mixed-preview-modules .preview-module.case-studies * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.case-studies ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.case-studies .details-container {
  background-color: #6E6E6D;
}
.third-party .mixed-preview-modules .preview-module.case-studies .details-container * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .preview-module.case-studies .details-container ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .promo-module * {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .promo-module ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .mixed-preview-modules .promo-module:nth-child(1) {
  background-color: #818180;
}
.third-party .mixed-preview-modules .promo-module:nth-child(2) {
  background-color: #7b7b7a;
}
.third-party .mixed-preview-modules .promo-module:nth-child(3) {
  background-color: #6E6E6D;
}
.third-party .mixed-preview-modules .promo-module:nth-child(4) {
  background-color: #616160;
}
.third-party .search-module {
  background-color: #F0F0EF;
}
.third-party .search-module * {
  color: #3C3C3B;
}
.third-party .search-module a {
  color: #0014c9;
}
.third-party .search-module a span,
.third-party .search-module a p {
  color: #0014c9;
}
.third-party .search-module h1,
.third-party .search-module h2,
.third-party .search-module h3,
.third-party .search-module h4,
.third-party .search-module h5 {
  color: #79d352;
}
.third-party .information-module {
  background-color: #79d352;
}
.third-party .information-module * {
  color: #FFFFFF;
}
.third-party .information-module ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .block-quote-container .block-quote .quote {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.third-party .block-quote-container.light-quote .block-quote:before {
  background-image: url(img/icons/icon-quote-grey.png);
}
.third-party .block-quote-container.colour-quote {
  background-color: #79d352;
}
.third-party .block-quote-container.colour-quote * {
  color: #FFFFFF;
}
.third-party .block-quote-container.colour-quote ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .block-quote-container.colour-quote .block-quote:before {
  background-color: #79d352;
}
.third-party .video-module .placeholder .play-icon {
  background-color: #0014c9;
}
.third-party .faq {
  border-bottom: 1px solid #F0F0EF;
}
.third-party .faq .faq-title h3 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 400;
  color: #3C3C3B;
}
.third-party .faq .faq-title h3:before {
  color: #0014c9;
}
.third-party .grid-listing-module {
  background-color: #F0F0EF;
}
.third-party .grid-listing-module * {
  color: #3C3C3B;
}
.third-party .grid-listing-module a {
  color: #0014c9;
}
.third-party .grid-listing-module a span,
.third-party .grid-listing-module a p {
  color: #0014c9;
}
.third-party .grid-listing-module h1,
.third-party .grid-listing-module h2,
.third-party .grid-listing-module h3,
.third-party .grid-listing-module h4,
.third-party .grid-listing-module h5 {
  color: #79d352;
}
.third-party .grid-listing-module .grid-listings .listing .detail-icon i {
  color: #79d352;
}
.third-party .team-profile {
  background-color: #F0F0EF;
}
.third-party .team-profile * {
  color: #3C3C3B;
}
.third-party .team-profile a {
  color: #0014c9;
}
.third-party .team-profile a span,
.third-party .team-profile a p {
  color: #0014c9;
}
.third-party .team-profile h1,
.third-party .team-profile h2,
.third-party .team-profile h3,
.third-party .team-profile h4,
.third-party .team-profile h5 {
  color: #79d352;
}
.third-party #cookie-bar {
  background-color: #79d352;
}
.third-party #cookie-bar * {
  color: #FFFFFF;
}
.third-party #cookie-bar ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(1) {
  background-color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(1) * {
  color: #3C3C3B;
}
.third-party .service-promos .service-promo:nth-child(1) a {
  color: #0014c9;
}
.third-party .service-promos .service-promo:nth-child(1) a span,
.third-party .service-promos .service-promo:nth-child(1) a p {
  color: #0014c9;
}
.third-party .service-promos .service-promo:nth-child(1) h1,
.third-party .service-promos .service-promo:nth-child(1) h2,
.third-party .service-promos .service-promo:nth-child(1) h3,
.third-party .service-promos .service-promo:nth-child(1) h4,
.third-party .service-promos .service-promo:nth-child(1) h5 {
  color: #79d352;
}
.third-party .service-promos .service-promo:nth-child(2) *,
.third-party .service-promos .service-promo:nth-child(3) *,
.third-party .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.third-party .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.third-party .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(2) *,
.third-party .service-promos .service-promo:nth-child(3) *,
.third-party .service-promos .service-promo:nth-child(4) * {
  color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(2) ul.link-list li:before,
.third-party .service-promos .service-promo:nth-child(3) ul.link-list li:before,
.third-party .service-promos .service-promo:nth-child(4) ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .service-promos .service-promo:nth-child(2) {
  background-color: #7b7b7a;
}
.third-party .service-promos .service-promo:nth-child(3) {
  background-color: #6E6E6D;
}
.third-party .service-promos .service-promo:nth-child(4) {
  background-color: #616160;
}
.third-party .related-downloads-links .related-downloads {
  background-color: #F0F0EF;
}
.third-party .related-downloads-links .related-downloads * {
  color: #3C3C3B;
}
.third-party .related-downloads-links .related-downloads a {
  color: #0014c9;
}
.third-party .related-downloads-links .related-downloads a span,
.third-party .related-downloads-links .related-downloads a p {
  color: #0014c9;
}
.third-party .related-downloads-links .related-downloads h1,
.third-party .related-downloads-links .related-downloads h2,
.third-party .related-downloads-links .related-downloads h3,
.third-party .related-downloads-links .related-downloads h4,
.third-party .related-downloads-links .related-downloads h5 {
  color: #79d352;
}
.third-party .share-module ul.social-links li.email a:before {
  background-color: #0014c9;
}
.third-party #moove_gdpr_cookie_info_bar {
  background-color: #0014c9 !important;
}
.third-party #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.third-party #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  color: #0014c9 !important;
}
.third-party .moove_gdpr_cookie_modal_open .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content .moove-gdpr-modal-content {
  color: #6E6E6D !important;
}
.third-party .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: #0014c9 !important;
  border: 1px solid #0014c9 !important;
}
.third-party .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: #0014c9 !important;
  border: 1px solid #0014c9 !important;
}
.third-party .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 {
  background-color: #F0F0EF !important;
  border: 2px solid #F0F0EF !important;
}
.third-party .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 {
  border: 2px solid #D2D2D1 !important;
}
.third-party .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: #F0F0EF !important;
}
.third-party .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;
  color: #3C3C3B !important;
}
.third-party .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 {
  color: #6E6E6D !important;
}
.third-party .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: #0014c9 !important;
}
.third-party .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: #0014c9 !important;
}
.third-party .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: #F0F0EF !important;
}
.third-party .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 {
  background-color: #D2D2D1 !important;
}
.third-party .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 {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
  background-color: #0014c9 !important;
}
.third-party #moove_gdpr_save_popup_settings_button {
  background-color: #0014c9 !important;
}
.third-party #moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif !important;
  font-weight: 200 !important;
}
.third-party.home.home-v1 .main-content-container {
  background-color: #F0F0EF;
}
.third-party.home.home-v1 .main-content-container * {
  color: #3C3C3B;
}
.third-party.home.home-v1 .main-content-container a {
  color: #0014c9;
}
.third-party.home.home-v1 .main-content-container a span,
.third-party.home.home-v1 .main-content-container a p {
  color: #0014c9;
}
.third-party.home.home-v1 .main-content-container h1,
.third-party.home.home-v1 .main-content-container h2,
.third-party.home.home-v1 .main-content-container h3,
.third-party.home.home-v1 .main-content-container h4,
.third-party.home.home-v1 .main-content-container h5 {
  color: #79d352;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo {
  background-color: #FFFFFF;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo * {
  color: #3C3C3B;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a {
  color: #0014c9;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a span,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo a p {
  color: #0014c9;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h1,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h2,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h3,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h4,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo h5 {
  color: #79d352;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo span,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo p,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo div,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo label {
  color: #3C3C3B;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo .button {
  background-color: #0014c9 !important;
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone a:before,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.telephone button:before {
  background-image: url(img/icons/icon-mobile-grey.svg);
}
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email a:before,
.third-party.home.home-v1 .primary-sidebar .sidebar-content .right-hand-module.colour-promo ul.contacts-list li.email button:before {
  background-image: url(img/icons/icon-envelope-grey.svg);
}
/* #Carousels ------------------------------------------------------------------------ */
.third-party ul.slick-dots li.slick-active {
  border: 1px solid #0014c9;
}
.third-party ul.slick-dots li.slick-active button {
  background-color: #0014c9;
}
.third-party .key-facts-carousel-container {
  background-color: #A0A09F;
}
.third-party .key-facts-carousel-container * {
  color: #FFFFFF;
}
.third-party .key-facts-carousel-container ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .pre-footer-modules .key-facts-carousel-container {
  background-color: #F0F0EF;
}
.third-party .pre-footer-modules .key-facts-carousel-container * {
  color: #3C3C3B;
}
.third-party .pre-footer-modules .key-facts-carousel-container a {
  color: #0014c9;
}
.third-party .pre-footer-modules .key-facts-carousel-container a span,
.third-party .pre-footer-modules .key-facts-carousel-container a p {
  color: #0014c9;
}
.third-party .pre-footer-modules .key-facts-carousel-container h1,
.third-party .pre-footer-modules .key-facts-carousel-container h2,
.third-party .pre-footer-modules .key-facts-carousel-container h3,
.third-party .pre-footer-modules .key-facts-carousel-container h4,
.third-party .pre-footer-modules .key-facts-carousel-container h5 {
  color: #79d352;
}
.third-party .pre-footer-modules .key-facts-carousel-container .key-facts-carousel .slick-list .detail-icon i {
  color: #79d352;
}
/* #Forms ------------------------------------------------------------------------ */
.third-party button,
.third-party input,
.third-party textarea,
.third-party select,
.third-party option {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
.third-party input::-moz-placeholder, .third-party textarea::-moz-placeholder, .third-party select::-moz-placeholder {
  color: #3C3C3B;
}
.third-party input::placeholder,
.third-party textarea::placeholder,
.third-party select::placeholder {
  color: #3C3C3B;
}
.third-party select {
  background-image: url(img/icons/icon-arrow-down-grey.svg);
}
.third-party .reset-button {
  color: #0014c9 !important;
}
.third-party input[type="text"],
.third-party input[type="password"],
.third-party input[type="email"],
.third-party input[type="number"],
.third-party input[type="tel"],
.third-party input[type="search"],
.third-party input[type="date"],
.third-party select,
.third-party textarea {
  color: #3C3C3B !important;
}
.third-party input[type="checkbox"]:after {
  color: #0014c9;
}
.third-party input[type="radio"]:after {
  background-color: #0014c9;
}
.third-party form button {
  background-color: #0014c9;
}
.third-party .additional-search-form #module-search-submit {
  background-image: url(img/icons/icon-small-search-grey.svg);
}
.third-party .navigation-search-form #navigation-search {
  color: #3C3C3B;
}
.third-party .navigation-search-form #navigation-search-submit {
  background-image: url(img/icons/icon-small-search-grey.svg);
}
.third-party .ninja-forms-req-symbol {
  color: #B52159 !important;
}
.third-party .searchandfilter input[title="Search"] {
  background-image: url(img/icons/icon-small-search-grey.svg);
}
.third-party .facetwp-type-search input.facetwp-search {
  background-image: url(img/icons/icon-small-search-grey.svg);
}
.third-party .searchwp-revised-search-notice .searchwp-suggested-revision-query {
  color: #0014c9;
}
/* #App Banner ------------------------------------------------------------------------ */
.child-family-wellbeing .app-banner-container .close-app-banner {
  background-color: #FFFFFF;
}
.child-family-wellbeing .app-banner-container .close-app-banner:before {
  color: #0014c9;
}
.child-family-wellbeing .app-banner-container .close-app-banner:hover:before {
  color: #79d352;
}
/* #Header ------------------------------------------------------------------------ */
@media screen and (min-width: 62.5em) {
  .third-party .navigation-list li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .third-party .navigation-list li.current-menu-item a,
  .third-party .navigation-list li.current-page-ancestor a,
  .third-party .navigation-list li.current-menu-ancestor a,
  .third-party .navigation-list li.current-menu-item a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 700;
  }
  .third-party .navigation-list li.current-menu-item > ul.sub-menu li a,
  .third-party .navigation-list li.current-page-ancestor > ul.sub-menu li a,
  .third-party .navigation-list li.current-menu-ancestor > ul.sub-menu li a,
  .third-party .navigation-list li.current-menu-item > ul.sub-menu li a {
    font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
    font-weight: 200;
  }
  .third-party .navigation-list li ul.sub-menu {
    background-color: #79d352;
  }
  .third-party .navigation-list li ul.sub-menu * {
    color: #FFFFFF;
  }
  .third-party .navigation-list li ul.sub-menu ul.link-list li:before {
    color: #FFFFFF;
  }
  .third-party .navigation-list li ul.sub-menu:before {
    border-bottom: 0.5rem solid #79d352;
  }
  .third-party .navigation-list li ul.sub-menu li ul.sub-menu li:first-of-type:before {
    border-right: 0.5rem solid #79d352;
  }
}
.third-party #main-navigation {
  background-color: #79d352;
}
.third-party #main-navigation * {
  color: #FFFFFF;
}
.third-party #main-navigation ul.link-list li:before {
  color: #FFFFFF;
}
.third-party #main-navigation .navigation-container {
  background-color: #79d352;
}
.third-party #main-navigation .navigation-container * {
  color: #FFFFFF;
}
.third-party #main-navigation .navigation-container ul.link-list li:before {
  color: #FFFFFF;
}
.third-party .navigation-search-container {
  background-color: #79d352;
}
.third-party .navigation-search-container * {
  color: #FFFFFF;
}
.third-party .navigation-search-container ul.link-list li:before {
  color: #FFFFFF;
}
.third-party #header .header-container .site-logo .site-title {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 62.5em) {
  .third-party.without-images .secondary-navigation li a {
    color: #3C3C3B;
  }
}
/* #Footer ------------------------------------------------------------------------ */
.third-party .pre-footer-modules .pre-footer-module.newsletter {
  background-color: #6E6E6D;
}
.third-party .pre-footer-modules .pre-footer-module.newsletter * {
  color: #FFFFFF;
}
.third-party .pre-footer-modules .pre-footer-module.newsletter ul.link-list li:before {
  color: #FFFFFF;
}
.third-party #footer {
  background-color: #79d352;
}
.third-party #footer * {
  color: #FFFFFF;
}
.third-party #footer ul.link-list li:before {
  color: #FFFFFF;
}
/* 
Use: Setup
Scope: All devices
Theme: HCRG Care Group ACME Themes V2.4
Copyright 2021, © HCRG Care Group
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Typographic Scale
**************************************************************************/
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
body.login {
  background-color: #FFFFFF;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
}
body.login a {
  color: #B52159;
}
body.login * {
  transition: none;
}
body.login div#login {
  width: 15rem;
}
body.login div#login h1 {
  text-align: center;
}
body.login div#login h1 a {
  background-image: url(img/logos/hcrg-care-group-logo-colour.svg);
  background-size: 100%;
  width: 15rem;
  height: 8.25rem;
  margin: 0 auto;
  border-bottom: none;
}
body.login div#login h1 a:hover {
  border-bottom: none;
}
body.login div#login h1 a:focus {
  outline: none;
}
body.login div#login form#loginform,
body.login div#login form#lostpasswordform,
body.login div#login p.message {
  width: 15rem;
  margin: 0.75rem auto;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
body.login div#login form#loginform p,
body.login div#login form#loginform p label,
body.login div#login form#loginform label,
body.login div#login p.message {
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
body.login div#login p.message {
  border: none;
  text-align: center;
}
body.login div#login form#loginform input,
body.login div#login form#lostpasswordform input {
  color: #3C3C3B;
  box-shadow: none;
  padding: 0.5rem 1rem;
  border: 1px solid #bac2c8;
  border-radius: 3px;
}
body.login div#login form#loginform input:focus,
body.login div#login form#lostpasswordform input:focus {
  outline: none;
}
body.login div#login form#loginform p.submit input#wp-submit,
body.login div#login form#lostpasswordform p.submit input#wp-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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  transition: none;
  color: #FFFFFF !important;
  background-color: #B52159;
  margin-bottom: 0;
  width: 100%;
}
body.login div#login form#loginform p.submit input#wp-submit:last-child,
body.login div#login form#lostpasswordform p.submit input#wp-submit:last-child {
  margin-bottom: 0;
}
body.login div#login form#loginform p.submit input#wp-submit:focus,
body.login div#login form#lostpasswordform p.submit input#wp-submit:focus {
  outline: none;
}
body.login div#login form#loginform p.submit input#wp-submit:hover,
body.login div#login form#lostpasswordform p.submit input#wp-submit:hover {
  border-bottom: none;
  text-decoration: none;
}
body.login div#login form#loginform p.submit input#wp-submit.small,
body.login div#login form#lostpasswordform p.submit input#wp-submit.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
body.login div#login form#loginform p.submit input#wp-submit.medium,
body.login div#login form#lostpasswordform p.submit input#wp-submit.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
body.login div#login form#loginform p.submit input#wp-submit.large,
body.login div#login form#lostpasswordform p.submit input#wp-submit.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
body.login div#login form#loginform p.submit input#wp-submit.static-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.static-button {
  transition: none;
}
body.login div#login form#loginform p.submit input#wp-submit.colour-static-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
body.login div#login form#loginform p.submit input#wp-submit.white-static-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
body.login div#login form#loginform p.submit input#wp-submit.light-grey-static-button,
body.login div#login form#lostpasswordform p.submit input#wp-submit.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-small:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-small:after,
body.login div#login form#loginform p.submit input#wp-submit.icon-button-medium:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-medium:after,
body.login div#login form#loginform p.submit input#wp-submit.icon-button-large:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-small,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-small:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-medium,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-medium:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-large,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
body.login div#login form#loginform p.submit input#wp-submit.icon-button-large:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
body.login div#login form#loginform p.submit input#wp-submit.download-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.download-button:after {
  content: '\f33d';
}
body.login div#login form#loginform p.submit input#wp-submit.arrow-right-button:after,
body.login div#login form#lostpasswordform p.submit input#wp-submit.arrow-right-button:after {
  content: '\f054';
}
body.login div#login p#nav,
body.login div#login p#backtoblog,
body.login div.privacy-policy-page-link {
  width: 15rem;
  margin: 0 auto 0.75rem auto;
  padding: 0;
  font-family: 'avenir-lt-pro', Verdana, Geneva, sans-serif;
  font-weight: 200;
  color: #B52159;
  text-align: left !important;
  font-size: 0.75rem;
}
body.login div#login p#nav a,
body.login div#login p#backtoblog a,
body.login div.privacy-policy-page-link a {
  color: #B52159;
  text-decoration: underline;
}
body.login div.privacy-policy-page-link {
  margin: 0!important;
}
body.login div#login p#backtoblog {
  display: none;
}
body.login div#login form#loginform input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem !important;
  height: 1rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.login div#login form#loginform input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
body.login div#login form#loginform input[type="checkbox"]:before {
  display: none;
}
p.forgetmenot {
  width: 100%;
  float: none;
}
p.forgetmenot input:after {
  display: none;
}
body.login .language-switcher {
  width: 15rem;
}
body.login .language-switcher #language-switcher {
  display: flex;
  align-items: center;
  margin-top: 0;
}
body.login .language-switcher #language-switcher label {
  display: none;
}
body.login .language-switcher #language-switcher select {
  width: 70%;
  margin-right: 0.25rem;
  background-size: 20px !important;
  background-position: calc(100% - 10px) !important;
}
body.login .language-switcher #language-switcher .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-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  border-radius: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  transition: none;
  background-color: #F0F0EF;
  width: 30%;
  padding: 0 0.5rem;
}
body.login .language-switcher #language-switcher .button:last-child {
  margin-bottom: 0;
}
body.login .language-switcher #language-switcher .button:focus {
  outline: none;
}
body.login .language-switcher #language-switcher .button:hover {
  border-bottom: none;
  text-decoration: none;
}
body.login .language-switcher #language-switcher .button.small {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
body.login .language-switcher #language-switcher .button.medium {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}
body.login .language-switcher #language-switcher .button.large {
  min-width: 3rem;
  min-height: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
}
body.login .language-switcher #language-switcher .button.static-button {
  transition: none;
}
body.login .language-switcher #language-switcher .button.colour-static-button {
  transition: none;
  color: #FFFFFF !important;
}
body.login .language-switcher #language-switcher .button.white-static-button {
  transition: none;
  background-color: #FFFFFF !important;
}
body.login .language-switcher #language-switcher .button.light-grey-static-button {
  transition: none;
  background-color: #F0F0EF;
}
body.login .language-switcher #language-switcher .button.icon-button:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
body.login .language-switcher #language-switcher .button.icon-button-small:after,
body.login .language-switcher #language-switcher .button.icon-button-medium:after,
body.login .language-switcher #language-switcher .button.icon-button-large:after {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  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;
}
body.login .language-switcher #language-switcher .button.icon-button-small {
  padding: 0 2.5rem 0 1rem;
}
body.login .language-switcher #language-switcher .button.icon-button-small:after {
  width: 2rem;
  right: 0.25rem;
  height: 2rem;
  line-height: 2rem !important;
}
body.login .language-switcher #language-switcher .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem;
}
body.login .language-switcher #language-switcher .button.icon-button-medium:after {
  width: 2.5rem;
  right: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem !important;
}
body.login .language-switcher #language-switcher .button.icon-button-large {
  padding: 0 3.5rem 0 2rem;
}
body.login .language-switcher #language-switcher .button.icon-button-large:after {
  width: 3rem;
  right: 0.75rem;
  height: 3rem;
  line-height: 3rem !important;
}
body.login .language-switcher #language-switcher .button.download-button:after {
  content: '\f33d';
}
body.login .language-switcher #language-switcher .button.arrow-right-button:after {
  content: '\f054';
}
.admin-email-confirm-form {
  margin: 1rem 0 0 0 !important;
  padding: 0!important;
  border: none!important;
  box-shadow: none!important;
  font-weight: normal!important;
}
.admin-email-confirm-form .admin-email__heading {
  height: auto!important;
  margin: 0 0 1rem 0 !important;
  padding: 0!important;
  font-size: 1.5rem;
  text-align: left !important;
  border-bottom: none!important;
}
.admin-email-confirm-form p {
  font-size: 0.75rem !important;
  margin: 0 0 1rem 0 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary {
  padding: 0!important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .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-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;
  border-radius: 3rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.5rem !important;
  transition: none !important;
  background-color: #F0F0EF !important;
  color: #3C3C3B !important;
  width: 100%;
  margin-bottom: 0.75rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:last-child {
  margin-bottom: 0 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:focus {
  outline: none !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button:hover {
  border-bottom: none !important;
  text-decoration: none !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.small {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.medium {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 1.5rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.large {
  min-width: 3rem !important;
  min-height: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  padding: 0 2rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.static-button {
  transition: none !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.colour-static-button {
  transition: none !important;
  color: #FFFFFF !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.white-static-button {
  transition: none !important;
  background-color: #FFFFFF !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.light-grey-static-button {
  transition: none !important;
  background-color: #F0F0EF !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-small:after,
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-medium:after,
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-large:after {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  text-align: center !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: 300 !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-small {
  padding: 0 2.5rem 0 1rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-small:after {
  width: 2rem !important;
  right: 0.25rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-medium {
  padding: 0 3rem 0 1.5rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-medium:after {
  width: 2.5rem !important;
  right: 0.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-large {
  padding: 0 3.5rem 0 2rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.icon-button-large:after {
  width: 3rem !important;
  right: 0.75rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.download-button:after {
  content: '\f33d' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-primary .button.arrow-right-button:after {
  content: '\f054' !important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary {
  margin-top: 1rem !important;
  padding: 0!important;
}
.admin-email-confirm-form .admin-email__actions .admin-email__actions-secondary a {
  font-size: 0.75rem !important;
}
/*# sourceMappingURL=style-login.css.map */