.jgZuRm {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}
@media only screen and (min-width: 560px) {
    .jgZuRm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 560px) and (max-width: 1023px) {
    .jgZuRm {
        border-top: 1px solid #ccc;
    }
}
.jgZuRm .navItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 16px;
    border-left: 1px solid #ccc;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}
.jgZuRm .navItem:last-child {
    border-right: 1px solid #ccc;
}
@media only screen and (max-width: 559px) {
    .jgZuRm .navItem {
        height: auto;
        border-left: none;
        border-top: 1px solid #ccc;
    }
    .jgZuRm .navItem:last-child {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}
@media only screen and (min-width: 560px) and (max-width: 1023px) {
    .jgZuRm .navItem {
        padding: 0 16px;
        height: 44px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .jgZuRm .navItem:first-child {
        border-left: none;
    }
    .jgZuRm .navItem:last-child {
        border-right: none;
    }
}
@media only screen and (min-width: 1280px) {
    .jgZuRm .navItem {
        padding: 16px 24px;
    }
}
.jgZuRm .navLink {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
}
@media only screen and (min-width: 1280px) {
    .jgZuRm .navLink {
        font-size: 20px;
    }
}
.cLuwES {
    background-color: #fff;
}
.cLuwES .hContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0 16px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 559px) {
    .cLuwES .hContainer {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
        -webkit-transition: padding-bottom 0.4s ease-in-out;
        transition: padding-bottom 0.4s ease-in-out;
    }
}
@media only screen and (max-width: 1023px) {
    .cLuwES .hContainer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 560px) and (max-width: 1023px) {
    .cLuwES .hContainer {
        padding-bottom: 44px;
    }
}
.cLuwES .hLogo {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cLuwES .hLogoImage {
    width: 200px;
}
@media only screen and (min-width: 1280px) {
    .cLuwES .hLogoImage {
        width: 280px;
    }
}
@media only screen and (min-width: 560px) {
    .cLuwES .hToggles {
        display: none;
    }
}
.cLuwES .toggleSearch {
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    color: #333;
    font-size: 25px;
    vertical-align: middle;
}
.cLuwES .visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.cLuwES .toggleNav {
    margin-left: 8px;
    vertical-align: middle;
}
@media only screen and (min-width: 559px) {
    .cLuwES .toggleNav {
        margin-left: 12px;
    }
}
.cLuwES .hNav {
    z-index: 3;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 559px) {
    .cLuwES .hNav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        bottom: 0;
        overflow-y: scroll;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -webkit-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        background-color: #fff;
    }
}
@media only screen and (min-width: 560px) and (max-width: 1023px) {
    .cLuwES .hNav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.cLuwES .hSearch {
    display: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 559px) {
    .cLuwES .hSearch {
        display: -none;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 8px 16px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 560px) {
    .cLuwES .hSearch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
.cLuwES .hSearchInner {
    position: relative;
    padding-left: 24px;
}
@media only screen and (max-width: 559px) {
    .cLuwES .hSearchInner {
        padding-left: 0;
        opacity: 0;
        -webkit-animation: animateSearch 0.4s ease-in-out 0.4s forwards;
        animation: animateSearch 0.4s ease-in-out 0.4s forwards;
    }
}
@-webkit-keyframes animateSearch {
    from {
        opacity: 1;
        bottom: -56px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes animateSearch {
    from {
        opacity: 1;
        bottom: -56px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}
.cLuwES .hSearchInput {
    width: 100%;
    height: 40px;
    padding: 0 56px 0 16px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: inherit;
}
@media only screen and (min-width: 560px) {
    .cLuwES .hSearchInput {
        width: 280px;
    }
}
@media only screen and (min-width: 1280px) {
    .cLuwES .hSearchInput {
        height: 50px;
        padding-right: 66px;
    }
}
.cLuwES .hSearchSubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    background: 0 0;
    font-size: 25px;
}
@media only screen and (min-width: 1280px) {
    .cLuwES .hSearchSubmit {
        height: 50px;
        width: 50px;
    }
}
.cLuwES .hLogoTitle,
.cLuwES .hSearchLabel,
.cLuwES .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.cLuwES .hPageHeader {
    background-color: #14345c;
    color: #fff;
    overflow: hidden;
    padding: 32px 0;
}
.cLuwES .hPageHeaderInner {
    width: 100%;
    max-width: 1280px;
    padding: 0 16px;
    margin: auto;
}
.cLuwES .hPageTitle {
    color: #fff;
}
.exZWhi {
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    border: none;
    background: 0 0;
    padding: 0;
    text-align: center;
}
.exZWhi .visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.exZWhi .bun {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.exZWhi span {
    width: 30px;
    height: 3px;
    background-color: #33373c;
    display: block;
    position: absolute;
    line-height: 0;
}
.exZWhi .cheese {
    top: 5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s;
    -webkit-transition: top 0.4s 0.4s, transform 0.4s;
    transition: top 0.4s 0.4s, transform 0.4s;
}
.exZWhi .burger {
    top: 14px;
    opacity: 1;
    -webkit-transition: opacity 0s 0.4s;
    transition: opacity 0s 0.4s;
}
.exZWhi .lettuce {
    bottom: 4px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: bottom 0.4s 0.4s, -webkit-transform 0.4s;
    -webkit-transition: bottom 0.4s 0.4s, transform 0.4s;
    transition: bottom 0.4s 0.4s, transform 0.4s;
}
.exZWhi.open .cheese {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: top 0.4s, -webkit-transform 0.4s 0.4s;
    -webkit-transition: top 0.4s, transform 0.4s 0.4s;
    transition: top 0.4s, transform 0.4s 0.4s;
}
.exZWhi.open .burger {
    opacity: 0;
}
.exZWhi.open .lettuce {
    bottom: 13px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: bottom 0.4s, -webkit-transform 0.4s 0.4s;
    -webkit-transition: bottom 0.4s, transform 0.4s 0.4s;
    transition: bottom 0.4s, transform 0.4s 0.4s;
}
.cfzkQj {
 /* Edited 20/08/2025 TP */
 /* margin-top: 70px; */
    padding: 44px 0;
    background-color: #14345c;
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 560px) {
    .cfzkQj {
        text-align: left;
    }
}
.cfzkQj a {
    color: #fff;
}
.cfzkQj .fContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0 16px;
    margin: auto;
}
@media only screen and (min-width: 560px) {
    .cfzkQj .fFlex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.cfzkQj .fCol {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
@media only screen and (min-width: 1024px) {
    .cfzkQj .fCol {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}
@media only screen and (min-width: 1024px) {
    .cfzkQj .fCol.fColLogo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}
.cfzkQj .fColPadding {
    padding: 16px;
}
.cfzkQj .fLogo {
    width: 100%;
    max-width: 300px;
}
.cfzkQj .fList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cfzkQj .fList.fMenu {
    font-size: 24px;
}
.cfzkQj .fListItem:not(:first-child) {
    margin-top: 8px;
}
.cfzkQj .fLink {
    -webkit-text-decoration: none;
    text-decoration: none;
}
.cfzkQj .fLink:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

@font-face {
    font-family: icoMoonUltimate;
    src: url("https://www.cambridgeshire.gov.uk/static/fonts/icoMoonUltimate.eot");
	src: url("https://www.cambridgeshire.gov.uk/static/fonts/icoMoonUltimate.eot") format("embedded-opentype"), 		
	url("https://www.cambridgeshire.gov.uk/static/fonts/icoMoonUltimate.ttf") format("truetype"), 
	url("https://www.cambridgeshire.gov.uk/static/fonts/icoMoonUltimate.woff") format("woff"),
	url("https://www.cambridgeshire.gov.uk/static/fonts/icoMoonUltimate.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
*,
:after,
:before {
    box-sizing: border-box;
}
:focus {
    outline: transparent;
    box-shadow: #4c9aff 0 0 0 3px !important;
}
html {
    background: #fff;
    color: #333;
    font-family: Lato, Arial, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #1f63a3;
}
button {
    font-family: Lato, Arial, serif;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #14345c;
}
h1 {
    font-size: 40px;
/* Removed 05/04/22 TP
    line-height: 50px; */
    font-weight: 600;
    margin: 30px 0 0 0;
}
h2 {
    font-size: 30px;
/* Removed 05/04/22 TP
    line-height: 38px; */
    font-weight: 600;
    margin: 30px 0 0 0;
}
h3 {
    font-size: 24px;
/* removed 05/04/22 TP
    line-height: 32px; */
    font-weight: 600;
    margin: 30px 0 0 0;
}
h4 {
    font-size: 18;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0 0 0;
}
h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0 0 0;
}
h6 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0 0 0;
}
ol,
p,
ul {
    margin: 20px 0 0 0;
    line-height: 2;
}
body {
    margin: 0;
}
body.fixed {
    position: fixed;
    width: 100%;
}
#root,
body,
html {
    height: 100%;
}
.visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media print {
    body {
        margin: 0;
        color: #333;
        background-color: #fff;
    }
    body a {
        color: #333 !important;
        background-color: #fff;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    body .tableWrap table tbody {
        border: 1px solid #000 !important;
    }
    body .tableWrap table tbody p {
        color: #000;
    }
    body .tableWrap table tbody tr {
        border: 1px solid #000 !important;
    }
    body .tableWrap table tbody tr th {
        color: #000 !important;
        border: 1px solid #000 !important;
    }
    body .tableWrap table tbody td:not(:last-child) {
        border: 1px solid #000 !important;
    }
    .pfImage {
        max-width: 300px;
        width: 100%;
    }
    .noPrint,
    aside,
    button,
    footer,
    form,
    header,
    nav {
        display: none !important;
    }
    .accItem h2.aTitle button.aTitleLink {
        display: block !important;
        color: #333;
        background-color: #fff;
    }
    .accItem h2.aTitle button.aTitleLink .aIcon {
        display: none;
    }
}
