/*-----------------------------------------*/
/*--- 1. Reset                      -------*/
/*--- 2. Structure                  -------*/
/*--- 3. Global Styles              -------*/
/*--- 4. Header                     -------*/
/*--- 5. Navigation                 -------*/
/*--- 6. Page Banner                -------*/
/*--- 7. Content                    -------*/
/*--- 8. Footer                     -------*/
/*-----------------------------------------*/

/*--- 1. Reset                      -------*/
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-size: 100%;
    vertical-align: baseline;
    outline:0;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
}
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;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#FFB81C;
    color:#231f20;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#FFB81C;
    color:#231f20;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #E6007D;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align: middle;
}
input, select, textarea {
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    width: auto;
}

/*------------------- 2. Structure --------------------------------------------*/
@import url("https://assets.nhs.uk/fonts/nhsuk-fonts-1.3.0.css");

html {
    position: relative;
    min-height: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: "Frutiger W01", Arial, sans-serif !important;
    background-color: #fff;
    color: #231f20;
    font-size: 1.6rem;
    letter-spacing: 0rem;
    line-height: calc(1.6rem * 1.5);
    word-spacing: calc(1.6rem * 0.16);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
[class*="col-"] {
    display: inline-block;
    vertical-align: middle;
}
main {
    margin: 20px auto;
}
.alert-primary {
    background-color: #E6007D;
    color: #fff!important;
    border: 0;
    padding: 10px;
}
.alert-primary form label {
    margin-bottom: 0;
}
details {
    margin-bottom: 1.5rem;
}
details summary {
    color: #231f20;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.5);
    word-spacing: calc(1.6rem * 0.16);
    font-weight: bold;
    text-decoration: underline;
}
details summary:hover {
    text-decoration: none;
}
details summary:focus {
    background: #FFB81C!important;
    color: #231F20!important;
    box-shadow: none!important;
    text-decoration: none;
}
/*------------------- 3. Global Styles-----------------------------------------*/
.skip-link {
    left: -9999px;
    padding: 8px;
    position: absolute;
}
.skip-link:active,
.skip-link:focus {
    left: 16px;
    top: 16px;
    z-index: 9999;
    background-color:#fff;
    border-radius: 5px;
}
strong, b {
    font-weight: bold;
}

/* Typography */
h1 {
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 4.8rem;
    line-height: calc(4.8rem * 1.5);
    word-spacing: calc(4.8rem * 0.16);
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 2.4rem;
    line-height: calc(2.4rem * 1.5);
    word-spacing: calc(2.4rem * 0.16);
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
h3{
    font-size: 2.2rem;
    line-height: calc(2.2rem * 1.5);
    word-spacing: calc(2.2rem * 0.16);
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
h4{
    font-size: 2.2rem;
    line-height: calc(2.2rem * 1.5);
    word-spacing: calc(2.2rem * 0.16);
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
h5{
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    word-spacing: calc(2rem * 0.16);
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
h6{
    font-size: 1.8rem;
    line-height: calc(1.8rem * 1.5);
    word-spacing: calc(1.8rem * 0.16);
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.largeText {
    font-size: 1.8rem;
    line-height: calc(1.8rem * 1.5);
    word-spacing: calc(1.8rem * 0.16);
    margin-bottom: 1.5rem;
}
p, ul, ol {
    margin-bottom: 1.5rem;
}

/*  Links */
a {
    text-decoration: underline;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    word-spacing: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:focus {
    background: #FFB81C !important;
    color: #231f20 !important
}
a:has(img) {
    display: inline-flex;
}
a:has(img):focus {
    background: transparent !important;
}
a:hover img, a:focus img {
    outline: 3px solid #ffb81C;
}
main a {
    color: #231F20;
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
}

/* Grid Layouts */
.gridLayout [class*="col-"]:empty {
    display: none !important;
}

/* Blockquotes */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #E6007D;
}
blockquote p, blockquote li {
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    word-spacing: calc(2rem * 0.16);
    font-weight: bold;
    margin-bottom: 0;
}

/* Lists */
ul, ol{
    margin-left: 30px;
}
ul{
    list-style: circle;
    list-style-position: outside;
}
ol{
    list-style: decimal;
    list-style-position: inside;
}

/*  Tables  */
table {
    display: table;
    width: 100%;
    border: 2px solid #231f20;
    border-spacing: 0;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.5rem;
}
table thead {
    vertical-align: bottom;
    background-color: #D80D45;
    color: #fff;
}
table thead th {
    font-weight: bold;
    border-top: 0px;
}
table td, table th {
    padding: 0.75rem;
    border: 1px solid #231f20;
}
table caption {
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.5);
    word-spacing: calc(1.4rem * 0.16);
    color: #28314E;
}
/* - Table Media Queries - */
@media screen and (max-width: 576px) {
    table {
        display: block;
    }
}

/* Alignment */
.align-center, .alignCenter, .ce-headline-center {
    text-align:center;
}
.align-left, .alignLeft, .ce-headline-left {
    text-align:left;
}
.align-right, .alignRight, .ce-headline-right {
    text-align:right;
}

/* Buttons */
button, .sexualHealth-btn {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 8px 12px;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #E6007D;
    color: #fff;
    margin-bottom: 1.5rem;
}
button:hover, button:focus,
.sexualHealth-btn:hover, .sexualHealth-btn:focus {
    background-color: #ffb81C !important;
    color: #231f20 !important;
    box-shadow: none !important;
    outline: none;
}

/* Forms */
form {
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.5);
    word-spacing: calc(1.6rem * 0.16);
}
form label {
    width: 100%;
    margin-bottom: 10px;
    cursor: text;
    font-weight: bold;
}
form select, form input, form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #231f20;
    border-radius: 5px;
}
form input::placeholder {
    color: #425563;
}
form [type=submit],
form [type=button] {
    display: inline-block;
    width: 100%;
    background-color: #E6007D;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px;
}
form [type=submit]:hover, form [type=button]:hover,
form [type=submit]:focus, form [type=button]:focus {
    background-color: #ffb81C;
    color: #231f20;
    box-shadow: none!important;
    outline: none;
}
form [type=search]::-webkit-search-decoration,
form [type=search]::-webkit-search-cancel-button,
form [type=search]::-webkit-search-results-button,
form [type=search]::-webkit-search-results-decoration {
    appearance: none;
}
form input:focus, form textarea:focus {
    box-shadow: 0 0 0 3px #ffb81C;
    outline: none;
}

/* Media */
/* - Images - */
img {
    max-width: 100%;
    height: auto;
}
figcaption {
    color: #28314E;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.5);
    word-spacing: calc(1.4rem * 0.16);
    margin-bottom: 30px;
}

/* - TYPO3 Text Media and Text Picture Override - */
.ce-textpic, .ce-image {
    display: flex;
    flex-wrap: wrap;
}
.ce-textpic .ce-bodytext {
    width: 100%;
}
.ce-textpic .ce-gallery, .ce-image .ce-gallery {
    order: 1;
    width: 100%;
    margin-bottom: 1.5rem;
}
.ce-textpic .ce-gallery figure, .ce-image .ce-gallery figure {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.ce-textpic.ce-left .ce-gallery figure, .ce-image.ce-left .ce-gallery figure{
    align-items: flex-start;
}
.ce-textpic.ce-right .ce-gallery figure, .ce-image.ce-right .ce-gallery figure {
    align-items: flex-end;
}
.ce-textpic.ce-right .ce-gallery figure, .ce-image.ce-right .ce-gallery figure figcaption {
    text-align: right;
}
.ce-textpic.ce-center .ce-gallery figure, .ce-image.ce-center .ce-gallery figure {
    align-items: center;
}
.ce-textpic.ce-center .ce-gallery figure, .ce-image.ce-center .ce-gallery figure figcaption {
    text-align: center;
}
.ce-above .ce-gallery {
    order: 0;
}
.ce-textpic .ce-gallery[data-ce-columns]:not([data-ce-columns="1"]) .ce-column,
.ce-image .ce-gallery[data-ce-columns]:not([data-ce-columns="1"]) .ce-column {
    display: inline-block;
}

/* - TYPO3 Text Media and Text Picture Override Media Queries - */
@media (min-width: 768px) {
    .frame-type-textpic:has(.ce-right) > .ce-textpic, .frame-type-textpic:has(.ce-left) > .ce-textpic,
    .frame-type-textmedia:has(.ce-right) > .ce-textpic, .frame-type-textmedia:has(.ce-left) > .ce-textpic {
        align-items: center;
    }
    .ce-textpic.ce-left:has(.ce-gallery) > .ce-gallery, .ce-textpic.ce-right:has(.ce-gallery) > .ce-gallery {
        width: 20%;
    }
    .ce-textpic.ce-left:has(.ce-gallery) > .ce-bodytext, .ce-textpic.ce-right:has(.ce-gallery) > .ce-bodytext {
        width: 80%;
    }
    .ce-textpic.ce-right:has(.ce-gallery) > .ce-bodytext {
        padding-right: 20px;
    }
    .ce-textpic.ce-left:has(.ce-gallery) > .ce-gallery {
        order: 0;
        padding-right: 20px;
    }
    .ce-left.ce-above .ce-gallery, .ce-right.ce-above .ce-gallery, .ce-center.ce-above .ce-gallery,
    .ce-left.ce-below .ce-gallery, .ce-right.ce-below .ce-gallery, .ce-center.ce-below .ce-gallery,
    .ce-left.ce-above .ce-bodytext, .ce-right.ce-above .ce-bodytext, .ce-center.ce-above .ce-bodytext,
    .ce-left.ce-below .ce-bodytext, .ce-right .ce-below .ce-bodytext, .ce-center.ce-below .ce-bodytext {
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 576px) {
    .ce-textpic.ce-right .ce-gallery figure,
    .ce-textpic.ce-center .ce-gallery figure {
        align-items: flex-start;
    }
}

/* - YouTube Video - */
.video .video-embed {
    width: 100%;
}

.video .video-embed iframe {
    height: 468px;
    border: 0;
    outline: none;
}

/* iFrames */
iframe {
    width: 100%;
}

/*------------------- 4. Header -----------------------------------*/
header {
    padding: 20px 0;
}
header .logo, header .search {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
header .logo img {
    width: auto;
}

/* Header Media Queries */
@media screen and (max-width: 767px) {
    header .logo {
        margin-bottom: 20px;
    }
    header .logo a {
        justify-content: center;
    }
}

/*--- 5. Navigation                 -------*/
nav {
    background-color: #fff;
    margin-top: 1.5rem;
}
nav .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
nav .navbar-nav {
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
nav .navbar li.nav-item a {
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    word-spacing: calc(2rem * 0.16);
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}
nav .navbar li.nav-item a:hover {
    text-decoration: underline;
    box-shadow: none!important;
    outline: none;
}
nav .navbar li.nav-item.active > a, nav.navbar li.nav-item:active > a {
    text-decoration: underline;
}
nav .navbar li.nav-item a:focus-visible {
    box-shadow: none;
}
/* Toggle Button */
nav .navbar-toggler {
    width: 100%;
    border-color: transparent !important;
    background-color: #28314E;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    word-spacing: calc(2rem * 0.16);
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    margin-bottom: 0;
}
nav .navbar-toggler:focus {
    background-color: #ffb81C;
    color: #231f20;
    box-shadow: none !important;
    outline: none;
}
nav .navbar-toggler.collapsed .close-icon {
    display: none;
}
nav .navbar-toggler:not(.collapsed) .close-icon {
    display: inline;
}
nav .navbar-toggler:not(.collapsed) .open-icon {
    display: none;
}
nav .navbar-collapse li.nav-item {
    padding: 0;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
nav .navbar-collapse li.nav-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* Navigation Media Queries */
@media screen and (max-width: 991px) {
    nav .navbar-nav {
        margin: 0;
        text-align: center;
    }
    nav .navbar-collapse .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }
    nav .navbar .navbar-toggler:hover {
        text-decoration: underline;
    }
    nav .navbar .navbar-toggler[aria-expanded="true"] {
        background-color: #ffb81C;
        color: #231f20;
        border-radius: 5px 5px 0 0;
    }
    nav .navbar .dropdown-menu {
        display: block;
    }
    nav .navbar .dropdown-menu li:first-child {
        border-top: 0px;
    }
    nav .navbar .dropdown-menu .dropdown-toggle::after {
        display: none;
    }
    nav .navbar .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    nav .navbar li.nav-item:nth-child(odd) {
        background-color: #28314E;
    }
    nav .navbar li.nav-item:nth-child(even) {
        background-color: #333B57;
    }
    nav .navbar li.nav-item a {
        color: #fff;
        line-height: 4.5rem;
    }
}

/*--- 6. Page Banner           -------*/
.banner {
    display: flex;
    background-color: #D80D45;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
.banner .page-title, .banner .banner-image {
    flex: 0 0 calc((100% / 2));
}
.banner .page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banner Media Queries */
@media screen and (max-width: 767px) {
    .banner {
        display: block;
    }
    .banner .banner-image {
        display: none;
    }
}

/*--- 7. Content                    -------*/

/* Section Menu */
.section-menu ul {
    margin-left: 0;
    list-style: none;
}
.section-menu ul li a {
    display: inline-block;
    color: #231f20;
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: calc(1.8rem * 1.5);
    word-spacing: calc(1.8rem * 0.16);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 0;
}
.section-menu ul li a:hover,
.section-menu ul li.active a {
    text-decoration: underline;
}
.section-menu ul li a:focus {
    background-color: #ffb81C;
    color: #231f20;
    box-shadow: none!important;
    outline: none;
}

/* - Section Menu Media Queries - */
@media screen and (max-width: 991px) {
    [class*="col-"]:has(.section-menu) {
        order: 1;
    }
}

/* Accordions */
.accordion .accordion-item {
    border: 1px solid #E8EDEE;
    margin-bottom: 5px;
}
.accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion .accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion .accordion-item:last-of-type .accordion-button > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
/* - Accordion Header - */
.accordion .accordion-item .accordion-header {
    border: 0;
    padding: 0;
    margin: 0px;
}
.accordion .accordion-item .accordion-header:before {
    display: none;
}
.accordion .accordion-item .accordion-header button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #D80D45;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 10px;
    text-align: left;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.5);
    word-spacing: calc(1.6rem * 0.16);
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-header button:hover,
.accordion .accordion-item .accordion-header button:focus, .accordion-button:not(.collapsed) {
    background: #fcc100!important;
    color: #231f20!important;
    box-shadow: none;
    border-color: transparent;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
    content: none;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-record-header {
    margin-right: 40px;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-toggle-text {
    margin-left: auto;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-toggle-text:after {
    content: '\002B';
    margin-left: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-toggle-text:after {
    content: '\2212';
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* - Accordion Body - */
.accordion .accordion-item .accordion-body {
    padding: 10px;
}
.accordion .accordion-item .accordion-body h2:first-child {
    display: none;
}
.accordion .accordion-item .accordion-body .accordion h2:first-child {
    display: block;
}
.accordion .accordion-item .accordion-body .sexualHealth-btn {
    background-color: #D80D45;
    color: #fff;
}
.accordion .accordion-item .accordion-body .sexualHealth-btn:hover, .accordion .accordion-item .accordion-body .sexualHealth-btn:focus {
    background-color: #ffb81C;
    color: #231f20;
    box-shadow: none!important;
    outline: none;
}
.accordion .accordion-item .accordion-body .accordion .accordion-body h2:first-child {
    display: none;
}

/* Card Button Grid */
.cardButtonGrid {
    display: none;
    background-color: #E6E7E9;
    margin-bottom: 1.5rem;
}
.cardButtonGrid .cardButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 0 10px;
}
.cardButtonGrid .cardButtons .default {
    display: block;
    width: 100%;
}
.cardButtonGrid .cardButtons .default h2 {
    margin: 0;
}
.cardButtonGrid .cardButtons .default .ce-image .ce-gallery figure {
    align-items: center;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] {
    display: inline-flex;
    flex: 0 0 calc((100% / 3) - (8px*(3 - 1) / 3));
    margin-right: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cardButtonGrid .cardButtons [class*="-custom_card"]:nth-child(3n) {
    margin-right: 0;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a {
    width: 100%;
    align-items: center;
    text-decoration: none;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a:hover,
.cardButtonGrid .cardButtons [class*="-custom_card"] a:focus {
    outline: 4px solid #ffb81C;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a:hover img,
.cardButtonGrid .cardButtons [class*="-custom_card"] a:focus img {
    outline: none;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a [data-label="header"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 50%;
    text-align: center;
    height: 100%;
    padding: 20px;
    word-break: break-word;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a [data-label="header"] * {
    font-family: "Indie Flower", Arial, sans-serif;
    font-size: 2rem;
    line-height: calc(2rem * 1.5);
    word-spacing: calc(2rem * 0.16);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a .ce-image {
    display: flex;
    flex: 0 50%;
    align-items: center;
    height: 100%;
}
.cardButtonGrid .cardButtons [class*="-custom_card"] a .ce-image .ce-gallery{
    margin: 0;
}

/* -- Card Colours --*/
.red-custom_card {
    [data-label="header"] {
        background-color: #C9152A;
        color: #fff;
    }
    .ce-image {
        background-color: #E48994;
    }
}
.brightRed-custom_card {
    [data-label="header"] {
        background-color: #D31419;
        color: #fff;
    }
    .ce-image {
        background-color: #de9093;
    }
}
.pink-custom_card {
    [data-label="header"] {
        background-color: #C8217B;
        color: #fff;
    }
    .ce-image {
        background-color: #E390BD;
    }
}
.fuchsia-custom_card {
    [data-label="header"] {
        background-color: #DB005B;
        color: #fff;
    }
    .ce-image {
        background-color: #e188ae;
    }
}
.purple-custom_card {
    [data-label="header"] {
        background-color: #33006F;
        color: #fff;
    }
    .ce-image {
        background-color: #997FB7;
    }
}
.lilac-custom_card {
    [data-label="header"] {
        background-color: #975680;
        color: #fff;
    }
    .ce-image {
        background-color: #c4aabd;
    }
}
.green-custom_card {
    [data-label="header"] {
        background-color: #006747;
        color: #fff;
    }
    .ce-image {
        background-color: #B6CEA0;
    }
}
.navy-custom_card {
    [data-label="header"] {
        background-color: #28314E;
        color: #fff;
    }
    .ce-image {
        background-color: #485069;
    }
}
.blue-custom_card {
    [data-label="header"] {
        background-color: #233A87;
        color: #fff;
    }
    .ce-image {
        background-color: #7F97C3;
    }
}
.aqua-custom_card {
    [data-label="header"] {
        background-color: #4294D7;
        color: #231f20;
    }
    .ce-image {
        background-color: #95C0E4;
    }
}
.orange-custom_card {
    [data-label="header"] {
        background-color: #F47935;
        color: #231f20;
    }
    .ce-image {
        background-color: #F9BC9A;
    }
}
.tan-custom_card {
    [data-label="header"] {
        background-color: #FAA026;
        color: #231f20;
    }
    .ce-image {
        background-color: #FCCF92;
    }
}
.yellow-custom_card {
    [data-label="header"] {
        background-color: #FAC51D;
        color: #231f20;
    }
    .ce-image {
        background-color: #FCE28E;
    }
}

/* - Card Button Grid Media Queries - */
@media screen and (max-width: 991px) {
    .cardButtonGrid .cardButtons [class*="-custom_card"] {
        flex: 0 0 calc((100% / 2) - (8px*(2 - 1) / 2));
    }
    .cardButtonGrid .cardButtons [class*="-custom_card"]:nth-child(3n) {
        margin-right: 8px;
    }
    .cardButtonGrid .cardButtons [class*="-custom_card"]:nth-child(2n) {
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .cardButtonGrid .cardButtons [class*="-custom_card"] {
        flex: 0 0 100%;
        margin-right: 0px;
    }
    .cardButtonGrid .cardButtons [class*="-custom_card"] a [data-label="header"] {
        padding: 10px;
    }
}

/* Frames */
/* - Coloured Content - */
.colouredContent {
    text-align: center;
    margin-bottom: 1.5rem;
}
.colouredContent .frame {
    padding: 20px;
}
.colouredContent h2, .colouredContent h3, .colouredContent h4 {
    margin: 0;
}
.colouredContent p:last-child {
    margin-bottom: 0;
}
.gridLayout:has(.cardButtonGrid) .colouredContent {
    margin-bottom: 0;
}

/* -- Content Colours --*/
.colouredContent .default {
    background-color: #D80D45;
}
.colouredContent .default * {
    color: #fff!important;
}
.colouredContent .navy-custom_content {
    background-color: #28314E;
}
.colouredContent .navy-custom_content * {
    color: #fff!important;
}

/*--- 8. Footer                     -------*/
footer {
    background-color:#28314E;
    color: #fff;
    padding: 20px;
}
footer a {
    color: inherit;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer .contact-details p:first-child,
footer .created-by p:first-child {
    margin-bottom: 0;
}
footer .site-polices a {
    margin: 5px;
}
footer .site-polices a:first-child {
    margin-left: 0;
}
footer .social-icons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Footer Media Queries */
@media screen and (max-width: 991px) {
    footer .align-right {
        text-align: left;
    }
    footer .site-polices {
        margin-bottom: 1.5rem;
    }
    footer .site-polices a {
        display: block;
        margin: 0 0 10px;
    }
    footer .site-polices span {
        display: none;
    }
}